@wireapp/react-ui-kit 9.44.1 → 9.46.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,10 +1,13 @@
1
+ import { CSSObject } from '@emotion/react';
1
2
  import { Theme } from '../Layout';
2
3
  interface CustomStylesParams {
3
4
  theme: Theme;
4
5
  markInvalid?: boolean;
5
6
  menuPosition?: 'absolute' | 'relative';
7
+ controlCSS: CSSObject;
8
+ containerCSS: CSSObject;
6
9
  }
7
- export declare const customStyles: ({ theme, markInvalid, menuPosition }: CustomStylesParams) => {
10
+ export declare const customStyles: ({ theme, markInvalid, menuPosition, controlCSS, containerCSS, }: CustomStylesParams) => {
8
11
  indicatorSeparator: () => {
9
12
  display: string;
10
13
  };
@@ -15,18 +18,1845 @@ export declare const customStyles: ({ theme, markInvalid, menuPosition }: Custom
15
18
  options: any;
16
19
  }) => {
17
20
  '& > div > div[class$="-Control"]': {
18
- cursor: string;
21
+ accentColor?: string[] | import("csstype").Property.AccentColor | readonly import("csstype").Property.AccentColor[];
22
+ alignContent?: string[] | import("csstype").Property.AlignContent | readonly import("csstype").Property.AlignContent[];
23
+ alignItems?: string[] | import("csstype").Property.AlignItems | readonly import("csstype").Property.AlignItems[];
24
+ alignSelf?: string[] | import("csstype").Property.AlignSelf | readonly import("csstype").Property.AlignSelf[];
25
+ alignTracks?: string[] | import("csstype").Property.AlignTracks | readonly import("csstype").Property.AlignTracks[];
26
+ animationComposition?: string[] | import("csstype").Property.AnimationComposition | readonly import("csstype").Property.AnimationComposition[];
27
+ animationDelay?: string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
28
+ animationDirection?: string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
29
+ animationDuration?: string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
30
+ animationFillMode?: string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
31
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import("csstype").Globals | "infinite")[];
32
+ animationName?: string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
33
+ animationPlayState?: string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
34
+ animationTimeline?: string[] | import("csstype").Property.AnimationTimeline | readonly import("csstype").Property.AnimationTimeline[];
35
+ animationTimingFunction?: string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
36
+ appearance?: import("csstype").Property.Appearance | NonNullable<import("csstype").Property.Appearance>[] | readonly import("csstype").Property.Appearance[];
37
+ aspectRatio?: import("csstype").Property.AspectRatio | NonNullable<import("csstype").Property.AspectRatio>[] | readonly ((string & {}) | import("csstype").Globals | "auto")[];
38
+ backdropFilter?: string[] | import("csstype").Property.BackdropFilter | readonly import("csstype").Property.BackdropFilter[];
39
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | NonNullable<import("csstype").Property.BackfaceVisibility>[] | readonly import("csstype").Property.BackfaceVisibility[];
40
+ backgroundAttachment?: string[] | import("csstype").Property.BackgroundAttachment | readonly import("csstype").Property.BackgroundAttachment[];
41
+ backgroundBlendMode?: string[] | import("csstype").Property.BackgroundBlendMode | readonly import("csstype").Property.BackgroundBlendMode[];
42
+ backgroundClip?: string[] | import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[];
43
+ backgroundColor: string | readonly import("csstype").Property.BackgroundColor[];
44
+ backgroundImage?: string[] | import("csstype").Property.BackgroundImage | readonly import("csstype").Property.BackgroundImage[];
45
+ backgroundOrigin?: string[] | import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[];
46
+ backgroundPositionX?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundPositionX<string | number> | NonNullable<import("csstype").Property.BackgroundPositionX<string | number>>[];
47
+ backgroundPositionY?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundPositionY<string | number> | NonNullable<import("csstype").Property.BackgroundPositionY<string | number>>[];
48
+ backgroundRepeat?: string[] | import("csstype").Property.BackgroundRepeat | readonly import("csstype").Property.BackgroundRepeat[];
49
+ backgroundSize?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | NonNullable<import("csstype").Property.BackgroundSize<string | number>>[];
50
+ blockOverflow?: string[] | import("csstype").Property.BlockOverflow | readonly import("csstype").Property.BlockOverflow[];
51
+ blockSize?: readonly (string | (string & {}))[] | import("csstype").Property.BlockSize<string | number> | NonNullable<import("csstype").Property.BlockSize<string | number>>[];
52
+ borderBlockColor?: string[] | import("csstype").Property.BorderBlockColor | readonly import("csstype").Property.BorderBlockColor[];
53
+ borderBlockEndColor?: string[] | import("csstype").Property.BorderBlockEndColor | readonly import("csstype").Property.BorderBlockEndColor[];
54
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | NonNullable<import("csstype").Property.BorderBlockEndStyle>[] | readonly import("csstype").Property.BorderBlockEndStyle[];
55
+ borderBlockEndWidth?: readonly string[] | import("csstype").Property.BorderBlockEndWidth<string | number> | NonNullable<import("csstype").Property.BorderBlockEndWidth<string | number>>[];
56
+ borderBlockStartColor?: string[] | import("csstype").Property.BorderBlockStartColor | readonly import("csstype").Property.BorderBlockStartColor[];
57
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | NonNullable<import("csstype").Property.BorderBlockStartStyle>[] | readonly import("csstype").Property.BorderBlockStartStyle[];
58
+ borderBlockStartWidth?: readonly string[] | import("csstype").Property.BorderBlockStartWidth<string | number> | NonNullable<import("csstype").Property.BorderBlockStartWidth<string | number>>[];
59
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | NonNullable<import("csstype").Property.BorderBlockStyle>[] | readonly import("csstype").Property.BorderBlockStyle[];
60
+ borderBlockWidth?: readonly string[] | import("csstype").Property.BorderBlockWidth<string | number> | NonNullable<import("csstype").Property.BorderBlockWidth<string | number>>[];
61
+ borderBottomColor?: string[] | import("csstype").Property.BorderBottomColor | readonly import("csstype").Property.BorderBottomColor[];
62
+ borderBottomLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[];
63
+ borderBottomRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[];
64
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | NonNullable<import("csstype").Property.BorderBottomStyle>[] | readonly import("csstype").Property.BorderBottomStyle[];
65
+ borderBottomWidth?: readonly string[] | import("csstype").Property.BorderBottomWidth<string | number> | NonNullable<import("csstype").Property.BorderBottomWidth<string | number>>[];
66
+ borderCollapse?: import("csstype").Property.BorderCollapse | NonNullable<import("csstype").Property.BorderCollapse>[] | readonly import("csstype").Property.BorderCollapse[];
67
+ borderEndEndRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderEndEndRadius<string | number> | NonNullable<import("csstype").Property.BorderEndEndRadius<string | number>>[];
68
+ borderEndStartRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderEndStartRadius<string | number> | NonNullable<import("csstype").Property.BorderEndStartRadius<string | number>>[];
69
+ borderImageOutset?: readonly (string | (string & {}))[] | import("csstype").Property.BorderImageOutset<string | number> | NonNullable<import("csstype").Property.BorderImageOutset<string | number>>[];
70
+ borderImageRepeat?: string[] | import("csstype").Property.BorderImageRepeat | readonly import("csstype").Property.BorderImageRepeat[];
71
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | NonNullable<import("csstype").Property.BorderImageSlice>[] | readonly ((string & {}) | import("csstype").Globals)[];
72
+ borderImageSource?: string[] | import("csstype").Property.BorderImageSource | readonly import("csstype").Property.BorderImageSource[];
73
+ borderImageWidth?: readonly (string | (string & {}))[] | import("csstype").Property.BorderImageWidth<string | number> | NonNullable<import("csstype").Property.BorderImageWidth<string | number>>[];
74
+ borderInlineColor?: string[] | import("csstype").Property.BorderInlineColor | readonly import("csstype").Property.BorderInlineColor[];
75
+ borderInlineEndColor?: string[] | import("csstype").Property.BorderInlineEndColor | readonly import("csstype").Property.BorderInlineEndColor[];
76
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | NonNullable<import("csstype").Property.BorderInlineEndStyle>[] | readonly import("csstype").Property.BorderInlineEndStyle[];
77
+ borderInlineEndWidth?: readonly string[] | import("csstype").Property.BorderInlineEndWidth<string | number> | NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number>>[];
78
+ borderInlineStartColor?: string[] | import("csstype").Property.BorderInlineStartColor | readonly import("csstype").Property.BorderInlineStartColor[];
79
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | NonNullable<import("csstype").Property.BorderInlineStartStyle>[] | readonly import("csstype").Property.BorderInlineStartStyle[];
80
+ borderInlineStartWidth?: readonly string[] | import("csstype").Property.BorderInlineStartWidth<string | number> | NonNullable<import("csstype").Property.BorderInlineStartWidth<string | number>>[];
81
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | NonNullable<import("csstype").Property.BorderInlineStyle>[] | readonly import("csstype").Property.BorderInlineStyle[];
82
+ borderInlineWidth?: readonly string[] | import("csstype").Property.BorderInlineWidth<string | number> | NonNullable<import("csstype").Property.BorderInlineWidth<string | number>>[];
83
+ borderLeftColor?: string[] | import("csstype").Property.BorderLeftColor | readonly import("csstype").Property.BorderLeftColor[];
84
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | NonNullable<import("csstype").Property.BorderLeftStyle>[] | readonly import("csstype").Property.BorderLeftStyle[];
85
+ borderLeftWidth?: readonly string[] | import("csstype").Property.BorderLeftWidth<string | number> | NonNullable<import("csstype").Property.BorderLeftWidth<string | number>>[];
86
+ borderRightColor?: string[] | import("csstype").Property.BorderRightColor | readonly import("csstype").Property.BorderRightColor[];
87
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | NonNullable<import("csstype").Property.BorderRightStyle>[] | readonly import("csstype").Property.BorderRightStyle[];
88
+ borderRightWidth?: readonly string[] | import("csstype").Property.BorderRightWidth<string | number> | NonNullable<import("csstype").Property.BorderRightWidth<string | number>>[];
89
+ borderSpacing?: readonly (string | (string & {}))[] | import("csstype").Property.BorderSpacing<string | number> | NonNullable<import("csstype").Property.BorderSpacing<string | number>>[];
90
+ borderStartEndRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderStartEndRadius<string | number> | NonNullable<import("csstype").Property.BorderStartEndRadius<string | number>>[];
91
+ borderStartStartRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderStartStartRadius<string | number> | NonNullable<import("csstype").Property.BorderStartStartRadius<string | number>>[];
92
+ borderTopColor?: string[] | import("csstype").Property.BorderTopColor | readonly import("csstype").Property.BorderTopColor[];
93
+ borderTopLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[];
94
+ borderTopRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[];
95
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | NonNullable<import("csstype").Property.BorderTopStyle>[] | readonly import("csstype").Property.BorderTopStyle[];
96
+ borderTopWidth?: readonly string[] | import("csstype").Property.BorderTopWidth<string | number> | NonNullable<import("csstype").Property.BorderTopWidth<string | number>>[];
97
+ bottom?: readonly (string | (string & {}))[] | import("csstype").Property.Bottom<string | number> | NonNullable<import("csstype").Property.Bottom<string | number>>[];
98
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | NonNullable<import("csstype").Property.BoxDecorationBreak>[] | readonly import("csstype").Property.BoxDecorationBreak[];
99
+ boxShadow: string | readonly import("csstype").Property.BoxShadow[];
100
+ boxSizing?: import("csstype").Property.BoxSizing | NonNullable<import("csstype").Property.BoxSizing>[] | readonly import("csstype").Property.BoxSizing[];
101
+ breakAfter?: import("csstype").Property.BreakAfter | NonNullable<import("csstype").Property.BreakAfter>[] | readonly import("csstype").Property.BreakAfter[];
102
+ breakBefore?: import("csstype").Property.BreakBefore | NonNullable<import("csstype").Property.BreakBefore>[] | readonly import("csstype").Property.BreakBefore[];
103
+ breakInside?: import("csstype").Property.BreakInside | NonNullable<import("csstype").Property.BreakInside>[] | readonly import("csstype").Property.BreakInside[];
104
+ captionSide?: import("csstype").Property.CaptionSide | NonNullable<import("csstype").Property.CaptionSide>[] | readonly import("csstype").Property.CaptionSide[];
105
+ caretColor?: string[] | import("csstype").Property.CaretColor | readonly import("csstype").Property.CaretColor[];
106
+ clear?: import("csstype").Property.Clear | NonNullable<import("csstype").Property.Clear>[] | readonly import("csstype").Property.Clear[];
107
+ clipPath?: string[] | import("csstype").Property.ClipPath | readonly import("csstype").Property.ClipPath[];
108
+ color: string | readonly import("csstype").Property.Color[];
109
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | NonNullable<import("csstype").Property.PrintColorAdjust>[] | readonly import("csstype").Property.PrintColorAdjust[];
110
+ colorScheme?: string[] | import("csstype").Property.ColorScheme | readonly import("csstype").Property.ColorScheme[];
111
+ columnCount?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.ColumnCount | NonNullable<import("csstype").Property.ColumnCount>[];
112
+ columnFill?: import("csstype").Property.ColumnFill | NonNullable<import("csstype").Property.ColumnFill>[] | readonly import("csstype").Property.ColumnFill[];
113
+ columnGap?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnGap<string | number> | NonNullable<import("csstype").Property.ColumnGap<string | number>>[];
114
+ columnRuleColor?: string[] | import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[];
115
+ columnRuleStyle?: string[] | import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[];
116
+ columnRuleWidth?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[];
117
+ columnSpan?: import("csstype").Property.ColumnSpan | NonNullable<import("csstype").Property.ColumnSpan>[] | readonly import("csstype").Property.ColumnSpan[];
118
+ columnWidth?: readonly string[] | import("csstype").Property.ColumnWidth<string | number> | NonNullable<import("csstype").Property.ColumnWidth<string | number>>[];
119
+ contain?: string[] | import("csstype").Property.Contain | readonly import("csstype").Property.Contain[];
120
+ content?: string[] | import("csstype").Property.Content | readonly import("csstype").Property.Content[];
121
+ contentVisibility?: import("csstype").Property.ContentVisibility | NonNullable<import("csstype").Property.ContentVisibility>[] | readonly import("csstype").Property.ContentVisibility[];
122
+ counterIncrement?: string[] | import("csstype").Property.CounterIncrement | readonly import("csstype").Property.CounterIncrement[];
123
+ counterReset?: string[] | import("csstype").Property.CounterReset | readonly import("csstype").Property.CounterReset[];
124
+ counterSet?: string[] | import("csstype").Property.CounterSet | readonly import("csstype").Property.CounterSet[];
125
+ cursor: string | readonly import("csstype").Property.Cursor[];
126
+ direction?: import("csstype").Property.Direction | NonNullable<import("csstype").Property.Direction>[] | readonly import("csstype").Property.Direction[];
127
+ display?: string[] | import("csstype").Property.Display | readonly import("csstype").Property.Display[];
128
+ emptyCells?: import("csstype").Property.EmptyCells | NonNullable<import("csstype").Property.EmptyCells>[] | readonly import("csstype").Property.EmptyCells[];
129
+ filter?: string[] | import("csstype").Property.Filter | readonly import("csstype").Property.Filter[];
130
+ flexBasis?: readonly (string | (string & {}))[] | import("csstype").Property.FlexBasis<string | number> | NonNullable<import("csstype").Property.FlexBasis<string | number>>[];
131
+ flexDirection?: import("csstype").Property.FlexDirection | NonNullable<import("csstype").Property.FlexDirection>[] | readonly import("csstype").Property.FlexDirection[];
132
+ flexGrow?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexGrow | NonNullable<import("csstype").Property.FlexGrow>[];
133
+ flexShrink?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexShrink | NonNullable<import("csstype").Property.FlexShrink>[];
134
+ flexWrap?: import("csstype").Property.FlexWrap | NonNullable<import("csstype").Property.FlexWrap>[] | readonly import("csstype").Property.FlexWrap[];
135
+ float?: import("csstype").Property.Float | NonNullable<import("csstype").Property.Float>[] | readonly import("csstype").Property.Float[];
136
+ fontFamily?: string[] | import("csstype").Property.FontFamily | readonly import("csstype").Property.FontFamily[];
137
+ fontFeatureSettings?: string[] | import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[];
138
+ fontKerning?: import("csstype").Property.FontKerning | NonNullable<import("csstype").Property.FontKerning>[] | readonly import("csstype").Property.FontKerning[];
139
+ fontLanguageOverride?: string[] | import("csstype").Property.FontLanguageOverride | readonly import("csstype").Property.FontLanguageOverride[];
140
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | NonNullable<import("csstype").Property.FontOpticalSizing>[] | readonly import("csstype").Property.FontOpticalSizing[];
141
+ fontSize?: import("csstype").Property.FontSize<string | number> | NonNullable<import("csstype").Property.FontSize<string | number>>[] | readonly (string | (string & {}))[];
142
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | NonNullable<import("csstype").Property.FontSizeAdjust>[] | readonly ("none" | (string & {}) | import("csstype").Globals | "from-font")[];
143
+ fontSmooth?: readonly string[] | import("csstype").Property.FontSmooth<string | number> | NonNullable<import("csstype").Property.FontSmooth<string | number>>[];
144
+ fontStretch?: string[] | import("csstype").Property.FontStretch | readonly import("csstype").Property.FontStretch[];
145
+ fontStyle?: string[] | import("csstype").Property.FontStyle | readonly import("csstype").Property.FontStyle[];
146
+ fontSynthesis?: string[] | import("csstype").Property.FontSynthesis | readonly import("csstype").Property.FontSynthesis[];
147
+ fontVariant?: string[] | import("csstype").Property.FontVariant | readonly import("csstype").Property.FontVariant[];
148
+ fontVariantAlternates?: string[] | import("csstype").Property.FontVariantAlternates | readonly import("csstype").Property.FontVariantAlternates[];
149
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | NonNullable<import("csstype").Property.FontVariantCaps>[] | readonly import("csstype").Property.FontVariantCaps[];
150
+ fontVariantEastAsian?: string[] | import("csstype").Property.FontVariantEastAsian | readonly import("csstype").Property.FontVariantEastAsian[];
151
+ fontVariantLigatures?: string[] | import("csstype").Property.FontVariantLigatures | readonly import("csstype").Property.FontVariantLigatures[];
152
+ fontVariantNumeric?: string[] | import("csstype").Property.FontVariantNumeric | readonly import("csstype").Property.FontVariantNumeric[];
153
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | NonNullable<import("csstype").Property.FontVariantPosition>[] | readonly import("csstype").Property.FontVariantPosition[];
154
+ fontVariationSettings?: string[] | import("csstype").Property.FontVariationSettings | readonly import("csstype").Property.FontVariationSettings[];
155
+ fontWeight?: import("csstype").Property.FontWeight | NonNullable<import("csstype").Property.FontWeight>[] | readonly ("bold" | (string & {}) | import("csstype").Globals | "normal" | "bolder" | "lighter")[];
156
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | NonNullable<import("csstype").Property.ForcedColorAdjust>[] | readonly import("csstype").Property.ForcedColorAdjust[];
157
+ gridAutoColumns?: readonly (string | (string & {}))[] | import("csstype").Property.GridAutoColumns<string | number> | NonNullable<import("csstype").Property.GridAutoColumns<string | number>>[];
158
+ gridAutoFlow?: string[] | import("csstype").Property.GridAutoFlow | readonly import("csstype").Property.GridAutoFlow[];
159
+ gridAutoRows?: readonly (string | (string & {}))[] | import("csstype").Property.GridAutoRows<string | number> | NonNullable<import("csstype").Property.GridAutoRows<string | number>>[];
160
+ gridColumnEnd?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridColumnEnd | NonNullable<import("csstype").Property.GridColumnEnd>[];
161
+ gridColumnStart?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridColumnStart | NonNullable<import("csstype").Property.GridColumnStart>[];
162
+ gridRowEnd?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridRowEnd | NonNullable<import("csstype").Property.GridRowEnd>[];
163
+ gridRowStart?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridRowStart | NonNullable<import("csstype").Property.GridRowStart>[];
164
+ gridTemplateAreas?: string[] | import("csstype").Property.GridTemplateAreas | readonly import("csstype").Property.GridTemplateAreas[];
165
+ gridTemplateColumns?: readonly (string | (string & {}))[] | import("csstype").Property.GridTemplateColumns<string | number> | NonNullable<import("csstype").Property.GridTemplateColumns<string | number>>[];
166
+ gridTemplateRows?: readonly (string | (string & {}))[] | import("csstype").Property.GridTemplateRows<string | number> | NonNullable<import("csstype").Property.GridTemplateRows<string | number>>[];
167
+ hangingPunctuation?: string[] | import("csstype").Property.HangingPunctuation | readonly import("csstype").Property.HangingPunctuation[];
168
+ height?: readonly (string | (string & {}))[] | import("csstype").Property.Height<string | number> | NonNullable<import("csstype").Property.Height<string | number>>[];
169
+ hyphenateCharacter?: string[] | import("csstype").Property.HyphenateCharacter | readonly import("csstype").Property.HyphenateCharacter[];
170
+ hyphens?: import("csstype").Property.Hyphens | NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
171
+ imageOrientation?: string[] | import("csstype").Property.ImageOrientation | readonly import("csstype").Property.ImageOrientation[];
172
+ imageRendering?: import("csstype").Property.ImageRendering | NonNullable<import("csstype").Property.ImageRendering>[] | readonly import("csstype").Property.ImageRendering[];
173
+ imageResolution?: string[] | import("csstype").Property.ImageResolution | readonly import("csstype").Property.ImageResolution[];
174
+ initialLetter?: import("csstype").Property.InitialLetter | NonNullable<import("csstype").Property.InitialLetter>[] | readonly ((string & {}) | import("csstype").Globals | "normal")[];
175
+ inlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.InlineSize<string | number> | NonNullable<import("csstype").Property.InlineSize<string | number>>[];
176
+ inputSecurity?: import("csstype").Property.InputSecurity | NonNullable<import("csstype").Property.InputSecurity>[] | readonly import("csstype").Property.InputSecurity[];
177
+ inset?: readonly (string | (string & {}))[] | import("csstype").Property.Inset<string | number> | NonNullable<import("csstype").Property.Inset<string | number>>[];
178
+ insetBlock?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlock<string | number> | NonNullable<import("csstype").Property.InsetBlock<string | number>>[];
179
+ insetBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockEnd<string | number> | NonNullable<import("csstype").Property.InsetBlockEnd<string | number>>[];
180
+ insetBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockStart<string | number> | NonNullable<import("csstype").Property.InsetBlockStart<string | number>>[];
181
+ insetInline?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInline<string | number> | NonNullable<import("csstype").Property.InsetInline<string | number>>[];
182
+ insetInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineEnd<string | number> | NonNullable<import("csstype").Property.InsetInlineEnd<string | number>>[];
183
+ insetInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineStart<string | number> | NonNullable<import("csstype").Property.InsetInlineStart<string | number>>[];
184
+ isolation?: import("csstype").Property.Isolation | NonNullable<import("csstype").Property.Isolation>[] | readonly import("csstype").Property.Isolation[];
185
+ justifyContent?: string[] | import("csstype").Property.JustifyContent | readonly import("csstype").Property.JustifyContent[];
186
+ justifyItems?: string[] | import("csstype").Property.JustifyItems | readonly import("csstype").Property.JustifyItems[];
187
+ justifySelf?: string[] | import("csstype").Property.JustifySelf | readonly import("csstype").Property.JustifySelf[];
188
+ justifyTracks?: string[] | import("csstype").Property.JustifyTracks | readonly import("csstype").Property.JustifyTracks[];
189
+ left?: readonly (string | (string & {}))[] | import("csstype").Property.Left<string | number> | NonNullable<import("csstype").Property.Left<string | number>>[];
190
+ letterSpacing?: readonly string[] | import("csstype").Property.LetterSpacing<string | number> | NonNullable<import("csstype").Property.LetterSpacing<string | number>>[];
191
+ lineBreak?: import("csstype").Property.LineBreak | NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
192
+ lineHeight?: readonly (string | (string & {}))[] | import("csstype").Property.LineHeight<string | number> | NonNullable<import("csstype").Property.LineHeight<string | number>>[];
193
+ lineHeightStep?: readonly string[] | import("csstype").Property.LineHeightStep<string | number> | NonNullable<import("csstype").Property.LineHeightStep<string | number>>[];
194
+ listStyleImage?: string[] | import("csstype").Property.ListStyleImage | readonly import("csstype").Property.ListStyleImage[];
195
+ listStylePosition?: import("csstype").Property.ListStylePosition | NonNullable<import("csstype").Property.ListStylePosition>[] | readonly import("csstype").Property.ListStylePosition[];
196
+ listStyleType?: string[] | import("csstype").Property.ListStyleType | readonly import("csstype").Property.ListStyleType[];
197
+ marginBlock?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBlock<string | number> | NonNullable<import("csstype").Property.MarginBlock<string | number>>[];
198
+ marginBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBlockEnd<string | number> | NonNullable<import("csstype").Property.MarginBlockEnd<string | number>>[];
199
+ marginBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBlockStart<string | number> | NonNullable<import("csstype").Property.MarginBlockStart<string | number>>[];
200
+ marginBottom?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBottom<string | number> | NonNullable<import("csstype").Property.MarginBottom<string | number>>[];
201
+ marginInline?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInline<string | number> | NonNullable<import("csstype").Property.MarginInline<string | number>>[];
202
+ marginInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[];
203
+ marginInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[];
204
+ marginLeft?: readonly (string | (string & {}))[] | import("csstype").Property.MarginLeft<string | number> | NonNullable<import("csstype").Property.MarginLeft<string | number>>[];
205
+ marginRight?: readonly (string | (string & {}))[] | import("csstype").Property.MarginRight<string | number> | NonNullable<import("csstype").Property.MarginRight<string | number>>[];
206
+ marginTop?: readonly (string | (string & {}))[] | import("csstype").Property.MarginTop<string | number> | NonNullable<import("csstype").Property.MarginTop<string | number>>[];
207
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | NonNullable<import("csstype").Property.MaskBorderMode>[] | readonly import("csstype").Property.MaskBorderMode[];
208
+ maskBorderOutset?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderOutset<string | number> | NonNullable<import("csstype").Property.MaskBorderOutset<string | number>>[];
209
+ maskBorderRepeat?: string[] | import("csstype").Property.MaskBorderRepeat | readonly import("csstype").Property.MaskBorderRepeat[];
210
+ maskBorderSlice?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.MaskBorderSlice | NonNullable<import("csstype").Property.MaskBorderSlice>[];
211
+ maskBorderSource?: string[] | import("csstype").Property.MaskBorderSource | readonly import("csstype").Property.MaskBorderSource[];
212
+ maskBorderWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderWidth<string | number> | NonNullable<import("csstype").Property.MaskBorderWidth<string | number>>[];
213
+ maskClip?: string[] | import("csstype").Property.MaskClip | readonly import("csstype").Property.MaskClip[];
214
+ maskComposite?: string[] | import("csstype").Property.MaskComposite | readonly import("csstype").Property.MaskComposite[];
215
+ maskImage?: string[] | import("csstype").Property.MaskImage | readonly import("csstype").Property.MaskImage[];
216
+ maskMode?: string[] | import("csstype").Property.MaskMode | readonly import("csstype").Property.MaskMode[];
217
+ maskOrigin?: string[] | import("csstype").Property.MaskOrigin | readonly import("csstype").Property.MaskOrigin[];
218
+ maskPosition?: readonly (string | (string & {}))[] | import("csstype").Property.MaskPosition<string | number> | NonNullable<import("csstype").Property.MaskPosition<string | number>>[];
219
+ maskRepeat?: string[] | import("csstype").Property.MaskRepeat | readonly import("csstype").Property.MaskRepeat[];
220
+ maskSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaskSize<string | number> | NonNullable<import("csstype").Property.MaskSize<string | number>>[];
221
+ maskType?: import("csstype").Property.MaskType | NonNullable<import("csstype").Property.MaskType>[] | readonly import("csstype").Property.MaskType[];
222
+ mathDepth?: import("csstype").Property.MathDepth | NonNullable<import("csstype").Property.MathDepth>[] | readonly ((string & {}) | import("csstype").Globals | "auto-add")[];
223
+ mathShift?: import("csstype").Property.MathShift | NonNullable<import("csstype").Property.MathShift>[] | readonly import("csstype").Property.MathShift[];
224
+ mathStyle?: import("csstype").Property.MathStyle | NonNullable<import("csstype").Property.MathStyle>[] | readonly import("csstype").Property.MathStyle[];
225
+ maxBlockSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaxBlockSize<string | number> | NonNullable<import("csstype").Property.MaxBlockSize<string | number>>[];
226
+ maxHeight?: readonly (string | (string & {}))[] | import("csstype").Property.MaxHeight<string | number> | NonNullable<import("csstype").Property.MaxHeight<string | number>>[];
227
+ maxInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaxInlineSize<string | number> | NonNullable<import("csstype").Property.MaxInlineSize<string | number>>[];
228
+ maxLines?: import("csstype").Property.MaxLines | NonNullable<import("csstype").Property.MaxLines>[] | readonly ("none" | (string & {}) | import("csstype").Globals)[];
229
+ maxWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MaxWidth<string | number> | NonNullable<import("csstype").Property.MaxWidth<string | number>>[];
230
+ minBlockSize?: readonly (string | (string & {}))[] | import("csstype").Property.MinBlockSize<string | number> | NonNullable<import("csstype").Property.MinBlockSize<string | number>>[];
231
+ minHeight: string | number | readonly (string | (string & {}))[] | NonNullable<import("csstype").Property.MinHeight<string | number>>[];
232
+ minInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.MinInlineSize<string | number> | NonNullable<import("csstype").Property.MinInlineSize<string | number>>[];
233
+ minWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MinWidth<string | number> | NonNullable<import("csstype").Property.MinWidth<string | number>>[];
234
+ mixBlendMode?: import("csstype").Property.MixBlendMode | NonNullable<import("csstype").Property.MixBlendMode>[] | readonly import("csstype").Property.MixBlendMode[];
235
+ motionDistance?: readonly (string | (string & {}))[] | import("csstype").Property.OffsetDistance<string | number> | NonNullable<import("csstype").Property.OffsetDistance<string | number>>[];
236
+ motionPath?: string[] | import("csstype").Property.OffsetPath | readonly import("csstype").Property.OffsetPath[];
237
+ motionRotation?: string[] | import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[];
238
+ objectFit?: import("csstype").Property.ObjectFit | NonNullable<import("csstype").Property.ObjectFit>[] | readonly import("csstype").Property.ObjectFit[];
239
+ objectPosition?: readonly (string | (string & {}))[] | import("csstype").Property.ObjectPosition<string | number> | NonNullable<import("csstype").Property.ObjectPosition<string | number>>[];
240
+ offsetAnchor?: readonly (string | (string & {}))[] | import("csstype").Property.OffsetAnchor<string | number> | NonNullable<import("csstype").Property.OffsetAnchor<string | number>>[];
241
+ offsetDistance?: readonly (string | (string & {}))[] | import("csstype").Property.OffsetDistance<string | number> | NonNullable<import("csstype").Property.OffsetDistance<string | number>>[];
242
+ offsetPath?: string[] | import("csstype").Property.OffsetPath | readonly import("csstype").Property.OffsetPath[];
243
+ offsetRotate?: string[] | import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[];
244
+ offsetRotation?: string[] | import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[];
245
+ opacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Opacity | NonNullable<import("csstype").Property.Opacity>[];
246
+ order?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Order | NonNullable<import("csstype").Property.Order>[];
247
+ orphans?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Orphans | NonNullable<import("csstype").Property.Orphans>[];
248
+ outlineColor?: string[] | import("csstype").Property.OutlineColor | readonly import("csstype").Property.OutlineColor[];
249
+ outlineOffset?: readonly string[] | import("csstype").Property.OutlineOffset<string | number> | NonNullable<import("csstype").Property.OutlineOffset<string | number>>[];
250
+ outlineStyle?: string[] | import("csstype").Property.OutlineStyle | readonly import("csstype").Property.OutlineStyle[];
251
+ outlineWidth?: readonly string[] | import("csstype").Property.OutlineWidth<string | number> | NonNullable<import("csstype").Property.OutlineWidth<string | number>>[];
252
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | NonNullable<import("csstype").Property.OverflowAnchor>[] | readonly import("csstype").Property.OverflowAnchor[];
253
+ overflowBlock?: import("csstype").Property.OverflowBlock | NonNullable<import("csstype").Property.OverflowBlock>[] | readonly import("csstype").Property.OverflowBlock[];
254
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | NonNullable<import("csstype").Property.OverflowClipBox>[] | readonly import("csstype").Property.OverflowClipBox[];
255
+ overflowClipMargin?: readonly (string | (string & {}))[] | import("csstype").Property.OverflowClipMargin<string | number> | NonNullable<import("csstype").Property.OverflowClipMargin<string | number>>[];
256
+ overflowInline?: import("csstype").Property.OverflowInline | NonNullable<import("csstype").Property.OverflowInline>[] | readonly import("csstype").Property.OverflowInline[];
257
+ overflowWrap?: import("csstype").Property.OverflowWrap | NonNullable<import("csstype").Property.OverflowWrap>[] | readonly import("csstype").Property.OverflowWrap[];
258
+ overflowX?: import("csstype").Property.OverflowX | NonNullable<import("csstype").Property.OverflowX>[] | readonly import("csstype").Property.OverflowX[];
259
+ overflowY?: import("csstype").Property.OverflowY | NonNullable<import("csstype").Property.OverflowY>[] | readonly import("csstype").Property.OverflowY[];
260
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | NonNullable<import("csstype").Property.OverscrollBehaviorBlock>[] | readonly import("csstype").Property.OverscrollBehaviorBlock[];
261
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | NonNullable<import("csstype").Property.OverscrollBehaviorInline>[] | readonly import("csstype").Property.OverscrollBehaviorInline[];
262
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | NonNullable<import("csstype").Property.OverscrollBehaviorX>[] | readonly import("csstype").Property.OverscrollBehaviorX[];
263
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | NonNullable<import("csstype").Property.OverscrollBehaviorY>[] | readonly import("csstype").Property.OverscrollBehaviorY[];
264
+ paddingBlock?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBlock<string | number> | NonNullable<import("csstype").Property.PaddingBlock<string | number>>[];
265
+ paddingBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBlockEnd<string | number> | NonNullable<import("csstype").Property.PaddingBlockEnd<string | number>>[];
266
+ paddingBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBlockStart<string | number> | NonNullable<import("csstype").Property.PaddingBlockStart<string | number>>[];
267
+ paddingBottom?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBottom<string | number> | NonNullable<import("csstype").Property.PaddingBottom<string | number>>[];
268
+ paddingInline?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInline<string | number> | NonNullable<import("csstype").Property.PaddingInline<string | number>>[];
269
+ paddingInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[];
270
+ paddingInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[];
271
+ paddingLeft?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingLeft<string | number> | NonNullable<import("csstype").Property.PaddingLeft<string | number>>[];
272
+ paddingRight?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingRight<string | number> | NonNullable<import("csstype").Property.PaddingRight<string | number>>[];
273
+ paddingTop?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingTop<string | number> | NonNullable<import("csstype").Property.PaddingTop<string | number>>[];
274
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | NonNullable<import("csstype").Property.PageBreakAfter>[] | readonly import("csstype").Property.PageBreakAfter[];
275
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | NonNullable<import("csstype").Property.PageBreakBefore>[] | readonly import("csstype").Property.PageBreakBefore[];
276
+ pageBreakInside?: import("csstype").Property.PageBreakInside | NonNullable<import("csstype").Property.PageBreakInside>[] | readonly import("csstype").Property.PageBreakInside[];
277
+ paintOrder?: string[] | import("csstype").Property.PaintOrder | readonly import("csstype").Property.PaintOrder[];
278
+ perspective?: readonly string[] | import("csstype").Property.Perspective<string | number> | NonNullable<import("csstype").Property.Perspective<string | number>>[];
279
+ perspectiveOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[];
280
+ placeContent?: string[] | import("csstype").Property.PlaceContent | readonly import("csstype").Property.PlaceContent[];
281
+ pointerEvents?: import("csstype").Property.PointerEvents | NonNullable<import("csstype").Property.PointerEvents>[] | readonly import("csstype").Property.PointerEvents[];
282
+ position?: import("csstype").Property.Position | NonNullable<import("csstype").Property.Position>[] | readonly import("csstype").Property.Position[];
283
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | NonNullable<import("csstype").Property.PrintColorAdjust>[] | readonly import("csstype").Property.PrintColorAdjust[];
284
+ quotes?: string[] | import("csstype").Property.Quotes | readonly import("csstype").Property.Quotes[];
285
+ resize?: import("csstype").Property.Resize | NonNullable<import("csstype").Property.Resize>[] | readonly import("csstype").Property.Resize[];
286
+ right?: readonly (string | (string & {}))[] | import("csstype").Property.Right<string | number> | NonNullable<import("csstype").Property.Right<string | number>>[];
287
+ rotate?: string[] | import("csstype").Property.Rotate | readonly import("csstype").Property.Rotate[];
288
+ rowGap?: readonly (string | (string & {}))[] | import("csstype").Property.RowGap<string | number> | NonNullable<import("csstype").Property.RowGap<string | number>>[];
289
+ rubyAlign?: import("csstype").Property.RubyAlign | NonNullable<import("csstype").Property.RubyAlign>[] | readonly import("csstype").Property.RubyAlign[];
290
+ rubyMerge?: import("csstype").Property.RubyMerge | NonNullable<import("csstype").Property.RubyMerge>[] | readonly import("csstype").Property.RubyMerge[];
291
+ rubyPosition?: string[] | import("csstype").Property.RubyPosition | readonly import("csstype").Property.RubyPosition[];
292
+ scale?: readonly ("none" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.Scale | NonNullable<import("csstype").Property.Scale>[];
293
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | NonNullable<import("csstype").Property.ScrollBehavior>[] | readonly import("csstype").Property.ScrollBehavior[];
294
+ scrollMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMargin<string | number> | NonNullable<import("csstype").Property.ScrollMargin<string | number>>[];
295
+ scrollMarginBlock?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMarginBlock<string | number> | NonNullable<import("csstype").Property.ScrollMarginBlock<string | number>>[];
296
+ scrollMarginBlockEnd?: readonly string[] | import("csstype").Property.ScrollMarginBlockEnd<string | number> | NonNullable<import("csstype").Property.ScrollMarginBlockEnd<string | number>>[];
297
+ scrollMarginBlockStart?: readonly string[] | import("csstype").Property.ScrollMarginBlockStart<string | number> | NonNullable<import("csstype").Property.ScrollMarginBlockStart<string | number>>[];
298
+ scrollMarginBottom?: readonly string[] | import("csstype").Property.ScrollMarginBottom<string | number> | NonNullable<import("csstype").Property.ScrollMarginBottom<string | number>>[];
299
+ scrollMarginInline?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMarginInline<string | number> | NonNullable<import("csstype").Property.ScrollMarginInline<string | number>>[];
300
+ scrollMarginInlineEnd?: readonly string[] | import("csstype").Property.ScrollMarginInlineEnd<string | number> | NonNullable<import("csstype").Property.ScrollMarginInlineEnd<string | number>>[];
301
+ scrollMarginInlineStart?: readonly string[] | import("csstype").Property.ScrollMarginInlineStart<string | number> | NonNullable<import("csstype").Property.ScrollMarginInlineStart<string | number>>[];
302
+ scrollMarginLeft?: readonly string[] | import("csstype").Property.ScrollMarginLeft<string | number> | NonNullable<import("csstype").Property.ScrollMarginLeft<string | number>>[];
303
+ scrollMarginRight?: readonly string[] | import("csstype").Property.ScrollMarginRight<string | number> | NonNullable<import("csstype").Property.ScrollMarginRight<string | number>>[];
304
+ scrollMarginTop?: readonly string[] | import("csstype").Property.ScrollMarginTop<string | number> | NonNullable<import("csstype").Property.ScrollMarginTop<string | number>>[];
305
+ scrollPadding?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPadding<string | number> | NonNullable<import("csstype").Property.ScrollPadding<string | number>>[];
306
+ scrollPaddingBlock?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlock<string | number> | NonNullable<import("csstype").Property.ScrollPaddingBlock<string | number>>[];
307
+ scrollPaddingBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlockEnd<string | number> | NonNullable<import("csstype").Property.ScrollPaddingBlockEnd<string | number>>[];
308
+ scrollPaddingBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlockStart<string | number> | NonNullable<import("csstype").Property.ScrollPaddingBlockStart<string | number>>[];
309
+ scrollPaddingBottom?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBottom<string | number> | NonNullable<import("csstype").Property.ScrollPaddingBottom<string | number>>[];
310
+ scrollPaddingInline?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInline<string | number> | NonNullable<import("csstype").Property.ScrollPaddingInline<string | number>>[];
311
+ scrollPaddingInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInlineEnd<string | number> | NonNullable<import("csstype").Property.ScrollPaddingInlineEnd<string | number>>[];
312
+ scrollPaddingInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInlineStart<string | number> | NonNullable<import("csstype").Property.ScrollPaddingInlineStart<string | number>>[];
313
+ scrollPaddingLeft?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingLeft<string | number> | NonNullable<import("csstype").Property.ScrollPaddingLeft<string | number>>[];
314
+ scrollPaddingRight?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingRight<string | number> | NonNullable<import("csstype").Property.ScrollPaddingRight<string | number>>[];
315
+ scrollPaddingTop?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingTop<string | number> | NonNullable<import("csstype").Property.ScrollPaddingTop<string | number>>[];
316
+ scrollSnapAlign?: string[] | import("csstype").Property.ScrollSnapAlign | readonly import("csstype").Property.ScrollSnapAlign[];
317
+ scrollSnapMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMargin<string | number> | NonNullable<import("csstype").Property.ScrollMargin<string | number>>[];
318
+ scrollSnapMarginBottom?: readonly string[] | import("csstype").Property.ScrollMarginBottom<string | number> | NonNullable<import("csstype").Property.ScrollMarginBottom<string | number>>[];
319
+ scrollSnapMarginLeft?: readonly string[] | import("csstype").Property.ScrollMarginLeft<string | number> | NonNullable<import("csstype").Property.ScrollMarginLeft<string | number>>[];
320
+ scrollSnapMarginRight?: readonly string[] | import("csstype").Property.ScrollMarginRight<string | number> | NonNullable<import("csstype").Property.ScrollMarginRight<string | number>>[];
321
+ scrollSnapMarginTop?: readonly string[] | import("csstype").Property.ScrollMarginTop<string | number> | NonNullable<import("csstype").Property.ScrollMarginTop<string | number>>[];
322
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | NonNullable<import("csstype").Property.ScrollSnapStop>[] | readonly import("csstype").Property.ScrollSnapStop[];
323
+ scrollSnapType?: string[] | import("csstype").Property.ScrollSnapType | readonly import("csstype").Property.ScrollSnapType[];
324
+ scrollbarColor?: string[] | import("csstype").Property.ScrollbarColor | readonly import("csstype").Property.ScrollbarColor[];
325
+ scrollbarGutter?: string[] | import("csstype").Property.ScrollbarGutter | readonly import("csstype").Property.ScrollbarGutter[];
326
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | NonNullable<import("csstype").Property.ScrollbarWidth>[] | readonly import("csstype").Property.ScrollbarWidth[];
327
+ shapeImageThreshold?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.ShapeImageThreshold | NonNullable<import("csstype").Property.ShapeImageThreshold>[];
328
+ shapeMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ShapeMargin<string | number> | NonNullable<import("csstype").Property.ShapeMargin<string | number>>[];
329
+ shapeOutside?: string[] | import("csstype").Property.ShapeOutside | readonly import("csstype").Property.ShapeOutside[];
330
+ tabSize?: readonly (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | NonNullable<import("csstype").Property.TabSize<string | number>>[];
331
+ tableLayout?: import("csstype").Property.TableLayout | NonNullable<import("csstype").Property.TableLayout>[] | readonly import("csstype").Property.TableLayout[];
332
+ textAlign?: import("csstype").Property.TextAlign | NonNullable<import("csstype").Property.TextAlign>[] | readonly import("csstype").Property.TextAlign[];
333
+ textAlignLast?: import("csstype").Property.TextAlignLast | NonNullable<import("csstype").Property.TextAlignLast>[] | readonly import("csstype").Property.TextAlignLast[];
334
+ textCombineUpright?: string[] | import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[];
335
+ textDecorationColor?: string[] | import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[];
336
+ textDecorationLine?: string[] | import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[];
337
+ textDecorationSkip?: string[] | import("csstype").Property.TextDecorationSkip | readonly import("csstype").Property.TextDecorationSkip[];
338
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | NonNullable<import("csstype").Property.TextDecorationSkipInk>[] | readonly import("csstype").Property.TextDecorationSkipInk[];
339
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | NonNullable<import("csstype").Property.TextDecorationStyle>[] | readonly import("csstype").Property.TextDecorationStyle[];
340
+ textDecorationThickness?: readonly (string | (string & {}))[] | import("csstype").Property.TextDecorationThickness<string | number> | NonNullable<import("csstype").Property.TextDecorationThickness<string | number>>[];
341
+ textEmphasisColor?: string[] | import("csstype").Property.TextEmphasisColor | readonly import("csstype").Property.TextEmphasisColor[];
342
+ textEmphasisPosition?: string[] | import("csstype").Property.TextEmphasisPosition | readonly import("csstype").Property.TextEmphasisPosition[];
343
+ textEmphasisStyle?: string[] | import("csstype").Property.TextEmphasisStyle | readonly import("csstype").Property.TextEmphasisStyle[];
344
+ textIndent?: readonly (string | (string & {}))[] | import("csstype").Property.TextIndent<string | number> | NonNullable<import("csstype").Property.TextIndent<string | number>>[];
345
+ textJustify?: import("csstype").Property.TextJustify | NonNullable<import("csstype").Property.TextJustify>[] | readonly import("csstype").Property.TextJustify[];
346
+ textOrientation?: import("csstype").Property.TextOrientation | NonNullable<import("csstype").Property.TextOrientation>[] | readonly import("csstype").Property.TextOrientation[];
347
+ textOverflow?: string[] | import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[];
348
+ textRendering?: import("csstype").Property.TextRendering | NonNullable<import("csstype").Property.TextRendering>[] | readonly import("csstype").Property.TextRendering[];
349
+ textShadow?: string[] | import("csstype").Property.TextShadow | readonly import("csstype").Property.TextShadow[];
350
+ textSizeAdjust?: string[] | import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[];
351
+ textTransform?: import("csstype").Property.TextTransform | NonNullable<import("csstype").Property.TextTransform>[] | readonly import("csstype").Property.TextTransform[];
352
+ textUnderlineOffset?: readonly (string | (string & {}))[] | import("csstype").Property.TextUnderlineOffset<string | number> | NonNullable<import("csstype").Property.TextUnderlineOffset<string | number>>[];
353
+ textUnderlinePosition?: string[] | import("csstype").Property.TextUnderlinePosition | readonly import("csstype").Property.TextUnderlinePosition[];
354
+ top?: readonly (string | (string & {}))[] | import("csstype").Property.Top<string | number> | NonNullable<import("csstype").Property.Top<string | number>>[];
355
+ touchAction?: string[] | import("csstype").Property.TouchAction | readonly import("csstype").Property.TouchAction[];
356
+ transform?: string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
357
+ transformBox?: import("csstype").Property.TransformBox | NonNullable<import("csstype").Property.TransformBox>[] | readonly import("csstype").Property.TransformBox[];
358
+ transformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
359
+ transformStyle?: import("csstype").Property.TransformStyle | NonNullable<import("csstype").Property.TransformStyle>[] | readonly import("csstype").Property.TransformStyle[];
360
+ transitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
361
+ transitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
362
+ transitionProperty?: string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
363
+ transitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
364
+ translate?: readonly (string | (string & {}))[] | import("csstype").Property.Translate<string | number> | NonNullable<import("csstype").Property.Translate<string | number>>[];
365
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | NonNullable<import("csstype").Property.UnicodeBidi>[] | readonly import("csstype").Property.UnicodeBidi[];
366
+ userSelect?: import("csstype").Property.UserSelect | NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
367
+ verticalAlign?: readonly (string | (string & {}))[] | import("csstype").Property.VerticalAlign<string | number> | NonNullable<import("csstype").Property.VerticalAlign<string | number>>[];
368
+ visibility?: import("csstype").Property.Visibility | NonNullable<import("csstype").Property.Visibility>[] | readonly import("csstype").Property.Visibility[];
369
+ whiteSpace?: import("csstype").Property.WhiteSpace | NonNullable<import("csstype").Property.WhiteSpace>[] | readonly import("csstype").Property.WhiteSpace[];
370
+ widows?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Widows | NonNullable<import("csstype").Property.Widows>[];
371
+ width?: readonly (string | (string & {}))[] | import("csstype").Property.Width<string | number> | NonNullable<import("csstype").Property.Width<string | number>>[];
372
+ willChange?: string[] | import("csstype").Property.WillChange | readonly import("csstype").Property.WillChange[];
373
+ wordBreak?: import("csstype").Property.WordBreak | NonNullable<import("csstype").Property.WordBreak>[] | readonly import("csstype").Property.WordBreak[];
374
+ wordSpacing?: readonly string[] | import("csstype").Property.WordSpacing<string | number> | NonNullable<import("csstype").Property.WordSpacing<string | number>>[];
375
+ wordWrap?: import("csstype").Property.WordWrap | NonNullable<import("csstype").Property.WordWrap>[] | readonly import("csstype").Property.WordWrap[];
376
+ writingMode?: import("csstype").Property.WritingMode | NonNullable<import("csstype").Property.WritingMode>[] | readonly import("csstype").Property.WritingMode[];
377
+ zIndex?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.ZIndex | NonNullable<import("csstype").Property.ZIndex>[];
378
+ zoom?: import("csstype").Property.Zoom | NonNullable<import("csstype").Property.Zoom>[] | readonly ((string & {}) | import("csstype").Globals | "normal" | "reset")[];
379
+ all?: import("csstype").Globals | NonNullable<import("csstype").Globals>[] | readonly import("csstype").Globals[];
380
+ animation?: import("csstype").Property.Animation<string & {}> | NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly (import("csstype").Globals | import("csstype").DataType.SingleAnimationDirection | import("csstype").DataType.SingleAnimationFillMode | "infinite" | "paused" | "running" | import("csstype").DataType.EasingFunction)[];
381
+ background?: readonly (string | (string & {}))[] | import("csstype").Property.Background<string | number> | NonNullable<import("csstype").Property.Background<string | number>>[];
382
+ backgroundPosition?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundPosition<string | number> | NonNullable<import("csstype").Property.BackgroundPosition<string | number>>[];
383
+ border?: readonly (string | (string & {}))[] | import("csstype").Property.Border<string | number> | NonNullable<import("csstype").Property.Border<string | number>>[];
384
+ borderBlock?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBlock<string | number> | NonNullable<import("csstype").Property.BorderBlock<string | number>>[];
385
+ borderBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBlockEnd<string | number> | NonNullable<import("csstype").Property.BorderBlockEnd<string | number>>[];
386
+ borderBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBlockStart<string | number> | NonNullable<import("csstype").Property.BorderBlockStart<string | number>>[];
387
+ borderBottom?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottom<string | number> | NonNullable<import("csstype").Property.BorderBottom<string | number>>[];
388
+ borderColor?: string[] | import("csstype").Property.BorderColor | readonly import("csstype").Property.BorderColor[];
389
+ borderImage?: import("csstype").Property.BorderImage | NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[];
390
+ borderInline?: readonly (string | (string & {}))[] | import("csstype").Property.BorderInline<string | number> | NonNullable<import("csstype").Property.BorderInline<string | number>>[];
391
+ borderInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.BorderInlineEnd<string | number> | NonNullable<import("csstype").Property.BorderInlineEnd<string | number>>[];
392
+ borderInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.BorderInlineStart<string | number> | NonNullable<import("csstype").Property.BorderInlineStart<string | number>>[];
393
+ borderLeft?: readonly (string | (string & {}))[] | import("csstype").Property.BorderLeft<string | number> | NonNullable<import("csstype").Property.BorderLeft<string | number>>[];
394
+ borderRadius: string | number | readonly (string | (string & {}))[] | NonNullable<import("csstype").Property.BorderRadius<string | number>>[];
395
+ borderRight?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRight<string | number> | NonNullable<import("csstype").Property.BorderRight<string | number>>[];
396
+ borderStyle?: string[] | import("csstype").Property.BorderStyle | readonly import("csstype").Property.BorderStyle[];
397
+ borderTop?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTop<string | number> | NonNullable<import("csstype").Property.BorderTop<string | number>>[];
398
+ borderWidth?: readonly (string | (string & {}))[] | import("csstype").Property.BorderWidth<string | number> | NonNullable<import("csstype").Property.BorderWidth<string | number>>[];
399
+ columnRule?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | NonNullable<import("csstype").Property.ColumnRule<string | number>>[];
400
+ columns?: readonly (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | NonNullable<import("csstype").Property.Columns<string | number>>[];
401
+ flex?: readonly (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | NonNullable<import("csstype").Property.Flex<string | number>>[];
402
+ flexFlow?: string[] | import("csstype").Property.FlexFlow | readonly import("csstype").Property.FlexFlow[];
403
+ font?: string[] | import("csstype").Property.Font | readonly import("csstype").Property.Font[];
404
+ gap?: readonly (string | (string & {}))[] | import("csstype").Property.Gap<string | number> | NonNullable<import("csstype").Property.Gap<string | number>>[];
405
+ grid?: string[] | import("csstype").Property.Grid | readonly import("csstype").Property.Grid[];
406
+ gridArea?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridArea | NonNullable<import("csstype").Property.GridArea>[];
407
+ gridColumn?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridColumn | NonNullable<import("csstype").Property.GridColumn>[];
408
+ gridRow?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridRow | NonNullable<import("csstype").Property.GridRow>[];
409
+ gridTemplate?: string[] | import("csstype").Property.GridTemplate | readonly import("csstype").Property.GridTemplate[];
410
+ lineClamp?: readonly ("none" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.LineClamp | NonNullable<import("csstype").Property.LineClamp>[];
411
+ listStyle?: string[] | import("csstype").Property.ListStyle | readonly import("csstype").Property.ListStyle[];
412
+ margin?: readonly (string | (string & {}))[] | import("csstype").Property.Margin<string | number> | NonNullable<import("csstype").Property.Margin<string | number>>[];
413
+ mask?: readonly (string | (string & {}))[] | import("csstype").Property.Mask<string | number> | NonNullable<import("csstype").Property.Mask<string | number>>[];
414
+ maskBorder?: import("csstype").Property.MaskBorder | NonNullable<import("csstype").Property.MaskBorder>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space" | "alpha" | "luminance")[];
415
+ motion?: readonly (string | (string & {}))[] | import("csstype").Property.Offset<string | number> | NonNullable<import("csstype").Property.Offset<string | number>>[];
416
+ offset?: readonly (string | (string & {}))[] | import("csstype").Property.Offset<string | number> | NonNullable<import("csstype").Property.Offset<string | number>>[];
417
+ outline?: readonly (string | (string & {}))[] | import("csstype").Property.Outline<string | number> | NonNullable<import("csstype").Property.Outline<string | number>>[];
418
+ overflow?: string[] | import("csstype").Property.Overflow | readonly import("csstype").Property.Overflow[];
419
+ overscrollBehavior?: string[] | import("csstype").Property.OverscrollBehavior | readonly import("csstype").Property.OverscrollBehavior[];
420
+ padding?: readonly (string | (string & {}))[] | import("csstype").Property.Padding<string | number> | NonNullable<import("csstype").Property.Padding<string | number>>[];
421
+ placeItems?: string[] | import("csstype").Property.PlaceItems | readonly import("csstype").Property.PlaceItems[];
422
+ placeSelf?: string[] | import("csstype").Property.PlaceSelf | readonly import("csstype").Property.PlaceSelf[];
423
+ textDecoration?: readonly (string | (string & {}))[] | import("csstype").Property.TextDecoration<string | number> | NonNullable<import("csstype").Property.TextDecoration<string | number>>[];
424
+ textEmphasis?: string[] | import("csstype").Property.TextEmphasis | readonly import("csstype").Property.TextEmphasis[];
425
+ transition?: string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
426
+ MozAnimationDelay?: string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
427
+ MozAnimationDirection?: string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
428
+ MozAnimationDuration?: string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
429
+ MozAnimationFillMode?: string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
430
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import("csstype").Globals | "infinite")[];
431
+ MozAnimationName?: string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
432
+ MozAnimationPlayState?: string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
433
+ MozAnimationTimingFunction?: string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
434
+ MozAppearance?: import("csstype").Property.MozAppearance | NonNullable<import("csstype").Property.MozAppearance>[] | readonly import("csstype").Property.MozAppearance[];
435
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | NonNullable<import("csstype").Property.BackfaceVisibility>[] | readonly import("csstype").Property.BackfaceVisibility[];
436
+ MozBorderBottomColors?: string[] | import("csstype").Property.MozBorderBottomColors | readonly import("csstype").Property.MozBorderBottomColors[];
437
+ MozBorderEndColor?: string[] | import("csstype").Property.BorderInlineEndColor | readonly import("csstype").Property.BorderInlineEndColor[];
438
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | NonNullable<import("csstype").Property.BorderInlineEndStyle>[] | readonly import("csstype").Property.BorderInlineEndStyle[];
439
+ MozBorderEndWidth?: readonly string[] | import("csstype").Property.BorderInlineEndWidth<string | number> | NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number>>[];
440
+ MozBorderLeftColors?: string[] | import("csstype").Property.MozBorderLeftColors | readonly import("csstype").Property.MozBorderLeftColors[];
441
+ MozBorderRightColors?: string[] | import("csstype").Property.MozBorderRightColors | readonly import("csstype").Property.MozBorderRightColors[];
442
+ MozBorderStartColor?: string[] | import("csstype").Property.BorderInlineStartColor | readonly import("csstype").Property.BorderInlineStartColor[];
443
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | NonNullable<import("csstype").Property.BorderInlineStartStyle>[] | readonly import("csstype").Property.BorderInlineStartStyle[];
444
+ MozBorderTopColors?: string[] | import("csstype").Property.MozBorderTopColors | readonly import("csstype").Property.MozBorderTopColors[];
445
+ MozBoxSizing?: import("csstype").Property.BoxSizing | NonNullable<import("csstype").Property.BoxSizing>[] | readonly import("csstype").Property.BoxSizing[];
446
+ MozColumnCount?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.ColumnCount | NonNullable<import("csstype").Property.ColumnCount>[];
447
+ MozColumnFill?: import("csstype").Property.ColumnFill | NonNullable<import("csstype").Property.ColumnFill>[] | readonly import("csstype").Property.ColumnFill[];
448
+ MozColumnRuleColor?: string[] | import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[];
449
+ MozColumnRuleStyle?: string[] | import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[];
450
+ MozColumnRuleWidth?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[];
451
+ MozColumnWidth?: readonly string[] | import("csstype").Property.ColumnWidth<string | number> | NonNullable<import("csstype").Property.ColumnWidth<string | number>>[];
452
+ MozContextProperties?: string[] | import("csstype").Property.MozContextProperties | readonly import("csstype").Property.MozContextProperties[];
453
+ MozFontFeatureSettings?: string[] | import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[];
454
+ MozFontLanguageOverride?: string[] | import("csstype").Property.FontLanguageOverride | readonly import("csstype").Property.FontLanguageOverride[];
455
+ MozHyphens?: import("csstype").Property.Hyphens | NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
456
+ MozImageRegion?: string[] | import("csstype").Property.MozImageRegion | readonly import("csstype").Property.MozImageRegion[];
457
+ MozMarginEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[];
458
+ MozMarginStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[];
459
+ MozOrient?: import("csstype").Property.MozOrient | NonNullable<import("csstype").Property.MozOrient>[] | readonly import("csstype").Property.MozOrient[];
460
+ MozOsxFontSmoothing?: readonly string[] | import("csstype").Property.FontSmooth<string | number> | NonNullable<import("csstype").Property.FontSmooth<string | number>>[];
461
+ MozPaddingEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[];
462
+ MozPaddingStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[];
463
+ MozPerspective?: readonly string[] | import("csstype").Property.Perspective<string | number> | NonNullable<import("csstype").Property.Perspective<string | number>>[];
464
+ MozPerspectiveOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[];
465
+ MozStackSizing?: import("csstype").Property.MozStackSizing | NonNullable<import("csstype").Property.MozStackSizing>[] | readonly import("csstype").Property.MozStackSizing[];
466
+ MozTabSize?: readonly (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | NonNullable<import("csstype").Property.TabSize<string | number>>[];
467
+ MozTextBlink?: import("csstype").Property.MozTextBlink | NonNullable<import("csstype").Property.MozTextBlink>[] | readonly import("csstype").Property.MozTextBlink[];
468
+ MozTextSizeAdjust?: string[] | import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[];
469
+ MozTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
470
+ MozTransformStyle?: import("csstype").Property.TransformStyle | NonNullable<import("csstype").Property.TransformStyle>[] | readonly import("csstype").Property.TransformStyle[];
471
+ MozTransitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
472
+ MozTransitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
473
+ MozTransitionProperty?: string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
474
+ MozTransitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
475
+ MozUserFocus?: import("csstype").Property.MozUserFocus | NonNullable<import("csstype").Property.MozUserFocus>[] | readonly import("csstype").Property.MozUserFocus[];
476
+ MozUserModify?: import("csstype").Property.MozUserModify | NonNullable<import("csstype").Property.MozUserModify>[] | readonly import("csstype").Property.MozUserModify[];
477
+ MozUserSelect?: import("csstype").Property.UserSelect | NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
478
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | NonNullable<import("csstype").Property.MozWindowDragging>[] | readonly import("csstype").Property.MozWindowDragging[];
479
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | NonNullable<import("csstype").Property.MozWindowShadow>[] | readonly import("csstype").Property.MozWindowShadow[];
480
+ msAccelerator?: import("csstype").Property.MsAccelerator | NonNullable<import("csstype").Property.MsAccelerator>[] | readonly import("csstype").Property.MsAccelerator[];
481
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | NonNullable<import("csstype").Property.MsBlockProgression>[] | readonly import("csstype").Property.MsBlockProgression[];
482
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | NonNullable<import("csstype").Property.MsContentZoomChaining>[] | readonly import("csstype").Property.MsContentZoomChaining[];
483
+ msContentZoomLimitMax?: string[] | import("csstype").Property.MsContentZoomLimitMax | readonly import("csstype").Property.MsContentZoomLimitMax[];
484
+ msContentZoomLimitMin?: string[] | import("csstype").Property.MsContentZoomLimitMin | readonly import("csstype").Property.MsContentZoomLimitMin[];
485
+ msContentZoomSnapPoints?: string[] | import("csstype").Property.MsContentZoomSnapPoints | readonly import("csstype").Property.MsContentZoomSnapPoints[];
486
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | NonNullable<import("csstype").Property.MsContentZoomSnapType>[] | readonly import("csstype").Property.MsContentZoomSnapType[];
487
+ msContentZooming?: import("csstype").Property.MsContentZooming | NonNullable<import("csstype").Property.MsContentZooming>[] | readonly import("csstype").Property.MsContentZooming[];
488
+ msFilter?: string[] | import("csstype").Property.MsFilter | readonly import("csstype").Property.MsFilter[];
489
+ msFlexDirection?: import("csstype").Property.FlexDirection | NonNullable<import("csstype").Property.FlexDirection>[] | readonly import("csstype").Property.FlexDirection[];
490
+ msFlexPositive?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexGrow | NonNullable<import("csstype").Property.FlexGrow>[];
491
+ msFlowFrom?: string[] | import("csstype").Property.MsFlowFrom | readonly import("csstype").Property.MsFlowFrom[];
492
+ msFlowInto?: string[] | import("csstype").Property.MsFlowInto | readonly import("csstype").Property.MsFlowInto[];
493
+ msGridColumns?: readonly (string | (string & {}))[] | import("csstype").Property.MsGridColumns<string | number> | NonNullable<import("csstype").Property.MsGridColumns<string | number>>[];
494
+ msGridRows?: readonly (string | (string & {}))[] | import("csstype").Property.MsGridRows<string | number> | NonNullable<import("csstype").Property.MsGridRows<string | number>>[];
495
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | NonNullable<import("csstype").Property.MsHighContrastAdjust>[] | readonly import("csstype").Property.MsHighContrastAdjust[];
496
+ msHyphenateLimitChars?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.MsHyphenateLimitChars | NonNullable<import("csstype").Property.MsHyphenateLimitChars>[];
497
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | NonNullable<import("csstype").Property.MsHyphenateLimitLines>[] | readonly ((string & {}) | import("csstype").Globals | "no-limit")[];
498
+ msHyphenateLimitZone?: readonly (string | (string & {}))[] | import("csstype").Property.MsHyphenateLimitZone<string | number> | NonNullable<import("csstype").Property.MsHyphenateLimitZone<string | number>>[];
499
+ msHyphens?: import("csstype").Property.Hyphens | NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
500
+ msImeAlign?: import("csstype").Property.MsImeAlign | NonNullable<import("csstype").Property.MsImeAlign>[] | readonly import("csstype").Property.MsImeAlign[];
501
+ msLineBreak?: import("csstype").Property.LineBreak | NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
502
+ msOrder?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Order | NonNullable<import("csstype").Property.Order>[];
503
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | NonNullable<import("csstype").Property.MsOverflowStyle>[] | readonly import("csstype").Property.MsOverflowStyle[];
504
+ msOverflowX?: import("csstype").Property.OverflowX | NonNullable<import("csstype").Property.OverflowX>[] | readonly import("csstype").Property.OverflowX[];
505
+ msOverflowY?: import("csstype").Property.OverflowY | NonNullable<import("csstype").Property.OverflowY>[] | readonly import("csstype").Property.OverflowY[];
506
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | NonNullable<import("csstype").Property.MsScrollChaining>[] | readonly import("csstype").Property.MsScrollChaining[];
507
+ msScrollLimitXMax?: readonly string[] | import("csstype").Property.MsScrollLimitXMax<string | number> | NonNullable<import("csstype").Property.MsScrollLimitXMax<string | number>>[];
508
+ msScrollLimitXMin?: readonly string[] | import("csstype").Property.MsScrollLimitXMin<string | number> | NonNullable<import("csstype").Property.MsScrollLimitXMin<string | number>>[];
509
+ msScrollLimitYMax?: readonly string[] | import("csstype").Property.MsScrollLimitYMax<string | number> | NonNullable<import("csstype").Property.MsScrollLimitYMax<string | number>>[];
510
+ msScrollLimitYMin?: readonly string[] | import("csstype").Property.MsScrollLimitYMin<string | number> | NonNullable<import("csstype").Property.MsScrollLimitYMin<string | number>>[];
511
+ msScrollRails?: import("csstype").Property.MsScrollRails | NonNullable<import("csstype").Property.MsScrollRails>[] | readonly import("csstype").Property.MsScrollRails[];
512
+ msScrollSnapPointsX?: string[] | import("csstype").Property.MsScrollSnapPointsX | readonly import("csstype").Property.MsScrollSnapPointsX[];
513
+ msScrollSnapPointsY?: string[] | import("csstype").Property.MsScrollSnapPointsY | readonly import("csstype").Property.MsScrollSnapPointsY[];
514
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | NonNullable<import("csstype").Property.MsScrollSnapType>[] | readonly import("csstype").Property.MsScrollSnapType[];
515
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | NonNullable<import("csstype").Property.MsScrollTranslation>[] | readonly import("csstype").Property.MsScrollTranslation[];
516
+ msScrollbar3dlightColor?: string[] | import("csstype").Property.MsScrollbar3dlightColor | readonly import("csstype").Property.MsScrollbar3dlightColor[];
517
+ msScrollbarArrowColor?: string[] | import("csstype").Property.MsScrollbarArrowColor | readonly import("csstype").Property.MsScrollbarArrowColor[];
518
+ msScrollbarBaseColor?: string[] | import("csstype").Property.MsScrollbarBaseColor | readonly import("csstype").Property.MsScrollbarBaseColor[];
519
+ msScrollbarDarkshadowColor?: string[] | import("csstype").Property.MsScrollbarDarkshadowColor | readonly import("csstype").Property.MsScrollbarDarkshadowColor[];
520
+ msScrollbarFaceColor?: string[] | import("csstype").Property.MsScrollbarFaceColor | readonly import("csstype").Property.MsScrollbarFaceColor[];
521
+ msScrollbarHighlightColor?: string[] | import("csstype").Property.MsScrollbarHighlightColor | readonly import("csstype").Property.MsScrollbarHighlightColor[];
522
+ msScrollbarShadowColor?: string[] | import("csstype").Property.MsScrollbarShadowColor | readonly import("csstype").Property.MsScrollbarShadowColor[];
523
+ msScrollbarTrackColor?: string[] | import("csstype").Property.MsScrollbarTrackColor | readonly import("csstype").Property.MsScrollbarTrackColor[];
524
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | NonNullable<import("csstype").Property.MsTextAutospace>[] | readonly import("csstype").Property.MsTextAutospace[];
525
+ msTextCombineHorizontal?: string[] | import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[];
526
+ msTextOverflow?: string[] | import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[];
527
+ msTouchAction?: string[] | import("csstype").Property.TouchAction | readonly import("csstype").Property.TouchAction[];
528
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | NonNullable<import("csstype").Property.MsTouchSelect>[] | readonly import("csstype").Property.MsTouchSelect[];
529
+ msTransform?: string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
530
+ msTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
531
+ msTransitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
532
+ msTransitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
533
+ msTransitionProperty?: string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
534
+ msTransitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
535
+ msUserSelect?: import("csstype").Property.MsUserSelect | NonNullable<import("csstype").Property.MsUserSelect>[] | readonly import("csstype").Property.MsUserSelect[];
536
+ msWordBreak?: import("csstype").Property.WordBreak | NonNullable<import("csstype").Property.WordBreak>[] | readonly import("csstype").Property.WordBreak[];
537
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | NonNullable<import("csstype").Property.MsWrapFlow>[] | readonly import("csstype").Property.MsWrapFlow[];
538
+ msWrapMargin?: readonly string[] | import("csstype").Property.MsWrapMargin<string | number> | NonNullable<import("csstype").Property.MsWrapMargin<string | number>>[];
539
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | NonNullable<import("csstype").Property.MsWrapThrough>[] | readonly import("csstype").Property.MsWrapThrough[];
540
+ msWritingMode?: import("csstype").Property.WritingMode | NonNullable<import("csstype").Property.WritingMode>[] | readonly import("csstype").Property.WritingMode[];
541
+ WebkitAlignContent?: string[] | import("csstype").Property.AlignContent | readonly import("csstype").Property.AlignContent[];
542
+ WebkitAlignItems?: string[] | import("csstype").Property.AlignItems | readonly import("csstype").Property.AlignItems[];
543
+ WebkitAlignSelf?: string[] | import("csstype").Property.AlignSelf | readonly import("csstype").Property.AlignSelf[];
544
+ WebkitAnimationDelay?: string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
545
+ WebkitAnimationDirection?: string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
546
+ WebkitAnimationDuration?: string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
547
+ WebkitAnimationFillMode?: string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
548
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import("csstype").Globals | "infinite")[];
549
+ WebkitAnimationName?: string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
550
+ WebkitAnimationPlayState?: string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
551
+ WebkitAnimationTimingFunction?: string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
552
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | NonNullable<import("csstype").Property.WebkitAppearance>[] | readonly import("csstype").Property.WebkitAppearance[];
553
+ WebkitBackdropFilter?: string[] | import("csstype").Property.BackdropFilter | readonly import("csstype").Property.BackdropFilter[];
554
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | NonNullable<import("csstype").Property.BackfaceVisibility>[] | readonly import("csstype").Property.BackfaceVisibility[];
555
+ WebkitBackgroundClip?: string[] | import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[];
556
+ WebkitBackgroundOrigin?: string[] | import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[];
557
+ WebkitBackgroundSize?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | NonNullable<import("csstype").Property.BackgroundSize<string | number>>[];
558
+ WebkitBorderBeforeColor?: string[] | import("csstype").Property.WebkitBorderBeforeColor | readonly import("csstype").Property.WebkitBorderBeforeColor[];
559
+ WebkitBorderBeforeStyle?: string[] | import("csstype").Property.WebkitBorderBeforeStyle | readonly import("csstype").Property.WebkitBorderBeforeStyle[];
560
+ WebkitBorderBeforeWidth?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitBorderBeforeWidth<string | number> | NonNullable<import("csstype").Property.WebkitBorderBeforeWidth<string | number>>[];
561
+ WebkitBorderBottomLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[];
562
+ WebkitBorderBottomRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[];
563
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | NonNullable<import("csstype").Property.BorderImageSlice>[] | readonly ((string & {}) | import("csstype").Globals)[];
564
+ WebkitBorderTopLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[];
565
+ WebkitBorderTopRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[];
566
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | NonNullable<import("csstype").Property.BoxDecorationBreak>[] | readonly import("csstype").Property.BoxDecorationBreak[];
567
+ WebkitBoxReflect?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitBoxReflect<string | number> | NonNullable<import("csstype").Property.WebkitBoxReflect<string | number>>[];
568
+ WebkitBoxShadow?: string[] | import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[];
569
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | NonNullable<import("csstype").Property.BoxSizing>[] | readonly import("csstype").Property.BoxSizing[];
570
+ WebkitClipPath?: string[] | import("csstype").Property.ClipPath | readonly import("csstype").Property.ClipPath[];
571
+ WebkitColumnCount?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.ColumnCount | NonNullable<import("csstype").Property.ColumnCount>[];
572
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | NonNullable<import("csstype").Property.ColumnFill>[] | readonly import("csstype").Property.ColumnFill[];
573
+ WebkitColumnRuleColor?: string[] | import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[];
574
+ WebkitColumnRuleStyle?: string[] | import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[];
575
+ WebkitColumnRuleWidth?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[];
576
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | NonNullable<import("csstype").Property.ColumnSpan>[] | readonly import("csstype").Property.ColumnSpan[];
577
+ WebkitColumnWidth?: readonly string[] | import("csstype").Property.ColumnWidth<string | number> | NonNullable<import("csstype").Property.ColumnWidth<string | number>>[];
578
+ WebkitFilter?: string[] | import("csstype").Property.Filter | readonly import("csstype").Property.Filter[];
579
+ WebkitFlexBasis?: readonly (string | (string & {}))[] | import("csstype").Property.FlexBasis<string | number> | NonNullable<import("csstype").Property.FlexBasis<string | number>>[];
580
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | NonNullable<import("csstype").Property.FlexDirection>[] | readonly import("csstype").Property.FlexDirection[];
581
+ WebkitFlexGrow?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexGrow | NonNullable<import("csstype").Property.FlexGrow>[];
582
+ WebkitFlexShrink?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexShrink | NonNullable<import("csstype").Property.FlexShrink>[];
583
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | NonNullable<import("csstype").Property.FlexWrap>[] | readonly import("csstype").Property.FlexWrap[];
584
+ WebkitFontFeatureSettings?: string[] | import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[];
585
+ WebkitFontKerning?: import("csstype").Property.FontKerning | NonNullable<import("csstype").Property.FontKerning>[] | readonly import("csstype").Property.FontKerning[];
586
+ WebkitFontSmoothing?: readonly string[] | import("csstype").Property.FontSmooth<string | number> | NonNullable<import("csstype").Property.FontSmooth<string | number>>[];
587
+ WebkitFontVariantLigatures?: string[] | import("csstype").Property.FontVariantLigatures | readonly import("csstype").Property.FontVariantLigatures[];
588
+ WebkitHyphenateCharacter?: string[] | import("csstype").Property.HyphenateCharacter | readonly import("csstype").Property.HyphenateCharacter[];
589
+ WebkitHyphens?: import("csstype").Property.Hyphens | NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
590
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | NonNullable<import("csstype").Property.InitialLetter>[] | readonly ((string & {}) | import("csstype").Globals | "normal")[];
591
+ WebkitJustifyContent?: string[] | import("csstype").Property.JustifyContent | readonly import("csstype").Property.JustifyContent[];
592
+ WebkitLineBreak?: import("csstype").Property.LineBreak | NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
593
+ WebkitLineClamp?: readonly ("none" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.WebkitLineClamp | NonNullable<import("csstype").Property.WebkitLineClamp>[];
594
+ WebkitMarginEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[];
595
+ WebkitMarginStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[];
596
+ WebkitMaskAttachment?: string[] | import("csstype").Property.WebkitMaskAttachment | readonly import("csstype").Property.WebkitMaskAttachment[];
597
+ WebkitMaskBoxImageOutset?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderOutset<string | number> | NonNullable<import("csstype").Property.MaskBorderOutset<string | number>>[];
598
+ WebkitMaskBoxImageRepeat?: string[] | import("csstype").Property.MaskBorderRepeat | readonly import("csstype").Property.MaskBorderRepeat[];
599
+ WebkitMaskBoxImageSlice?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.MaskBorderSlice | NonNullable<import("csstype").Property.MaskBorderSlice>[];
600
+ WebkitMaskBoxImageSource?: string[] | import("csstype").Property.MaskBorderSource | readonly import("csstype").Property.MaskBorderSource[];
601
+ WebkitMaskBoxImageWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderWidth<string | number> | NonNullable<import("csstype").Property.MaskBorderWidth<string | number>>[];
602
+ WebkitMaskClip?: string[] | import("csstype").Property.WebkitMaskClip | readonly import("csstype").Property.WebkitMaskClip[];
603
+ WebkitMaskComposite?: string[] | import("csstype").Property.WebkitMaskComposite | readonly import("csstype").Property.WebkitMaskComposite[];
604
+ WebkitMaskImage?: string[] | import("csstype").Property.WebkitMaskImage | readonly import("csstype").Property.WebkitMaskImage[];
605
+ WebkitMaskOrigin?: string[] | import("csstype").Property.WebkitMaskOrigin | readonly import("csstype").Property.WebkitMaskOrigin[];
606
+ WebkitMaskPosition?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskPosition<string | number> | NonNullable<import("csstype").Property.WebkitMaskPosition<string | number>>[];
607
+ WebkitMaskPositionX?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskPositionX<string | number> | NonNullable<import("csstype").Property.WebkitMaskPositionX<string | number>>[];
608
+ WebkitMaskPositionY?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskPositionY<string | number> | NonNullable<import("csstype").Property.WebkitMaskPositionY<string | number>>[];
609
+ WebkitMaskRepeat?: string[] | import("csstype").Property.WebkitMaskRepeat | readonly import("csstype").Property.WebkitMaskRepeat[];
610
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | NonNullable<import("csstype").Property.WebkitMaskRepeatX>[] | readonly import("csstype").Property.WebkitMaskRepeatX[];
611
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | NonNullable<import("csstype").Property.WebkitMaskRepeatY>[] | readonly import("csstype").Property.WebkitMaskRepeatY[];
612
+ WebkitMaskSize?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskSize<string | number> | NonNullable<import("csstype").Property.WebkitMaskSize<string | number>>[];
613
+ WebkitMaxInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaxInlineSize<string | number> | NonNullable<import("csstype").Property.MaxInlineSize<string | number>>[];
614
+ WebkitOrder?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Order | NonNullable<import("csstype").Property.Order>[];
615
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | NonNullable<import("csstype").Property.WebkitOverflowScrolling>[] | readonly import("csstype").Property.WebkitOverflowScrolling[];
616
+ WebkitPaddingEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[];
617
+ WebkitPaddingStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[];
618
+ WebkitPerspective?: readonly string[] | import("csstype").Property.Perspective<string | number> | NonNullable<import("csstype").Property.Perspective<string | number>>[];
619
+ WebkitPerspectiveOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[];
620
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | NonNullable<import("csstype").Property.PrintColorAdjust>[] | readonly import("csstype").Property.PrintColorAdjust[];
621
+ WebkitRubyPosition?: string[] | import("csstype").Property.RubyPosition | readonly import("csstype").Property.RubyPosition[];
622
+ WebkitScrollSnapType?: string[] | import("csstype").Property.ScrollSnapType | readonly import("csstype").Property.ScrollSnapType[];
623
+ WebkitShapeMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ShapeMargin<string | number> | NonNullable<import("csstype").Property.ShapeMargin<string | number>>[];
624
+ WebkitTapHighlightColor?: string[] | import("csstype").Property.WebkitTapHighlightColor | readonly import("csstype").Property.WebkitTapHighlightColor[];
625
+ WebkitTextCombine?: string[] | import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[];
626
+ WebkitTextDecorationColor?: string[] | import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[];
627
+ WebkitTextDecorationLine?: string[] | import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[];
628
+ WebkitTextDecorationSkip?: string[] | import("csstype").Property.TextDecorationSkip | readonly import("csstype").Property.TextDecorationSkip[];
629
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | NonNullable<import("csstype").Property.TextDecorationStyle>[] | readonly import("csstype").Property.TextDecorationStyle[];
630
+ WebkitTextEmphasisColor?: string[] | import("csstype").Property.TextEmphasisColor | readonly import("csstype").Property.TextEmphasisColor[];
631
+ WebkitTextEmphasisPosition?: string[] | import("csstype").Property.TextEmphasisPosition | readonly import("csstype").Property.TextEmphasisPosition[];
632
+ WebkitTextEmphasisStyle?: string[] | import("csstype").Property.TextEmphasisStyle | readonly import("csstype").Property.TextEmphasisStyle[];
633
+ WebkitTextFillColor?: string[] | import("csstype").Property.WebkitTextFillColor | readonly import("csstype").Property.WebkitTextFillColor[];
634
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | NonNullable<import("csstype").Property.TextOrientation>[] | readonly import("csstype").Property.TextOrientation[];
635
+ WebkitTextSizeAdjust?: string[] | import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[];
636
+ WebkitTextStrokeColor?: string[] | import("csstype").Property.WebkitTextStrokeColor | readonly import("csstype").Property.WebkitTextStrokeColor[];
637
+ WebkitTextStrokeWidth?: readonly string[] | import("csstype").Property.WebkitTextStrokeWidth<string | number> | NonNullable<import("csstype").Property.WebkitTextStrokeWidth<string | number>>[];
638
+ WebkitTextUnderlinePosition?: string[] | import("csstype").Property.TextUnderlinePosition | readonly import("csstype").Property.TextUnderlinePosition[];
639
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | NonNullable<import("csstype").Property.WebkitTouchCallout>[] | readonly import("csstype").Property.WebkitTouchCallout[];
640
+ WebkitTransform?: string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
641
+ WebkitTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
642
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | NonNullable<import("csstype").Property.TransformStyle>[] | readonly import("csstype").Property.TransformStyle[];
643
+ WebkitTransitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
644
+ WebkitTransitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
645
+ WebkitTransitionProperty?: string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
646
+ WebkitTransitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
647
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | NonNullable<import("csstype").Property.WebkitUserModify>[] | readonly import("csstype").Property.WebkitUserModify[];
648
+ WebkitUserSelect?: import("csstype").Property.UserSelect | NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
649
+ WebkitWritingMode?: import("csstype").Property.WritingMode | NonNullable<import("csstype").Property.WritingMode>[] | readonly import("csstype").Property.WritingMode[];
650
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly (import("csstype").Globals | import("csstype").DataType.SingleAnimationDirection | import("csstype").DataType.SingleAnimationFillMode | "infinite" | "paused" | "running" | import("csstype").DataType.EasingFunction)[];
651
+ MozBorderImage?: import("csstype").Property.BorderImage | NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[];
652
+ MozColumnRule?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | NonNullable<import("csstype").Property.ColumnRule<string | number>>[];
653
+ MozColumns?: readonly (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | NonNullable<import("csstype").Property.Columns<string | number>>[];
654
+ MozTransition?: string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
655
+ msContentZoomLimit?: string[] | import("csstype").Property.MsContentZoomLimit | readonly import("csstype").Property.MsContentZoomLimit[];
656
+ msContentZoomSnap?: string[] | import("csstype").Property.MsContentZoomSnap | readonly import("csstype").Property.MsContentZoomSnap[];
657
+ msFlex?: readonly (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | NonNullable<import("csstype").Property.Flex<string | number>>[];
658
+ msScrollLimit?: string[] | import("csstype").Property.MsScrollLimit | readonly import("csstype").Property.MsScrollLimit[];
659
+ msScrollSnapX?: string[] | import("csstype").Property.MsScrollSnapX | readonly import("csstype").Property.MsScrollSnapX[];
660
+ msScrollSnapY?: string[] | import("csstype").Property.MsScrollSnapY | readonly import("csstype").Property.MsScrollSnapY[];
661
+ msTransition?: string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
662
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly (import("csstype").Globals | import("csstype").DataType.SingleAnimationDirection | import("csstype").DataType.SingleAnimationFillMode | "infinite" | "paused" | "running" | import("csstype").DataType.EasingFunction)[];
663
+ WebkitBorderBefore?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitBorderBefore<string | number> | NonNullable<import("csstype").Property.WebkitBorderBefore<string | number>>[];
664
+ WebkitBorderImage?: import("csstype").Property.BorderImage | NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[];
665
+ WebkitBorderRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | NonNullable<import("csstype").Property.BorderRadius<string | number>>[];
666
+ WebkitColumnRule?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | NonNullable<import("csstype").Property.ColumnRule<string | number>>[];
667
+ WebkitColumns?: readonly (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | NonNullable<import("csstype").Property.Columns<string | number>>[];
668
+ WebkitFlex?: readonly (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | NonNullable<import("csstype").Property.Flex<string | number>>[];
669
+ WebkitFlexFlow?: string[] | import("csstype").Property.FlexFlow | readonly import("csstype").Property.FlexFlow[];
670
+ WebkitMask?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMask<string | number> | NonNullable<import("csstype").Property.WebkitMask<string | number>>[];
671
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | NonNullable<import("csstype").Property.MaskBorder>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space" | "alpha" | "luminance")[];
672
+ WebkitTextEmphasis?: string[] | import("csstype").Property.TextEmphasis | readonly import("csstype").Property.TextEmphasis[];
673
+ WebkitTextStroke?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitTextStroke<string | number> | NonNullable<import("csstype").Property.WebkitTextStroke<string | number>>[];
674
+ WebkitTransition?: string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
675
+ azimuth?: string[] | import("csstype").Property.Azimuth | readonly import("csstype").Property.Azimuth[];
676
+ boxAlign?: import("csstype").Property.BoxAlign | NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
677
+ boxDirection?: import("csstype").Property.BoxDirection | NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
678
+ boxFlex?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlex | NonNullable<import("csstype").Property.BoxFlex>[];
679
+ boxFlexGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlexGroup | NonNullable<import("csstype").Property.BoxFlexGroup>[];
680
+ boxLines?: import("csstype").Property.BoxLines | NonNullable<import("csstype").Property.BoxLines>[] | readonly import("csstype").Property.BoxLines[];
681
+ boxOrdinalGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxOrdinalGroup | NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
682
+ boxOrient?: import("csstype").Property.BoxOrient | NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
683
+ boxPack?: import("csstype").Property.BoxPack | NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
684
+ clip?: string[] | import("csstype").Property.Clip | readonly import("csstype").Property.Clip[];
685
+ gridColumnGap?: readonly (string | (string & {}))[] | import("csstype").Property.GridColumnGap<string | number> | NonNullable<import("csstype").Property.GridColumnGap<string | number>>[];
686
+ gridGap?: readonly (string | (string & {}))[] | import("csstype").Property.GridGap<string | number> | NonNullable<import("csstype").Property.GridGap<string | number>>[];
687
+ gridRowGap?: readonly (string | (string & {}))[] | import("csstype").Property.GridRowGap<string | number> | NonNullable<import("csstype").Property.GridRowGap<string | number>>[];
688
+ imeMode?: import("csstype").Property.ImeMode | NonNullable<import("csstype").Property.ImeMode>[] | readonly import("csstype").Property.ImeMode[];
689
+ offsetBlock?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlock<string | number> | NonNullable<import("csstype").Property.InsetBlock<string | number>>[];
690
+ offsetBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockEnd<string | number> | NonNullable<import("csstype").Property.InsetBlockEnd<string | number>>[];
691
+ offsetBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockStart<string | number> | NonNullable<import("csstype").Property.InsetBlockStart<string | number>>[];
692
+ offsetInline?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInline<string | number> | NonNullable<import("csstype").Property.InsetInline<string | number>>[];
693
+ offsetInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineEnd<string | number> | NonNullable<import("csstype").Property.InsetInlineEnd<string | number>>[];
694
+ offsetInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineStart<string | number> | NonNullable<import("csstype").Property.InsetInlineStart<string | number>>[];
695
+ scrollSnapCoordinate?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollSnapCoordinate<string | number> | NonNullable<import("csstype").Property.ScrollSnapCoordinate<string | number>>[];
696
+ scrollSnapDestination?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollSnapDestination<string | number> | NonNullable<import("csstype").Property.ScrollSnapDestination<string | number>>[];
697
+ scrollSnapPointsX?: string[] | import("csstype").Property.ScrollSnapPointsX | readonly import("csstype").Property.ScrollSnapPointsX[];
698
+ scrollSnapPointsY?: string[] | import("csstype").Property.ScrollSnapPointsY | readonly import("csstype").Property.ScrollSnapPointsY[];
699
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | NonNullable<import("csstype").Property.ScrollSnapTypeX>[] | readonly import("csstype").Property.ScrollSnapTypeX[];
700
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | NonNullable<import("csstype").Property.ScrollSnapTypeY>[] | readonly import("csstype").Property.ScrollSnapTypeY[];
701
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
702
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
703
+ KhtmlBoxFlex?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlex | NonNullable<import("csstype").Property.BoxFlex>[];
704
+ KhtmlBoxFlexGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlexGroup | NonNullable<import("csstype").Property.BoxFlexGroup>[];
705
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | NonNullable<import("csstype").Property.BoxLines>[] | readonly import("csstype").Property.BoxLines[];
706
+ KhtmlBoxOrdinalGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxOrdinalGroup | NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
707
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
708
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
709
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
710
+ KhtmlOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Opacity | NonNullable<import("csstype").Property.Opacity>[];
711
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
712
+ MozBackgroundClip?: string[] | import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[];
713
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | NonNullable<import("csstype").Property.BoxDecorationBreak>[] | readonly import("csstype").Property.BoxDecorationBreak[];
714
+ MozBackgroundOrigin?: string[] | import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[];
715
+ MozBackgroundSize?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | NonNullable<import("csstype").Property.BackgroundSize<string | number>>[];
716
+ MozBinding?: string[] | import("csstype").Property.MozBinding | readonly import("csstype").Property.MozBinding[];
717
+ MozBorderRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | NonNullable<import("csstype").Property.BorderRadius<string | number>>[];
718
+ MozBorderRadiusBottomleft?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[];
719
+ MozBorderRadiusBottomright?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[];
720
+ MozBorderRadiusTopleft?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[];
721
+ MozBorderRadiusTopright?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[];
722
+ MozBoxAlign?: import("csstype").Property.BoxAlign | NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
723
+ MozBoxDirection?: import("csstype").Property.BoxDirection | NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
724
+ MozBoxFlex?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlex | NonNullable<import("csstype").Property.BoxFlex>[];
725
+ MozBoxOrdinalGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxOrdinalGroup | NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
726
+ MozBoxOrient?: import("csstype").Property.BoxOrient | NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
727
+ MozBoxPack?: import("csstype").Property.BoxPack | NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
728
+ MozBoxShadow?: string[] | import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[];
729
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | NonNullable<import("csstype").Property.MozFloatEdge>[] | readonly import("csstype").Property.MozFloatEdge[];
730
+ MozForceBrokenImageIcon?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.MozForceBrokenImageIcon | NonNullable<import("csstype").Property.MozForceBrokenImageIcon>[];
731
+ MozOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Opacity | NonNullable<import("csstype").Property.Opacity>[];
732
+ MozOutline?: readonly (string | (string & {}))[] | import("csstype").Property.Outline<string | number> | NonNullable<import("csstype").Property.Outline<string | number>>[];
733
+ MozOutlineColor?: string[] | import("csstype").Property.OutlineColor | readonly import("csstype").Property.OutlineColor[];
734
+ MozOutlineRadius?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadius<string | number> | NonNullable<import("csstype").Property.MozOutlineRadius<string | number>>[];
735
+ MozOutlineRadiusBottomleft?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | NonNullable<import("csstype").Property.MozOutlineRadiusBottomleft<string | number>>[];
736
+ MozOutlineRadiusBottomright?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusBottomright<string | number> | NonNullable<import("csstype").Property.MozOutlineRadiusBottomright<string | number>>[];
737
+ MozOutlineRadiusTopleft?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusTopleft<string | number> | NonNullable<import("csstype").Property.MozOutlineRadiusTopleft<string | number>>[];
738
+ MozOutlineRadiusTopright?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusTopright<string | number> | NonNullable<import("csstype").Property.MozOutlineRadiusTopright<string | number>>[];
739
+ MozOutlineStyle?: string[] | import("csstype").Property.OutlineStyle | readonly import("csstype").Property.OutlineStyle[];
740
+ MozOutlineWidth?: readonly string[] | import("csstype").Property.OutlineWidth<string | number> | NonNullable<import("csstype").Property.OutlineWidth<string | number>>[];
741
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | NonNullable<import("csstype").Property.TextAlignLast>[] | readonly import("csstype").Property.TextAlignLast[];
742
+ MozTextDecorationColor?: string[] | import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[];
743
+ MozTextDecorationLine?: string[] | import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[];
744
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | NonNullable<import("csstype").Property.TextDecorationStyle>[] | readonly import("csstype").Property.TextDecorationStyle[];
745
+ MozUserInput?: import("csstype").Property.MozUserInput | NonNullable<import("csstype").Property.MozUserInput>[] | readonly import("csstype").Property.MozUserInput[];
746
+ msImeMode?: import("csstype").Property.ImeMode | NonNullable<import("csstype").Property.ImeMode>[] | readonly import("csstype").Property.ImeMode[];
747
+ OAnimation?: import("csstype").Property.Animation<string & {}> | NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly (import("csstype").Globals | import("csstype").DataType.SingleAnimationDirection | import("csstype").DataType.SingleAnimationFillMode | "infinite" | "paused" | "running" | import("csstype").DataType.EasingFunction)[];
748
+ OAnimationDelay?: string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
749
+ OAnimationDirection?: string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
750
+ OAnimationDuration?: string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
751
+ OAnimationFillMode?: string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
752
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import("csstype").Globals | "infinite")[];
753
+ OAnimationName?: string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
754
+ OAnimationPlayState?: string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
755
+ OAnimationTimingFunction?: string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
756
+ OBackgroundSize?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | NonNullable<import("csstype").Property.BackgroundSize<string | number>>[];
757
+ OBorderImage?: import("csstype").Property.BorderImage | NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[];
758
+ OObjectFit?: import("csstype").Property.ObjectFit | NonNullable<import("csstype").Property.ObjectFit>[] | readonly import("csstype").Property.ObjectFit[];
759
+ OObjectPosition?: readonly (string | (string & {}))[] | import("csstype").Property.ObjectPosition<string | number> | NonNullable<import("csstype").Property.ObjectPosition<string | number>>[];
760
+ OTabSize?: readonly (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | NonNullable<import("csstype").Property.TabSize<string | number>>[];
761
+ OTextOverflow?: string[] | import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[];
762
+ OTransform?: string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
763
+ OTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
764
+ OTransition?: string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
765
+ OTransitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
766
+ OTransitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
767
+ OTransitionProperty?: string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
768
+ OTransitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
769
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
770
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
771
+ WebkitBoxFlex?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlex | NonNullable<import("csstype").Property.BoxFlex>[];
772
+ WebkitBoxFlexGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlexGroup | NonNullable<import("csstype").Property.BoxFlexGroup>[];
773
+ WebkitBoxLines?: import("csstype").Property.BoxLines | NonNullable<import("csstype").Property.BoxLines>[] | readonly import("csstype").Property.BoxLines[];
774
+ WebkitBoxOrdinalGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxOrdinalGroup | NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
775
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
776
+ WebkitBoxPack?: import("csstype").Property.BoxPack | NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
777
+ WebkitScrollSnapPointsX?: string[] | import("csstype").Property.ScrollSnapPointsX | readonly import("csstype").Property.ScrollSnapPointsX[];
778
+ WebkitScrollSnapPointsY?: string[] | import("csstype").Property.ScrollSnapPointsY | readonly import("csstype").Property.ScrollSnapPointsY[];
779
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | NonNullable<import("csstype").Property.AlignmentBaseline>[] | readonly import("csstype").Property.AlignmentBaseline[];
780
+ baselineShift?: readonly (string | (string & {}))[] | import("csstype").Property.BaselineShift<string | number> | NonNullable<import("csstype").Property.BaselineShift<string | number>>[];
781
+ clipRule?: import("csstype").Property.ClipRule | NonNullable<import("csstype").Property.ClipRule>[] | readonly import("csstype").Property.ClipRule[];
782
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | NonNullable<import("csstype").Property.ColorInterpolation>[] | readonly import("csstype").Property.ColorInterpolation[];
783
+ colorRendering?: import("csstype").Property.ColorRendering | NonNullable<import("csstype").Property.ColorRendering>[] | readonly import("csstype").Property.ColorRendering[];
784
+ dominantBaseline?: import("csstype").Property.DominantBaseline | NonNullable<import("csstype").Property.DominantBaseline>[] | readonly import("csstype").Property.DominantBaseline[];
785
+ fill?: string[] | import("csstype").Property.Fill | readonly import("csstype").Property.Fill[];
786
+ fillOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FillOpacity | NonNullable<import("csstype").Property.FillOpacity>[];
787
+ fillRule?: import("csstype").Property.FillRule | NonNullable<import("csstype").Property.FillRule>[] | readonly import("csstype").Property.FillRule[];
788
+ floodColor?: string[] | import("csstype").Property.FloodColor | readonly import("csstype").Property.FloodColor[];
789
+ floodOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FloodOpacity | NonNullable<import("csstype").Property.FloodOpacity>[];
790
+ glyphOrientationVertical?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GlyphOrientationVertical | NonNullable<import("csstype").Property.GlyphOrientationVertical>[];
791
+ lightingColor?: string[] | import("csstype").Property.LightingColor | readonly import("csstype").Property.LightingColor[];
792
+ marker?: string[] | import("csstype").Property.Marker | readonly import("csstype").Property.Marker[];
793
+ markerEnd?: string[] | import("csstype").Property.MarkerEnd | readonly import("csstype").Property.MarkerEnd[];
794
+ markerMid?: string[] | import("csstype").Property.MarkerMid | readonly import("csstype").Property.MarkerMid[];
795
+ markerStart?: string[] | import("csstype").Property.MarkerStart | readonly import("csstype").Property.MarkerStart[];
796
+ shapeRendering?: import("csstype").Property.ShapeRendering | NonNullable<import("csstype").Property.ShapeRendering>[] | readonly import("csstype").Property.ShapeRendering[];
797
+ stopColor?: string[] | import("csstype").Property.StopColor | readonly import("csstype").Property.StopColor[];
798
+ stopOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.StopOpacity | NonNullable<import("csstype").Property.StopOpacity>[];
799
+ stroke?: string[] | import("csstype").Property.Stroke | readonly import("csstype").Property.Stroke[];
800
+ strokeDasharray?: readonly (string | (string & {}))[] | import("csstype").Property.StrokeDasharray<string | number> | NonNullable<import("csstype").Property.StrokeDasharray<string | number>>[];
801
+ strokeDashoffset?: readonly (string | (string & {}))[] | import("csstype").Property.StrokeDashoffset<string | number> | NonNullable<import("csstype").Property.StrokeDashoffset<string | number>>[];
802
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | NonNullable<import("csstype").Property.StrokeLinecap>[] | readonly import("csstype").Property.StrokeLinecap[];
803
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | NonNullable<import("csstype").Property.StrokeLinejoin>[] | readonly import("csstype").Property.StrokeLinejoin[];
804
+ strokeMiterlimit?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.StrokeMiterlimit | NonNullable<import("csstype").Property.StrokeMiterlimit>[];
805
+ strokeOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.StrokeOpacity | NonNullable<import("csstype").Property.StrokeOpacity>[];
806
+ strokeWidth?: readonly (string | (string & {}))[] | import("csstype").Property.StrokeWidth<string | number> | NonNullable<import("csstype").Property.StrokeWidth<string | number>>[];
807
+ textAnchor?: import("csstype").Property.TextAnchor | NonNullable<import("csstype").Property.TextAnchor>[] | readonly import("csstype").Property.TextAnchor[];
808
+ vectorEffect?: import("csstype").Property.VectorEffect | NonNullable<import("csstype").Property.VectorEffect>[] | readonly import("csstype").Property.VectorEffect[];
809
+ ":-moz-any()"?: CSSObject;
810
+ ":-moz-dir"?: CSSObject;
811
+ ":-webkit-any()"?: CSSObject;
812
+ "::cue"?: CSSObject;
813
+ "::cue-region"?: CSSObject;
814
+ "::part"?: CSSObject;
815
+ "::slotted"?: CSSObject;
816
+ ":dir"?: CSSObject;
817
+ ":has"?: CSSObject;
818
+ ":host"?: CSSObject;
819
+ ":host-context"?: CSSObject;
820
+ ":is"?: CSSObject;
821
+ ":lang"?: CSSObject;
822
+ ":matches()"?: CSSObject;
823
+ ":not"?: CSSObject;
824
+ ":nth-child"?: CSSObject;
825
+ ":nth-last-child"?: CSSObject;
826
+ ":nth-last-of-type"?: CSSObject;
827
+ ":nth-of-type"?: CSSObject;
828
+ ":where"?: CSSObject;
829
+ ":-khtml-any-link"?: CSSObject;
830
+ ":-moz-any-link"?: CSSObject;
831
+ ":-moz-focusring"?: CSSObject;
832
+ ":-moz-full-screen"?: CSSObject;
833
+ ":-moz-placeholder"?: CSSObject;
834
+ ":-moz-read-only"?: CSSObject;
835
+ ":-moz-read-write"?: CSSObject;
836
+ ":-moz-ui-invalid"?: CSSObject;
837
+ ":-moz-ui-valid"?: CSSObject;
838
+ ":-ms-fullscreen"?: CSSObject;
839
+ ":-ms-input-placeholder"?: CSSObject;
840
+ ":-webkit-any-link"?: CSSObject;
841
+ ":-webkit-full-screen"?: CSSObject;
842
+ "::-moz-placeholder"?: CSSObject;
843
+ "::-moz-progress-bar"?: CSSObject;
844
+ "::-moz-range-progress"?: CSSObject;
845
+ "::-moz-range-thumb"?: CSSObject;
846
+ "::-moz-range-track"?: CSSObject;
847
+ "::-moz-selection"?: CSSObject;
848
+ "::-ms-backdrop"?: CSSObject;
849
+ "::-ms-browse"?: CSSObject;
850
+ "::-ms-check"?: CSSObject;
851
+ "::-ms-clear"?: CSSObject;
852
+ "::-ms-expand"?: CSSObject;
853
+ "::-ms-fill"?: CSSObject;
854
+ "::-ms-fill-lower"?: CSSObject;
855
+ "::-ms-fill-upper"?: CSSObject;
856
+ "::-ms-input-placeholder"?: CSSObject;
857
+ "::-ms-reveal"?: CSSObject;
858
+ "::-ms-thumb"?: CSSObject;
859
+ "::-ms-ticks-after"?: CSSObject;
860
+ "::-ms-ticks-before"?: CSSObject;
861
+ "::-ms-tooltip"?: CSSObject;
862
+ "::-ms-track"?: CSSObject;
863
+ "::-ms-value"?: CSSObject;
864
+ "::-webkit-backdrop"?: CSSObject;
865
+ "::-webkit-input-placeholder"?: CSSObject;
866
+ "::-webkit-progress-bar"?: CSSObject;
867
+ "::-webkit-progress-inner-value"?: CSSObject;
868
+ "::-webkit-progress-value"?: CSSObject;
869
+ "::-webkit-slider-runnable-track"?: CSSObject;
870
+ "::-webkit-slider-thumb"?: CSSObject;
871
+ "::after"?: CSSObject;
872
+ "::backdrop"?: CSSObject;
873
+ "::before"?: CSSObject;
874
+ "::first-letter"?: CSSObject;
875
+ "::first-line"?: CSSObject;
876
+ "::grammar-error"?: CSSObject;
877
+ "::marker"?: CSSObject;
878
+ "::placeholder"?: CSSObject;
879
+ "::selection"?: CSSObject;
880
+ "::spelling-error"?: CSSObject;
881
+ "::target-text"?: CSSObject;
882
+ ":active"?: CSSObject;
883
+ ":after"?: CSSObject;
884
+ ":any-link"?: CSSObject;
885
+ ":before"?: CSSObject;
886
+ ":blank"?: CSSObject;
887
+ ":checked"?: CSSObject;
888
+ ":current"?: CSSObject;
889
+ ":default"?: CSSObject;
890
+ ":defined"?: CSSObject;
891
+ ":disabled"?: CSSObject;
892
+ ":empty"?: CSSObject;
893
+ ":enabled"?: CSSObject;
894
+ ":first"?: CSSObject;
895
+ ":first-child"?: CSSObject;
896
+ ":first-letter"?: CSSObject;
897
+ ":first-line"?: CSSObject;
898
+ ":first-of-type"?: CSSObject;
899
+ ":focus"?: CSSObject;
900
+ ":focus-visible"?: CSSObject;
901
+ ":focus-within"?: CSSObject;
902
+ ":fullscreen"?: CSSObject;
903
+ ":future"?: CSSObject;
904
+ ":hover"?: CSSObject;
905
+ ":in-range"?: CSSObject;
906
+ ":indeterminate"?: CSSObject;
907
+ ":invalid"?: CSSObject;
908
+ ":last-child"?: CSSObject;
909
+ ":last-of-type"?: CSSObject;
910
+ ":left"?: CSSObject;
911
+ ":link"?: CSSObject;
912
+ ":local-link"?: CSSObject;
913
+ ":nth-col"?: CSSObject;
914
+ ":nth-last-col"?: CSSObject;
915
+ ":only-child"?: CSSObject;
916
+ ":only-of-type"?: CSSObject;
917
+ ":optional"?: CSSObject;
918
+ ":out-of-range"?: CSSObject;
919
+ ":past"?: CSSObject;
920
+ ":paused"?: CSSObject;
921
+ ":picture-in-picture"?: CSSObject;
922
+ ":placeholder-shown"?: CSSObject;
923
+ ":playing"?: CSSObject;
924
+ ":read-only"?: CSSObject;
925
+ ":read-write"?: CSSObject;
926
+ ":required"?: CSSObject;
927
+ ":right"?: CSSObject;
928
+ ":root"?: CSSObject;
929
+ ":scope"?: CSSObject;
930
+ ":target"?: CSSObject;
931
+ ":target-within"?: CSSObject;
932
+ ":user-invalid"?: CSSObject;
933
+ ":user-valid"?: CSSObject;
934
+ ":valid"?: CSSObject;
935
+ ":visited"?: CSSObject;
19
936
  '&:focus:visible, active': {
20
937
  boxShadow: string;
21
938
  };
22
- boxShadow: string;
23
939
  '&:hover': {
24
940
  boxShadow: string;
25
941
  };
26
- backgroundColor: string;
27
- color: string;
28
- borderRadius: number;
29
- minHeight: number;
942
+ };
943
+ '& > div': {
944
+ accentColor?: string[] | import("csstype").Property.AccentColor | readonly import("csstype").Property.AccentColor[];
945
+ alignContent?: string[] | import("csstype").Property.AlignContent | readonly import("csstype").Property.AlignContent[];
946
+ alignItems?: string[] | import("csstype").Property.AlignItems | readonly import("csstype").Property.AlignItems[];
947
+ alignSelf?: string[] | import("csstype").Property.AlignSelf | readonly import("csstype").Property.AlignSelf[];
948
+ alignTracks?: string[] | import("csstype").Property.AlignTracks | readonly import("csstype").Property.AlignTracks[];
949
+ animationComposition?: string[] | import("csstype").Property.AnimationComposition | readonly import("csstype").Property.AnimationComposition[];
950
+ animationDelay?: string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
951
+ animationDirection?: string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
952
+ animationDuration?: string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
953
+ animationFillMode?: string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
954
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import("csstype").Globals | "infinite")[];
955
+ animationName?: string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
956
+ animationPlayState?: string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
957
+ animationTimeline?: string[] | import("csstype").Property.AnimationTimeline | readonly import("csstype").Property.AnimationTimeline[];
958
+ animationTimingFunction?: string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
959
+ appearance?: import("csstype").Property.Appearance | NonNullable<import("csstype").Property.Appearance>[] | readonly import("csstype").Property.Appearance[];
960
+ aspectRatio?: import("csstype").Property.AspectRatio | NonNullable<import("csstype").Property.AspectRatio>[] | readonly ((string & {}) | import("csstype").Globals | "auto")[];
961
+ backdropFilter?: string[] | import("csstype").Property.BackdropFilter | readonly import("csstype").Property.BackdropFilter[];
962
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | NonNullable<import("csstype").Property.BackfaceVisibility>[] | readonly import("csstype").Property.BackfaceVisibility[];
963
+ backgroundAttachment?: string[] | import("csstype").Property.BackgroundAttachment | readonly import("csstype").Property.BackgroundAttachment[];
964
+ backgroundBlendMode?: string[] | import("csstype").Property.BackgroundBlendMode | readonly import("csstype").Property.BackgroundBlendMode[];
965
+ backgroundClip?: string[] | import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[];
966
+ backgroundColor?: string[] | import("csstype").Property.BackgroundColor | readonly import("csstype").Property.BackgroundColor[];
967
+ backgroundImage?: string[] | import("csstype").Property.BackgroundImage | readonly import("csstype").Property.BackgroundImage[];
968
+ backgroundOrigin?: string[] | import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[];
969
+ backgroundPositionX?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundPositionX<string | number> | NonNullable<import("csstype").Property.BackgroundPositionX<string | number>>[];
970
+ backgroundPositionY?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundPositionY<string | number> | NonNullable<import("csstype").Property.BackgroundPositionY<string | number>>[];
971
+ backgroundRepeat?: string[] | import("csstype").Property.BackgroundRepeat | readonly import("csstype").Property.BackgroundRepeat[];
972
+ backgroundSize?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | NonNullable<import("csstype").Property.BackgroundSize<string | number>>[];
973
+ blockOverflow?: string[] | import("csstype").Property.BlockOverflow | readonly import("csstype").Property.BlockOverflow[];
974
+ blockSize?: readonly (string | (string & {}))[] | import("csstype").Property.BlockSize<string | number> | NonNullable<import("csstype").Property.BlockSize<string | number>>[];
975
+ borderBlockColor?: string[] | import("csstype").Property.BorderBlockColor | readonly import("csstype").Property.BorderBlockColor[];
976
+ borderBlockEndColor?: string[] | import("csstype").Property.BorderBlockEndColor | readonly import("csstype").Property.BorderBlockEndColor[];
977
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | NonNullable<import("csstype").Property.BorderBlockEndStyle>[] | readonly import("csstype").Property.BorderBlockEndStyle[];
978
+ borderBlockEndWidth?: readonly string[] | import("csstype").Property.BorderBlockEndWidth<string | number> | NonNullable<import("csstype").Property.BorderBlockEndWidth<string | number>>[];
979
+ borderBlockStartColor?: string[] | import("csstype").Property.BorderBlockStartColor | readonly import("csstype").Property.BorderBlockStartColor[];
980
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | NonNullable<import("csstype").Property.BorderBlockStartStyle>[] | readonly import("csstype").Property.BorderBlockStartStyle[];
981
+ borderBlockStartWidth?: readonly string[] | import("csstype").Property.BorderBlockStartWidth<string | number> | NonNullable<import("csstype").Property.BorderBlockStartWidth<string | number>>[];
982
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | NonNullable<import("csstype").Property.BorderBlockStyle>[] | readonly import("csstype").Property.BorderBlockStyle[];
983
+ borderBlockWidth?: readonly string[] | import("csstype").Property.BorderBlockWidth<string | number> | NonNullable<import("csstype").Property.BorderBlockWidth<string | number>>[];
984
+ borderBottomColor?: string[] | import("csstype").Property.BorderBottomColor | readonly import("csstype").Property.BorderBottomColor[];
985
+ borderBottomLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[];
986
+ borderBottomRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[];
987
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | NonNullable<import("csstype").Property.BorderBottomStyle>[] | readonly import("csstype").Property.BorderBottomStyle[];
988
+ borderBottomWidth?: readonly string[] | import("csstype").Property.BorderBottomWidth<string | number> | NonNullable<import("csstype").Property.BorderBottomWidth<string | number>>[];
989
+ borderCollapse?: import("csstype").Property.BorderCollapse | NonNullable<import("csstype").Property.BorderCollapse>[] | readonly import("csstype").Property.BorderCollapse[];
990
+ borderEndEndRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderEndEndRadius<string | number> | NonNullable<import("csstype").Property.BorderEndEndRadius<string | number>>[];
991
+ borderEndStartRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderEndStartRadius<string | number> | NonNullable<import("csstype").Property.BorderEndStartRadius<string | number>>[];
992
+ borderImageOutset?: readonly (string | (string & {}))[] | import("csstype").Property.BorderImageOutset<string | number> | NonNullable<import("csstype").Property.BorderImageOutset<string | number>>[];
993
+ borderImageRepeat?: string[] | import("csstype").Property.BorderImageRepeat | readonly import("csstype").Property.BorderImageRepeat[];
994
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | NonNullable<import("csstype").Property.BorderImageSlice>[] | readonly ((string & {}) | import("csstype").Globals)[];
995
+ borderImageSource?: string[] | import("csstype").Property.BorderImageSource | readonly import("csstype").Property.BorderImageSource[];
996
+ borderImageWidth?: readonly (string | (string & {}))[] | import("csstype").Property.BorderImageWidth<string | number> | NonNullable<import("csstype").Property.BorderImageWidth<string | number>>[];
997
+ borderInlineColor?: string[] | import("csstype").Property.BorderInlineColor | readonly import("csstype").Property.BorderInlineColor[];
998
+ borderInlineEndColor?: string[] | import("csstype").Property.BorderInlineEndColor | readonly import("csstype").Property.BorderInlineEndColor[];
999
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | NonNullable<import("csstype").Property.BorderInlineEndStyle>[] | readonly import("csstype").Property.BorderInlineEndStyle[];
1000
+ borderInlineEndWidth?: readonly string[] | import("csstype").Property.BorderInlineEndWidth<string | number> | NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number>>[];
1001
+ borderInlineStartColor?: string[] | import("csstype").Property.BorderInlineStartColor | readonly import("csstype").Property.BorderInlineStartColor[];
1002
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | NonNullable<import("csstype").Property.BorderInlineStartStyle>[] | readonly import("csstype").Property.BorderInlineStartStyle[];
1003
+ borderInlineStartWidth?: readonly string[] | import("csstype").Property.BorderInlineStartWidth<string | number> | NonNullable<import("csstype").Property.BorderInlineStartWidth<string | number>>[];
1004
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | NonNullable<import("csstype").Property.BorderInlineStyle>[] | readonly import("csstype").Property.BorderInlineStyle[];
1005
+ borderInlineWidth?: readonly string[] | import("csstype").Property.BorderInlineWidth<string | number> | NonNullable<import("csstype").Property.BorderInlineWidth<string | number>>[];
1006
+ borderLeftColor?: string[] | import("csstype").Property.BorderLeftColor | readonly import("csstype").Property.BorderLeftColor[];
1007
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | NonNullable<import("csstype").Property.BorderLeftStyle>[] | readonly import("csstype").Property.BorderLeftStyle[];
1008
+ borderLeftWidth?: readonly string[] | import("csstype").Property.BorderLeftWidth<string | number> | NonNullable<import("csstype").Property.BorderLeftWidth<string | number>>[];
1009
+ borderRightColor?: string[] | import("csstype").Property.BorderRightColor | readonly import("csstype").Property.BorderRightColor[];
1010
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | NonNullable<import("csstype").Property.BorderRightStyle>[] | readonly import("csstype").Property.BorderRightStyle[];
1011
+ borderRightWidth?: readonly string[] | import("csstype").Property.BorderRightWidth<string | number> | NonNullable<import("csstype").Property.BorderRightWidth<string | number>>[];
1012
+ borderSpacing?: readonly (string | (string & {}))[] | import("csstype").Property.BorderSpacing<string | number> | NonNullable<import("csstype").Property.BorderSpacing<string | number>>[];
1013
+ borderStartEndRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderStartEndRadius<string | number> | NonNullable<import("csstype").Property.BorderStartEndRadius<string | number>>[];
1014
+ borderStartStartRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderStartStartRadius<string | number> | NonNullable<import("csstype").Property.BorderStartStartRadius<string | number>>[];
1015
+ borderTopColor?: string[] | import("csstype").Property.BorderTopColor | readonly import("csstype").Property.BorderTopColor[];
1016
+ borderTopLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[];
1017
+ borderTopRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[];
1018
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | NonNullable<import("csstype").Property.BorderTopStyle>[] | readonly import("csstype").Property.BorderTopStyle[];
1019
+ borderTopWidth?: readonly string[] | import("csstype").Property.BorderTopWidth<string | number> | NonNullable<import("csstype").Property.BorderTopWidth<string | number>>[];
1020
+ bottom?: readonly (string | (string & {}))[] | import("csstype").Property.Bottom<string | number> | NonNullable<import("csstype").Property.Bottom<string | number>>[];
1021
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | NonNullable<import("csstype").Property.BoxDecorationBreak>[] | readonly import("csstype").Property.BoxDecorationBreak[];
1022
+ boxShadow?: string[] | import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[];
1023
+ boxSizing?: import("csstype").Property.BoxSizing | NonNullable<import("csstype").Property.BoxSizing>[] | readonly import("csstype").Property.BoxSizing[];
1024
+ breakAfter?: import("csstype").Property.BreakAfter | NonNullable<import("csstype").Property.BreakAfter>[] | readonly import("csstype").Property.BreakAfter[];
1025
+ breakBefore?: import("csstype").Property.BreakBefore | NonNullable<import("csstype").Property.BreakBefore>[] | readonly import("csstype").Property.BreakBefore[];
1026
+ breakInside?: import("csstype").Property.BreakInside | NonNullable<import("csstype").Property.BreakInside>[] | readonly import("csstype").Property.BreakInside[];
1027
+ captionSide?: import("csstype").Property.CaptionSide | NonNullable<import("csstype").Property.CaptionSide>[] | readonly import("csstype").Property.CaptionSide[];
1028
+ caretColor?: string[] | import("csstype").Property.CaretColor | readonly import("csstype").Property.CaretColor[];
1029
+ clear?: import("csstype").Property.Clear | NonNullable<import("csstype").Property.Clear>[] | readonly import("csstype").Property.Clear[];
1030
+ clipPath?: string[] | import("csstype").Property.ClipPath | readonly import("csstype").Property.ClipPath[];
1031
+ color?: string[] | import("csstype").Property.Color | readonly import("csstype").Property.Color[];
1032
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | NonNullable<import("csstype").Property.PrintColorAdjust>[] | readonly import("csstype").Property.PrintColorAdjust[];
1033
+ colorScheme?: string[] | import("csstype").Property.ColorScheme | readonly import("csstype").Property.ColorScheme[];
1034
+ columnCount?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.ColumnCount | NonNullable<import("csstype").Property.ColumnCount>[];
1035
+ columnFill?: import("csstype").Property.ColumnFill | NonNullable<import("csstype").Property.ColumnFill>[] | readonly import("csstype").Property.ColumnFill[];
1036
+ columnGap?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnGap<string | number> | NonNullable<import("csstype").Property.ColumnGap<string | number>>[];
1037
+ columnRuleColor?: string[] | import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[];
1038
+ columnRuleStyle?: string[] | import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[];
1039
+ columnRuleWidth?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[];
1040
+ columnSpan?: import("csstype").Property.ColumnSpan | NonNullable<import("csstype").Property.ColumnSpan>[] | readonly import("csstype").Property.ColumnSpan[];
1041
+ columnWidth?: readonly string[] | import("csstype").Property.ColumnWidth<string | number> | NonNullable<import("csstype").Property.ColumnWidth<string | number>>[];
1042
+ contain?: string[] | import("csstype").Property.Contain | readonly import("csstype").Property.Contain[];
1043
+ content?: string[] | import("csstype").Property.Content | readonly import("csstype").Property.Content[];
1044
+ contentVisibility?: import("csstype").Property.ContentVisibility | NonNullable<import("csstype").Property.ContentVisibility>[] | readonly import("csstype").Property.ContentVisibility[];
1045
+ counterIncrement?: string[] | import("csstype").Property.CounterIncrement | readonly import("csstype").Property.CounterIncrement[];
1046
+ counterReset?: string[] | import("csstype").Property.CounterReset | readonly import("csstype").Property.CounterReset[];
1047
+ counterSet?: string[] | import("csstype").Property.CounterSet | readonly import("csstype").Property.CounterSet[];
1048
+ cursor?: string[] | import("csstype").Property.Cursor | readonly import("csstype").Property.Cursor[];
1049
+ direction?: import("csstype").Property.Direction | NonNullable<import("csstype").Property.Direction>[] | readonly import("csstype").Property.Direction[];
1050
+ display: string | readonly import("csstype").Property.Display[];
1051
+ emptyCells?: import("csstype").Property.EmptyCells | NonNullable<import("csstype").Property.EmptyCells>[] | readonly import("csstype").Property.EmptyCells[];
1052
+ filter?: string[] | import("csstype").Property.Filter | readonly import("csstype").Property.Filter[];
1053
+ flexBasis?: readonly (string | (string & {}))[] | import("csstype").Property.FlexBasis<string | number> | NonNullable<import("csstype").Property.FlexBasis<string | number>>[];
1054
+ flexDirection?: import("csstype").Property.FlexDirection | NonNullable<import("csstype").Property.FlexDirection>[] | readonly import("csstype").Property.FlexDirection[];
1055
+ flexGrow?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexGrow | NonNullable<import("csstype").Property.FlexGrow>[];
1056
+ flexShrink?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexShrink | NonNullable<import("csstype").Property.FlexShrink>[];
1057
+ flexWrap?: import("csstype").Property.FlexWrap | NonNullable<import("csstype").Property.FlexWrap>[] | readonly import("csstype").Property.FlexWrap[];
1058
+ float?: import("csstype").Property.Float | NonNullable<import("csstype").Property.Float>[] | readonly import("csstype").Property.Float[];
1059
+ fontFamily?: string[] | import("csstype").Property.FontFamily | readonly import("csstype").Property.FontFamily[];
1060
+ fontFeatureSettings?: string[] | import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[];
1061
+ fontKerning?: import("csstype").Property.FontKerning | NonNullable<import("csstype").Property.FontKerning>[] | readonly import("csstype").Property.FontKerning[];
1062
+ fontLanguageOverride?: string[] | import("csstype").Property.FontLanguageOverride | readonly import("csstype").Property.FontLanguageOverride[];
1063
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | NonNullable<import("csstype").Property.FontOpticalSizing>[] | readonly import("csstype").Property.FontOpticalSizing[];
1064
+ fontSize?: import("csstype").Property.FontSize<string | number> | NonNullable<import("csstype").Property.FontSize<string | number>>[] | readonly (string | (string & {}))[];
1065
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | NonNullable<import("csstype").Property.FontSizeAdjust>[] | readonly ("none" | (string & {}) | import("csstype").Globals | "from-font")[];
1066
+ fontSmooth?: readonly string[] | import("csstype").Property.FontSmooth<string | number> | NonNullable<import("csstype").Property.FontSmooth<string | number>>[];
1067
+ fontStretch?: string[] | import("csstype").Property.FontStretch | readonly import("csstype").Property.FontStretch[];
1068
+ fontStyle?: string[] | import("csstype").Property.FontStyle | readonly import("csstype").Property.FontStyle[];
1069
+ fontSynthesis?: string[] | import("csstype").Property.FontSynthesis | readonly import("csstype").Property.FontSynthesis[];
1070
+ fontVariant?: string[] | import("csstype").Property.FontVariant | readonly import("csstype").Property.FontVariant[];
1071
+ fontVariantAlternates?: string[] | import("csstype").Property.FontVariantAlternates | readonly import("csstype").Property.FontVariantAlternates[];
1072
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | NonNullable<import("csstype").Property.FontVariantCaps>[] | readonly import("csstype").Property.FontVariantCaps[];
1073
+ fontVariantEastAsian?: string[] | import("csstype").Property.FontVariantEastAsian | readonly import("csstype").Property.FontVariantEastAsian[];
1074
+ fontVariantLigatures?: string[] | import("csstype").Property.FontVariantLigatures | readonly import("csstype").Property.FontVariantLigatures[];
1075
+ fontVariantNumeric?: string[] | import("csstype").Property.FontVariantNumeric | readonly import("csstype").Property.FontVariantNumeric[];
1076
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | NonNullable<import("csstype").Property.FontVariantPosition>[] | readonly import("csstype").Property.FontVariantPosition[];
1077
+ fontVariationSettings?: string[] | import("csstype").Property.FontVariationSettings | readonly import("csstype").Property.FontVariationSettings[];
1078
+ fontWeight?: import("csstype").Property.FontWeight | NonNullable<import("csstype").Property.FontWeight>[] | readonly ("bold" | (string & {}) | import("csstype").Globals | "normal" | "bolder" | "lighter")[];
1079
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | NonNullable<import("csstype").Property.ForcedColorAdjust>[] | readonly import("csstype").Property.ForcedColorAdjust[];
1080
+ gridAutoColumns?: readonly (string | (string & {}))[] | import("csstype").Property.GridAutoColumns<string | number> | NonNullable<import("csstype").Property.GridAutoColumns<string | number>>[];
1081
+ gridAutoFlow?: string[] | import("csstype").Property.GridAutoFlow | readonly import("csstype").Property.GridAutoFlow[];
1082
+ gridAutoRows?: readonly (string | (string & {}))[] | import("csstype").Property.GridAutoRows<string | number> | NonNullable<import("csstype").Property.GridAutoRows<string | number>>[];
1083
+ gridColumnEnd?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridColumnEnd | NonNullable<import("csstype").Property.GridColumnEnd>[];
1084
+ gridColumnStart?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridColumnStart | NonNullable<import("csstype").Property.GridColumnStart>[];
1085
+ gridRowEnd?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridRowEnd | NonNullable<import("csstype").Property.GridRowEnd>[];
1086
+ gridRowStart?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridRowStart | NonNullable<import("csstype").Property.GridRowStart>[];
1087
+ gridTemplateAreas?: string[] | import("csstype").Property.GridTemplateAreas | readonly import("csstype").Property.GridTemplateAreas[];
1088
+ gridTemplateColumns?: readonly (string | (string & {}))[] | import("csstype").Property.GridTemplateColumns<string | number> | NonNullable<import("csstype").Property.GridTemplateColumns<string | number>>[];
1089
+ gridTemplateRows?: readonly (string | (string & {}))[] | import("csstype").Property.GridTemplateRows<string | number> | NonNullable<import("csstype").Property.GridTemplateRows<string | number>>[];
1090
+ hangingPunctuation?: string[] | import("csstype").Property.HangingPunctuation | readonly import("csstype").Property.HangingPunctuation[];
1091
+ height?: readonly (string | (string & {}))[] | import("csstype").Property.Height<string | number> | NonNullable<import("csstype").Property.Height<string | number>>[];
1092
+ hyphenateCharacter?: string[] | import("csstype").Property.HyphenateCharacter | readonly import("csstype").Property.HyphenateCharacter[];
1093
+ hyphens?: import("csstype").Property.Hyphens | NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
1094
+ imageOrientation?: string[] | import("csstype").Property.ImageOrientation | readonly import("csstype").Property.ImageOrientation[];
1095
+ imageRendering?: import("csstype").Property.ImageRendering | NonNullable<import("csstype").Property.ImageRendering>[] | readonly import("csstype").Property.ImageRendering[];
1096
+ imageResolution?: string[] | import("csstype").Property.ImageResolution | readonly import("csstype").Property.ImageResolution[];
1097
+ initialLetter?: import("csstype").Property.InitialLetter | NonNullable<import("csstype").Property.InitialLetter>[] | readonly ((string & {}) | import("csstype").Globals | "normal")[];
1098
+ inlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.InlineSize<string | number> | NonNullable<import("csstype").Property.InlineSize<string | number>>[];
1099
+ inputSecurity?: import("csstype").Property.InputSecurity | NonNullable<import("csstype").Property.InputSecurity>[] | readonly import("csstype").Property.InputSecurity[];
1100
+ inset?: readonly (string | (string & {}))[] | import("csstype").Property.Inset<string | number> | NonNullable<import("csstype").Property.Inset<string | number>>[];
1101
+ insetBlock?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlock<string | number> | NonNullable<import("csstype").Property.InsetBlock<string | number>>[];
1102
+ insetBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockEnd<string | number> | NonNullable<import("csstype").Property.InsetBlockEnd<string | number>>[];
1103
+ insetBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockStart<string | number> | NonNullable<import("csstype").Property.InsetBlockStart<string | number>>[];
1104
+ insetInline?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInline<string | number> | NonNullable<import("csstype").Property.InsetInline<string | number>>[];
1105
+ insetInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineEnd<string | number> | NonNullable<import("csstype").Property.InsetInlineEnd<string | number>>[];
1106
+ insetInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineStart<string | number> | NonNullable<import("csstype").Property.InsetInlineStart<string | number>>[];
1107
+ isolation?: import("csstype").Property.Isolation | NonNullable<import("csstype").Property.Isolation>[] | readonly import("csstype").Property.Isolation[];
1108
+ justifyContent?: string[] | import("csstype").Property.JustifyContent | readonly import("csstype").Property.JustifyContent[];
1109
+ justifyItems?: string[] | import("csstype").Property.JustifyItems | readonly import("csstype").Property.JustifyItems[];
1110
+ justifySelf?: string[] | import("csstype").Property.JustifySelf | readonly import("csstype").Property.JustifySelf[];
1111
+ justifyTracks?: string[] | import("csstype").Property.JustifyTracks | readonly import("csstype").Property.JustifyTracks[];
1112
+ left?: readonly (string | (string & {}))[] | import("csstype").Property.Left<string | number> | NonNullable<import("csstype").Property.Left<string | number>>[];
1113
+ letterSpacing?: readonly string[] | import("csstype").Property.LetterSpacing<string | number> | NonNullable<import("csstype").Property.LetterSpacing<string | number>>[];
1114
+ lineBreak?: import("csstype").Property.LineBreak | NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
1115
+ lineHeight?: readonly (string | (string & {}))[] | import("csstype").Property.LineHeight<string | number> | NonNullable<import("csstype").Property.LineHeight<string | number>>[];
1116
+ lineHeightStep?: readonly string[] | import("csstype").Property.LineHeightStep<string | number> | NonNullable<import("csstype").Property.LineHeightStep<string | number>>[];
1117
+ listStyleImage?: string[] | import("csstype").Property.ListStyleImage | readonly import("csstype").Property.ListStyleImage[];
1118
+ listStylePosition?: import("csstype").Property.ListStylePosition | NonNullable<import("csstype").Property.ListStylePosition>[] | readonly import("csstype").Property.ListStylePosition[];
1119
+ listStyleType?: string[] | import("csstype").Property.ListStyleType | readonly import("csstype").Property.ListStyleType[];
1120
+ marginBlock?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBlock<string | number> | NonNullable<import("csstype").Property.MarginBlock<string | number>>[];
1121
+ marginBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBlockEnd<string | number> | NonNullable<import("csstype").Property.MarginBlockEnd<string | number>>[];
1122
+ marginBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBlockStart<string | number> | NonNullable<import("csstype").Property.MarginBlockStart<string | number>>[];
1123
+ marginBottom?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBottom<string | number> | NonNullable<import("csstype").Property.MarginBottom<string | number>>[];
1124
+ marginInline?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInline<string | number> | NonNullable<import("csstype").Property.MarginInline<string | number>>[];
1125
+ marginInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[];
1126
+ marginInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[];
1127
+ marginLeft?: readonly (string | (string & {}))[] | import("csstype").Property.MarginLeft<string | number> | NonNullable<import("csstype").Property.MarginLeft<string | number>>[];
1128
+ marginRight?: readonly (string | (string & {}))[] | import("csstype").Property.MarginRight<string | number> | NonNullable<import("csstype").Property.MarginRight<string | number>>[];
1129
+ marginTop?: readonly (string | (string & {}))[] | import("csstype").Property.MarginTop<string | number> | NonNullable<import("csstype").Property.MarginTop<string | number>>[];
1130
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | NonNullable<import("csstype").Property.MaskBorderMode>[] | readonly import("csstype").Property.MaskBorderMode[];
1131
+ maskBorderOutset?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderOutset<string | number> | NonNullable<import("csstype").Property.MaskBorderOutset<string | number>>[];
1132
+ maskBorderRepeat?: string[] | import("csstype").Property.MaskBorderRepeat | readonly import("csstype").Property.MaskBorderRepeat[];
1133
+ maskBorderSlice?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.MaskBorderSlice | NonNullable<import("csstype").Property.MaskBorderSlice>[];
1134
+ maskBorderSource?: string[] | import("csstype").Property.MaskBorderSource | readonly import("csstype").Property.MaskBorderSource[];
1135
+ maskBorderWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderWidth<string | number> | NonNullable<import("csstype").Property.MaskBorderWidth<string | number>>[];
1136
+ maskClip?: string[] | import("csstype").Property.MaskClip | readonly import("csstype").Property.MaskClip[];
1137
+ maskComposite?: string[] | import("csstype").Property.MaskComposite | readonly import("csstype").Property.MaskComposite[];
1138
+ maskImage?: string[] | import("csstype").Property.MaskImage | readonly import("csstype").Property.MaskImage[];
1139
+ maskMode?: string[] | import("csstype").Property.MaskMode | readonly import("csstype").Property.MaskMode[];
1140
+ maskOrigin?: string[] | import("csstype").Property.MaskOrigin | readonly import("csstype").Property.MaskOrigin[];
1141
+ maskPosition?: readonly (string | (string & {}))[] | import("csstype").Property.MaskPosition<string | number> | NonNullable<import("csstype").Property.MaskPosition<string | number>>[];
1142
+ maskRepeat?: string[] | import("csstype").Property.MaskRepeat | readonly import("csstype").Property.MaskRepeat[];
1143
+ maskSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaskSize<string | number> | NonNullable<import("csstype").Property.MaskSize<string | number>>[];
1144
+ maskType?: import("csstype").Property.MaskType | NonNullable<import("csstype").Property.MaskType>[] | readonly import("csstype").Property.MaskType[];
1145
+ mathDepth?: import("csstype").Property.MathDepth | NonNullable<import("csstype").Property.MathDepth>[] | readonly ((string & {}) | import("csstype").Globals | "auto-add")[];
1146
+ mathShift?: import("csstype").Property.MathShift | NonNullable<import("csstype").Property.MathShift>[] | readonly import("csstype").Property.MathShift[];
1147
+ mathStyle?: import("csstype").Property.MathStyle | NonNullable<import("csstype").Property.MathStyle>[] | readonly import("csstype").Property.MathStyle[];
1148
+ maxBlockSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaxBlockSize<string | number> | NonNullable<import("csstype").Property.MaxBlockSize<string | number>>[];
1149
+ maxHeight?: readonly (string | (string & {}))[] | import("csstype").Property.MaxHeight<string | number> | NonNullable<import("csstype").Property.MaxHeight<string | number>>[];
1150
+ maxInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaxInlineSize<string | number> | NonNullable<import("csstype").Property.MaxInlineSize<string | number>>[];
1151
+ maxLines?: import("csstype").Property.MaxLines | NonNullable<import("csstype").Property.MaxLines>[] | readonly ("none" | (string & {}) | import("csstype").Globals)[];
1152
+ maxWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MaxWidth<string | number> | NonNullable<import("csstype").Property.MaxWidth<string | number>>[];
1153
+ minBlockSize?: readonly (string | (string & {}))[] | import("csstype").Property.MinBlockSize<string | number> | NonNullable<import("csstype").Property.MinBlockSize<string | number>>[];
1154
+ minHeight?: readonly (string | (string & {}))[] | import("csstype").Property.MinHeight<string | number> | NonNullable<import("csstype").Property.MinHeight<string | number>>[];
1155
+ minInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.MinInlineSize<string | number> | NonNullable<import("csstype").Property.MinInlineSize<string | number>>[];
1156
+ minWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MinWidth<string | number> | NonNullable<import("csstype").Property.MinWidth<string | number>>[];
1157
+ mixBlendMode?: import("csstype").Property.MixBlendMode | NonNullable<import("csstype").Property.MixBlendMode>[] | readonly import("csstype").Property.MixBlendMode[];
1158
+ motionDistance?: readonly (string | (string & {}))[] | import("csstype").Property.OffsetDistance<string | number> | NonNullable<import("csstype").Property.OffsetDistance<string | number>>[];
1159
+ motionPath?: string[] | import("csstype").Property.OffsetPath | readonly import("csstype").Property.OffsetPath[];
1160
+ motionRotation?: string[] | import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[];
1161
+ objectFit?: import("csstype").Property.ObjectFit | NonNullable<import("csstype").Property.ObjectFit>[] | readonly import("csstype").Property.ObjectFit[];
1162
+ objectPosition?: readonly (string | (string & {}))[] | import("csstype").Property.ObjectPosition<string | number> | NonNullable<import("csstype").Property.ObjectPosition<string | number>>[];
1163
+ offsetAnchor?: readonly (string | (string & {}))[] | import("csstype").Property.OffsetAnchor<string | number> | NonNullable<import("csstype").Property.OffsetAnchor<string | number>>[];
1164
+ offsetDistance?: readonly (string | (string & {}))[] | import("csstype").Property.OffsetDistance<string | number> | NonNullable<import("csstype").Property.OffsetDistance<string | number>>[];
1165
+ offsetPath?: string[] | import("csstype").Property.OffsetPath | readonly import("csstype").Property.OffsetPath[];
1166
+ offsetRotate?: string[] | import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[];
1167
+ offsetRotation?: string[] | import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[];
1168
+ opacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Opacity | NonNullable<import("csstype").Property.Opacity>[];
1169
+ order?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Order | NonNullable<import("csstype").Property.Order>[];
1170
+ orphans?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Orphans | NonNullable<import("csstype").Property.Orphans>[];
1171
+ outlineColor?: string[] | import("csstype").Property.OutlineColor | readonly import("csstype").Property.OutlineColor[];
1172
+ outlineOffset?: readonly string[] | import("csstype").Property.OutlineOffset<string | number> | NonNullable<import("csstype").Property.OutlineOffset<string | number>>[];
1173
+ outlineStyle?: string[] | import("csstype").Property.OutlineStyle | readonly import("csstype").Property.OutlineStyle[];
1174
+ outlineWidth?: readonly string[] | import("csstype").Property.OutlineWidth<string | number> | NonNullable<import("csstype").Property.OutlineWidth<string | number>>[];
1175
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | NonNullable<import("csstype").Property.OverflowAnchor>[] | readonly import("csstype").Property.OverflowAnchor[];
1176
+ overflowBlock?: import("csstype").Property.OverflowBlock | NonNullable<import("csstype").Property.OverflowBlock>[] | readonly import("csstype").Property.OverflowBlock[];
1177
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | NonNullable<import("csstype").Property.OverflowClipBox>[] | readonly import("csstype").Property.OverflowClipBox[];
1178
+ overflowClipMargin?: readonly (string | (string & {}))[] | import("csstype").Property.OverflowClipMargin<string | number> | NonNullable<import("csstype").Property.OverflowClipMargin<string | number>>[];
1179
+ overflowInline?: import("csstype").Property.OverflowInline | NonNullable<import("csstype").Property.OverflowInline>[] | readonly import("csstype").Property.OverflowInline[];
1180
+ overflowWrap?: import("csstype").Property.OverflowWrap | NonNullable<import("csstype").Property.OverflowWrap>[] | readonly import("csstype").Property.OverflowWrap[];
1181
+ overflowX?: import("csstype").Property.OverflowX | NonNullable<import("csstype").Property.OverflowX>[] | readonly import("csstype").Property.OverflowX[];
1182
+ overflowY?: import("csstype").Property.OverflowY | NonNullable<import("csstype").Property.OverflowY>[] | readonly import("csstype").Property.OverflowY[];
1183
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | NonNullable<import("csstype").Property.OverscrollBehaviorBlock>[] | readonly import("csstype").Property.OverscrollBehaviorBlock[];
1184
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | NonNullable<import("csstype").Property.OverscrollBehaviorInline>[] | readonly import("csstype").Property.OverscrollBehaviorInline[];
1185
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | NonNullable<import("csstype").Property.OverscrollBehaviorX>[] | readonly import("csstype").Property.OverscrollBehaviorX[];
1186
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | NonNullable<import("csstype").Property.OverscrollBehaviorY>[] | readonly import("csstype").Property.OverscrollBehaviorY[];
1187
+ paddingBlock?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBlock<string | number> | NonNullable<import("csstype").Property.PaddingBlock<string | number>>[];
1188
+ paddingBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBlockEnd<string | number> | NonNullable<import("csstype").Property.PaddingBlockEnd<string | number>>[];
1189
+ paddingBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBlockStart<string | number> | NonNullable<import("csstype").Property.PaddingBlockStart<string | number>>[];
1190
+ paddingBottom?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBottom<string | number> | NonNullable<import("csstype").Property.PaddingBottom<string | number>>[];
1191
+ paddingInline?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInline<string | number> | NonNullable<import("csstype").Property.PaddingInline<string | number>>[];
1192
+ paddingInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[];
1193
+ paddingInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[];
1194
+ paddingLeft?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingLeft<string | number> | NonNullable<import("csstype").Property.PaddingLeft<string | number>>[];
1195
+ paddingRight?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingRight<string | number> | NonNullable<import("csstype").Property.PaddingRight<string | number>>[];
1196
+ paddingTop?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingTop<string | number> | NonNullable<import("csstype").Property.PaddingTop<string | number>>[];
1197
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | NonNullable<import("csstype").Property.PageBreakAfter>[] | readonly import("csstype").Property.PageBreakAfter[];
1198
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | NonNullable<import("csstype").Property.PageBreakBefore>[] | readonly import("csstype").Property.PageBreakBefore[];
1199
+ pageBreakInside?: import("csstype").Property.PageBreakInside | NonNullable<import("csstype").Property.PageBreakInside>[] | readonly import("csstype").Property.PageBreakInside[];
1200
+ paintOrder?: string[] | import("csstype").Property.PaintOrder | readonly import("csstype").Property.PaintOrder[];
1201
+ perspective?: readonly string[] | import("csstype").Property.Perspective<string | number> | NonNullable<import("csstype").Property.Perspective<string | number>>[];
1202
+ perspectiveOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[];
1203
+ placeContent?: string[] | import("csstype").Property.PlaceContent | readonly import("csstype").Property.PlaceContent[];
1204
+ pointerEvents?: import("csstype").Property.PointerEvents | NonNullable<import("csstype").Property.PointerEvents>[] | readonly import("csstype").Property.PointerEvents[];
1205
+ position: string | readonly import("csstype").Property.Position[];
1206
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | NonNullable<import("csstype").Property.PrintColorAdjust>[] | readonly import("csstype").Property.PrintColorAdjust[];
1207
+ quotes?: string[] | import("csstype").Property.Quotes | readonly import("csstype").Property.Quotes[];
1208
+ resize?: import("csstype").Property.Resize | NonNullable<import("csstype").Property.Resize>[] | readonly import("csstype").Property.Resize[];
1209
+ right?: readonly (string | (string & {}))[] | import("csstype").Property.Right<string | number> | NonNullable<import("csstype").Property.Right<string | number>>[];
1210
+ rotate?: string[] | import("csstype").Property.Rotate | readonly import("csstype").Property.Rotate[];
1211
+ rowGap?: readonly (string | (string & {}))[] | import("csstype").Property.RowGap<string | number> | NonNullable<import("csstype").Property.RowGap<string | number>>[];
1212
+ rubyAlign?: import("csstype").Property.RubyAlign | NonNullable<import("csstype").Property.RubyAlign>[] | readonly import("csstype").Property.RubyAlign[];
1213
+ rubyMerge?: import("csstype").Property.RubyMerge | NonNullable<import("csstype").Property.RubyMerge>[] | readonly import("csstype").Property.RubyMerge[];
1214
+ rubyPosition?: string[] | import("csstype").Property.RubyPosition | readonly import("csstype").Property.RubyPosition[];
1215
+ scale?: readonly ("none" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.Scale | NonNullable<import("csstype").Property.Scale>[];
1216
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | NonNullable<import("csstype").Property.ScrollBehavior>[] | readonly import("csstype").Property.ScrollBehavior[];
1217
+ scrollMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMargin<string | number> | NonNullable<import("csstype").Property.ScrollMargin<string | number>>[];
1218
+ scrollMarginBlock?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMarginBlock<string | number> | NonNullable<import("csstype").Property.ScrollMarginBlock<string | number>>[];
1219
+ scrollMarginBlockEnd?: readonly string[] | import("csstype").Property.ScrollMarginBlockEnd<string | number> | NonNullable<import("csstype").Property.ScrollMarginBlockEnd<string | number>>[];
1220
+ scrollMarginBlockStart?: readonly string[] | import("csstype").Property.ScrollMarginBlockStart<string | number> | NonNullable<import("csstype").Property.ScrollMarginBlockStart<string | number>>[];
1221
+ scrollMarginBottom?: readonly string[] | import("csstype").Property.ScrollMarginBottom<string | number> | NonNullable<import("csstype").Property.ScrollMarginBottom<string | number>>[];
1222
+ scrollMarginInline?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMarginInline<string | number> | NonNullable<import("csstype").Property.ScrollMarginInline<string | number>>[];
1223
+ scrollMarginInlineEnd?: readonly string[] | import("csstype").Property.ScrollMarginInlineEnd<string | number> | NonNullable<import("csstype").Property.ScrollMarginInlineEnd<string | number>>[];
1224
+ scrollMarginInlineStart?: readonly string[] | import("csstype").Property.ScrollMarginInlineStart<string | number> | NonNullable<import("csstype").Property.ScrollMarginInlineStart<string | number>>[];
1225
+ scrollMarginLeft?: readonly string[] | import("csstype").Property.ScrollMarginLeft<string | number> | NonNullable<import("csstype").Property.ScrollMarginLeft<string | number>>[];
1226
+ scrollMarginRight?: readonly string[] | import("csstype").Property.ScrollMarginRight<string | number> | NonNullable<import("csstype").Property.ScrollMarginRight<string | number>>[];
1227
+ scrollMarginTop?: readonly string[] | import("csstype").Property.ScrollMarginTop<string | number> | NonNullable<import("csstype").Property.ScrollMarginTop<string | number>>[];
1228
+ scrollPadding?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPadding<string | number> | NonNullable<import("csstype").Property.ScrollPadding<string | number>>[];
1229
+ scrollPaddingBlock?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlock<string | number> | NonNullable<import("csstype").Property.ScrollPaddingBlock<string | number>>[];
1230
+ scrollPaddingBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlockEnd<string | number> | NonNullable<import("csstype").Property.ScrollPaddingBlockEnd<string | number>>[];
1231
+ scrollPaddingBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlockStart<string | number> | NonNullable<import("csstype").Property.ScrollPaddingBlockStart<string | number>>[];
1232
+ scrollPaddingBottom?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBottom<string | number> | NonNullable<import("csstype").Property.ScrollPaddingBottom<string | number>>[];
1233
+ scrollPaddingInline?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInline<string | number> | NonNullable<import("csstype").Property.ScrollPaddingInline<string | number>>[];
1234
+ scrollPaddingInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInlineEnd<string | number> | NonNullable<import("csstype").Property.ScrollPaddingInlineEnd<string | number>>[];
1235
+ scrollPaddingInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInlineStart<string | number> | NonNullable<import("csstype").Property.ScrollPaddingInlineStart<string | number>>[];
1236
+ scrollPaddingLeft?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingLeft<string | number> | NonNullable<import("csstype").Property.ScrollPaddingLeft<string | number>>[];
1237
+ scrollPaddingRight?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingRight<string | number> | NonNullable<import("csstype").Property.ScrollPaddingRight<string | number>>[];
1238
+ scrollPaddingTop?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingTop<string | number> | NonNullable<import("csstype").Property.ScrollPaddingTop<string | number>>[];
1239
+ scrollSnapAlign?: string[] | import("csstype").Property.ScrollSnapAlign | readonly import("csstype").Property.ScrollSnapAlign[];
1240
+ scrollSnapMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMargin<string | number> | NonNullable<import("csstype").Property.ScrollMargin<string | number>>[];
1241
+ scrollSnapMarginBottom?: readonly string[] | import("csstype").Property.ScrollMarginBottom<string | number> | NonNullable<import("csstype").Property.ScrollMarginBottom<string | number>>[];
1242
+ scrollSnapMarginLeft?: readonly string[] | import("csstype").Property.ScrollMarginLeft<string | number> | NonNullable<import("csstype").Property.ScrollMarginLeft<string | number>>[];
1243
+ scrollSnapMarginRight?: readonly string[] | import("csstype").Property.ScrollMarginRight<string | number> | NonNullable<import("csstype").Property.ScrollMarginRight<string | number>>[];
1244
+ scrollSnapMarginTop?: readonly string[] | import("csstype").Property.ScrollMarginTop<string | number> | NonNullable<import("csstype").Property.ScrollMarginTop<string | number>>[];
1245
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | NonNullable<import("csstype").Property.ScrollSnapStop>[] | readonly import("csstype").Property.ScrollSnapStop[];
1246
+ scrollSnapType?: string[] | import("csstype").Property.ScrollSnapType | readonly import("csstype").Property.ScrollSnapType[];
1247
+ scrollbarColor?: string[] | import("csstype").Property.ScrollbarColor | readonly import("csstype").Property.ScrollbarColor[];
1248
+ scrollbarGutter?: string[] | import("csstype").Property.ScrollbarGutter | readonly import("csstype").Property.ScrollbarGutter[];
1249
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | NonNullable<import("csstype").Property.ScrollbarWidth>[] | readonly import("csstype").Property.ScrollbarWidth[];
1250
+ shapeImageThreshold?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.ShapeImageThreshold | NonNullable<import("csstype").Property.ShapeImageThreshold>[];
1251
+ shapeMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ShapeMargin<string | number> | NonNullable<import("csstype").Property.ShapeMargin<string | number>>[];
1252
+ shapeOutside?: string[] | import("csstype").Property.ShapeOutside | readonly import("csstype").Property.ShapeOutside[];
1253
+ tabSize?: readonly (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | NonNullable<import("csstype").Property.TabSize<string | number>>[];
1254
+ tableLayout?: import("csstype").Property.TableLayout | NonNullable<import("csstype").Property.TableLayout>[] | readonly import("csstype").Property.TableLayout[];
1255
+ textAlign?: import("csstype").Property.TextAlign | NonNullable<import("csstype").Property.TextAlign>[] | readonly import("csstype").Property.TextAlign[];
1256
+ textAlignLast?: import("csstype").Property.TextAlignLast | NonNullable<import("csstype").Property.TextAlignLast>[] | readonly import("csstype").Property.TextAlignLast[];
1257
+ textCombineUpright?: string[] | import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[];
1258
+ textDecorationColor?: string[] | import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[];
1259
+ textDecorationLine?: string[] | import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[];
1260
+ textDecorationSkip?: string[] | import("csstype").Property.TextDecorationSkip | readonly import("csstype").Property.TextDecorationSkip[];
1261
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | NonNullable<import("csstype").Property.TextDecorationSkipInk>[] | readonly import("csstype").Property.TextDecorationSkipInk[];
1262
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | NonNullable<import("csstype").Property.TextDecorationStyle>[] | readonly import("csstype").Property.TextDecorationStyle[];
1263
+ textDecorationThickness?: readonly (string | (string & {}))[] | import("csstype").Property.TextDecorationThickness<string | number> | NonNullable<import("csstype").Property.TextDecorationThickness<string | number>>[];
1264
+ textEmphasisColor?: string[] | import("csstype").Property.TextEmphasisColor | readonly import("csstype").Property.TextEmphasisColor[];
1265
+ textEmphasisPosition?: string[] | import("csstype").Property.TextEmphasisPosition | readonly import("csstype").Property.TextEmphasisPosition[];
1266
+ textEmphasisStyle?: string[] | import("csstype").Property.TextEmphasisStyle | readonly import("csstype").Property.TextEmphasisStyle[];
1267
+ textIndent?: readonly (string | (string & {}))[] | import("csstype").Property.TextIndent<string | number> | NonNullable<import("csstype").Property.TextIndent<string | number>>[];
1268
+ textJustify?: import("csstype").Property.TextJustify | NonNullable<import("csstype").Property.TextJustify>[] | readonly import("csstype").Property.TextJustify[];
1269
+ textOrientation?: import("csstype").Property.TextOrientation | NonNullable<import("csstype").Property.TextOrientation>[] | readonly import("csstype").Property.TextOrientation[];
1270
+ textOverflow?: string[] | import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[];
1271
+ textRendering?: import("csstype").Property.TextRendering | NonNullable<import("csstype").Property.TextRendering>[] | readonly import("csstype").Property.TextRendering[];
1272
+ textShadow?: string[] | import("csstype").Property.TextShadow | readonly import("csstype").Property.TextShadow[];
1273
+ textSizeAdjust?: string[] | import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[];
1274
+ textTransform?: import("csstype").Property.TextTransform | NonNullable<import("csstype").Property.TextTransform>[] | readonly import("csstype").Property.TextTransform[];
1275
+ textUnderlineOffset?: readonly (string | (string & {}))[] | import("csstype").Property.TextUnderlineOffset<string | number> | NonNullable<import("csstype").Property.TextUnderlineOffset<string | number>>[];
1276
+ textUnderlinePosition?: string[] | import("csstype").Property.TextUnderlinePosition | readonly import("csstype").Property.TextUnderlinePosition[];
1277
+ top: string | number | readonly (string | (string & {}))[] | NonNullable<import("csstype").Property.Top<string | number>>[];
1278
+ touchAction?: string[] | import("csstype").Property.TouchAction | readonly import("csstype").Property.TouchAction[];
1279
+ transform?: string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
1280
+ transformBox?: import("csstype").Property.TransformBox | NonNullable<import("csstype").Property.TransformBox>[] | readonly import("csstype").Property.TransformBox[];
1281
+ transformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
1282
+ transformStyle?: import("csstype").Property.TransformStyle | NonNullable<import("csstype").Property.TransformStyle>[] | readonly import("csstype").Property.TransformStyle[];
1283
+ transitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
1284
+ transitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
1285
+ transitionProperty?: string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
1286
+ transitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
1287
+ translate?: readonly (string | (string & {}))[] | import("csstype").Property.Translate<string | number> | NonNullable<import("csstype").Property.Translate<string | number>>[];
1288
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | NonNullable<import("csstype").Property.UnicodeBidi>[] | readonly import("csstype").Property.UnicodeBidi[];
1289
+ userSelect?: import("csstype").Property.UserSelect | NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
1290
+ verticalAlign?: readonly (string | (string & {}))[] | import("csstype").Property.VerticalAlign<string | number> | NonNullable<import("csstype").Property.VerticalAlign<string | number>>[];
1291
+ visibility?: import("csstype").Property.Visibility | NonNullable<import("csstype").Property.Visibility>[] | readonly import("csstype").Property.Visibility[];
1292
+ whiteSpace?: import("csstype").Property.WhiteSpace | NonNullable<import("csstype").Property.WhiteSpace>[] | readonly import("csstype").Property.WhiteSpace[];
1293
+ widows?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Widows | NonNullable<import("csstype").Property.Widows>[];
1294
+ width?: readonly (string | (string & {}))[] | import("csstype").Property.Width<string | number> | NonNullable<import("csstype").Property.Width<string | number>>[];
1295
+ willChange?: string[] | import("csstype").Property.WillChange | readonly import("csstype").Property.WillChange[];
1296
+ wordBreak?: import("csstype").Property.WordBreak | NonNullable<import("csstype").Property.WordBreak>[] | readonly import("csstype").Property.WordBreak[];
1297
+ wordSpacing?: readonly string[] | import("csstype").Property.WordSpacing<string | number> | NonNullable<import("csstype").Property.WordSpacing<string | number>>[];
1298
+ wordWrap?: import("csstype").Property.WordWrap | NonNullable<import("csstype").Property.WordWrap>[] | readonly import("csstype").Property.WordWrap[];
1299
+ writingMode?: import("csstype").Property.WritingMode | NonNullable<import("csstype").Property.WritingMode>[] | readonly import("csstype").Property.WritingMode[];
1300
+ zIndex?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.ZIndex | NonNullable<import("csstype").Property.ZIndex>[];
1301
+ zoom?: import("csstype").Property.Zoom | NonNullable<import("csstype").Property.Zoom>[] | readonly ((string & {}) | import("csstype").Globals | "normal" | "reset")[];
1302
+ all?: import("csstype").Globals | NonNullable<import("csstype").Globals>[] | readonly import("csstype").Globals[];
1303
+ animation?: import("csstype").Property.Animation<string & {}> | NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly (import("csstype").Globals | import("csstype").DataType.SingleAnimationDirection | import("csstype").DataType.SingleAnimationFillMode | "infinite" | "paused" | "running" | import("csstype").DataType.EasingFunction)[];
1304
+ background?: readonly (string | (string & {}))[] | import("csstype").Property.Background<string | number> | NonNullable<import("csstype").Property.Background<string | number>>[];
1305
+ backgroundPosition?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundPosition<string | number> | NonNullable<import("csstype").Property.BackgroundPosition<string | number>>[];
1306
+ border?: readonly (string | (string & {}))[] | import("csstype").Property.Border<string | number> | NonNullable<import("csstype").Property.Border<string | number>>[];
1307
+ borderBlock?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBlock<string | number> | NonNullable<import("csstype").Property.BorderBlock<string | number>>[];
1308
+ borderBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBlockEnd<string | number> | NonNullable<import("csstype").Property.BorderBlockEnd<string | number>>[];
1309
+ borderBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBlockStart<string | number> | NonNullable<import("csstype").Property.BorderBlockStart<string | number>>[];
1310
+ borderBottom?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottom<string | number> | NonNullable<import("csstype").Property.BorderBottom<string | number>>[];
1311
+ borderColor?: string[] | import("csstype").Property.BorderColor | readonly import("csstype").Property.BorderColor[];
1312
+ borderImage?: import("csstype").Property.BorderImage | NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[];
1313
+ borderInline?: readonly (string | (string & {}))[] | import("csstype").Property.BorderInline<string | number> | NonNullable<import("csstype").Property.BorderInline<string | number>>[];
1314
+ borderInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.BorderInlineEnd<string | number> | NonNullable<import("csstype").Property.BorderInlineEnd<string | number>>[];
1315
+ borderInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.BorderInlineStart<string | number> | NonNullable<import("csstype").Property.BorderInlineStart<string | number>>[];
1316
+ borderLeft?: readonly (string | (string & {}))[] | import("csstype").Property.BorderLeft<string | number> | NonNullable<import("csstype").Property.BorderLeft<string | number>>[];
1317
+ borderRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | NonNullable<import("csstype").Property.BorderRadius<string | number>>[];
1318
+ borderRight?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRight<string | number> | NonNullable<import("csstype").Property.BorderRight<string | number>>[];
1319
+ borderStyle?: string[] | import("csstype").Property.BorderStyle | readonly import("csstype").Property.BorderStyle[];
1320
+ borderTop?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTop<string | number> | NonNullable<import("csstype").Property.BorderTop<string | number>>[];
1321
+ borderWidth?: readonly (string | (string & {}))[] | import("csstype").Property.BorderWidth<string | number> | NonNullable<import("csstype").Property.BorderWidth<string | number>>[];
1322
+ columnRule?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | NonNullable<import("csstype").Property.ColumnRule<string | number>>[];
1323
+ columns?: readonly (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | NonNullable<import("csstype").Property.Columns<string | number>>[];
1324
+ flex?: readonly (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | NonNullable<import("csstype").Property.Flex<string | number>>[];
1325
+ flexFlow?: string[] | import("csstype").Property.FlexFlow | readonly import("csstype").Property.FlexFlow[];
1326
+ font?: string[] | import("csstype").Property.Font | readonly import("csstype").Property.Font[];
1327
+ gap?: readonly (string | (string & {}))[] | import("csstype").Property.Gap<string | number> | NonNullable<import("csstype").Property.Gap<string | number>>[];
1328
+ grid?: string[] | import("csstype").Property.Grid | readonly import("csstype").Property.Grid[];
1329
+ gridArea?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridArea | NonNullable<import("csstype").Property.GridArea>[];
1330
+ gridColumn?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridColumn | NonNullable<import("csstype").Property.GridColumn>[];
1331
+ gridRow?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridRow | NonNullable<import("csstype").Property.GridRow>[];
1332
+ gridTemplate?: string[] | import("csstype").Property.GridTemplate | readonly import("csstype").Property.GridTemplate[];
1333
+ lineClamp?: readonly ("none" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.LineClamp | NonNullable<import("csstype").Property.LineClamp>[];
1334
+ listStyle?: string[] | import("csstype").Property.ListStyle | readonly import("csstype").Property.ListStyle[];
1335
+ margin?: readonly (string | (string & {}))[] | import("csstype").Property.Margin<string | number> | NonNullable<import("csstype").Property.Margin<string | number>>[];
1336
+ mask?: readonly (string | (string & {}))[] | import("csstype").Property.Mask<string | number> | NonNullable<import("csstype").Property.Mask<string | number>>[];
1337
+ maskBorder?: import("csstype").Property.MaskBorder | NonNullable<import("csstype").Property.MaskBorder>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space" | "alpha" | "luminance")[];
1338
+ motion?: readonly (string | (string & {}))[] | import("csstype").Property.Offset<string | number> | NonNullable<import("csstype").Property.Offset<string | number>>[];
1339
+ offset?: readonly (string | (string & {}))[] | import("csstype").Property.Offset<string | number> | NonNullable<import("csstype").Property.Offset<string | number>>[];
1340
+ outline?: readonly (string | (string & {}))[] | import("csstype").Property.Outline<string | number> | NonNullable<import("csstype").Property.Outline<string | number>>[];
1341
+ overflow?: string[] | import("csstype").Property.Overflow | readonly import("csstype").Property.Overflow[];
1342
+ overscrollBehavior?: string[] | import("csstype").Property.OverscrollBehavior | readonly import("csstype").Property.OverscrollBehavior[];
1343
+ padding?: readonly (string | (string & {}))[] | import("csstype").Property.Padding<string | number> | NonNullable<import("csstype").Property.Padding<string | number>>[];
1344
+ placeItems?: string[] | import("csstype").Property.PlaceItems | readonly import("csstype").Property.PlaceItems[];
1345
+ placeSelf?: string[] | import("csstype").Property.PlaceSelf | readonly import("csstype").Property.PlaceSelf[];
1346
+ textDecoration?: readonly (string | (string & {}))[] | import("csstype").Property.TextDecoration<string | number> | NonNullable<import("csstype").Property.TextDecoration<string | number>>[];
1347
+ textEmphasis?: string[] | import("csstype").Property.TextEmphasis | readonly import("csstype").Property.TextEmphasis[];
1348
+ transition?: string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
1349
+ MozAnimationDelay?: string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
1350
+ MozAnimationDirection?: string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
1351
+ MozAnimationDuration?: string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
1352
+ MozAnimationFillMode?: string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
1353
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import("csstype").Globals | "infinite")[];
1354
+ MozAnimationName?: string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
1355
+ MozAnimationPlayState?: string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
1356
+ MozAnimationTimingFunction?: string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
1357
+ MozAppearance?: import("csstype").Property.MozAppearance | NonNullable<import("csstype").Property.MozAppearance>[] | readonly import("csstype").Property.MozAppearance[];
1358
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | NonNullable<import("csstype").Property.BackfaceVisibility>[] | readonly import("csstype").Property.BackfaceVisibility[];
1359
+ MozBorderBottomColors?: string[] | import("csstype").Property.MozBorderBottomColors | readonly import("csstype").Property.MozBorderBottomColors[];
1360
+ MozBorderEndColor?: string[] | import("csstype").Property.BorderInlineEndColor | readonly import("csstype").Property.BorderInlineEndColor[];
1361
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | NonNullable<import("csstype").Property.BorderInlineEndStyle>[] | readonly import("csstype").Property.BorderInlineEndStyle[];
1362
+ MozBorderEndWidth?: readonly string[] | import("csstype").Property.BorderInlineEndWidth<string | number> | NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number>>[];
1363
+ MozBorderLeftColors?: string[] | import("csstype").Property.MozBorderLeftColors | readonly import("csstype").Property.MozBorderLeftColors[];
1364
+ MozBorderRightColors?: string[] | import("csstype").Property.MozBorderRightColors | readonly import("csstype").Property.MozBorderRightColors[];
1365
+ MozBorderStartColor?: string[] | import("csstype").Property.BorderInlineStartColor | readonly import("csstype").Property.BorderInlineStartColor[];
1366
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | NonNullable<import("csstype").Property.BorderInlineStartStyle>[] | readonly import("csstype").Property.BorderInlineStartStyle[];
1367
+ MozBorderTopColors?: string[] | import("csstype").Property.MozBorderTopColors | readonly import("csstype").Property.MozBorderTopColors[];
1368
+ MozBoxSizing?: import("csstype").Property.BoxSizing | NonNullable<import("csstype").Property.BoxSizing>[] | readonly import("csstype").Property.BoxSizing[];
1369
+ MozColumnCount?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.ColumnCount | NonNullable<import("csstype").Property.ColumnCount>[];
1370
+ MozColumnFill?: import("csstype").Property.ColumnFill | NonNullable<import("csstype").Property.ColumnFill>[] | readonly import("csstype").Property.ColumnFill[];
1371
+ MozColumnRuleColor?: string[] | import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[];
1372
+ MozColumnRuleStyle?: string[] | import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[];
1373
+ MozColumnRuleWidth?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[];
1374
+ MozColumnWidth?: readonly string[] | import("csstype").Property.ColumnWidth<string | number> | NonNullable<import("csstype").Property.ColumnWidth<string | number>>[];
1375
+ MozContextProperties?: string[] | import("csstype").Property.MozContextProperties | readonly import("csstype").Property.MozContextProperties[];
1376
+ MozFontFeatureSettings?: string[] | import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[];
1377
+ MozFontLanguageOverride?: string[] | import("csstype").Property.FontLanguageOverride | readonly import("csstype").Property.FontLanguageOverride[];
1378
+ MozHyphens?: import("csstype").Property.Hyphens | NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
1379
+ MozImageRegion?: string[] | import("csstype").Property.MozImageRegion | readonly import("csstype").Property.MozImageRegion[];
1380
+ MozMarginEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[];
1381
+ MozMarginStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[];
1382
+ MozOrient?: import("csstype").Property.MozOrient | NonNullable<import("csstype").Property.MozOrient>[] | readonly import("csstype").Property.MozOrient[];
1383
+ MozOsxFontSmoothing?: readonly string[] | import("csstype").Property.FontSmooth<string | number> | NonNullable<import("csstype").Property.FontSmooth<string | number>>[];
1384
+ MozPaddingEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[];
1385
+ MozPaddingStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[];
1386
+ MozPerspective?: readonly string[] | import("csstype").Property.Perspective<string | number> | NonNullable<import("csstype").Property.Perspective<string | number>>[];
1387
+ MozPerspectiveOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[];
1388
+ MozStackSizing?: import("csstype").Property.MozStackSizing | NonNullable<import("csstype").Property.MozStackSizing>[] | readonly import("csstype").Property.MozStackSizing[];
1389
+ MozTabSize?: readonly (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | NonNullable<import("csstype").Property.TabSize<string | number>>[];
1390
+ MozTextBlink?: import("csstype").Property.MozTextBlink | NonNullable<import("csstype").Property.MozTextBlink>[] | readonly import("csstype").Property.MozTextBlink[];
1391
+ MozTextSizeAdjust?: string[] | import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[];
1392
+ MozTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
1393
+ MozTransformStyle?: import("csstype").Property.TransformStyle | NonNullable<import("csstype").Property.TransformStyle>[] | readonly import("csstype").Property.TransformStyle[];
1394
+ MozTransitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
1395
+ MozTransitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
1396
+ MozTransitionProperty?: string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
1397
+ MozTransitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
1398
+ MozUserFocus?: import("csstype").Property.MozUserFocus | NonNullable<import("csstype").Property.MozUserFocus>[] | readonly import("csstype").Property.MozUserFocus[];
1399
+ MozUserModify?: import("csstype").Property.MozUserModify | NonNullable<import("csstype").Property.MozUserModify>[] | readonly import("csstype").Property.MozUserModify[];
1400
+ MozUserSelect?: import("csstype").Property.UserSelect | NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
1401
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | NonNullable<import("csstype").Property.MozWindowDragging>[] | readonly import("csstype").Property.MozWindowDragging[];
1402
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | NonNullable<import("csstype").Property.MozWindowShadow>[] | readonly import("csstype").Property.MozWindowShadow[];
1403
+ msAccelerator?: import("csstype").Property.MsAccelerator | NonNullable<import("csstype").Property.MsAccelerator>[] | readonly import("csstype").Property.MsAccelerator[];
1404
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | NonNullable<import("csstype").Property.MsBlockProgression>[] | readonly import("csstype").Property.MsBlockProgression[];
1405
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | NonNullable<import("csstype").Property.MsContentZoomChaining>[] | readonly import("csstype").Property.MsContentZoomChaining[];
1406
+ msContentZoomLimitMax?: string[] | import("csstype").Property.MsContentZoomLimitMax | readonly import("csstype").Property.MsContentZoomLimitMax[];
1407
+ msContentZoomLimitMin?: string[] | import("csstype").Property.MsContentZoomLimitMin | readonly import("csstype").Property.MsContentZoomLimitMin[];
1408
+ msContentZoomSnapPoints?: string[] | import("csstype").Property.MsContentZoomSnapPoints | readonly import("csstype").Property.MsContentZoomSnapPoints[];
1409
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | NonNullable<import("csstype").Property.MsContentZoomSnapType>[] | readonly import("csstype").Property.MsContentZoomSnapType[];
1410
+ msContentZooming?: import("csstype").Property.MsContentZooming | NonNullable<import("csstype").Property.MsContentZooming>[] | readonly import("csstype").Property.MsContentZooming[];
1411
+ msFilter?: string[] | import("csstype").Property.MsFilter | readonly import("csstype").Property.MsFilter[];
1412
+ msFlexDirection?: import("csstype").Property.FlexDirection | NonNullable<import("csstype").Property.FlexDirection>[] | readonly import("csstype").Property.FlexDirection[];
1413
+ msFlexPositive?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexGrow | NonNullable<import("csstype").Property.FlexGrow>[];
1414
+ msFlowFrom?: string[] | import("csstype").Property.MsFlowFrom | readonly import("csstype").Property.MsFlowFrom[];
1415
+ msFlowInto?: string[] | import("csstype").Property.MsFlowInto | readonly import("csstype").Property.MsFlowInto[];
1416
+ msGridColumns?: readonly (string | (string & {}))[] | import("csstype").Property.MsGridColumns<string | number> | NonNullable<import("csstype").Property.MsGridColumns<string | number>>[];
1417
+ msGridRows?: readonly (string | (string & {}))[] | import("csstype").Property.MsGridRows<string | number> | NonNullable<import("csstype").Property.MsGridRows<string | number>>[];
1418
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | NonNullable<import("csstype").Property.MsHighContrastAdjust>[] | readonly import("csstype").Property.MsHighContrastAdjust[];
1419
+ msHyphenateLimitChars?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.MsHyphenateLimitChars | NonNullable<import("csstype").Property.MsHyphenateLimitChars>[];
1420
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | NonNullable<import("csstype").Property.MsHyphenateLimitLines>[] | readonly ((string & {}) | import("csstype").Globals | "no-limit")[];
1421
+ msHyphenateLimitZone?: readonly (string | (string & {}))[] | import("csstype").Property.MsHyphenateLimitZone<string | number> | NonNullable<import("csstype").Property.MsHyphenateLimitZone<string | number>>[];
1422
+ msHyphens?: import("csstype").Property.Hyphens | NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
1423
+ msImeAlign?: import("csstype").Property.MsImeAlign | NonNullable<import("csstype").Property.MsImeAlign>[] | readonly import("csstype").Property.MsImeAlign[];
1424
+ msLineBreak?: import("csstype").Property.LineBreak | NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
1425
+ msOrder?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Order | NonNullable<import("csstype").Property.Order>[];
1426
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | NonNullable<import("csstype").Property.MsOverflowStyle>[] | readonly import("csstype").Property.MsOverflowStyle[];
1427
+ msOverflowX?: import("csstype").Property.OverflowX | NonNullable<import("csstype").Property.OverflowX>[] | readonly import("csstype").Property.OverflowX[];
1428
+ msOverflowY?: import("csstype").Property.OverflowY | NonNullable<import("csstype").Property.OverflowY>[] | readonly import("csstype").Property.OverflowY[];
1429
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | NonNullable<import("csstype").Property.MsScrollChaining>[] | readonly import("csstype").Property.MsScrollChaining[];
1430
+ msScrollLimitXMax?: readonly string[] | import("csstype").Property.MsScrollLimitXMax<string | number> | NonNullable<import("csstype").Property.MsScrollLimitXMax<string | number>>[];
1431
+ msScrollLimitXMin?: readonly string[] | import("csstype").Property.MsScrollLimitXMin<string | number> | NonNullable<import("csstype").Property.MsScrollLimitXMin<string | number>>[];
1432
+ msScrollLimitYMax?: readonly string[] | import("csstype").Property.MsScrollLimitYMax<string | number> | NonNullable<import("csstype").Property.MsScrollLimitYMax<string | number>>[];
1433
+ msScrollLimitYMin?: readonly string[] | import("csstype").Property.MsScrollLimitYMin<string | number> | NonNullable<import("csstype").Property.MsScrollLimitYMin<string | number>>[];
1434
+ msScrollRails?: import("csstype").Property.MsScrollRails | NonNullable<import("csstype").Property.MsScrollRails>[] | readonly import("csstype").Property.MsScrollRails[];
1435
+ msScrollSnapPointsX?: string[] | import("csstype").Property.MsScrollSnapPointsX | readonly import("csstype").Property.MsScrollSnapPointsX[];
1436
+ msScrollSnapPointsY?: string[] | import("csstype").Property.MsScrollSnapPointsY | readonly import("csstype").Property.MsScrollSnapPointsY[];
1437
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | NonNullable<import("csstype").Property.MsScrollSnapType>[] | readonly import("csstype").Property.MsScrollSnapType[];
1438
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | NonNullable<import("csstype").Property.MsScrollTranslation>[] | readonly import("csstype").Property.MsScrollTranslation[];
1439
+ msScrollbar3dlightColor?: string[] | import("csstype").Property.MsScrollbar3dlightColor | readonly import("csstype").Property.MsScrollbar3dlightColor[];
1440
+ msScrollbarArrowColor?: string[] | import("csstype").Property.MsScrollbarArrowColor | readonly import("csstype").Property.MsScrollbarArrowColor[];
1441
+ msScrollbarBaseColor?: string[] | import("csstype").Property.MsScrollbarBaseColor | readonly import("csstype").Property.MsScrollbarBaseColor[];
1442
+ msScrollbarDarkshadowColor?: string[] | import("csstype").Property.MsScrollbarDarkshadowColor | readonly import("csstype").Property.MsScrollbarDarkshadowColor[];
1443
+ msScrollbarFaceColor?: string[] | import("csstype").Property.MsScrollbarFaceColor | readonly import("csstype").Property.MsScrollbarFaceColor[];
1444
+ msScrollbarHighlightColor?: string[] | import("csstype").Property.MsScrollbarHighlightColor | readonly import("csstype").Property.MsScrollbarHighlightColor[];
1445
+ msScrollbarShadowColor?: string[] | import("csstype").Property.MsScrollbarShadowColor | readonly import("csstype").Property.MsScrollbarShadowColor[];
1446
+ msScrollbarTrackColor?: string[] | import("csstype").Property.MsScrollbarTrackColor | readonly import("csstype").Property.MsScrollbarTrackColor[];
1447
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | NonNullable<import("csstype").Property.MsTextAutospace>[] | readonly import("csstype").Property.MsTextAutospace[];
1448
+ msTextCombineHorizontal?: string[] | import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[];
1449
+ msTextOverflow?: string[] | import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[];
1450
+ msTouchAction?: string[] | import("csstype").Property.TouchAction | readonly import("csstype").Property.TouchAction[];
1451
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | NonNullable<import("csstype").Property.MsTouchSelect>[] | readonly import("csstype").Property.MsTouchSelect[];
1452
+ msTransform?: string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
1453
+ msTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
1454
+ msTransitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
1455
+ msTransitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
1456
+ msTransitionProperty?: string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
1457
+ msTransitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
1458
+ msUserSelect?: import("csstype").Property.MsUserSelect | NonNullable<import("csstype").Property.MsUserSelect>[] | readonly import("csstype").Property.MsUserSelect[];
1459
+ msWordBreak?: import("csstype").Property.WordBreak | NonNullable<import("csstype").Property.WordBreak>[] | readonly import("csstype").Property.WordBreak[];
1460
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | NonNullable<import("csstype").Property.MsWrapFlow>[] | readonly import("csstype").Property.MsWrapFlow[];
1461
+ msWrapMargin?: readonly string[] | import("csstype").Property.MsWrapMargin<string | number> | NonNullable<import("csstype").Property.MsWrapMargin<string | number>>[];
1462
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | NonNullable<import("csstype").Property.MsWrapThrough>[] | readonly import("csstype").Property.MsWrapThrough[];
1463
+ msWritingMode?: import("csstype").Property.WritingMode | NonNullable<import("csstype").Property.WritingMode>[] | readonly import("csstype").Property.WritingMode[];
1464
+ WebkitAlignContent?: string[] | import("csstype").Property.AlignContent | readonly import("csstype").Property.AlignContent[];
1465
+ WebkitAlignItems?: string[] | import("csstype").Property.AlignItems | readonly import("csstype").Property.AlignItems[];
1466
+ WebkitAlignSelf?: string[] | import("csstype").Property.AlignSelf | readonly import("csstype").Property.AlignSelf[];
1467
+ WebkitAnimationDelay?: string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
1468
+ WebkitAnimationDirection?: string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
1469
+ WebkitAnimationDuration?: string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
1470
+ WebkitAnimationFillMode?: string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
1471
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import("csstype").Globals | "infinite")[];
1472
+ WebkitAnimationName?: string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
1473
+ WebkitAnimationPlayState?: string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
1474
+ WebkitAnimationTimingFunction?: string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
1475
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | NonNullable<import("csstype").Property.WebkitAppearance>[] | readonly import("csstype").Property.WebkitAppearance[];
1476
+ WebkitBackdropFilter?: string[] | import("csstype").Property.BackdropFilter | readonly import("csstype").Property.BackdropFilter[];
1477
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | NonNullable<import("csstype").Property.BackfaceVisibility>[] | readonly import("csstype").Property.BackfaceVisibility[];
1478
+ WebkitBackgroundClip?: string[] | import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[];
1479
+ WebkitBackgroundOrigin?: string[] | import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[];
1480
+ WebkitBackgroundSize?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | NonNullable<import("csstype").Property.BackgroundSize<string | number>>[];
1481
+ WebkitBorderBeforeColor?: string[] | import("csstype").Property.WebkitBorderBeforeColor | readonly import("csstype").Property.WebkitBorderBeforeColor[];
1482
+ WebkitBorderBeforeStyle?: string[] | import("csstype").Property.WebkitBorderBeforeStyle | readonly import("csstype").Property.WebkitBorderBeforeStyle[];
1483
+ WebkitBorderBeforeWidth?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitBorderBeforeWidth<string | number> | NonNullable<import("csstype").Property.WebkitBorderBeforeWidth<string | number>>[];
1484
+ WebkitBorderBottomLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[];
1485
+ WebkitBorderBottomRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[];
1486
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | NonNullable<import("csstype").Property.BorderImageSlice>[] | readonly ((string & {}) | import("csstype").Globals)[];
1487
+ WebkitBorderTopLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[];
1488
+ WebkitBorderTopRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[];
1489
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | NonNullable<import("csstype").Property.BoxDecorationBreak>[] | readonly import("csstype").Property.BoxDecorationBreak[];
1490
+ WebkitBoxReflect?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitBoxReflect<string | number> | NonNullable<import("csstype").Property.WebkitBoxReflect<string | number>>[];
1491
+ WebkitBoxShadow?: string[] | import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[];
1492
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | NonNullable<import("csstype").Property.BoxSizing>[] | readonly import("csstype").Property.BoxSizing[];
1493
+ WebkitClipPath?: string[] | import("csstype").Property.ClipPath | readonly import("csstype").Property.ClipPath[];
1494
+ WebkitColumnCount?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.ColumnCount | NonNullable<import("csstype").Property.ColumnCount>[];
1495
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | NonNullable<import("csstype").Property.ColumnFill>[] | readonly import("csstype").Property.ColumnFill[];
1496
+ WebkitColumnRuleColor?: string[] | import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[];
1497
+ WebkitColumnRuleStyle?: string[] | import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[];
1498
+ WebkitColumnRuleWidth?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[];
1499
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | NonNullable<import("csstype").Property.ColumnSpan>[] | readonly import("csstype").Property.ColumnSpan[];
1500
+ WebkitColumnWidth?: readonly string[] | import("csstype").Property.ColumnWidth<string | number> | NonNullable<import("csstype").Property.ColumnWidth<string | number>>[];
1501
+ WebkitFilter?: string[] | import("csstype").Property.Filter | readonly import("csstype").Property.Filter[];
1502
+ WebkitFlexBasis?: readonly (string | (string & {}))[] | import("csstype").Property.FlexBasis<string | number> | NonNullable<import("csstype").Property.FlexBasis<string | number>>[];
1503
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | NonNullable<import("csstype").Property.FlexDirection>[] | readonly import("csstype").Property.FlexDirection[];
1504
+ WebkitFlexGrow?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexGrow | NonNullable<import("csstype").Property.FlexGrow>[];
1505
+ WebkitFlexShrink?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexShrink | NonNullable<import("csstype").Property.FlexShrink>[];
1506
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | NonNullable<import("csstype").Property.FlexWrap>[] | readonly import("csstype").Property.FlexWrap[];
1507
+ WebkitFontFeatureSettings?: string[] | import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[];
1508
+ WebkitFontKerning?: import("csstype").Property.FontKerning | NonNullable<import("csstype").Property.FontKerning>[] | readonly import("csstype").Property.FontKerning[];
1509
+ WebkitFontSmoothing?: readonly string[] | import("csstype").Property.FontSmooth<string | number> | NonNullable<import("csstype").Property.FontSmooth<string | number>>[];
1510
+ WebkitFontVariantLigatures?: string[] | import("csstype").Property.FontVariantLigatures | readonly import("csstype").Property.FontVariantLigatures[];
1511
+ WebkitHyphenateCharacter?: string[] | import("csstype").Property.HyphenateCharacter | readonly import("csstype").Property.HyphenateCharacter[];
1512
+ WebkitHyphens?: import("csstype").Property.Hyphens | NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
1513
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | NonNullable<import("csstype").Property.InitialLetter>[] | readonly ((string & {}) | import("csstype").Globals | "normal")[];
1514
+ WebkitJustifyContent?: string[] | import("csstype").Property.JustifyContent | readonly import("csstype").Property.JustifyContent[];
1515
+ WebkitLineBreak?: import("csstype").Property.LineBreak | NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
1516
+ WebkitLineClamp?: readonly ("none" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.WebkitLineClamp | NonNullable<import("csstype").Property.WebkitLineClamp>[];
1517
+ WebkitMarginEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[];
1518
+ WebkitMarginStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[];
1519
+ WebkitMaskAttachment?: string[] | import("csstype").Property.WebkitMaskAttachment | readonly import("csstype").Property.WebkitMaskAttachment[];
1520
+ WebkitMaskBoxImageOutset?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderOutset<string | number> | NonNullable<import("csstype").Property.MaskBorderOutset<string | number>>[];
1521
+ WebkitMaskBoxImageRepeat?: string[] | import("csstype").Property.MaskBorderRepeat | readonly import("csstype").Property.MaskBorderRepeat[];
1522
+ WebkitMaskBoxImageSlice?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.MaskBorderSlice | NonNullable<import("csstype").Property.MaskBorderSlice>[];
1523
+ WebkitMaskBoxImageSource?: string[] | import("csstype").Property.MaskBorderSource | readonly import("csstype").Property.MaskBorderSource[];
1524
+ WebkitMaskBoxImageWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderWidth<string | number> | NonNullable<import("csstype").Property.MaskBorderWidth<string | number>>[];
1525
+ WebkitMaskClip?: string[] | import("csstype").Property.WebkitMaskClip | readonly import("csstype").Property.WebkitMaskClip[];
1526
+ WebkitMaskComposite?: string[] | import("csstype").Property.WebkitMaskComposite | readonly import("csstype").Property.WebkitMaskComposite[];
1527
+ WebkitMaskImage?: string[] | import("csstype").Property.WebkitMaskImage | readonly import("csstype").Property.WebkitMaskImage[];
1528
+ WebkitMaskOrigin?: string[] | import("csstype").Property.WebkitMaskOrigin | readonly import("csstype").Property.WebkitMaskOrigin[];
1529
+ WebkitMaskPosition?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskPosition<string | number> | NonNullable<import("csstype").Property.WebkitMaskPosition<string | number>>[];
1530
+ WebkitMaskPositionX?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskPositionX<string | number> | NonNullable<import("csstype").Property.WebkitMaskPositionX<string | number>>[];
1531
+ WebkitMaskPositionY?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskPositionY<string | number> | NonNullable<import("csstype").Property.WebkitMaskPositionY<string | number>>[];
1532
+ WebkitMaskRepeat?: string[] | import("csstype").Property.WebkitMaskRepeat | readonly import("csstype").Property.WebkitMaskRepeat[];
1533
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | NonNullable<import("csstype").Property.WebkitMaskRepeatX>[] | readonly import("csstype").Property.WebkitMaskRepeatX[];
1534
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | NonNullable<import("csstype").Property.WebkitMaskRepeatY>[] | readonly import("csstype").Property.WebkitMaskRepeatY[];
1535
+ WebkitMaskSize?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskSize<string | number> | NonNullable<import("csstype").Property.WebkitMaskSize<string | number>>[];
1536
+ WebkitMaxInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaxInlineSize<string | number> | NonNullable<import("csstype").Property.MaxInlineSize<string | number>>[];
1537
+ WebkitOrder?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Order | NonNullable<import("csstype").Property.Order>[];
1538
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | NonNullable<import("csstype").Property.WebkitOverflowScrolling>[] | readonly import("csstype").Property.WebkitOverflowScrolling[];
1539
+ WebkitPaddingEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[];
1540
+ WebkitPaddingStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[];
1541
+ WebkitPerspective?: readonly string[] | import("csstype").Property.Perspective<string | number> | NonNullable<import("csstype").Property.Perspective<string | number>>[];
1542
+ WebkitPerspectiveOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[];
1543
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | NonNullable<import("csstype").Property.PrintColorAdjust>[] | readonly import("csstype").Property.PrintColorAdjust[];
1544
+ WebkitRubyPosition?: string[] | import("csstype").Property.RubyPosition | readonly import("csstype").Property.RubyPosition[];
1545
+ WebkitScrollSnapType?: string[] | import("csstype").Property.ScrollSnapType | readonly import("csstype").Property.ScrollSnapType[];
1546
+ WebkitShapeMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ShapeMargin<string | number> | NonNullable<import("csstype").Property.ShapeMargin<string | number>>[];
1547
+ WebkitTapHighlightColor?: string[] | import("csstype").Property.WebkitTapHighlightColor | readonly import("csstype").Property.WebkitTapHighlightColor[];
1548
+ WebkitTextCombine?: string[] | import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[];
1549
+ WebkitTextDecorationColor?: string[] | import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[];
1550
+ WebkitTextDecorationLine?: string[] | import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[];
1551
+ WebkitTextDecorationSkip?: string[] | import("csstype").Property.TextDecorationSkip | readonly import("csstype").Property.TextDecorationSkip[];
1552
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | NonNullable<import("csstype").Property.TextDecorationStyle>[] | readonly import("csstype").Property.TextDecorationStyle[];
1553
+ WebkitTextEmphasisColor?: string[] | import("csstype").Property.TextEmphasisColor | readonly import("csstype").Property.TextEmphasisColor[];
1554
+ WebkitTextEmphasisPosition?: string[] | import("csstype").Property.TextEmphasisPosition | readonly import("csstype").Property.TextEmphasisPosition[];
1555
+ WebkitTextEmphasisStyle?: string[] | import("csstype").Property.TextEmphasisStyle | readonly import("csstype").Property.TextEmphasisStyle[];
1556
+ WebkitTextFillColor?: string[] | import("csstype").Property.WebkitTextFillColor | readonly import("csstype").Property.WebkitTextFillColor[];
1557
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | NonNullable<import("csstype").Property.TextOrientation>[] | readonly import("csstype").Property.TextOrientation[];
1558
+ WebkitTextSizeAdjust?: string[] | import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[];
1559
+ WebkitTextStrokeColor?: string[] | import("csstype").Property.WebkitTextStrokeColor | readonly import("csstype").Property.WebkitTextStrokeColor[];
1560
+ WebkitTextStrokeWidth?: readonly string[] | import("csstype").Property.WebkitTextStrokeWidth<string | number> | NonNullable<import("csstype").Property.WebkitTextStrokeWidth<string | number>>[];
1561
+ WebkitTextUnderlinePosition?: string[] | import("csstype").Property.TextUnderlinePosition | readonly import("csstype").Property.TextUnderlinePosition[];
1562
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | NonNullable<import("csstype").Property.WebkitTouchCallout>[] | readonly import("csstype").Property.WebkitTouchCallout[];
1563
+ WebkitTransform?: string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
1564
+ WebkitTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
1565
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | NonNullable<import("csstype").Property.TransformStyle>[] | readonly import("csstype").Property.TransformStyle[];
1566
+ WebkitTransitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
1567
+ WebkitTransitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
1568
+ WebkitTransitionProperty?: string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
1569
+ WebkitTransitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
1570
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | NonNullable<import("csstype").Property.WebkitUserModify>[] | readonly import("csstype").Property.WebkitUserModify[];
1571
+ WebkitUserSelect?: import("csstype").Property.UserSelect | NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
1572
+ WebkitWritingMode?: import("csstype").Property.WritingMode | NonNullable<import("csstype").Property.WritingMode>[] | readonly import("csstype").Property.WritingMode[];
1573
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly (import("csstype").Globals | import("csstype").DataType.SingleAnimationDirection | import("csstype").DataType.SingleAnimationFillMode | "infinite" | "paused" | "running" | import("csstype").DataType.EasingFunction)[];
1574
+ MozBorderImage?: import("csstype").Property.BorderImage | NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[];
1575
+ MozColumnRule?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | NonNullable<import("csstype").Property.ColumnRule<string | number>>[];
1576
+ MozColumns?: readonly (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | NonNullable<import("csstype").Property.Columns<string | number>>[];
1577
+ MozTransition?: string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
1578
+ msContentZoomLimit?: string[] | import("csstype").Property.MsContentZoomLimit | readonly import("csstype").Property.MsContentZoomLimit[];
1579
+ msContentZoomSnap?: string[] | import("csstype").Property.MsContentZoomSnap | readonly import("csstype").Property.MsContentZoomSnap[];
1580
+ msFlex?: readonly (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | NonNullable<import("csstype").Property.Flex<string | number>>[];
1581
+ msScrollLimit?: string[] | import("csstype").Property.MsScrollLimit | readonly import("csstype").Property.MsScrollLimit[];
1582
+ msScrollSnapX?: string[] | import("csstype").Property.MsScrollSnapX | readonly import("csstype").Property.MsScrollSnapX[];
1583
+ msScrollSnapY?: string[] | import("csstype").Property.MsScrollSnapY | readonly import("csstype").Property.MsScrollSnapY[];
1584
+ msTransition?: string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
1585
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly (import("csstype").Globals | import("csstype").DataType.SingleAnimationDirection | import("csstype").DataType.SingleAnimationFillMode | "infinite" | "paused" | "running" | import("csstype").DataType.EasingFunction)[];
1586
+ WebkitBorderBefore?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitBorderBefore<string | number> | NonNullable<import("csstype").Property.WebkitBorderBefore<string | number>>[];
1587
+ WebkitBorderImage?: import("csstype").Property.BorderImage | NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[];
1588
+ WebkitBorderRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | NonNullable<import("csstype").Property.BorderRadius<string | number>>[];
1589
+ WebkitColumnRule?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | NonNullable<import("csstype").Property.ColumnRule<string | number>>[];
1590
+ WebkitColumns?: readonly (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | NonNullable<import("csstype").Property.Columns<string | number>>[];
1591
+ WebkitFlex?: readonly (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | NonNullable<import("csstype").Property.Flex<string | number>>[];
1592
+ WebkitFlexFlow?: string[] | import("csstype").Property.FlexFlow | readonly import("csstype").Property.FlexFlow[];
1593
+ WebkitMask?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMask<string | number> | NonNullable<import("csstype").Property.WebkitMask<string | number>>[];
1594
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | NonNullable<import("csstype").Property.MaskBorder>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space" | "alpha" | "luminance")[];
1595
+ WebkitTextEmphasis?: string[] | import("csstype").Property.TextEmphasis | readonly import("csstype").Property.TextEmphasis[];
1596
+ WebkitTextStroke?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitTextStroke<string | number> | NonNullable<import("csstype").Property.WebkitTextStroke<string | number>>[];
1597
+ WebkitTransition?: string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
1598
+ azimuth?: string[] | import("csstype").Property.Azimuth | readonly import("csstype").Property.Azimuth[];
1599
+ boxAlign?: import("csstype").Property.BoxAlign | NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
1600
+ boxDirection?: import("csstype").Property.BoxDirection | NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
1601
+ boxFlex?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlex | NonNullable<import("csstype").Property.BoxFlex>[];
1602
+ boxFlexGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlexGroup | NonNullable<import("csstype").Property.BoxFlexGroup>[];
1603
+ boxLines?: import("csstype").Property.BoxLines | NonNullable<import("csstype").Property.BoxLines>[] | readonly import("csstype").Property.BoxLines[];
1604
+ boxOrdinalGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxOrdinalGroup | NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
1605
+ boxOrient?: import("csstype").Property.BoxOrient | NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
1606
+ boxPack?: import("csstype").Property.BoxPack | NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
1607
+ clip?: string[] | import("csstype").Property.Clip | readonly import("csstype").Property.Clip[];
1608
+ gridColumnGap?: readonly (string | (string & {}))[] | import("csstype").Property.GridColumnGap<string | number> | NonNullable<import("csstype").Property.GridColumnGap<string | number>>[];
1609
+ gridGap?: readonly (string | (string & {}))[] | import("csstype").Property.GridGap<string | number> | NonNullable<import("csstype").Property.GridGap<string | number>>[];
1610
+ gridRowGap?: readonly (string | (string & {}))[] | import("csstype").Property.GridRowGap<string | number> | NonNullable<import("csstype").Property.GridRowGap<string | number>>[];
1611
+ imeMode?: import("csstype").Property.ImeMode | NonNullable<import("csstype").Property.ImeMode>[] | readonly import("csstype").Property.ImeMode[];
1612
+ offsetBlock?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlock<string | number> | NonNullable<import("csstype").Property.InsetBlock<string | number>>[];
1613
+ offsetBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockEnd<string | number> | NonNullable<import("csstype").Property.InsetBlockEnd<string | number>>[];
1614
+ offsetBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockStart<string | number> | NonNullable<import("csstype").Property.InsetBlockStart<string | number>>[];
1615
+ offsetInline?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInline<string | number> | NonNullable<import("csstype").Property.InsetInline<string | number>>[];
1616
+ offsetInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineEnd<string | number> | NonNullable<import("csstype").Property.InsetInlineEnd<string | number>>[];
1617
+ offsetInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineStart<string | number> | NonNullable<import("csstype").Property.InsetInlineStart<string | number>>[];
1618
+ scrollSnapCoordinate?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollSnapCoordinate<string | number> | NonNullable<import("csstype").Property.ScrollSnapCoordinate<string | number>>[];
1619
+ scrollSnapDestination?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollSnapDestination<string | number> | NonNullable<import("csstype").Property.ScrollSnapDestination<string | number>>[];
1620
+ scrollSnapPointsX?: string[] | import("csstype").Property.ScrollSnapPointsX | readonly import("csstype").Property.ScrollSnapPointsX[];
1621
+ scrollSnapPointsY?: string[] | import("csstype").Property.ScrollSnapPointsY | readonly import("csstype").Property.ScrollSnapPointsY[];
1622
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | NonNullable<import("csstype").Property.ScrollSnapTypeX>[] | readonly import("csstype").Property.ScrollSnapTypeX[];
1623
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | NonNullable<import("csstype").Property.ScrollSnapTypeY>[] | readonly import("csstype").Property.ScrollSnapTypeY[];
1624
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
1625
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
1626
+ KhtmlBoxFlex?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlex | NonNullable<import("csstype").Property.BoxFlex>[];
1627
+ KhtmlBoxFlexGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlexGroup | NonNullable<import("csstype").Property.BoxFlexGroup>[];
1628
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | NonNullable<import("csstype").Property.BoxLines>[] | readonly import("csstype").Property.BoxLines[];
1629
+ KhtmlBoxOrdinalGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxOrdinalGroup | NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
1630
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
1631
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
1632
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
1633
+ KhtmlOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Opacity | NonNullable<import("csstype").Property.Opacity>[];
1634
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
1635
+ MozBackgroundClip?: string[] | import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[];
1636
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | NonNullable<import("csstype").Property.BoxDecorationBreak>[] | readonly import("csstype").Property.BoxDecorationBreak[];
1637
+ MozBackgroundOrigin?: string[] | import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[];
1638
+ MozBackgroundSize?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | NonNullable<import("csstype").Property.BackgroundSize<string | number>>[];
1639
+ MozBinding?: string[] | import("csstype").Property.MozBinding | readonly import("csstype").Property.MozBinding[];
1640
+ MozBorderRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | NonNullable<import("csstype").Property.BorderRadius<string | number>>[];
1641
+ MozBorderRadiusBottomleft?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[];
1642
+ MozBorderRadiusBottomright?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[];
1643
+ MozBorderRadiusTopleft?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[];
1644
+ MozBorderRadiusTopright?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[];
1645
+ MozBoxAlign?: import("csstype").Property.BoxAlign | NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
1646
+ MozBoxDirection?: import("csstype").Property.BoxDirection | NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
1647
+ MozBoxFlex?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlex | NonNullable<import("csstype").Property.BoxFlex>[];
1648
+ MozBoxOrdinalGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxOrdinalGroup | NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
1649
+ MozBoxOrient?: import("csstype").Property.BoxOrient | NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
1650
+ MozBoxPack?: import("csstype").Property.BoxPack | NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
1651
+ MozBoxShadow?: string[] | import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[];
1652
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | NonNullable<import("csstype").Property.MozFloatEdge>[] | readonly import("csstype").Property.MozFloatEdge[];
1653
+ MozForceBrokenImageIcon?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.MozForceBrokenImageIcon | NonNullable<import("csstype").Property.MozForceBrokenImageIcon>[];
1654
+ MozOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Opacity | NonNullable<import("csstype").Property.Opacity>[];
1655
+ MozOutline?: readonly (string | (string & {}))[] | import("csstype").Property.Outline<string | number> | NonNullable<import("csstype").Property.Outline<string | number>>[];
1656
+ MozOutlineColor?: string[] | import("csstype").Property.OutlineColor | readonly import("csstype").Property.OutlineColor[];
1657
+ MozOutlineRadius?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadius<string | number> | NonNullable<import("csstype").Property.MozOutlineRadius<string | number>>[];
1658
+ MozOutlineRadiusBottomleft?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | NonNullable<import("csstype").Property.MozOutlineRadiusBottomleft<string | number>>[];
1659
+ MozOutlineRadiusBottomright?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusBottomright<string | number> | NonNullable<import("csstype").Property.MozOutlineRadiusBottomright<string | number>>[];
1660
+ MozOutlineRadiusTopleft?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusTopleft<string | number> | NonNullable<import("csstype").Property.MozOutlineRadiusTopleft<string | number>>[];
1661
+ MozOutlineRadiusTopright?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusTopright<string | number> | NonNullable<import("csstype").Property.MozOutlineRadiusTopright<string | number>>[];
1662
+ MozOutlineStyle?: string[] | import("csstype").Property.OutlineStyle | readonly import("csstype").Property.OutlineStyle[];
1663
+ MozOutlineWidth?: readonly string[] | import("csstype").Property.OutlineWidth<string | number> | NonNullable<import("csstype").Property.OutlineWidth<string | number>>[];
1664
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | NonNullable<import("csstype").Property.TextAlignLast>[] | readonly import("csstype").Property.TextAlignLast[];
1665
+ MozTextDecorationColor?: string[] | import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[];
1666
+ MozTextDecorationLine?: string[] | import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[];
1667
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | NonNullable<import("csstype").Property.TextDecorationStyle>[] | readonly import("csstype").Property.TextDecorationStyle[];
1668
+ MozUserInput?: import("csstype").Property.MozUserInput | NonNullable<import("csstype").Property.MozUserInput>[] | readonly import("csstype").Property.MozUserInput[];
1669
+ msImeMode?: import("csstype").Property.ImeMode | NonNullable<import("csstype").Property.ImeMode>[] | readonly import("csstype").Property.ImeMode[];
1670
+ OAnimation?: import("csstype").Property.Animation<string & {}> | NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly (import("csstype").Globals | import("csstype").DataType.SingleAnimationDirection | import("csstype").DataType.SingleAnimationFillMode | "infinite" | "paused" | "running" | import("csstype").DataType.EasingFunction)[];
1671
+ OAnimationDelay?: string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
1672
+ OAnimationDirection?: string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
1673
+ OAnimationDuration?: string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
1674
+ OAnimationFillMode?: string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
1675
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import("csstype").Globals | "infinite")[];
1676
+ OAnimationName?: string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
1677
+ OAnimationPlayState?: string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
1678
+ OAnimationTimingFunction?: string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
1679
+ OBackgroundSize?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | NonNullable<import("csstype").Property.BackgroundSize<string | number>>[];
1680
+ OBorderImage?: import("csstype").Property.BorderImage | NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[];
1681
+ OObjectFit?: import("csstype").Property.ObjectFit | NonNullable<import("csstype").Property.ObjectFit>[] | readonly import("csstype").Property.ObjectFit[];
1682
+ OObjectPosition?: readonly (string | (string & {}))[] | import("csstype").Property.ObjectPosition<string | number> | NonNullable<import("csstype").Property.ObjectPosition<string | number>>[];
1683
+ OTabSize?: readonly (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | NonNullable<import("csstype").Property.TabSize<string | number>>[];
1684
+ OTextOverflow?: string[] | import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[];
1685
+ OTransform?: string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
1686
+ OTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
1687
+ OTransition?: string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
1688
+ OTransitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
1689
+ OTransitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
1690
+ OTransitionProperty?: string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
1691
+ OTransitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
1692
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
1693
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
1694
+ WebkitBoxFlex?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlex | NonNullable<import("csstype").Property.BoxFlex>[];
1695
+ WebkitBoxFlexGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlexGroup | NonNullable<import("csstype").Property.BoxFlexGroup>[];
1696
+ WebkitBoxLines?: import("csstype").Property.BoxLines | NonNullable<import("csstype").Property.BoxLines>[] | readonly import("csstype").Property.BoxLines[];
1697
+ WebkitBoxOrdinalGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxOrdinalGroup | NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
1698
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
1699
+ WebkitBoxPack?: import("csstype").Property.BoxPack | NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
1700
+ WebkitScrollSnapPointsX?: string[] | import("csstype").Property.ScrollSnapPointsX | readonly import("csstype").Property.ScrollSnapPointsX[];
1701
+ WebkitScrollSnapPointsY?: string[] | import("csstype").Property.ScrollSnapPointsY | readonly import("csstype").Property.ScrollSnapPointsY[];
1702
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | NonNullable<import("csstype").Property.AlignmentBaseline>[] | readonly import("csstype").Property.AlignmentBaseline[];
1703
+ baselineShift?: readonly (string | (string & {}))[] | import("csstype").Property.BaselineShift<string | number> | NonNullable<import("csstype").Property.BaselineShift<string | number>>[];
1704
+ clipRule?: import("csstype").Property.ClipRule | NonNullable<import("csstype").Property.ClipRule>[] | readonly import("csstype").Property.ClipRule[];
1705
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | NonNullable<import("csstype").Property.ColorInterpolation>[] | readonly import("csstype").Property.ColorInterpolation[];
1706
+ colorRendering?: import("csstype").Property.ColorRendering | NonNullable<import("csstype").Property.ColorRendering>[] | readonly import("csstype").Property.ColorRendering[];
1707
+ dominantBaseline?: import("csstype").Property.DominantBaseline | NonNullable<import("csstype").Property.DominantBaseline>[] | readonly import("csstype").Property.DominantBaseline[];
1708
+ fill?: string[] | import("csstype").Property.Fill | readonly import("csstype").Property.Fill[];
1709
+ fillOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FillOpacity | NonNullable<import("csstype").Property.FillOpacity>[];
1710
+ fillRule?: import("csstype").Property.FillRule | NonNullable<import("csstype").Property.FillRule>[] | readonly import("csstype").Property.FillRule[];
1711
+ floodColor?: string[] | import("csstype").Property.FloodColor | readonly import("csstype").Property.FloodColor[];
1712
+ floodOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FloodOpacity | NonNullable<import("csstype").Property.FloodOpacity>[];
1713
+ glyphOrientationVertical?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GlyphOrientationVertical | NonNullable<import("csstype").Property.GlyphOrientationVertical>[];
1714
+ lightingColor?: string[] | import("csstype").Property.LightingColor | readonly import("csstype").Property.LightingColor[];
1715
+ marker?: string[] | import("csstype").Property.Marker | readonly import("csstype").Property.Marker[];
1716
+ markerEnd?: string[] | import("csstype").Property.MarkerEnd | readonly import("csstype").Property.MarkerEnd[];
1717
+ markerMid?: string[] | import("csstype").Property.MarkerMid | readonly import("csstype").Property.MarkerMid[];
1718
+ markerStart?: string[] | import("csstype").Property.MarkerStart | readonly import("csstype").Property.MarkerStart[];
1719
+ shapeRendering?: import("csstype").Property.ShapeRendering | NonNullable<import("csstype").Property.ShapeRendering>[] | readonly import("csstype").Property.ShapeRendering[];
1720
+ stopColor?: string[] | import("csstype").Property.StopColor | readonly import("csstype").Property.StopColor[];
1721
+ stopOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.StopOpacity | NonNullable<import("csstype").Property.StopOpacity>[];
1722
+ stroke?: string[] | import("csstype").Property.Stroke | readonly import("csstype").Property.Stroke[];
1723
+ strokeDasharray?: readonly (string | (string & {}))[] | import("csstype").Property.StrokeDasharray<string | number> | NonNullable<import("csstype").Property.StrokeDasharray<string | number>>[];
1724
+ strokeDashoffset?: readonly (string | (string & {}))[] | import("csstype").Property.StrokeDashoffset<string | number> | NonNullable<import("csstype").Property.StrokeDashoffset<string | number>>[];
1725
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | NonNullable<import("csstype").Property.StrokeLinecap>[] | readonly import("csstype").Property.StrokeLinecap[];
1726
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | NonNullable<import("csstype").Property.StrokeLinejoin>[] | readonly import("csstype").Property.StrokeLinejoin[];
1727
+ strokeMiterlimit?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.StrokeMiterlimit | NonNullable<import("csstype").Property.StrokeMiterlimit>[];
1728
+ strokeOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.StrokeOpacity | NonNullable<import("csstype").Property.StrokeOpacity>[];
1729
+ strokeWidth?: readonly (string | (string & {}))[] | import("csstype").Property.StrokeWidth<string | number> | NonNullable<import("csstype").Property.StrokeWidth<string | number>>[];
1730
+ textAnchor?: import("csstype").Property.TextAnchor | NonNullable<import("csstype").Property.TextAnchor>[] | readonly import("csstype").Property.TextAnchor[];
1731
+ vectorEffect?: import("csstype").Property.VectorEffect | NonNullable<import("csstype").Property.VectorEffect>[] | readonly import("csstype").Property.VectorEffect[];
1732
+ ":-moz-any()"?: CSSObject;
1733
+ ":-moz-dir"?: CSSObject;
1734
+ ":-webkit-any()"?: CSSObject;
1735
+ "::cue"?: CSSObject;
1736
+ "::cue-region"?: CSSObject;
1737
+ "::part"?: CSSObject;
1738
+ "::slotted"?: CSSObject;
1739
+ ":dir"?: CSSObject;
1740
+ ":has"?: CSSObject;
1741
+ ":host"?: CSSObject;
1742
+ ":host-context"?: CSSObject;
1743
+ ":is"?: CSSObject;
1744
+ ":lang"?: CSSObject;
1745
+ ":matches()"?: CSSObject;
1746
+ ":not"?: CSSObject;
1747
+ ":nth-child"?: CSSObject;
1748
+ ":nth-last-child"?: CSSObject;
1749
+ ":nth-last-of-type"?: CSSObject;
1750
+ ":nth-of-type"?: CSSObject;
1751
+ ":where"?: CSSObject;
1752
+ ":-khtml-any-link"?: CSSObject;
1753
+ ":-moz-any-link"?: CSSObject;
1754
+ ":-moz-focusring"?: CSSObject;
1755
+ ":-moz-full-screen"?: CSSObject;
1756
+ ":-moz-placeholder"?: CSSObject;
1757
+ ":-moz-read-only"?: CSSObject;
1758
+ ":-moz-read-write"?: CSSObject;
1759
+ ":-moz-ui-invalid"?: CSSObject;
1760
+ ":-moz-ui-valid"?: CSSObject;
1761
+ ":-ms-fullscreen"?: CSSObject;
1762
+ ":-ms-input-placeholder"?: CSSObject;
1763
+ ":-webkit-any-link"?: CSSObject;
1764
+ ":-webkit-full-screen"?: CSSObject;
1765
+ "::-moz-placeholder"?: CSSObject;
1766
+ "::-moz-progress-bar"?: CSSObject;
1767
+ "::-moz-range-progress"?: CSSObject;
1768
+ "::-moz-range-thumb"?: CSSObject;
1769
+ "::-moz-range-track"?: CSSObject;
1770
+ "::-moz-selection"?: CSSObject;
1771
+ "::-ms-backdrop"?: CSSObject;
1772
+ "::-ms-browse"?: CSSObject;
1773
+ "::-ms-check"?: CSSObject;
1774
+ "::-ms-clear"?: CSSObject;
1775
+ "::-ms-expand"?: CSSObject;
1776
+ "::-ms-fill"?: CSSObject;
1777
+ "::-ms-fill-lower"?: CSSObject;
1778
+ "::-ms-fill-upper"?: CSSObject;
1779
+ "::-ms-input-placeholder"?: CSSObject;
1780
+ "::-ms-reveal"?: CSSObject;
1781
+ "::-ms-thumb"?: CSSObject;
1782
+ "::-ms-ticks-after"?: CSSObject;
1783
+ "::-ms-ticks-before"?: CSSObject;
1784
+ "::-ms-tooltip"?: CSSObject;
1785
+ "::-ms-track"?: CSSObject;
1786
+ "::-ms-value"?: CSSObject;
1787
+ "::-webkit-backdrop"?: CSSObject;
1788
+ "::-webkit-input-placeholder"?: CSSObject;
1789
+ "::-webkit-progress-bar"?: CSSObject;
1790
+ "::-webkit-progress-inner-value"?: CSSObject;
1791
+ "::-webkit-progress-value"?: CSSObject;
1792
+ "::-webkit-slider-runnable-track"?: CSSObject;
1793
+ "::-webkit-slider-thumb"?: CSSObject;
1794
+ "::after"?: CSSObject;
1795
+ "::backdrop"?: CSSObject;
1796
+ "::before"?: CSSObject;
1797
+ "::first-letter"?: CSSObject;
1798
+ "::first-line"?: CSSObject;
1799
+ "::grammar-error"?: CSSObject;
1800
+ "::marker"?: CSSObject;
1801
+ "::placeholder"?: CSSObject;
1802
+ "::selection"?: CSSObject;
1803
+ "::spelling-error"?: CSSObject;
1804
+ "::target-text"?: CSSObject;
1805
+ ":active"?: CSSObject;
1806
+ ":after"?: CSSObject;
1807
+ ":any-link"?: CSSObject;
1808
+ ":before"?: CSSObject;
1809
+ ":blank"?: CSSObject;
1810
+ ":checked"?: CSSObject;
1811
+ ":current"?: CSSObject;
1812
+ ":default"?: CSSObject;
1813
+ ":defined"?: CSSObject;
1814
+ ":disabled"?: CSSObject;
1815
+ ":empty"?: CSSObject;
1816
+ ":enabled"?: CSSObject;
1817
+ ":first"?: CSSObject;
1818
+ ":first-child"?: CSSObject;
1819
+ ":first-letter"?: CSSObject;
1820
+ ":first-line"?: CSSObject;
1821
+ ":first-of-type"?: CSSObject;
1822
+ ":focus"?: CSSObject;
1823
+ ":focus-visible"?: CSSObject;
1824
+ ":focus-within"?: CSSObject;
1825
+ ":fullscreen"?: CSSObject;
1826
+ ":future"?: CSSObject;
1827
+ ":hover"?: CSSObject;
1828
+ ":in-range"?: CSSObject;
1829
+ ":indeterminate"?: CSSObject;
1830
+ ":invalid"?: CSSObject;
1831
+ ":last-child"?: CSSObject;
1832
+ ":last-of-type"?: CSSObject;
1833
+ ":left"?: CSSObject;
1834
+ ":link"?: CSSObject;
1835
+ ":local-link"?: CSSObject;
1836
+ ":nth-col"?: CSSObject;
1837
+ ":nth-last-col"?: CSSObject;
1838
+ ":only-child"?: CSSObject;
1839
+ ":only-of-type"?: CSSObject;
1840
+ ":optional"?: CSSObject;
1841
+ ":out-of-range"?: CSSObject;
1842
+ ":past"?: CSSObject;
1843
+ ":paused"?: CSSObject;
1844
+ ":picture-in-picture"?: CSSObject;
1845
+ ":placeholder-shown"?: CSSObject;
1846
+ ":playing"?: CSSObject;
1847
+ ":read-only"?: CSSObject;
1848
+ ":read-write"?: CSSObject;
1849
+ ":required"?: CSSObject;
1850
+ ":right"?: CSSObject;
1851
+ ":root"?: CSSObject;
1852
+ ":scope"?: CSSObject;
1853
+ ":target"?: CSSObject;
1854
+ ":target-within"?: CSSObject;
1855
+ ":user-invalid"?: CSSObject;
1856
+ ":user-valid"?: CSSObject;
1857
+ ":valid"?: CSSObject;
1858
+ ":visited"?: CSSObject;
1859
+ } | {
30
1860
  accentColor?: string[] | import("csstype").Property.AccentColor | readonly import("csstype").Property.AccentColor[];
31
1861
  alignContent?: string[] | import("csstype").Property.AlignContent | readonly import("csstype").Property.AlignContent[];
32
1862
  alignItems?: string[] | import("csstype").Property.AlignItems | readonly import("csstype").Property.AlignItems[];
@@ -49,6 +1879,7 @@ export declare const customStyles: ({ theme, markInvalid, menuPosition }: Custom
49
1879
  backgroundAttachment?: string[] | import("csstype").Property.BackgroundAttachment | readonly import("csstype").Property.BackgroundAttachment[];
50
1880
  backgroundBlendMode?: string[] | import("csstype").Property.BackgroundBlendMode | readonly import("csstype").Property.BackgroundBlendMode[];
51
1881
  backgroundClip?: string[] | import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[];
1882
+ backgroundColor?: string[] | import("csstype").Property.BackgroundColor | readonly import("csstype").Property.BackgroundColor[];
52
1883
  backgroundImage?: string[] | import("csstype").Property.BackgroundImage | readonly import("csstype").Property.BackgroundImage[];
53
1884
  backgroundOrigin?: string[] | import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[];
54
1885
  backgroundPositionX?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundPositionX<string | number> | NonNullable<import("csstype").Property.BackgroundPositionX<string | number>>[];
@@ -104,6 +1935,7 @@ export declare const customStyles: ({ theme, markInvalid, menuPosition }: Custom
104
1935
  borderTopWidth?: readonly string[] | import("csstype").Property.BorderTopWidth<string | number> | NonNullable<import("csstype").Property.BorderTopWidth<string | number>>[];
105
1936
  bottom?: readonly (string | (string & {}))[] | import("csstype").Property.Bottom<string | number> | NonNullable<import("csstype").Property.Bottom<string | number>>[];
106
1937
  boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | NonNullable<import("csstype").Property.BoxDecorationBreak>[] | readonly import("csstype").Property.BoxDecorationBreak[];
1938
+ boxShadow?: string[] | import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[];
107
1939
  boxSizing?: import("csstype").Property.BoxSizing | NonNullable<import("csstype").Property.BoxSizing>[] | readonly import("csstype").Property.BoxSizing[];
108
1940
  breakAfter?: import("csstype").Property.BreakAfter | NonNullable<import("csstype").Property.BreakAfter>[] | readonly import("csstype").Property.BreakAfter[];
109
1941
  breakBefore?: import("csstype").Property.BreakBefore | NonNullable<import("csstype").Property.BreakBefore>[] | readonly import("csstype").Property.BreakBefore[];
@@ -112,6 +1944,7 @@ export declare const customStyles: ({ theme, markInvalid, menuPosition }: Custom
112
1944
  caretColor?: string[] | import("csstype").Property.CaretColor | readonly import("csstype").Property.CaretColor[];
113
1945
  clear?: import("csstype").Property.Clear | NonNullable<import("csstype").Property.Clear>[] | readonly import("csstype").Property.Clear[];
114
1946
  clipPath?: string[] | import("csstype").Property.ClipPath | readonly import("csstype").Property.ClipPath[];
1947
+ color?: string[] | import("csstype").Property.Color | readonly import("csstype").Property.Color[];
115
1948
  colorAdjust?: import("csstype").Property.PrintColorAdjust | NonNullable<import("csstype").Property.PrintColorAdjust>[] | readonly import("csstype").Property.PrintColorAdjust[];
116
1949
  colorScheme?: string[] | import("csstype").Property.ColorScheme | readonly import("csstype").Property.ColorScheme[];
117
1950
  columnCount?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.ColumnCount | NonNullable<import("csstype").Property.ColumnCount>[];
@@ -128,6 +1961,7 @@ export declare const customStyles: ({ theme, markInvalid, menuPosition }: Custom
128
1961
  counterIncrement?: string[] | import("csstype").Property.CounterIncrement | readonly import("csstype").Property.CounterIncrement[];
129
1962
  counterReset?: string[] | import("csstype").Property.CounterReset | readonly import("csstype").Property.CounterReset[];
130
1963
  counterSet?: string[] | import("csstype").Property.CounterSet | readonly import("csstype").Property.CounterSet[];
1964
+ cursor?: string[] | import("csstype").Property.Cursor | readonly import("csstype").Property.Cursor[];
131
1965
  direction?: import("csstype").Property.Direction | NonNullable<import("csstype").Property.Direction>[] | readonly import("csstype").Property.Direction[];
132
1966
  display?: string[] | import("csstype").Property.Display | readonly import("csstype").Property.Display[];
133
1967
  emptyCells?: import("csstype").Property.EmptyCells | NonNullable<import("csstype").Property.EmptyCells>[] | readonly import("csstype").Property.EmptyCells[];
@@ -170,7 +2004,7 @@ export declare const customStyles: ({ theme, markInvalid, menuPosition }: Custom
170
2004
  gridTemplateColumns?: readonly (string | (string & {}))[] | import("csstype").Property.GridTemplateColumns<string | number> | NonNullable<import("csstype").Property.GridTemplateColumns<string | number>>[];
171
2005
  gridTemplateRows?: readonly (string | (string & {}))[] | import("csstype").Property.GridTemplateRows<string | number> | NonNullable<import("csstype").Property.GridTemplateRows<string | number>>[];
172
2006
  hangingPunctuation?: string[] | import("csstype").Property.HangingPunctuation | readonly import("csstype").Property.HangingPunctuation[];
173
- height?: readonly (string | (string & {}))[] | import("csstype").Property.Height<string | number> | NonNullable<import("csstype").Property.Height<string | number>>[];
2007
+ height: string | number | readonly (string | (string & {}))[] | NonNullable<import("csstype").Property.Height<string | number>>[];
174
2008
  hyphenateCharacter?: string[] | import("csstype").Property.HyphenateCharacter | readonly import("csstype").Property.HyphenateCharacter[];
175
2009
  hyphens?: import("csstype").Property.Hyphens | NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
176
2010
  imageOrientation?: string[] | import("csstype").Property.ImageOrientation | readonly import("csstype").Property.ImageOrientation[];
@@ -233,6 +2067,7 @@ export declare const customStyles: ({ theme, markInvalid, menuPosition }: Custom
233
2067
  maxLines?: import("csstype").Property.MaxLines | NonNullable<import("csstype").Property.MaxLines>[] | readonly ("none" | (string & {}) | import("csstype").Globals)[];
234
2068
  maxWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MaxWidth<string | number> | NonNullable<import("csstype").Property.MaxWidth<string | number>>[];
235
2069
  minBlockSize?: readonly (string | (string & {}))[] | import("csstype").Property.MinBlockSize<string | number> | NonNullable<import("csstype").Property.MinBlockSize<string | number>>[];
2070
+ minHeight: string | number | readonly (string | (string & {}))[] | NonNullable<import("csstype").Property.MinHeight<string | number>>[];
236
2071
  minInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.MinInlineSize<string | number> | NonNullable<import("csstype").Property.MinInlineSize<string | number>>[];
237
2072
  minWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MinWidth<string | number> | NonNullable<import("csstype").Property.MinWidth<string | number>>[];
238
2073
  mixBlendMode?: import("csstype").Property.MixBlendMode | NonNullable<import("csstype").Property.MixBlendMode>[] | readonly import("csstype").Property.MixBlendMode[];
@@ -283,7 +2118,7 @@ export declare const customStyles: ({ theme, markInvalid, menuPosition }: Custom
283
2118
  perspectiveOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[];
284
2119
  placeContent?: string[] | import("csstype").Property.PlaceContent | readonly import("csstype").Property.PlaceContent[];
285
2120
  pointerEvents?: import("csstype").Property.PointerEvents | NonNullable<import("csstype").Property.PointerEvents>[] | readonly import("csstype").Property.PointerEvents[];
286
- position?: import("csstype").Property.Position | NonNullable<import("csstype").Property.Position>[] | readonly import("csstype").Property.Position[];
2121
+ position: string | readonly import("csstype").Property.Position[];
287
2122
  printColorAdjust?: import("csstype").Property.PrintColorAdjust | NonNullable<import("csstype").Property.PrintColorAdjust>[] | readonly import("csstype").Property.PrintColorAdjust[];
288
2123
  quotes?: string[] | import("csstype").Property.Quotes | readonly import("csstype").Property.Quotes[];
289
2124
  resize?: import("csstype").Property.Resize | NonNullable<import("csstype").Property.Resize>[] | readonly import("csstype").Property.Resize[];
@@ -395,6 +2230,7 @@ export declare const customStyles: ({ theme, markInvalid, menuPosition }: Custom
395
2230
  borderInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.BorderInlineEnd<string | number> | NonNullable<import("csstype").Property.BorderInlineEnd<string | number>>[];
396
2231
  borderInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.BorderInlineStart<string | number> | NonNullable<import("csstype").Property.BorderInlineStart<string | number>>[];
397
2232
  borderLeft?: readonly (string | (string & {}))[] | import("csstype").Property.BorderLeft<string | number> | NonNullable<import("csstype").Property.BorderLeft<string | number>>[];
2233
+ borderRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | NonNullable<import("csstype").Property.BorderRadius<string | number>>[];
398
2234
  borderRight?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRight<string | number> | NonNullable<import("csstype").Property.BorderRight<string | number>>[];
399
2235
  borderStyle?: string[] | import("csstype").Property.BorderStyle | readonly import("csstype").Property.BorderStyle[];
400
2236
  borderTop?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTop<string | number> | NonNullable<import("csstype").Property.BorderTop<string | number>>[];
@@ -420,7 +2256,7 @@ export declare const customStyles: ({ theme, markInvalid, menuPosition }: Custom
420
2256
  outline?: readonly (string | (string & {}))[] | import("csstype").Property.Outline<string | number> | NonNullable<import("csstype").Property.Outline<string | number>>[];
421
2257
  overflow?: string[] | import("csstype").Property.Overflow | readonly import("csstype").Property.Overflow[];
422
2258
  overscrollBehavior?: string[] | import("csstype").Property.OverscrollBehavior | readonly import("csstype").Property.OverscrollBehavior[];
423
- padding?: readonly (string | (string & {}))[] | import("csstype").Property.Padding<string | number> | NonNullable<import("csstype").Property.Padding<string | number>>[];
2259
+ padding: string | number | readonly (string | (string & {}))[] | NonNullable<import("csstype").Property.Padding<string | number>>[];
424
2260
  placeItems?: string[] | import("csstype").Property.PlaceItems | readonly import("csstype").Property.PlaceItems[];
425
2261
  placeSelf?: string[] | import("csstype").Property.PlaceSelf | readonly import("csstype").Property.PlaceSelf[];
426
2262
  textDecoration?: readonly (string | (string & {}))[] | import("csstype").Property.TextDecoration<string | number> | NonNullable<import("csstype").Property.TextDecoration<string | number>>[];
@@ -809,166 +2645,1057 @@ export declare const customStyles: ({ theme, markInvalid, menuPosition }: Custom
809
2645
  strokeWidth?: readonly (string | (string & {}))[] | import("csstype").Property.StrokeWidth<string | number> | NonNullable<import("csstype").Property.StrokeWidth<string | number>>[];
810
2646
  textAnchor?: import("csstype").Property.TextAnchor | NonNullable<import("csstype").Property.TextAnchor>[] | readonly import("csstype").Property.TextAnchor[];
811
2647
  vectorEffect?: import("csstype").Property.VectorEffect | NonNullable<import("csstype").Property.VectorEffect>[] | readonly import("csstype").Property.VectorEffect[];
812
- ":-moz-any()"?: import("@emotion/serialize").CSSObject;
813
- ":-moz-dir"?: import("@emotion/serialize").CSSObject;
814
- ":-webkit-any()"?: import("@emotion/serialize").CSSObject;
815
- "::cue"?: import("@emotion/serialize").CSSObject;
816
- "::cue-region"?: import("@emotion/serialize").CSSObject;
817
- "::part"?: import("@emotion/serialize").CSSObject;
818
- "::slotted"?: import("@emotion/serialize").CSSObject;
819
- ":dir"?: import("@emotion/serialize").CSSObject;
820
- ":has"?: import("@emotion/serialize").CSSObject;
821
- ":host"?: import("@emotion/serialize").CSSObject;
822
- ":host-context"?: import("@emotion/serialize").CSSObject;
823
- ":is"?: import("@emotion/serialize").CSSObject;
824
- ":lang"?: import("@emotion/serialize").CSSObject;
825
- ":matches()"?: import("@emotion/serialize").CSSObject;
826
- ":not"?: import("@emotion/serialize").CSSObject;
827
- ":nth-child"?: import("@emotion/serialize").CSSObject;
828
- ":nth-last-child"?: import("@emotion/serialize").CSSObject;
829
- ":nth-last-of-type"?: import("@emotion/serialize").CSSObject;
830
- ":nth-of-type"?: import("@emotion/serialize").CSSObject;
831
- ":where"?: import("@emotion/serialize").CSSObject;
832
- ":-khtml-any-link"?: import("@emotion/serialize").CSSObject;
833
- ":-moz-any-link"?: import("@emotion/serialize").CSSObject;
834
- ":-moz-focusring"?: import("@emotion/serialize").CSSObject;
835
- ":-moz-full-screen"?: import("@emotion/serialize").CSSObject;
836
- ":-moz-placeholder"?: import("@emotion/serialize").CSSObject;
837
- ":-moz-read-only"?: import("@emotion/serialize").CSSObject;
838
- ":-moz-read-write"?: import("@emotion/serialize").CSSObject;
839
- ":-moz-ui-invalid"?: import("@emotion/serialize").CSSObject;
840
- ":-moz-ui-valid"?: import("@emotion/serialize").CSSObject;
841
- ":-ms-fullscreen"?: import("@emotion/serialize").CSSObject;
842
- ":-ms-input-placeholder"?: import("@emotion/serialize").CSSObject;
843
- ":-webkit-any-link"?: import("@emotion/serialize").CSSObject;
844
- ":-webkit-full-screen"?: import("@emotion/serialize").CSSObject;
845
- "::-moz-placeholder"?: import("@emotion/serialize").CSSObject;
846
- "::-moz-progress-bar"?: import("@emotion/serialize").CSSObject;
847
- "::-moz-range-progress"?: import("@emotion/serialize").CSSObject;
848
- "::-moz-range-thumb"?: import("@emotion/serialize").CSSObject;
849
- "::-moz-range-track"?: import("@emotion/serialize").CSSObject;
850
- "::-moz-selection"?: import("@emotion/serialize").CSSObject;
851
- "::-ms-backdrop"?: import("@emotion/serialize").CSSObject;
852
- "::-ms-browse"?: import("@emotion/serialize").CSSObject;
853
- "::-ms-check"?: import("@emotion/serialize").CSSObject;
854
- "::-ms-clear"?: import("@emotion/serialize").CSSObject;
855
- "::-ms-expand"?: import("@emotion/serialize").CSSObject;
856
- "::-ms-fill"?: import("@emotion/serialize").CSSObject;
857
- "::-ms-fill-lower"?: import("@emotion/serialize").CSSObject;
858
- "::-ms-fill-upper"?: import("@emotion/serialize").CSSObject;
859
- "::-ms-input-placeholder"?: import("@emotion/serialize").CSSObject;
860
- "::-ms-reveal"?: import("@emotion/serialize").CSSObject;
861
- "::-ms-thumb"?: import("@emotion/serialize").CSSObject;
862
- "::-ms-ticks-after"?: import("@emotion/serialize").CSSObject;
863
- "::-ms-ticks-before"?: import("@emotion/serialize").CSSObject;
864
- "::-ms-tooltip"?: import("@emotion/serialize").CSSObject;
865
- "::-ms-track"?: import("@emotion/serialize").CSSObject;
866
- "::-ms-value"?: import("@emotion/serialize").CSSObject;
867
- "::-webkit-backdrop"?: import("@emotion/serialize").CSSObject;
868
- "::-webkit-input-placeholder"?: import("@emotion/serialize").CSSObject;
869
- "::-webkit-progress-bar"?: import("@emotion/serialize").CSSObject;
870
- "::-webkit-progress-inner-value"?: import("@emotion/serialize").CSSObject;
871
- "::-webkit-progress-value"?: import("@emotion/serialize").CSSObject;
872
- "::-webkit-slider-runnable-track"?: import("@emotion/serialize").CSSObject;
873
- "::-webkit-slider-thumb"?: import("@emotion/serialize").CSSObject;
874
- "::after"?: import("@emotion/serialize").CSSObject;
875
- "::backdrop"?: import("@emotion/serialize").CSSObject;
876
- "::before"?: import("@emotion/serialize").CSSObject;
877
- "::first-letter"?: import("@emotion/serialize").CSSObject;
878
- "::first-line"?: import("@emotion/serialize").CSSObject;
879
- "::grammar-error"?: import("@emotion/serialize").CSSObject;
880
- "::marker"?: import("@emotion/serialize").CSSObject;
881
- "::placeholder"?: import("@emotion/serialize").CSSObject;
882
- "::selection"?: import("@emotion/serialize").CSSObject;
883
- "::spelling-error"?: import("@emotion/serialize").CSSObject;
884
- "::target-text"?: import("@emotion/serialize").CSSObject;
885
- ":active"?: import("@emotion/serialize").CSSObject;
886
- ":after"?: import("@emotion/serialize").CSSObject;
887
- ":any-link"?: import("@emotion/serialize").CSSObject;
888
- ":before"?: import("@emotion/serialize").CSSObject;
889
- ":blank"?: import("@emotion/serialize").CSSObject;
890
- ":checked"?: import("@emotion/serialize").CSSObject;
891
- ":current"?: import("@emotion/serialize").CSSObject;
892
- ":default"?: import("@emotion/serialize").CSSObject;
893
- ":defined"?: import("@emotion/serialize").CSSObject;
894
- ":disabled"?: import("@emotion/serialize").CSSObject;
895
- ":empty"?: import("@emotion/serialize").CSSObject;
896
- ":enabled"?: import("@emotion/serialize").CSSObject;
897
- ":first"?: import("@emotion/serialize").CSSObject;
898
- ":first-child"?: import("@emotion/serialize").CSSObject;
899
- ":first-letter"?: import("@emotion/serialize").CSSObject;
900
- ":first-line"?: import("@emotion/serialize").CSSObject;
901
- ":first-of-type"?: import("@emotion/serialize").CSSObject;
902
- ":focus"?: import("@emotion/serialize").CSSObject;
903
- ":focus-visible"?: import("@emotion/serialize").CSSObject;
904
- ":focus-within"?: import("@emotion/serialize").CSSObject;
905
- ":fullscreen"?: import("@emotion/serialize").CSSObject;
906
- ":future"?: import("@emotion/serialize").CSSObject;
907
- ":hover"?: import("@emotion/serialize").CSSObject;
908
- ":in-range"?: import("@emotion/serialize").CSSObject;
909
- ":indeterminate"?: import("@emotion/serialize").CSSObject;
910
- ":invalid"?: import("@emotion/serialize").CSSObject;
911
- ":last-child"?: import("@emotion/serialize").CSSObject;
912
- ":last-of-type"?: import("@emotion/serialize").CSSObject;
913
- ":left"?: import("@emotion/serialize").CSSObject;
914
- ":link"?: import("@emotion/serialize").CSSObject;
915
- ":local-link"?: import("@emotion/serialize").CSSObject;
916
- ":nth-col"?: import("@emotion/serialize").CSSObject;
917
- ":nth-last-col"?: import("@emotion/serialize").CSSObject;
918
- ":only-child"?: import("@emotion/serialize").CSSObject;
919
- ":only-of-type"?: import("@emotion/serialize").CSSObject;
920
- ":optional"?: import("@emotion/serialize").CSSObject;
921
- ":out-of-range"?: import("@emotion/serialize").CSSObject;
922
- ":past"?: import("@emotion/serialize").CSSObject;
923
- ":paused"?: import("@emotion/serialize").CSSObject;
924
- ":picture-in-picture"?: import("@emotion/serialize").CSSObject;
925
- ":placeholder-shown"?: import("@emotion/serialize").CSSObject;
926
- ":playing"?: import("@emotion/serialize").CSSObject;
927
- ":read-only"?: import("@emotion/serialize").CSSObject;
928
- ":read-write"?: import("@emotion/serialize").CSSObject;
929
- ":required"?: import("@emotion/serialize").CSSObject;
930
- ":right"?: import("@emotion/serialize").CSSObject;
931
- ":root"?: import("@emotion/serialize").CSSObject;
932
- ":scope"?: import("@emotion/serialize").CSSObject;
933
- ":target"?: import("@emotion/serialize").CSSObject;
934
- ":target-within"?: import("@emotion/serialize").CSSObject;
935
- ":user-invalid"?: import("@emotion/serialize").CSSObject;
936
- ":user-valid"?: import("@emotion/serialize").CSSObject;
937
- ":valid"?: import("@emotion/serialize").CSSObject;
938
- ":visited"?: import("@emotion/serialize").CSSObject;
939
- };
940
- '& > div': {
941
- display: string;
942
- position: string;
943
- top: string;
944
- padding?: undefined;
945
- height?: undefined;
946
- minHeight?: undefined;
947
- '&:-moz-focusring'?: undefined;
948
- } | {
949
- padding: number;
950
- height: string;
951
- minHeight: string;
2648
+ ":-moz-any()"?: CSSObject;
2649
+ ":-moz-dir"?: CSSObject;
2650
+ ":-webkit-any()"?: CSSObject;
2651
+ "::cue"?: CSSObject;
2652
+ "::cue-region"?: CSSObject;
2653
+ "::part"?: CSSObject;
2654
+ "::slotted"?: CSSObject;
2655
+ ":dir"?: CSSObject;
2656
+ ":has"?: CSSObject;
2657
+ ":host"?: CSSObject;
2658
+ ":host-context"?: CSSObject;
2659
+ ":is"?: CSSObject;
2660
+ ":lang"?: CSSObject;
2661
+ ":matches()"?: CSSObject;
2662
+ ":not"?: CSSObject;
2663
+ ":nth-child"?: CSSObject;
2664
+ ":nth-last-child"?: CSSObject;
2665
+ ":nth-last-of-type"?: CSSObject;
2666
+ ":nth-of-type"?: CSSObject;
2667
+ ":where"?: CSSObject;
2668
+ ":-khtml-any-link"?: CSSObject;
2669
+ ":-moz-any-link"?: CSSObject;
2670
+ ":-moz-focusring"?: CSSObject;
2671
+ ":-moz-full-screen"?: CSSObject;
2672
+ ":-moz-placeholder"?: CSSObject;
2673
+ ":-moz-read-only"?: CSSObject;
2674
+ ":-moz-read-write"?: CSSObject;
2675
+ ":-moz-ui-invalid"?: CSSObject;
2676
+ ":-moz-ui-valid"?: CSSObject;
2677
+ ":-ms-fullscreen"?: CSSObject;
2678
+ ":-ms-input-placeholder"?: CSSObject;
2679
+ ":-webkit-any-link"?: CSSObject;
2680
+ ":-webkit-full-screen"?: CSSObject;
2681
+ "::-moz-placeholder"?: CSSObject;
2682
+ "::-moz-progress-bar"?: CSSObject;
2683
+ "::-moz-range-progress"?: CSSObject;
2684
+ "::-moz-range-thumb"?: CSSObject;
2685
+ "::-moz-range-track"?: CSSObject;
2686
+ "::-moz-selection"?: CSSObject;
2687
+ "::-ms-backdrop"?: CSSObject;
2688
+ "::-ms-browse"?: CSSObject;
2689
+ "::-ms-check"?: CSSObject;
2690
+ "::-ms-clear"?: CSSObject;
2691
+ "::-ms-expand"?: CSSObject;
2692
+ "::-ms-fill"?: CSSObject;
2693
+ "::-ms-fill-lower"?: CSSObject;
2694
+ "::-ms-fill-upper"?: CSSObject;
2695
+ "::-ms-input-placeholder"?: CSSObject;
2696
+ "::-ms-reveal"?: CSSObject;
2697
+ "::-ms-thumb"?: CSSObject;
2698
+ "::-ms-ticks-after"?: CSSObject;
2699
+ "::-ms-ticks-before"?: CSSObject;
2700
+ "::-ms-tooltip"?: CSSObject;
2701
+ "::-ms-track"?: CSSObject;
2702
+ "::-ms-value"?: CSSObject;
2703
+ "::-webkit-backdrop"?: CSSObject;
2704
+ "::-webkit-input-placeholder"?: CSSObject;
2705
+ "::-webkit-progress-bar"?: CSSObject;
2706
+ "::-webkit-progress-inner-value"?: CSSObject;
2707
+ "::-webkit-progress-value"?: CSSObject;
2708
+ "::-webkit-slider-runnable-track"?: CSSObject;
2709
+ "::-webkit-slider-thumb"?: CSSObject;
2710
+ "::after"?: CSSObject;
2711
+ "::backdrop"?: CSSObject;
2712
+ "::before"?: CSSObject;
2713
+ "::first-letter"?: CSSObject;
2714
+ "::first-line"?: CSSObject;
2715
+ "::grammar-error"?: CSSObject;
2716
+ "::marker"?: CSSObject;
2717
+ "::placeholder"?: CSSObject;
2718
+ "::selection"?: CSSObject;
2719
+ "::spelling-error"?: CSSObject;
2720
+ "::target-text"?: CSSObject;
2721
+ ":active"?: CSSObject;
2722
+ ":after"?: CSSObject;
2723
+ ":any-link"?: CSSObject;
2724
+ ":before"?: CSSObject;
2725
+ ":blank"?: CSSObject;
2726
+ ":checked"?: CSSObject;
2727
+ ":current"?: CSSObject;
2728
+ ":default"?: CSSObject;
2729
+ ":defined"?: CSSObject;
2730
+ ":disabled"?: CSSObject;
2731
+ ":empty"?: CSSObject;
2732
+ ":enabled"?: CSSObject;
2733
+ ":first"?: CSSObject;
2734
+ ":first-child"?: CSSObject;
2735
+ ":first-letter"?: CSSObject;
2736
+ ":first-line"?: CSSObject;
2737
+ ":first-of-type"?: CSSObject;
2738
+ ":focus"?: CSSObject;
2739
+ ":focus-visible"?: CSSObject;
2740
+ ":focus-within"?: CSSObject;
2741
+ ":fullscreen"?: CSSObject;
2742
+ ":future"?: CSSObject;
2743
+ ":hover"?: CSSObject;
2744
+ ":in-range"?: CSSObject;
2745
+ ":indeterminate"?: CSSObject;
2746
+ ":invalid"?: CSSObject;
2747
+ ":last-child"?: CSSObject;
2748
+ ":last-of-type"?: CSSObject;
2749
+ ":left"?: CSSObject;
2750
+ ":link"?: CSSObject;
2751
+ ":local-link"?: CSSObject;
2752
+ ":nth-col"?: CSSObject;
2753
+ ":nth-last-col"?: CSSObject;
2754
+ ":only-child"?: CSSObject;
2755
+ ":only-of-type"?: CSSObject;
2756
+ ":optional"?: CSSObject;
2757
+ ":out-of-range"?: CSSObject;
2758
+ ":past"?: CSSObject;
2759
+ ":paused"?: CSSObject;
2760
+ ":picture-in-picture"?: CSSObject;
2761
+ ":placeholder-shown"?: CSSObject;
2762
+ ":playing"?: CSSObject;
2763
+ ":read-only"?: CSSObject;
2764
+ ":read-write"?: CSSObject;
2765
+ ":required"?: CSSObject;
2766
+ ":right"?: CSSObject;
2767
+ ":root"?: CSSObject;
2768
+ ":scope"?: CSSObject;
2769
+ ":target"?: CSSObject;
2770
+ ":target-within"?: CSSObject;
2771
+ ":user-invalid"?: CSSObject;
2772
+ ":user-valid"?: CSSObject;
2773
+ ":valid"?: CSSObject;
2774
+ ":visited"?: CSSObject;
952
2775
  '&:-moz-focusring': {
953
2776
  color: string;
954
2777
  textShadow: string;
955
2778
  };
956
- position: string;
957
- display?: undefined;
958
- top?: undefined;
959
2779
  };
960
2780
  };
961
2781
  control: (_provided: any, { options }: {
962
2782
  options: any;
963
2783
  }) => {
964
- position: string;
965
- zIndex: number;
966
- display: string;
967
- alignItems: string;
968
- appearance: string;
969
- padding: string;
970
- height: string;
971
- minHeight: string;
2784
+ accentColor?: string[] | import("csstype").Property.AccentColor | readonly import("csstype").Property.AccentColor[];
2785
+ alignContent?: string[] | import("csstype").Property.AlignContent | readonly import("csstype").Property.AlignContent[];
2786
+ alignItems: string | readonly import("csstype").Property.AlignItems[];
2787
+ alignSelf?: string[] | import("csstype").Property.AlignSelf | readonly import("csstype").Property.AlignSelf[];
2788
+ alignTracks?: string[] | import("csstype").Property.AlignTracks | readonly import("csstype").Property.AlignTracks[];
2789
+ animationComposition?: string[] | import("csstype").Property.AnimationComposition | readonly import("csstype").Property.AnimationComposition[];
2790
+ animationDelay?: string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
2791
+ animationDirection?: string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
2792
+ animationDuration?: string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
2793
+ animationFillMode?: string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
2794
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import("csstype").Globals | "infinite")[];
2795
+ animationName?: string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
2796
+ animationPlayState?: string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
2797
+ animationTimeline?: string[] | import("csstype").Property.AnimationTimeline | readonly import("csstype").Property.AnimationTimeline[];
2798
+ animationTimingFunction?: string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
2799
+ appearance: string | readonly import("csstype").Property.Appearance[];
2800
+ aspectRatio?: import("csstype").Property.AspectRatio | NonNullable<import("csstype").Property.AspectRatio>[] | readonly ((string & {}) | import("csstype").Globals | "auto")[];
2801
+ backdropFilter?: string[] | import("csstype").Property.BackdropFilter | readonly import("csstype").Property.BackdropFilter[];
2802
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | NonNullable<import("csstype").Property.BackfaceVisibility>[] | readonly import("csstype").Property.BackfaceVisibility[];
2803
+ backgroundAttachment?: string[] | import("csstype").Property.BackgroundAttachment | readonly import("csstype").Property.BackgroundAttachment[];
2804
+ backgroundBlendMode?: string[] | import("csstype").Property.BackgroundBlendMode | readonly import("csstype").Property.BackgroundBlendMode[];
2805
+ backgroundClip?: string[] | import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[];
2806
+ backgroundColor?: string[] | import("csstype").Property.BackgroundColor | readonly import("csstype").Property.BackgroundColor[];
2807
+ backgroundImage?: string[] | import("csstype").Property.BackgroundImage | readonly import("csstype").Property.BackgroundImage[];
2808
+ backgroundOrigin?: string[] | import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[];
2809
+ backgroundPositionX?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundPositionX<string | number> | NonNullable<import("csstype").Property.BackgroundPositionX<string | number>>[];
2810
+ backgroundPositionY?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundPositionY<string | number> | NonNullable<import("csstype").Property.BackgroundPositionY<string | number>>[];
2811
+ backgroundRepeat?: string[] | import("csstype").Property.BackgroundRepeat | readonly import("csstype").Property.BackgroundRepeat[];
2812
+ backgroundSize?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | NonNullable<import("csstype").Property.BackgroundSize<string | number>>[];
2813
+ blockOverflow?: string[] | import("csstype").Property.BlockOverflow | readonly import("csstype").Property.BlockOverflow[];
2814
+ blockSize?: readonly (string | (string & {}))[] | import("csstype").Property.BlockSize<string | number> | NonNullable<import("csstype").Property.BlockSize<string | number>>[];
2815
+ borderBlockColor?: string[] | import("csstype").Property.BorderBlockColor | readonly import("csstype").Property.BorderBlockColor[];
2816
+ borderBlockEndColor?: string[] | import("csstype").Property.BorderBlockEndColor | readonly import("csstype").Property.BorderBlockEndColor[];
2817
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | NonNullable<import("csstype").Property.BorderBlockEndStyle>[] | readonly import("csstype").Property.BorderBlockEndStyle[];
2818
+ borderBlockEndWidth?: readonly string[] | import("csstype").Property.BorderBlockEndWidth<string | number> | NonNullable<import("csstype").Property.BorderBlockEndWidth<string | number>>[];
2819
+ borderBlockStartColor?: string[] | import("csstype").Property.BorderBlockStartColor | readonly import("csstype").Property.BorderBlockStartColor[];
2820
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | NonNullable<import("csstype").Property.BorderBlockStartStyle>[] | readonly import("csstype").Property.BorderBlockStartStyle[];
2821
+ borderBlockStartWidth?: readonly string[] | import("csstype").Property.BorderBlockStartWidth<string | number> | NonNullable<import("csstype").Property.BorderBlockStartWidth<string | number>>[];
2822
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | NonNullable<import("csstype").Property.BorderBlockStyle>[] | readonly import("csstype").Property.BorderBlockStyle[];
2823
+ borderBlockWidth?: readonly string[] | import("csstype").Property.BorderBlockWidth<string | number> | NonNullable<import("csstype").Property.BorderBlockWidth<string | number>>[];
2824
+ borderBottomColor?: string[] | import("csstype").Property.BorderBottomColor | readonly import("csstype").Property.BorderBottomColor[];
2825
+ borderBottomLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[];
2826
+ borderBottomRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[];
2827
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | NonNullable<import("csstype").Property.BorderBottomStyle>[] | readonly import("csstype").Property.BorderBottomStyle[];
2828
+ borderBottomWidth?: readonly string[] | import("csstype").Property.BorderBottomWidth<string | number> | NonNullable<import("csstype").Property.BorderBottomWidth<string | number>>[];
2829
+ borderCollapse?: import("csstype").Property.BorderCollapse | NonNullable<import("csstype").Property.BorderCollapse>[] | readonly import("csstype").Property.BorderCollapse[];
2830
+ borderEndEndRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderEndEndRadius<string | number> | NonNullable<import("csstype").Property.BorderEndEndRadius<string | number>>[];
2831
+ borderEndStartRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderEndStartRadius<string | number> | NonNullable<import("csstype").Property.BorderEndStartRadius<string | number>>[];
2832
+ borderImageOutset?: readonly (string | (string & {}))[] | import("csstype").Property.BorderImageOutset<string | number> | NonNullable<import("csstype").Property.BorderImageOutset<string | number>>[];
2833
+ borderImageRepeat?: string[] | import("csstype").Property.BorderImageRepeat | readonly import("csstype").Property.BorderImageRepeat[];
2834
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | NonNullable<import("csstype").Property.BorderImageSlice>[] | readonly ((string & {}) | import("csstype").Globals)[];
2835
+ borderImageSource?: string[] | import("csstype").Property.BorderImageSource | readonly import("csstype").Property.BorderImageSource[];
2836
+ borderImageWidth?: readonly (string | (string & {}))[] | import("csstype").Property.BorderImageWidth<string | number> | NonNullable<import("csstype").Property.BorderImageWidth<string | number>>[];
2837
+ borderInlineColor?: string[] | import("csstype").Property.BorderInlineColor | readonly import("csstype").Property.BorderInlineColor[];
2838
+ borderInlineEndColor?: string[] | import("csstype").Property.BorderInlineEndColor | readonly import("csstype").Property.BorderInlineEndColor[];
2839
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | NonNullable<import("csstype").Property.BorderInlineEndStyle>[] | readonly import("csstype").Property.BorderInlineEndStyle[];
2840
+ borderInlineEndWidth?: readonly string[] | import("csstype").Property.BorderInlineEndWidth<string | number> | NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number>>[];
2841
+ borderInlineStartColor?: string[] | import("csstype").Property.BorderInlineStartColor | readonly import("csstype").Property.BorderInlineStartColor[];
2842
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | NonNullable<import("csstype").Property.BorderInlineStartStyle>[] | readonly import("csstype").Property.BorderInlineStartStyle[];
2843
+ borderInlineStartWidth?: readonly string[] | import("csstype").Property.BorderInlineStartWidth<string | number> | NonNullable<import("csstype").Property.BorderInlineStartWidth<string | number>>[];
2844
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | NonNullable<import("csstype").Property.BorderInlineStyle>[] | readonly import("csstype").Property.BorderInlineStyle[];
2845
+ borderInlineWidth?: readonly string[] | import("csstype").Property.BorderInlineWidth<string | number> | NonNullable<import("csstype").Property.BorderInlineWidth<string | number>>[];
2846
+ borderLeftColor?: string[] | import("csstype").Property.BorderLeftColor | readonly import("csstype").Property.BorderLeftColor[];
2847
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | NonNullable<import("csstype").Property.BorderLeftStyle>[] | readonly import("csstype").Property.BorderLeftStyle[];
2848
+ borderLeftWidth?: readonly string[] | import("csstype").Property.BorderLeftWidth<string | number> | NonNullable<import("csstype").Property.BorderLeftWidth<string | number>>[];
2849
+ borderRightColor?: string[] | import("csstype").Property.BorderRightColor | readonly import("csstype").Property.BorderRightColor[];
2850
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | NonNullable<import("csstype").Property.BorderRightStyle>[] | readonly import("csstype").Property.BorderRightStyle[];
2851
+ borderRightWidth?: readonly string[] | import("csstype").Property.BorderRightWidth<string | number> | NonNullable<import("csstype").Property.BorderRightWidth<string | number>>[];
2852
+ borderSpacing?: readonly (string | (string & {}))[] | import("csstype").Property.BorderSpacing<string | number> | NonNullable<import("csstype").Property.BorderSpacing<string | number>>[];
2853
+ borderStartEndRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderStartEndRadius<string | number> | NonNullable<import("csstype").Property.BorderStartEndRadius<string | number>>[];
2854
+ borderStartStartRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderStartStartRadius<string | number> | NonNullable<import("csstype").Property.BorderStartStartRadius<string | number>>[];
2855
+ borderTopColor?: string[] | import("csstype").Property.BorderTopColor | readonly import("csstype").Property.BorderTopColor[];
2856
+ borderTopLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[];
2857
+ borderTopRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[];
2858
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | NonNullable<import("csstype").Property.BorderTopStyle>[] | readonly import("csstype").Property.BorderTopStyle[];
2859
+ borderTopWidth?: readonly string[] | import("csstype").Property.BorderTopWidth<string | number> | NonNullable<import("csstype").Property.BorderTopWidth<string | number>>[];
2860
+ bottom?: readonly (string | (string & {}))[] | import("csstype").Property.Bottom<string | number> | NonNullable<import("csstype").Property.Bottom<string | number>>[];
2861
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | NonNullable<import("csstype").Property.BoxDecorationBreak>[] | readonly import("csstype").Property.BoxDecorationBreak[];
2862
+ boxShadow?: string[] | import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[];
2863
+ boxSizing?: import("csstype").Property.BoxSizing | NonNullable<import("csstype").Property.BoxSizing>[] | readonly import("csstype").Property.BoxSizing[];
2864
+ breakAfter?: import("csstype").Property.BreakAfter | NonNullable<import("csstype").Property.BreakAfter>[] | readonly import("csstype").Property.BreakAfter[];
2865
+ breakBefore?: import("csstype").Property.BreakBefore | NonNullable<import("csstype").Property.BreakBefore>[] | readonly import("csstype").Property.BreakBefore[];
2866
+ breakInside?: import("csstype").Property.BreakInside | NonNullable<import("csstype").Property.BreakInside>[] | readonly import("csstype").Property.BreakInside[];
2867
+ captionSide?: import("csstype").Property.CaptionSide | NonNullable<import("csstype").Property.CaptionSide>[] | readonly import("csstype").Property.CaptionSide[];
2868
+ caretColor?: string[] | import("csstype").Property.CaretColor | readonly import("csstype").Property.CaretColor[];
2869
+ clear?: import("csstype").Property.Clear | NonNullable<import("csstype").Property.Clear>[] | readonly import("csstype").Property.Clear[];
2870
+ clipPath?: string[] | import("csstype").Property.ClipPath | readonly import("csstype").Property.ClipPath[];
2871
+ color?: string[] | import("csstype").Property.Color | readonly import("csstype").Property.Color[];
2872
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | NonNullable<import("csstype").Property.PrintColorAdjust>[] | readonly import("csstype").Property.PrintColorAdjust[];
2873
+ colorScheme?: string[] | import("csstype").Property.ColorScheme | readonly import("csstype").Property.ColorScheme[];
2874
+ columnCount?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.ColumnCount | NonNullable<import("csstype").Property.ColumnCount>[];
2875
+ columnFill?: import("csstype").Property.ColumnFill | NonNullable<import("csstype").Property.ColumnFill>[] | readonly import("csstype").Property.ColumnFill[];
2876
+ columnGap?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnGap<string | number> | NonNullable<import("csstype").Property.ColumnGap<string | number>>[];
2877
+ columnRuleColor?: string[] | import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[];
2878
+ columnRuleStyle?: string[] | import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[];
2879
+ columnRuleWidth?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[];
2880
+ columnSpan?: import("csstype").Property.ColumnSpan | NonNullable<import("csstype").Property.ColumnSpan>[] | readonly import("csstype").Property.ColumnSpan[];
2881
+ columnWidth?: readonly string[] | import("csstype").Property.ColumnWidth<string | number> | NonNullable<import("csstype").Property.ColumnWidth<string | number>>[];
2882
+ contain?: string[] | import("csstype").Property.Contain | readonly import("csstype").Property.Contain[];
2883
+ content?: string[] | import("csstype").Property.Content | readonly import("csstype").Property.Content[];
2884
+ contentVisibility?: import("csstype").Property.ContentVisibility | NonNullable<import("csstype").Property.ContentVisibility>[] | readonly import("csstype").Property.ContentVisibility[];
2885
+ counterIncrement?: string[] | import("csstype").Property.CounterIncrement | readonly import("csstype").Property.CounterIncrement[];
2886
+ counterReset?: string[] | import("csstype").Property.CounterReset | readonly import("csstype").Property.CounterReset[];
2887
+ counterSet?: string[] | import("csstype").Property.CounterSet | readonly import("csstype").Property.CounterSet[];
2888
+ cursor?: string[] | import("csstype").Property.Cursor | readonly import("csstype").Property.Cursor[];
2889
+ direction?: import("csstype").Property.Direction | NonNullable<import("csstype").Property.Direction>[] | readonly import("csstype").Property.Direction[];
2890
+ display: string | readonly import("csstype").Property.Display[];
2891
+ emptyCells?: import("csstype").Property.EmptyCells | NonNullable<import("csstype").Property.EmptyCells>[] | readonly import("csstype").Property.EmptyCells[];
2892
+ filter?: string[] | import("csstype").Property.Filter | readonly import("csstype").Property.Filter[];
2893
+ flexBasis?: readonly (string | (string & {}))[] | import("csstype").Property.FlexBasis<string | number> | NonNullable<import("csstype").Property.FlexBasis<string | number>>[];
2894
+ flexDirection?: import("csstype").Property.FlexDirection | NonNullable<import("csstype").Property.FlexDirection>[] | readonly import("csstype").Property.FlexDirection[];
2895
+ flexGrow?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexGrow | NonNullable<import("csstype").Property.FlexGrow>[];
2896
+ flexShrink?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexShrink | NonNullable<import("csstype").Property.FlexShrink>[];
2897
+ flexWrap?: import("csstype").Property.FlexWrap | NonNullable<import("csstype").Property.FlexWrap>[] | readonly import("csstype").Property.FlexWrap[];
2898
+ float?: import("csstype").Property.Float | NonNullable<import("csstype").Property.Float>[] | readonly import("csstype").Property.Float[];
2899
+ fontFamily?: string[] | import("csstype").Property.FontFamily | readonly import("csstype").Property.FontFamily[];
2900
+ fontFeatureSettings?: string[] | import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[];
2901
+ fontKerning?: import("csstype").Property.FontKerning | NonNullable<import("csstype").Property.FontKerning>[] | readonly import("csstype").Property.FontKerning[];
2902
+ fontLanguageOverride?: string[] | import("csstype").Property.FontLanguageOverride | readonly import("csstype").Property.FontLanguageOverride[];
2903
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | NonNullable<import("csstype").Property.FontOpticalSizing>[] | readonly import("csstype").Property.FontOpticalSizing[];
2904
+ fontSize?: import("csstype").Property.FontSize<string | number> | NonNullable<import("csstype").Property.FontSize<string | number>>[] | readonly (string | (string & {}))[];
2905
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | NonNullable<import("csstype").Property.FontSizeAdjust>[] | readonly ("none" | (string & {}) | import("csstype").Globals | "from-font")[];
2906
+ fontSmooth?: readonly string[] | import("csstype").Property.FontSmooth<string | number> | NonNullable<import("csstype").Property.FontSmooth<string | number>>[];
2907
+ fontStretch?: string[] | import("csstype").Property.FontStretch | readonly import("csstype").Property.FontStretch[];
2908
+ fontStyle?: string[] | import("csstype").Property.FontStyle | readonly import("csstype").Property.FontStyle[];
2909
+ fontSynthesis?: string[] | import("csstype").Property.FontSynthesis | readonly import("csstype").Property.FontSynthesis[];
2910
+ fontVariant?: string[] | import("csstype").Property.FontVariant | readonly import("csstype").Property.FontVariant[];
2911
+ fontVariantAlternates?: string[] | import("csstype").Property.FontVariantAlternates | readonly import("csstype").Property.FontVariantAlternates[];
2912
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | NonNullable<import("csstype").Property.FontVariantCaps>[] | readonly import("csstype").Property.FontVariantCaps[];
2913
+ fontVariantEastAsian?: string[] | import("csstype").Property.FontVariantEastAsian | readonly import("csstype").Property.FontVariantEastAsian[];
2914
+ fontVariantLigatures?: string[] | import("csstype").Property.FontVariantLigatures | readonly import("csstype").Property.FontVariantLigatures[];
2915
+ fontVariantNumeric?: string[] | import("csstype").Property.FontVariantNumeric | readonly import("csstype").Property.FontVariantNumeric[];
2916
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | NonNullable<import("csstype").Property.FontVariantPosition>[] | readonly import("csstype").Property.FontVariantPosition[];
2917
+ fontVariationSettings?: string[] | import("csstype").Property.FontVariationSettings | readonly import("csstype").Property.FontVariationSettings[];
2918
+ fontWeight?: import("csstype").Property.FontWeight | NonNullable<import("csstype").Property.FontWeight>[] | readonly ("bold" | (string & {}) | import("csstype").Globals | "normal" | "bolder" | "lighter")[];
2919
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | NonNullable<import("csstype").Property.ForcedColorAdjust>[] | readonly import("csstype").Property.ForcedColorAdjust[];
2920
+ gridAutoColumns?: readonly (string | (string & {}))[] | import("csstype").Property.GridAutoColumns<string | number> | NonNullable<import("csstype").Property.GridAutoColumns<string | number>>[];
2921
+ gridAutoFlow?: string[] | import("csstype").Property.GridAutoFlow | readonly import("csstype").Property.GridAutoFlow[];
2922
+ gridAutoRows?: readonly (string | (string & {}))[] | import("csstype").Property.GridAutoRows<string | number> | NonNullable<import("csstype").Property.GridAutoRows<string | number>>[];
2923
+ gridColumnEnd?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridColumnEnd | NonNullable<import("csstype").Property.GridColumnEnd>[];
2924
+ gridColumnStart?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridColumnStart | NonNullable<import("csstype").Property.GridColumnStart>[];
2925
+ gridRowEnd?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridRowEnd | NonNullable<import("csstype").Property.GridRowEnd>[];
2926
+ gridRowStart?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridRowStart | NonNullable<import("csstype").Property.GridRowStart>[];
2927
+ gridTemplateAreas?: string[] | import("csstype").Property.GridTemplateAreas | readonly import("csstype").Property.GridTemplateAreas[];
2928
+ gridTemplateColumns?: readonly (string | (string & {}))[] | import("csstype").Property.GridTemplateColumns<string | number> | NonNullable<import("csstype").Property.GridTemplateColumns<string | number>>[];
2929
+ gridTemplateRows?: readonly (string | (string & {}))[] | import("csstype").Property.GridTemplateRows<string | number> | NonNullable<import("csstype").Property.GridTemplateRows<string | number>>[];
2930
+ hangingPunctuation?: string[] | import("csstype").Property.HangingPunctuation | readonly import("csstype").Property.HangingPunctuation[];
2931
+ height: string | number | readonly (string | (string & {}))[] | NonNullable<import("csstype").Property.Height<string | number>>[];
2932
+ hyphenateCharacter?: string[] | import("csstype").Property.HyphenateCharacter | readonly import("csstype").Property.HyphenateCharacter[];
2933
+ hyphens?: import("csstype").Property.Hyphens | NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
2934
+ imageOrientation?: string[] | import("csstype").Property.ImageOrientation | readonly import("csstype").Property.ImageOrientation[];
2935
+ imageRendering?: import("csstype").Property.ImageRendering | NonNullable<import("csstype").Property.ImageRendering>[] | readonly import("csstype").Property.ImageRendering[];
2936
+ imageResolution?: string[] | import("csstype").Property.ImageResolution | readonly import("csstype").Property.ImageResolution[];
2937
+ initialLetter?: import("csstype").Property.InitialLetter | NonNullable<import("csstype").Property.InitialLetter>[] | readonly ((string & {}) | import("csstype").Globals | "normal")[];
2938
+ inlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.InlineSize<string | number> | NonNullable<import("csstype").Property.InlineSize<string | number>>[];
2939
+ inputSecurity?: import("csstype").Property.InputSecurity | NonNullable<import("csstype").Property.InputSecurity>[] | readonly import("csstype").Property.InputSecurity[];
2940
+ inset?: readonly (string | (string & {}))[] | import("csstype").Property.Inset<string | number> | NonNullable<import("csstype").Property.Inset<string | number>>[];
2941
+ insetBlock?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlock<string | number> | NonNullable<import("csstype").Property.InsetBlock<string | number>>[];
2942
+ insetBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockEnd<string | number> | NonNullable<import("csstype").Property.InsetBlockEnd<string | number>>[];
2943
+ insetBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockStart<string | number> | NonNullable<import("csstype").Property.InsetBlockStart<string | number>>[];
2944
+ insetInline?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInline<string | number> | NonNullable<import("csstype").Property.InsetInline<string | number>>[];
2945
+ insetInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineEnd<string | number> | NonNullable<import("csstype").Property.InsetInlineEnd<string | number>>[];
2946
+ insetInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineStart<string | number> | NonNullable<import("csstype").Property.InsetInlineStart<string | number>>[];
2947
+ isolation?: import("csstype").Property.Isolation | NonNullable<import("csstype").Property.Isolation>[] | readonly import("csstype").Property.Isolation[];
2948
+ justifyContent?: string[] | import("csstype").Property.JustifyContent | readonly import("csstype").Property.JustifyContent[];
2949
+ justifyItems?: string[] | import("csstype").Property.JustifyItems | readonly import("csstype").Property.JustifyItems[];
2950
+ justifySelf?: string[] | import("csstype").Property.JustifySelf | readonly import("csstype").Property.JustifySelf[];
2951
+ justifyTracks?: string[] | import("csstype").Property.JustifyTracks | readonly import("csstype").Property.JustifyTracks[];
2952
+ left?: readonly (string | (string & {}))[] | import("csstype").Property.Left<string | number> | NonNullable<import("csstype").Property.Left<string | number>>[];
2953
+ letterSpacing?: readonly string[] | import("csstype").Property.LetterSpacing<string | number> | NonNullable<import("csstype").Property.LetterSpacing<string | number>>[];
2954
+ lineBreak?: import("csstype").Property.LineBreak | NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
2955
+ lineHeight?: readonly (string | (string & {}))[] | import("csstype").Property.LineHeight<string | number> | NonNullable<import("csstype").Property.LineHeight<string | number>>[];
2956
+ lineHeightStep?: readonly string[] | import("csstype").Property.LineHeightStep<string | number> | NonNullable<import("csstype").Property.LineHeightStep<string | number>>[];
2957
+ listStyleImage?: string[] | import("csstype").Property.ListStyleImage | readonly import("csstype").Property.ListStyleImage[];
2958
+ listStylePosition?: import("csstype").Property.ListStylePosition | NonNullable<import("csstype").Property.ListStylePosition>[] | readonly import("csstype").Property.ListStylePosition[];
2959
+ listStyleType?: string[] | import("csstype").Property.ListStyleType | readonly import("csstype").Property.ListStyleType[];
2960
+ marginBlock?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBlock<string | number> | NonNullable<import("csstype").Property.MarginBlock<string | number>>[];
2961
+ marginBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBlockEnd<string | number> | NonNullable<import("csstype").Property.MarginBlockEnd<string | number>>[];
2962
+ marginBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBlockStart<string | number> | NonNullable<import("csstype").Property.MarginBlockStart<string | number>>[];
2963
+ marginBottom?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBottom<string | number> | NonNullable<import("csstype").Property.MarginBottom<string | number>>[];
2964
+ marginInline?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInline<string | number> | NonNullable<import("csstype").Property.MarginInline<string | number>>[];
2965
+ marginInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[];
2966
+ marginInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[];
2967
+ marginLeft?: readonly (string | (string & {}))[] | import("csstype").Property.MarginLeft<string | number> | NonNullable<import("csstype").Property.MarginLeft<string | number>>[];
2968
+ marginRight?: readonly (string | (string & {}))[] | import("csstype").Property.MarginRight<string | number> | NonNullable<import("csstype").Property.MarginRight<string | number>>[];
2969
+ marginTop?: readonly (string | (string & {}))[] | import("csstype").Property.MarginTop<string | number> | NonNullable<import("csstype").Property.MarginTop<string | number>>[];
2970
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | NonNullable<import("csstype").Property.MaskBorderMode>[] | readonly import("csstype").Property.MaskBorderMode[];
2971
+ maskBorderOutset?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderOutset<string | number> | NonNullable<import("csstype").Property.MaskBorderOutset<string | number>>[];
2972
+ maskBorderRepeat?: string[] | import("csstype").Property.MaskBorderRepeat | readonly import("csstype").Property.MaskBorderRepeat[];
2973
+ maskBorderSlice?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.MaskBorderSlice | NonNullable<import("csstype").Property.MaskBorderSlice>[];
2974
+ maskBorderSource?: string[] | import("csstype").Property.MaskBorderSource | readonly import("csstype").Property.MaskBorderSource[];
2975
+ maskBorderWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderWidth<string | number> | NonNullable<import("csstype").Property.MaskBorderWidth<string | number>>[];
2976
+ maskClip?: string[] | import("csstype").Property.MaskClip | readonly import("csstype").Property.MaskClip[];
2977
+ maskComposite?: string[] | import("csstype").Property.MaskComposite | readonly import("csstype").Property.MaskComposite[];
2978
+ maskImage?: string[] | import("csstype").Property.MaskImage | readonly import("csstype").Property.MaskImage[];
2979
+ maskMode?: string[] | import("csstype").Property.MaskMode | readonly import("csstype").Property.MaskMode[];
2980
+ maskOrigin?: string[] | import("csstype").Property.MaskOrigin | readonly import("csstype").Property.MaskOrigin[];
2981
+ maskPosition?: readonly (string | (string & {}))[] | import("csstype").Property.MaskPosition<string | number> | NonNullable<import("csstype").Property.MaskPosition<string | number>>[];
2982
+ maskRepeat?: string[] | import("csstype").Property.MaskRepeat | readonly import("csstype").Property.MaskRepeat[];
2983
+ maskSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaskSize<string | number> | NonNullable<import("csstype").Property.MaskSize<string | number>>[];
2984
+ maskType?: import("csstype").Property.MaskType | NonNullable<import("csstype").Property.MaskType>[] | readonly import("csstype").Property.MaskType[];
2985
+ mathDepth?: import("csstype").Property.MathDepth | NonNullable<import("csstype").Property.MathDepth>[] | readonly ((string & {}) | import("csstype").Globals | "auto-add")[];
2986
+ mathShift?: import("csstype").Property.MathShift | NonNullable<import("csstype").Property.MathShift>[] | readonly import("csstype").Property.MathShift[];
2987
+ mathStyle?: import("csstype").Property.MathStyle | NonNullable<import("csstype").Property.MathStyle>[] | readonly import("csstype").Property.MathStyle[];
2988
+ maxBlockSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaxBlockSize<string | number> | NonNullable<import("csstype").Property.MaxBlockSize<string | number>>[];
2989
+ maxHeight?: readonly (string | (string & {}))[] | import("csstype").Property.MaxHeight<string | number> | NonNullable<import("csstype").Property.MaxHeight<string | number>>[];
2990
+ maxInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaxInlineSize<string | number> | NonNullable<import("csstype").Property.MaxInlineSize<string | number>>[];
2991
+ maxLines?: import("csstype").Property.MaxLines | NonNullable<import("csstype").Property.MaxLines>[] | readonly ("none" | (string & {}) | import("csstype").Globals)[];
2992
+ maxWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MaxWidth<string | number> | NonNullable<import("csstype").Property.MaxWidth<string | number>>[];
2993
+ minBlockSize?: readonly (string | (string & {}))[] | import("csstype").Property.MinBlockSize<string | number> | NonNullable<import("csstype").Property.MinBlockSize<string | number>>[];
2994
+ minHeight: string | number | readonly (string | (string & {}))[] | NonNullable<import("csstype").Property.MinHeight<string | number>>[];
2995
+ minInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.MinInlineSize<string | number> | NonNullable<import("csstype").Property.MinInlineSize<string | number>>[];
2996
+ minWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MinWidth<string | number> | NonNullable<import("csstype").Property.MinWidth<string | number>>[];
2997
+ mixBlendMode?: import("csstype").Property.MixBlendMode | NonNullable<import("csstype").Property.MixBlendMode>[] | readonly import("csstype").Property.MixBlendMode[];
2998
+ motionDistance?: readonly (string | (string & {}))[] | import("csstype").Property.OffsetDistance<string | number> | NonNullable<import("csstype").Property.OffsetDistance<string | number>>[];
2999
+ motionPath?: string[] | import("csstype").Property.OffsetPath | readonly import("csstype").Property.OffsetPath[];
3000
+ motionRotation?: string[] | import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[];
3001
+ objectFit?: import("csstype").Property.ObjectFit | NonNullable<import("csstype").Property.ObjectFit>[] | readonly import("csstype").Property.ObjectFit[];
3002
+ objectPosition?: readonly (string | (string & {}))[] | import("csstype").Property.ObjectPosition<string | number> | NonNullable<import("csstype").Property.ObjectPosition<string | number>>[];
3003
+ offsetAnchor?: readonly (string | (string & {}))[] | import("csstype").Property.OffsetAnchor<string | number> | NonNullable<import("csstype").Property.OffsetAnchor<string | number>>[];
3004
+ offsetDistance?: readonly (string | (string & {}))[] | import("csstype").Property.OffsetDistance<string | number> | NonNullable<import("csstype").Property.OffsetDistance<string | number>>[];
3005
+ offsetPath?: string[] | import("csstype").Property.OffsetPath | readonly import("csstype").Property.OffsetPath[];
3006
+ offsetRotate?: string[] | import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[];
3007
+ offsetRotation?: string[] | import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[];
3008
+ opacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Opacity | NonNullable<import("csstype").Property.Opacity>[];
3009
+ order?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Order | NonNullable<import("csstype").Property.Order>[];
3010
+ orphans?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Orphans | NonNullable<import("csstype").Property.Orphans>[];
3011
+ outlineColor?: string[] | import("csstype").Property.OutlineColor | readonly import("csstype").Property.OutlineColor[];
3012
+ outlineOffset?: readonly string[] | import("csstype").Property.OutlineOffset<string | number> | NonNullable<import("csstype").Property.OutlineOffset<string | number>>[];
3013
+ outlineStyle?: string[] | import("csstype").Property.OutlineStyle | readonly import("csstype").Property.OutlineStyle[];
3014
+ outlineWidth?: readonly string[] | import("csstype").Property.OutlineWidth<string | number> | NonNullable<import("csstype").Property.OutlineWidth<string | number>>[];
3015
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | NonNullable<import("csstype").Property.OverflowAnchor>[] | readonly import("csstype").Property.OverflowAnchor[];
3016
+ overflowBlock?: import("csstype").Property.OverflowBlock | NonNullable<import("csstype").Property.OverflowBlock>[] | readonly import("csstype").Property.OverflowBlock[];
3017
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | NonNullable<import("csstype").Property.OverflowClipBox>[] | readonly import("csstype").Property.OverflowClipBox[];
3018
+ overflowClipMargin?: readonly (string | (string & {}))[] | import("csstype").Property.OverflowClipMargin<string | number> | NonNullable<import("csstype").Property.OverflowClipMargin<string | number>>[];
3019
+ overflowInline?: import("csstype").Property.OverflowInline | NonNullable<import("csstype").Property.OverflowInline>[] | readonly import("csstype").Property.OverflowInline[];
3020
+ overflowWrap?: import("csstype").Property.OverflowWrap | NonNullable<import("csstype").Property.OverflowWrap>[] | readonly import("csstype").Property.OverflowWrap[];
3021
+ overflowX?: import("csstype").Property.OverflowX | NonNullable<import("csstype").Property.OverflowX>[] | readonly import("csstype").Property.OverflowX[];
3022
+ overflowY?: import("csstype").Property.OverflowY | NonNullable<import("csstype").Property.OverflowY>[] | readonly import("csstype").Property.OverflowY[];
3023
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | NonNullable<import("csstype").Property.OverscrollBehaviorBlock>[] | readonly import("csstype").Property.OverscrollBehaviorBlock[];
3024
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | NonNullable<import("csstype").Property.OverscrollBehaviorInline>[] | readonly import("csstype").Property.OverscrollBehaviorInline[];
3025
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | NonNullable<import("csstype").Property.OverscrollBehaviorX>[] | readonly import("csstype").Property.OverscrollBehaviorX[];
3026
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | NonNullable<import("csstype").Property.OverscrollBehaviorY>[] | readonly import("csstype").Property.OverscrollBehaviorY[];
3027
+ paddingBlock?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBlock<string | number> | NonNullable<import("csstype").Property.PaddingBlock<string | number>>[];
3028
+ paddingBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBlockEnd<string | number> | NonNullable<import("csstype").Property.PaddingBlockEnd<string | number>>[];
3029
+ paddingBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBlockStart<string | number> | NonNullable<import("csstype").Property.PaddingBlockStart<string | number>>[];
3030
+ paddingBottom?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBottom<string | number> | NonNullable<import("csstype").Property.PaddingBottom<string | number>>[];
3031
+ paddingInline?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInline<string | number> | NonNullable<import("csstype").Property.PaddingInline<string | number>>[];
3032
+ paddingInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[];
3033
+ paddingInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[];
3034
+ paddingLeft?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingLeft<string | number> | NonNullable<import("csstype").Property.PaddingLeft<string | number>>[];
3035
+ paddingRight?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingRight<string | number> | NonNullable<import("csstype").Property.PaddingRight<string | number>>[];
3036
+ paddingTop?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingTop<string | number> | NonNullable<import("csstype").Property.PaddingTop<string | number>>[];
3037
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | NonNullable<import("csstype").Property.PageBreakAfter>[] | readonly import("csstype").Property.PageBreakAfter[];
3038
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | NonNullable<import("csstype").Property.PageBreakBefore>[] | readonly import("csstype").Property.PageBreakBefore[];
3039
+ pageBreakInside?: import("csstype").Property.PageBreakInside | NonNullable<import("csstype").Property.PageBreakInside>[] | readonly import("csstype").Property.PageBreakInside[];
3040
+ paintOrder?: string[] | import("csstype").Property.PaintOrder | readonly import("csstype").Property.PaintOrder[];
3041
+ perspective?: readonly string[] | import("csstype").Property.Perspective<string | number> | NonNullable<import("csstype").Property.Perspective<string | number>>[];
3042
+ perspectiveOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[];
3043
+ placeContent?: string[] | import("csstype").Property.PlaceContent | readonly import("csstype").Property.PlaceContent[];
3044
+ pointerEvents?: import("csstype").Property.PointerEvents | NonNullable<import("csstype").Property.PointerEvents>[] | readonly import("csstype").Property.PointerEvents[];
3045
+ position: string | readonly import("csstype").Property.Position[];
3046
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | NonNullable<import("csstype").Property.PrintColorAdjust>[] | readonly import("csstype").Property.PrintColorAdjust[];
3047
+ quotes?: string[] | import("csstype").Property.Quotes | readonly import("csstype").Property.Quotes[];
3048
+ resize?: import("csstype").Property.Resize | NonNullable<import("csstype").Property.Resize>[] | readonly import("csstype").Property.Resize[];
3049
+ right?: readonly (string | (string & {}))[] | import("csstype").Property.Right<string | number> | NonNullable<import("csstype").Property.Right<string | number>>[];
3050
+ rotate?: string[] | import("csstype").Property.Rotate | readonly import("csstype").Property.Rotate[];
3051
+ rowGap?: readonly (string | (string & {}))[] | import("csstype").Property.RowGap<string | number> | NonNullable<import("csstype").Property.RowGap<string | number>>[];
3052
+ rubyAlign?: import("csstype").Property.RubyAlign | NonNullable<import("csstype").Property.RubyAlign>[] | readonly import("csstype").Property.RubyAlign[];
3053
+ rubyMerge?: import("csstype").Property.RubyMerge | NonNullable<import("csstype").Property.RubyMerge>[] | readonly import("csstype").Property.RubyMerge[];
3054
+ rubyPosition?: string[] | import("csstype").Property.RubyPosition | readonly import("csstype").Property.RubyPosition[];
3055
+ scale?: readonly ("none" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.Scale | NonNullable<import("csstype").Property.Scale>[];
3056
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | NonNullable<import("csstype").Property.ScrollBehavior>[] | readonly import("csstype").Property.ScrollBehavior[];
3057
+ scrollMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMargin<string | number> | NonNullable<import("csstype").Property.ScrollMargin<string | number>>[];
3058
+ scrollMarginBlock?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMarginBlock<string | number> | NonNullable<import("csstype").Property.ScrollMarginBlock<string | number>>[];
3059
+ scrollMarginBlockEnd?: readonly string[] | import("csstype").Property.ScrollMarginBlockEnd<string | number> | NonNullable<import("csstype").Property.ScrollMarginBlockEnd<string | number>>[];
3060
+ scrollMarginBlockStart?: readonly string[] | import("csstype").Property.ScrollMarginBlockStart<string | number> | NonNullable<import("csstype").Property.ScrollMarginBlockStart<string | number>>[];
3061
+ scrollMarginBottom?: readonly string[] | import("csstype").Property.ScrollMarginBottom<string | number> | NonNullable<import("csstype").Property.ScrollMarginBottom<string | number>>[];
3062
+ scrollMarginInline?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMarginInline<string | number> | NonNullable<import("csstype").Property.ScrollMarginInline<string | number>>[];
3063
+ scrollMarginInlineEnd?: readonly string[] | import("csstype").Property.ScrollMarginInlineEnd<string | number> | NonNullable<import("csstype").Property.ScrollMarginInlineEnd<string | number>>[];
3064
+ scrollMarginInlineStart?: readonly string[] | import("csstype").Property.ScrollMarginInlineStart<string | number> | NonNullable<import("csstype").Property.ScrollMarginInlineStart<string | number>>[];
3065
+ scrollMarginLeft?: readonly string[] | import("csstype").Property.ScrollMarginLeft<string | number> | NonNullable<import("csstype").Property.ScrollMarginLeft<string | number>>[];
3066
+ scrollMarginRight?: readonly string[] | import("csstype").Property.ScrollMarginRight<string | number> | NonNullable<import("csstype").Property.ScrollMarginRight<string | number>>[];
3067
+ scrollMarginTop?: readonly string[] | import("csstype").Property.ScrollMarginTop<string | number> | NonNullable<import("csstype").Property.ScrollMarginTop<string | number>>[];
3068
+ scrollPadding?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPadding<string | number> | NonNullable<import("csstype").Property.ScrollPadding<string | number>>[];
3069
+ scrollPaddingBlock?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlock<string | number> | NonNullable<import("csstype").Property.ScrollPaddingBlock<string | number>>[];
3070
+ scrollPaddingBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlockEnd<string | number> | NonNullable<import("csstype").Property.ScrollPaddingBlockEnd<string | number>>[];
3071
+ scrollPaddingBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlockStart<string | number> | NonNullable<import("csstype").Property.ScrollPaddingBlockStart<string | number>>[];
3072
+ scrollPaddingBottom?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBottom<string | number> | NonNullable<import("csstype").Property.ScrollPaddingBottom<string | number>>[];
3073
+ scrollPaddingInline?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInline<string | number> | NonNullable<import("csstype").Property.ScrollPaddingInline<string | number>>[];
3074
+ scrollPaddingInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInlineEnd<string | number> | NonNullable<import("csstype").Property.ScrollPaddingInlineEnd<string | number>>[];
3075
+ scrollPaddingInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInlineStart<string | number> | NonNullable<import("csstype").Property.ScrollPaddingInlineStart<string | number>>[];
3076
+ scrollPaddingLeft?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingLeft<string | number> | NonNullable<import("csstype").Property.ScrollPaddingLeft<string | number>>[];
3077
+ scrollPaddingRight?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingRight<string | number> | NonNullable<import("csstype").Property.ScrollPaddingRight<string | number>>[];
3078
+ scrollPaddingTop?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingTop<string | number> | NonNullable<import("csstype").Property.ScrollPaddingTop<string | number>>[];
3079
+ scrollSnapAlign?: string[] | import("csstype").Property.ScrollSnapAlign | readonly import("csstype").Property.ScrollSnapAlign[];
3080
+ scrollSnapMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMargin<string | number> | NonNullable<import("csstype").Property.ScrollMargin<string | number>>[];
3081
+ scrollSnapMarginBottom?: readonly string[] | import("csstype").Property.ScrollMarginBottom<string | number> | NonNullable<import("csstype").Property.ScrollMarginBottom<string | number>>[];
3082
+ scrollSnapMarginLeft?: readonly string[] | import("csstype").Property.ScrollMarginLeft<string | number> | NonNullable<import("csstype").Property.ScrollMarginLeft<string | number>>[];
3083
+ scrollSnapMarginRight?: readonly string[] | import("csstype").Property.ScrollMarginRight<string | number> | NonNullable<import("csstype").Property.ScrollMarginRight<string | number>>[];
3084
+ scrollSnapMarginTop?: readonly string[] | import("csstype").Property.ScrollMarginTop<string | number> | NonNullable<import("csstype").Property.ScrollMarginTop<string | number>>[];
3085
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | NonNullable<import("csstype").Property.ScrollSnapStop>[] | readonly import("csstype").Property.ScrollSnapStop[];
3086
+ scrollSnapType?: string[] | import("csstype").Property.ScrollSnapType | readonly import("csstype").Property.ScrollSnapType[];
3087
+ scrollbarColor?: string[] | import("csstype").Property.ScrollbarColor | readonly import("csstype").Property.ScrollbarColor[];
3088
+ scrollbarGutter?: string[] | import("csstype").Property.ScrollbarGutter | readonly import("csstype").Property.ScrollbarGutter[];
3089
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | NonNullable<import("csstype").Property.ScrollbarWidth>[] | readonly import("csstype").Property.ScrollbarWidth[];
3090
+ shapeImageThreshold?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.ShapeImageThreshold | NonNullable<import("csstype").Property.ShapeImageThreshold>[];
3091
+ shapeMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ShapeMargin<string | number> | NonNullable<import("csstype").Property.ShapeMargin<string | number>>[];
3092
+ shapeOutside?: string[] | import("csstype").Property.ShapeOutside | readonly import("csstype").Property.ShapeOutside[];
3093
+ tabSize?: readonly (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | NonNullable<import("csstype").Property.TabSize<string | number>>[];
3094
+ tableLayout?: import("csstype").Property.TableLayout | NonNullable<import("csstype").Property.TableLayout>[] | readonly import("csstype").Property.TableLayout[];
3095
+ textAlign?: import("csstype").Property.TextAlign | NonNullable<import("csstype").Property.TextAlign>[] | readonly import("csstype").Property.TextAlign[];
3096
+ textAlignLast?: import("csstype").Property.TextAlignLast | NonNullable<import("csstype").Property.TextAlignLast>[] | readonly import("csstype").Property.TextAlignLast[];
3097
+ textCombineUpright?: string[] | import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[];
3098
+ textDecorationColor?: string[] | import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[];
3099
+ textDecorationLine?: string[] | import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[];
3100
+ textDecorationSkip?: string[] | import("csstype").Property.TextDecorationSkip | readonly import("csstype").Property.TextDecorationSkip[];
3101
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | NonNullable<import("csstype").Property.TextDecorationSkipInk>[] | readonly import("csstype").Property.TextDecorationSkipInk[];
3102
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | NonNullable<import("csstype").Property.TextDecorationStyle>[] | readonly import("csstype").Property.TextDecorationStyle[];
3103
+ textDecorationThickness?: readonly (string | (string & {}))[] | import("csstype").Property.TextDecorationThickness<string | number> | NonNullable<import("csstype").Property.TextDecorationThickness<string | number>>[];
3104
+ textEmphasisColor?: string[] | import("csstype").Property.TextEmphasisColor | readonly import("csstype").Property.TextEmphasisColor[];
3105
+ textEmphasisPosition?: string[] | import("csstype").Property.TextEmphasisPosition | readonly import("csstype").Property.TextEmphasisPosition[];
3106
+ textEmphasisStyle?: string[] | import("csstype").Property.TextEmphasisStyle | readonly import("csstype").Property.TextEmphasisStyle[];
3107
+ textIndent?: readonly (string | (string & {}))[] | import("csstype").Property.TextIndent<string | number> | NonNullable<import("csstype").Property.TextIndent<string | number>>[];
3108
+ textJustify?: import("csstype").Property.TextJustify | NonNullable<import("csstype").Property.TextJustify>[] | readonly import("csstype").Property.TextJustify[];
3109
+ textOrientation?: import("csstype").Property.TextOrientation | NonNullable<import("csstype").Property.TextOrientation>[] | readonly import("csstype").Property.TextOrientation[];
3110
+ textOverflow?: string[] | import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[];
3111
+ textRendering?: import("csstype").Property.TextRendering | NonNullable<import("csstype").Property.TextRendering>[] | readonly import("csstype").Property.TextRendering[];
3112
+ textShadow?: string[] | import("csstype").Property.TextShadow | readonly import("csstype").Property.TextShadow[];
3113
+ textSizeAdjust?: string[] | import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[];
3114
+ textTransform?: import("csstype").Property.TextTransform | NonNullable<import("csstype").Property.TextTransform>[] | readonly import("csstype").Property.TextTransform[];
3115
+ textUnderlineOffset?: readonly (string | (string & {}))[] | import("csstype").Property.TextUnderlineOffset<string | number> | NonNullable<import("csstype").Property.TextUnderlineOffset<string | number>>[];
3116
+ textUnderlinePosition?: string[] | import("csstype").Property.TextUnderlinePosition | readonly import("csstype").Property.TextUnderlinePosition[];
3117
+ top?: readonly (string | (string & {}))[] | import("csstype").Property.Top<string | number> | NonNullable<import("csstype").Property.Top<string | number>>[];
3118
+ touchAction?: string[] | import("csstype").Property.TouchAction | readonly import("csstype").Property.TouchAction[];
3119
+ transform?: string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
3120
+ transformBox?: import("csstype").Property.TransformBox | NonNullable<import("csstype").Property.TransformBox>[] | readonly import("csstype").Property.TransformBox[];
3121
+ transformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
3122
+ transformStyle?: import("csstype").Property.TransformStyle | NonNullable<import("csstype").Property.TransformStyle>[] | readonly import("csstype").Property.TransformStyle[];
3123
+ transitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
3124
+ transitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
3125
+ transitionProperty?: string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
3126
+ transitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
3127
+ translate?: readonly (string | (string & {}))[] | import("csstype").Property.Translate<string | number> | NonNullable<import("csstype").Property.Translate<string | number>>[];
3128
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | NonNullable<import("csstype").Property.UnicodeBidi>[] | readonly import("csstype").Property.UnicodeBidi[];
3129
+ userSelect?: import("csstype").Property.UserSelect | NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
3130
+ verticalAlign?: readonly (string | (string & {}))[] | import("csstype").Property.VerticalAlign<string | number> | NonNullable<import("csstype").Property.VerticalAlign<string | number>>[];
3131
+ visibility?: import("csstype").Property.Visibility | NonNullable<import("csstype").Property.Visibility>[] | readonly import("csstype").Property.Visibility[];
3132
+ whiteSpace?: import("csstype").Property.WhiteSpace | NonNullable<import("csstype").Property.WhiteSpace>[] | readonly import("csstype").Property.WhiteSpace[];
3133
+ widows?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Widows | NonNullable<import("csstype").Property.Widows>[];
3134
+ width?: readonly (string | (string & {}))[] | import("csstype").Property.Width<string | number> | NonNullable<import("csstype").Property.Width<string | number>>[];
3135
+ willChange?: string[] | import("csstype").Property.WillChange | readonly import("csstype").Property.WillChange[];
3136
+ wordBreak?: import("csstype").Property.WordBreak | NonNullable<import("csstype").Property.WordBreak>[] | readonly import("csstype").Property.WordBreak[];
3137
+ wordSpacing?: readonly string[] | import("csstype").Property.WordSpacing<string | number> | NonNullable<import("csstype").Property.WordSpacing<string | number>>[];
3138
+ wordWrap?: import("csstype").Property.WordWrap | NonNullable<import("csstype").Property.WordWrap>[] | readonly import("csstype").Property.WordWrap[];
3139
+ writingMode?: import("csstype").Property.WritingMode | NonNullable<import("csstype").Property.WritingMode>[] | readonly import("csstype").Property.WritingMode[];
3140
+ zIndex: number | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | readonly ((string & {}) | import("csstype").Globals | "auto")[] | NonNullable<import("csstype").Property.ZIndex>[];
3141
+ zoom?: import("csstype").Property.Zoom | NonNullable<import("csstype").Property.Zoom>[] | readonly ((string & {}) | import("csstype").Globals | "normal" | "reset")[];
3142
+ all?: import("csstype").Globals | NonNullable<import("csstype").Globals>[] | readonly import("csstype").Globals[];
3143
+ animation?: import("csstype").Property.Animation<string & {}> | NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly (import("csstype").Globals | import("csstype").DataType.SingleAnimationDirection | import("csstype").DataType.SingleAnimationFillMode | "infinite" | "paused" | "running" | import("csstype").DataType.EasingFunction)[];
3144
+ background?: readonly (string | (string & {}))[] | import("csstype").Property.Background<string | number> | NonNullable<import("csstype").Property.Background<string | number>>[];
3145
+ backgroundPosition?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundPosition<string | number> | NonNullable<import("csstype").Property.BackgroundPosition<string | number>>[];
3146
+ border?: readonly (string | (string & {}))[] | import("csstype").Property.Border<string | number> | NonNullable<import("csstype").Property.Border<string | number>>[];
3147
+ borderBlock?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBlock<string | number> | NonNullable<import("csstype").Property.BorderBlock<string | number>>[];
3148
+ borderBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBlockEnd<string | number> | NonNullable<import("csstype").Property.BorderBlockEnd<string | number>>[];
3149
+ borderBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBlockStart<string | number> | NonNullable<import("csstype").Property.BorderBlockStart<string | number>>[];
3150
+ borderBottom?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottom<string | number> | NonNullable<import("csstype").Property.BorderBottom<string | number>>[];
3151
+ borderColor?: string[] | import("csstype").Property.BorderColor | readonly import("csstype").Property.BorderColor[];
3152
+ borderImage?: import("csstype").Property.BorderImage | NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[];
3153
+ borderInline?: readonly (string | (string & {}))[] | import("csstype").Property.BorderInline<string | number> | NonNullable<import("csstype").Property.BorderInline<string | number>>[];
3154
+ borderInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.BorderInlineEnd<string | number> | NonNullable<import("csstype").Property.BorderInlineEnd<string | number>>[];
3155
+ borderInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.BorderInlineStart<string | number> | NonNullable<import("csstype").Property.BorderInlineStart<string | number>>[];
3156
+ borderLeft?: readonly (string | (string & {}))[] | import("csstype").Property.BorderLeft<string | number> | NonNullable<import("csstype").Property.BorderLeft<string | number>>[];
3157
+ borderRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | NonNullable<import("csstype").Property.BorderRadius<string | number>>[];
3158
+ borderRight?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRight<string | number> | NonNullable<import("csstype").Property.BorderRight<string | number>>[];
3159
+ borderStyle?: string[] | import("csstype").Property.BorderStyle | readonly import("csstype").Property.BorderStyle[];
3160
+ borderTop?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTop<string | number> | NonNullable<import("csstype").Property.BorderTop<string | number>>[];
3161
+ borderWidth?: readonly (string | (string & {}))[] | import("csstype").Property.BorderWidth<string | number> | NonNullable<import("csstype").Property.BorderWidth<string | number>>[];
3162
+ columnRule?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | NonNullable<import("csstype").Property.ColumnRule<string | number>>[];
3163
+ columns?: readonly (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | NonNullable<import("csstype").Property.Columns<string | number>>[];
3164
+ flex?: readonly (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | NonNullable<import("csstype").Property.Flex<string | number>>[];
3165
+ flexFlow?: string[] | import("csstype").Property.FlexFlow | readonly import("csstype").Property.FlexFlow[];
3166
+ font?: string[] | import("csstype").Property.Font | readonly import("csstype").Property.Font[];
3167
+ gap?: readonly (string | (string & {}))[] | import("csstype").Property.Gap<string | number> | NonNullable<import("csstype").Property.Gap<string | number>>[];
3168
+ grid?: string[] | import("csstype").Property.Grid | readonly import("csstype").Property.Grid[];
3169
+ gridArea?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridArea | NonNullable<import("csstype").Property.GridArea>[];
3170
+ gridColumn?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridColumn | NonNullable<import("csstype").Property.GridColumn>[];
3171
+ gridRow?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridRow | NonNullable<import("csstype").Property.GridRow>[];
3172
+ gridTemplate?: string[] | import("csstype").Property.GridTemplate | readonly import("csstype").Property.GridTemplate[];
3173
+ lineClamp?: readonly ("none" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.LineClamp | NonNullable<import("csstype").Property.LineClamp>[];
3174
+ listStyle?: string[] | import("csstype").Property.ListStyle | readonly import("csstype").Property.ListStyle[];
3175
+ margin?: readonly (string | (string & {}))[] | import("csstype").Property.Margin<string | number> | NonNullable<import("csstype").Property.Margin<string | number>>[];
3176
+ mask?: readonly (string | (string & {}))[] | import("csstype").Property.Mask<string | number> | NonNullable<import("csstype").Property.Mask<string | number>>[];
3177
+ maskBorder?: import("csstype").Property.MaskBorder | NonNullable<import("csstype").Property.MaskBorder>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space" | "alpha" | "luminance")[];
3178
+ motion?: readonly (string | (string & {}))[] | import("csstype").Property.Offset<string | number> | NonNullable<import("csstype").Property.Offset<string | number>>[];
3179
+ offset?: readonly (string | (string & {}))[] | import("csstype").Property.Offset<string | number> | NonNullable<import("csstype").Property.Offset<string | number>>[];
3180
+ outline?: readonly (string | (string & {}))[] | import("csstype").Property.Outline<string | number> | NonNullable<import("csstype").Property.Outline<string | number>>[];
3181
+ overflow?: string[] | import("csstype").Property.Overflow | readonly import("csstype").Property.Overflow[];
3182
+ overscrollBehavior?: string[] | import("csstype").Property.OverscrollBehavior | readonly import("csstype").Property.OverscrollBehavior[];
3183
+ padding: string | number | readonly (string | (string & {}))[] | NonNullable<import("csstype").Property.Padding<string | number>>[];
3184
+ placeItems?: string[] | import("csstype").Property.PlaceItems | readonly import("csstype").Property.PlaceItems[];
3185
+ placeSelf?: string[] | import("csstype").Property.PlaceSelf | readonly import("csstype").Property.PlaceSelf[];
3186
+ textDecoration?: readonly (string | (string & {}))[] | import("csstype").Property.TextDecoration<string | number> | NonNullable<import("csstype").Property.TextDecoration<string | number>>[];
3187
+ textEmphasis?: string[] | import("csstype").Property.TextEmphasis | readonly import("csstype").Property.TextEmphasis[];
3188
+ transition?: string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
3189
+ MozAnimationDelay?: string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
3190
+ MozAnimationDirection?: string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
3191
+ MozAnimationDuration?: string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
3192
+ MozAnimationFillMode?: string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
3193
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import("csstype").Globals | "infinite")[];
3194
+ MozAnimationName?: string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
3195
+ MozAnimationPlayState?: string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
3196
+ MozAnimationTimingFunction?: string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
3197
+ MozAppearance?: import("csstype").Property.MozAppearance | NonNullable<import("csstype").Property.MozAppearance>[] | readonly import("csstype").Property.MozAppearance[];
3198
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | NonNullable<import("csstype").Property.BackfaceVisibility>[] | readonly import("csstype").Property.BackfaceVisibility[];
3199
+ MozBorderBottomColors?: string[] | import("csstype").Property.MozBorderBottomColors | readonly import("csstype").Property.MozBorderBottomColors[];
3200
+ MozBorderEndColor?: string[] | import("csstype").Property.BorderInlineEndColor | readonly import("csstype").Property.BorderInlineEndColor[];
3201
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | NonNullable<import("csstype").Property.BorderInlineEndStyle>[] | readonly import("csstype").Property.BorderInlineEndStyle[];
3202
+ MozBorderEndWidth?: readonly string[] | import("csstype").Property.BorderInlineEndWidth<string | number> | NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number>>[];
3203
+ MozBorderLeftColors?: string[] | import("csstype").Property.MozBorderLeftColors | readonly import("csstype").Property.MozBorderLeftColors[];
3204
+ MozBorderRightColors?: string[] | import("csstype").Property.MozBorderRightColors | readonly import("csstype").Property.MozBorderRightColors[];
3205
+ MozBorderStartColor?: string[] | import("csstype").Property.BorderInlineStartColor | readonly import("csstype").Property.BorderInlineStartColor[];
3206
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | NonNullable<import("csstype").Property.BorderInlineStartStyle>[] | readonly import("csstype").Property.BorderInlineStartStyle[];
3207
+ MozBorderTopColors?: string[] | import("csstype").Property.MozBorderTopColors | readonly import("csstype").Property.MozBorderTopColors[];
3208
+ MozBoxSizing?: import("csstype").Property.BoxSizing | NonNullable<import("csstype").Property.BoxSizing>[] | readonly import("csstype").Property.BoxSizing[];
3209
+ MozColumnCount?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.ColumnCount | NonNullable<import("csstype").Property.ColumnCount>[];
3210
+ MozColumnFill?: import("csstype").Property.ColumnFill | NonNullable<import("csstype").Property.ColumnFill>[] | readonly import("csstype").Property.ColumnFill[];
3211
+ MozColumnRuleColor?: string[] | import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[];
3212
+ MozColumnRuleStyle?: string[] | import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[];
3213
+ MozColumnRuleWidth?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[];
3214
+ MozColumnWidth?: readonly string[] | import("csstype").Property.ColumnWidth<string | number> | NonNullable<import("csstype").Property.ColumnWidth<string | number>>[];
3215
+ MozContextProperties?: string[] | import("csstype").Property.MozContextProperties | readonly import("csstype").Property.MozContextProperties[];
3216
+ MozFontFeatureSettings?: string[] | import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[];
3217
+ MozFontLanguageOverride?: string[] | import("csstype").Property.FontLanguageOverride | readonly import("csstype").Property.FontLanguageOverride[];
3218
+ MozHyphens?: import("csstype").Property.Hyphens | NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
3219
+ MozImageRegion?: string[] | import("csstype").Property.MozImageRegion | readonly import("csstype").Property.MozImageRegion[];
3220
+ MozMarginEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[];
3221
+ MozMarginStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[];
3222
+ MozOrient?: import("csstype").Property.MozOrient | NonNullable<import("csstype").Property.MozOrient>[] | readonly import("csstype").Property.MozOrient[];
3223
+ MozOsxFontSmoothing?: readonly string[] | import("csstype").Property.FontSmooth<string | number> | NonNullable<import("csstype").Property.FontSmooth<string | number>>[];
3224
+ MozPaddingEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[];
3225
+ MozPaddingStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[];
3226
+ MozPerspective?: readonly string[] | import("csstype").Property.Perspective<string | number> | NonNullable<import("csstype").Property.Perspective<string | number>>[];
3227
+ MozPerspectiveOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[];
3228
+ MozStackSizing?: import("csstype").Property.MozStackSizing | NonNullable<import("csstype").Property.MozStackSizing>[] | readonly import("csstype").Property.MozStackSizing[];
3229
+ MozTabSize?: readonly (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | NonNullable<import("csstype").Property.TabSize<string | number>>[];
3230
+ MozTextBlink?: import("csstype").Property.MozTextBlink | NonNullable<import("csstype").Property.MozTextBlink>[] | readonly import("csstype").Property.MozTextBlink[];
3231
+ MozTextSizeAdjust?: string[] | import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[];
3232
+ MozTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
3233
+ MozTransformStyle?: import("csstype").Property.TransformStyle | NonNullable<import("csstype").Property.TransformStyle>[] | readonly import("csstype").Property.TransformStyle[];
3234
+ MozTransitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
3235
+ MozTransitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
3236
+ MozTransitionProperty?: string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
3237
+ MozTransitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
3238
+ MozUserFocus?: import("csstype").Property.MozUserFocus | NonNullable<import("csstype").Property.MozUserFocus>[] | readonly import("csstype").Property.MozUserFocus[];
3239
+ MozUserModify?: import("csstype").Property.MozUserModify | NonNullable<import("csstype").Property.MozUserModify>[] | readonly import("csstype").Property.MozUserModify[];
3240
+ MozUserSelect?: import("csstype").Property.UserSelect | NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
3241
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | NonNullable<import("csstype").Property.MozWindowDragging>[] | readonly import("csstype").Property.MozWindowDragging[];
3242
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | NonNullable<import("csstype").Property.MozWindowShadow>[] | readonly import("csstype").Property.MozWindowShadow[];
3243
+ msAccelerator?: import("csstype").Property.MsAccelerator | NonNullable<import("csstype").Property.MsAccelerator>[] | readonly import("csstype").Property.MsAccelerator[];
3244
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | NonNullable<import("csstype").Property.MsBlockProgression>[] | readonly import("csstype").Property.MsBlockProgression[];
3245
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | NonNullable<import("csstype").Property.MsContentZoomChaining>[] | readonly import("csstype").Property.MsContentZoomChaining[];
3246
+ msContentZoomLimitMax?: string[] | import("csstype").Property.MsContentZoomLimitMax | readonly import("csstype").Property.MsContentZoomLimitMax[];
3247
+ msContentZoomLimitMin?: string[] | import("csstype").Property.MsContentZoomLimitMin | readonly import("csstype").Property.MsContentZoomLimitMin[];
3248
+ msContentZoomSnapPoints?: string[] | import("csstype").Property.MsContentZoomSnapPoints | readonly import("csstype").Property.MsContentZoomSnapPoints[];
3249
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | NonNullable<import("csstype").Property.MsContentZoomSnapType>[] | readonly import("csstype").Property.MsContentZoomSnapType[];
3250
+ msContentZooming?: import("csstype").Property.MsContentZooming | NonNullable<import("csstype").Property.MsContentZooming>[] | readonly import("csstype").Property.MsContentZooming[];
3251
+ msFilter?: string[] | import("csstype").Property.MsFilter | readonly import("csstype").Property.MsFilter[];
3252
+ msFlexDirection?: import("csstype").Property.FlexDirection | NonNullable<import("csstype").Property.FlexDirection>[] | readonly import("csstype").Property.FlexDirection[];
3253
+ msFlexPositive?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexGrow | NonNullable<import("csstype").Property.FlexGrow>[];
3254
+ msFlowFrom?: string[] | import("csstype").Property.MsFlowFrom | readonly import("csstype").Property.MsFlowFrom[];
3255
+ msFlowInto?: string[] | import("csstype").Property.MsFlowInto | readonly import("csstype").Property.MsFlowInto[];
3256
+ msGridColumns?: readonly (string | (string & {}))[] | import("csstype").Property.MsGridColumns<string | number> | NonNullable<import("csstype").Property.MsGridColumns<string | number>>[];
3257
+ msGridRows?: readonly (string | (string & {}))[] | import("csstype").Property.MsGridRows<string | number> | NonNullable<import("csstype").Property.MsGridRows<string | number>>[];
3258
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | NonNullable<import("csstype").Property.MsHighContrastAdjust>[] | readonly import("csstype").Property.MsHighContrastAdjust[];
3259
+ msHyphenateLimitChars?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.MsHyphenateLimitChars | NonNullable<import("csstype").Property.MsHyphenateLimitChars>[];
3260
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | NonNullable<import("csstype").Property.MsHyphenateLimitLines>[] | readonly ((string & {}) | import("csstype").Globals | "no-limit")[];
3261
+ msHyphenateLimitZone?: readonly (string | (string & {}))[] | import("csstype").Property.MsHyphenateLimitZone<string | number> | NonNullable<import("csstype").Property.MsHyphenateLimitZone<string | number>>[];
3262
+ msHyphens?: import("csstype").Property.Hyphens | NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
3263
+ msImeAlign?: import("csstype").Property.MsImeAlign | NonNullable<import("csstype").Property.MsImeAlign>[] | readonly import("csstype").Property.MsImeAlign[];
3264
+ msLineBreak?: import("csstype").Property.LineBreak | NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
3265
+ msOrder?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Order | NonNullable<import("csstype").Property.Order>[];
3266
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | NonNullable<import("csstype").Property.MsOverflowStyle>[] | readonly import("csstype").Property.MsOverflowStyle[];
3267
+ msOverflowX?: import("csstype").Property.OverflowX | NonNullable<import("csstype").Property.OverflowX>[] | readonly import("csstype").Property.OverflowX[];
3268
+ msOverflowY?: import("csstype").Property.OverflowY | NonNullable<import("csstype").Property.OverflowY>[] | readonly import("csstype").Property.OverflowY[];
3269
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | NonNullable<import("csstype").Property.MsScrollChaining>[] | readonly import("csstype").Property.MsScrollChaining[];
3270
+ msScrollLimitXMax?: readonly string[] | import("csstype").Property.MsScrollLimitXMax<string | number> | NonNullable<import("csstype").Property.MsScrollLimitXMax<string | number>>[];
3271
+ msScrollLimitXMin?: readonly string[] | import("csstype").Property.MsScrollLimitXMin<string | number> | NonNullable<import("csstype").Property.MsScrollLimitXMin<string | number>>[];
3272
+ msScrollLimitYMax?: readonly string[] | import("csstype").Property.MsScrollLimitYMax<string | number> | NonNullable<import("csstype").Property.MsScrollLimitYMax<string | number>>[];
3273
+ msScrollLimitYMin?: readonly string[] | import("csstype").Property.MsScrollLimitYMin<string | number> | NonNullable<import("csstype").Property.MsScrollLimitYMin<string | number>>[];
3274
+ msScrollRails?: import("csstype").Property.MsScrollRails | NonNullable<import("csstype").Property.MsScrollRails>[] | readonly import("csstype").Property.MsScrollRails[];
3275
+ msScrollSnapPointsX?: string[] | import("csstype").Property.MsScrollSnapPointsX | readonly import("csstype").Property.MsScrollSnapPointsX[];
3276
+ msScrollSnapPointsY?: string[] | import("csstype").Property.MsScrollSnapPointsY | readonly import("csstype").Property.MsScrollSnapPointsY[];
3277
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | NonNullable<import("csstype").Property.MsScrollSnapType>[] | readonly import("csstype").Property.MsScrollSnapType[];
3278
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | NonNullable<import("csstype").Property.MsScrollTranslation>[] | readonly import("csstype").Property.MsScrollTranslation[];
3279
+ msScrollbar3dlightColor?: string[] | import("csstype").Property.MsScrollbar3dlightColor | readonly import("csstype").Property.MsScrollbar3dlightColor[];
3280
+ msScrollbarArrowColor?: string[] | import("csstype").Property.MsScrollbarArrowColor | readonly import("csstype").Property.MsScrollbarArrowColor[];
3281
+ msScrollbarBaseColor?: string[] | import("csstype").Property.MsScrollbarBaseColor | readonly import("csstype").Property.MsScrollbarBaseColor[];
3282
+ msScrollbarDarkshadowColor?: string[] | import("csstype").Property.MsScrollbarDarkshadowColor | readonly import("csstype").Property.MsScrollbarDarkshadowColor[];
3283
+ msScrollbarFaceColor?: string[] | import("csstype").Property.MsScrollbarFaceColor | readonly import("csstype").Property.MsScrollbarFaceColor[];
3284
+ msScrollbarHighlightColor?: string[] | import("csstype").Property.MsScrollbarHighlightColor | readonly import("csstype").Property.MsScrollbarHighlightColor[];
3285
+ msScrollbarShadowColor?: string[] | import("csstype").Property.MsScrollbarShadowColor | readonly import("csstype").Property.MsScrollbarShadowColor[];
3286
+ msScrollbarTrackColor?: string[] | import("csstype").Property.MsScrollbarTrackColor | readonly import("csstype").Property.MsScrollbarTrackColor[];
3287
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | NonNullable<import("csstype").Property.MsTextAutospace>[] | readonly import("csstype").Property.MsTextAutospace[];
3288
+ msTextCombineHorizontal?: string[] | import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[];
3289
+ msTextOverflow?: string[] | import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[];
3290
+ msTouchAction?: string[] | import("csstype").Property.TouchAction | readonly import("csstype").Property.TouchAction[];
3291
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | NonNullable<import("csstype").Property.MsTouchSelect>[] | readonly import("csstype").Property.MsTouchSelect[];
3292
+ msTransform?: string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
3293
+ msTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
3294
+ msTransitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
3295
+ msTransitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
3296
+ msTransitionProperty?: string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
3297
+ msTransitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
3298
+ msUserSelect?: import("csstype").Property.MsUserSelect | NonNullable<import("csstype").Property.MsUserSelect>[] | readonly import("csstype").Property.MsUserSelect[];
3299
+ msWordBreak?: import("csstype").Property.WordBreak | NonNullable<import("csstype").Property.WordBreak>[] | readonly import("csstype").Property.WordBreak[];
3300
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | NonNullable<import("csstype").Property.MsWrapFlow>[] | readonly import("csstype").Property.MsWrapFlow[];
3301
+ msWrapMargin?: readonly string[] | import("csstype").Property.MsWrapMargin<string | number> | NonNullable<import("csstype").Property.MsWrapMargin<string | number>>[];
3302
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | NonNullable<import("csstype").Property.MsWrapThrough>[] | readonly import("csstype").Property.MsWrapThrough[];
3303
+ msWritingMode?: import("csstype").Property.WritingMode | NonNullable<import("csstype").Property.WritingMode>[] | readonly import("csstype").Property.WritingMode[];
3304
+ WebkitAlignContent?: string[] | import("csstype").Property.AlignContent | readonly import("csstype").Property.AlignContent[];
3305
+ WebkitAlignItems?: string[] | import("csstype").Property.AlignItems | readonly import("csstype").Property.AlignItems[];
3306
+ WebkitAlignSelf?: string[] | import("csstype").Property.AlignSelf | readonly import("csstype").Property.AlignSelf[];
3307
+ WebkitAnimationDelay?: string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
3308
+ WebkitAnimationDirection?: string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
3309
+ WebkitAnimationDuration?: string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
3310
+ WebkitAnimationFillMode?: string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
3311
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import("csstype").Globals | "infinite")[];
3312
+ WebkitAnimationName?: string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
3313
+ WebkitAnimationPlayState?: string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
3314
+ WebkitAnimationTimingFunction?: string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
3315
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | NonNullable<import("csstype").Property.WebkitAppearance>[] | readonly import("csstype").Property.WebkitAppearance[];
3316
+ WebkitBackdropFilter?: string[] | import("csstype").Property.BackdropFilter | readonly import("csstype").Property.BackdropFilter[];
3317
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | NonNullable<import("csstype").Property.BackfaceVisibility>[] | readonly import("csstype").Property.BackfaceVisibility[];
3318
+ WebkitBackgroundClip?: string[] | import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[];
3319
+ WebkitBackgroundOrigin?: string[] | import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[];
3320
+ WebkitBackgroundSize?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | NonNullable<import("csstype").Property.BackgroundSize<string | number>>[];
3321
+ WebkitBorderBeforeColor?: string[] | import("csstype").Property.WebkitBorderBeforeColor | readonly import("csstype").Property.WebkitBorderBeforeColor[];
3322
+ WebkitBorderBeforeStyle?: string[] | import("csstype").Property.WebkitBorderBeforeStyle | readonly import("csstype").Property.WebkitBorderBeforeStyle[];
3323
+ WebkitBorderBeforeWidth?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitBorderBeforeWidth<string | number> | NonNullable<import("csstype").Property.WebkitBorderBeforeWidth<string | number>>[];
3324
+ WebkitBorderBottomLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[];
3325
+ WebkitBorderBottomRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[];
3326
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | NonNullable<import("csstype").Property.BorderImageSlice>[] | readonly ((string & {}) | import("csstype").Globals)[];
3327
+ WebkitBorderTopLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[];
3328
+ WebkitBorderTopRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[];
3329
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | NonNullable<import("csstype").Property.BoxDecorationBreak>[] | readonly import("csstype").Property.BoxDecorationBreak[];
3330
+ WebkitBoxReflect?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitBoxReflect<string | number> | NonNullable<import("csstype").Property.WebkitBoxReflect<string | number>>[];
3331
+ WebkitBoxShadow?: string[] | import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[];
3332
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | NonNullable<import("csstype").Property.BoxSizing>[] | readonly import("csstype").Property.BoxSizing[];
3333
+ WebkitClipPath?: string[] | import("csstype").Property.ClipPath | readonly import("csstype").Property.ClipPath[];
3334
+ WebkitColumnCount?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.ColumnCount | NonNullable<import("csstype").Property.ColumnCount>[];
3335
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | NonNullable<import("csstype").Property.ColumnFill>[] | readonly import("csstype").Property.ColumnFill[];
3336
+ WebkitColumnRuleColor?: string[] | import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[];
3337
+ WebkitColumnRuleStyle?: string[] | import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[];
3338
+ WebkitColumnRuleWidth?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[];
3339
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | NonNullable<import("csstype").Property.ColumnSpan>[] | readonly import("csstype").Property.ColumnSpan[];
3340
+ WebkitColumnWidth?: readonly string[] | import("csstype").Property.ColumnWidth<string | number> | NonNullable<import("csstype").Property.ColumnWidth<string | number>>[];
3341
+ WebkitFilter?: string[] | import("csstype").Property.Filter | readonly import("csstype").Property.Filter[];
3342
+ WebkitFlexBasis?: readonly (string | (string & {}))[] | import("csstype").Property.FlexBasis<string | number> | NonNullable<import("csstype").Property.FlexBasis<string | number>>[];
3343
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | NonNullable<import("csstype").Property.FlexDirection>[] | readonly import("csstype").Property.FlexDirection[];
3344
+ WebkitFlexGrow?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexGrow | NonNullable<import("csstype").Property.FlexGrow>[];
3345
+ WebkitFlexShrink?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexShrink | NonNullable<import("csstype").Property.FlexShrink>[];
3346
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | NonNullable<import("csstype").Property.FlexWrap>[] | readonly import("csstype").Property.FlexWrap[];
3347
+ WebkitFontFeatureSettings?: string[] | import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[];
3348
+ WebkitFontKerning?: import("csstype").Property.FontKerning | NonNullable<import("csstype").Property.FontKerning>[] | readonly import("csstype").Property.FontKerning[];
3349
+ WebkitFontSmoothing?: readonly string[] | import("csstype").Property.FontSmooth<string | number> | NonNullable<import("csstype").Property.FontSmooth<string | number>>[];
3350
+ WebkitFontVariantLigatures?: string[] | import("csstype").Property.FontVariantLigatures | readonly import("csstype").Property.FontVariantLigatures[];
3351
+ WebkitHyphenateCharacter?: string[] | import("csstype").Property.HyphenateCharacter | readonly import("csstype").Property.HyphenateCharacter[];
3352
+ WebkitHyphens?: import("csstype").Property.Hyphens | NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
3353
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | NonNullable<import("csstype").Property.InitialLetter>[] | readonly ((string & {}) | import("csstype").Globals | "normal")[];
3354
+ WebkitJustifyContent?: string[] | import("csstype").Property.JustifyContent | readonly import("csstype").Property.JustifyContent[];
3355
+ WebkitLineBreak?: import("csstype").Property.LineBreak | NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
3356
+ WebkitLineClamp?: readonly ("none" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.WebkitLineClamp | NonNullable<import("csstype").Property.WebkitLineClamp>[];
3357
+ WebkitMarginEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[];
3358
+ WebkitMarginStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[];
3359
+ WebkitMaskAttachment?: string[] | import("csstype").Property.WebkitMaskAttachment | readonly import("csstype").Property.WebkitMaskAttachment[];
3360
+ WebkitMaskBoxImageOutset?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderOutset<string | number> | NonNullable<import("csstype").Property.MaskBorderOutset<string | number>>[];
3361
+ WebkitMaskBoxImageRepeat?: string[] | import("csstype").Property.MaskBorderRepeat | readonly import("csstype").Property.MaskBorderRepeat[];
3362
+ WebkitMaskBoxImageSlice?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.MaskBorderSlice | NonNullable<import("csstype").Property.MaskBorderSlice>[];
3363
+ WebkitMaskBoxImageSource?: string[] | import("csstype").Property.MaskBorderSource | readonly import("csstype").Property.MaskBorderSource[];
3364
+ WebkitMaskBoxImageWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderWidth<string | number> | NonNullable<import("csstype").Property.MaskBorderWidth<string | number>>[];
3365
+ WebkitMaskClip?: string[] | import("csstype").Property.WebkitMaskClip | readonly import("csstype").Property.WebkitMaskClip[];
3366
+ WebkitMaskComposite?: string[] | import("csstype").Property.WebkitMaskComposite | readonly import("csstype").Property.WebkitMaskComposite[];
3367
+ WebkitMaskImage?: string[] | import("csstype").Property.WebkitMaskImage | readonly import("csstype").Property.WebkitMaskImage[];
3368
+ WebkitMaskOrigin?: string[] | import("csstype").Property.WebkitMaskOrigin | readonly import("csstype").Property.WebkitMaskOrigin[];
3369
+ WebkitMaskPosition?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskPosition<string | number> | NonNullable<import("csstype").Property.WebkitMaskPosition<string | number>>[];
3370
+ WebkitMaskPositionX?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskPositionX<string | number> | NonNullable<import("csstype").Property.WebkitMaskPositionX<string | number>>[];
3371
+ WebkitMaskPositionY?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskPositionY<string | number> | NonNullable<import("csstype").Property.WebkitMaskPositionY<string | number>>[];
3372
+ WebkitMaskRepeat?: string[] | import("csstype").Property.WebkitMaskRepeat | readonly import("csstype").Property.WebkitMaskRepeat[];
3373
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | NonNullable<import("csstype").Property.WebkitMaskRepeatX>[] | readonly import("csstype").Property.WebkitMaskRepeatX[];
3374
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | NonNullable<import("csstype").Property.WebkitMaskRepeatY>[] | readonly import("csstype").Property.WebkitMaskRepeatY[];
3375
+ WebkitMaskSize?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskSize<string | number> | NonNullable<import("csstype").Property.WebkitMaskSize<string | number>>[];
3376
+ WebkitMaxInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaxInlineSize<string | number> | NonNullable<import("csstype").Property.MaxInlineSize<string | number>>[];
3377
+ WebkitOrder?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Order | NonNullable<import("csstype").Property.Order>[];
3378
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | NonNullable<import("csstype").Property.WebkitOverflowScrolling>[] | readonly import("csstype").Property.WebkitOverflowScrolling[];
3379
+ WebkitPaddingEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[];
3380
+ WebkitPaddingStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[];
3381
+ WebkitPerspective?: readonly string[] | import("csstype").Property.Perspective<string | number> | NonNullable<import("csstype").Property.Perspective<string | number>>[];
3382
+ WebkitPerspectiveOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[];
3383
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | NonNullable<import("csstype").Property.PrintColorAdjust>[] | readonly import("csstype").Property.PrintColorAdjust[];
3384
+ WebkitRubyPosition?: string[] | import("csstype").Property.RubyPosition | readonly import("csstype").Property.RubyPosition[];
3385
+ WebkitScrollSnapType?: string[] | import("csstype").Property.ScrollSnapType | readonly import("csstype").Property.ScrollSnapType[];
3386
+ WebkitShapeMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ShapeMargin<string | number> | NonNullable<import("csstype").Property.ShapeMargin<string | number>>[];
3387
+ WebkitTapHighlightColor?: string[] | import("csstype").Property.WebkitTapHighlightColor | readonly import("csstype").Property.WebkitTapHighlightColor[];
3388
+ WebkitTextCombine?: string[] | import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[];
3389
+ WebkitTextDecorationColor?: string[] | import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[];
3390
+ WebkitTextDecorationLine?: string[] | import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[];
3391
+ WebkitTextDecorationSkip?: string[] | import("csstype").Property.TextDecorationSkip | readonly import("csstype").Property.TextDecorationSkip[];
3392
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | NonNullable<import("csstype").Property.TextDecorationStyle>[] | readonly import("csstype").Property.TextDecorationStyle[];
3393
+ WebkitTextEmphasisColor?: string[] | import("csstype").Property.TextEmphasisColor | readonly import("csstype").Property.TextEmphasisColor[];
3394
+ WebkitTextEmphasisPosition?: string[] | import("csstype").Property.TextEmphasisPosition | readonly import("csstype").Property.TextEmphasisPosition[];
3395
+ WebkitTextEmphasisStyle?: string[] | import("csstype").Property.TextEmphasisStyle | readonly import("csstype").Property.TextEmphasisStyle[];
3396
+ WebkitTextFillColor?: string[] | import("csstype").Property.WebkitTextFillColor | readonly import("csstype").Property.WebkitTextFillColor[];
3397
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | NonNullable<import("csstype").Property.TextOrientation>[] | readonly import("csstype").Property.TextOrientation[];
3398
+ WebkitTextSizeAdjust?: string[] | import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[];
3399
+ WebkitTextStrokeColor?: string[] | import("csstype").Property.WebkitTextStrokeColor | readonly import("csstype").Property.WebkitTextStrokeColor[];
3400
+ WebkitTextStrokeWidth?: readonly string[] | import("csstype").Property.WebkitTextStrokeWidth<string | number> | NonNullable<import("csstype").Property.WebkitTextStrokeWidth<string | number>>[];
3401
+ WebkitTextUnderlinePosition?: string[] | import("csstype").Property.TextUnderlinePosition | readonly import("csstype").Property.TextUnderlinePosition[];
3402
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | NonNullable<import("csstype").Property.WebkitTouchCallout>[] | readonly import("csstype").Property.WebkitTouchCallout[];
3403
+ WebkitTransform?: string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
3404
+ WebkitTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
3405
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | NonNullable<import("csstype").Property.TransformStyle>[] | readonly import("csstype").Property.TransformStyle[];
3406
+ WebkitTransitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
3407
+ WebkitTransitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
3408
+ WebkitTransitionProperty?: string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
3409
+ WebkitTransitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
3410
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | NonNullable<import("csstype").Property.WebkitUserModify>[] | readonly import("csstype").Property.WebkitUserModify[];
3411
+ WebkitUserSelect?: import("csstype").Property.UserSelect | NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
3412
+ WebkitWritingMode?: import("csstype").Property.WritingMode | NonNullable<import("csstype").Property.WritingMode>[] | readonly import("csstype").Property.WritingMode[];
3413
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly (import("csstype").Globals | import("csstype").DataType.SingleAnimationDirection | import("csstype").DataType.SingleAnimationFillMode | "infinite" | "paused" | "running" | import("csstype").DataType.EasingFunction)[];
3414
+ MozBorderImage?: import("csstype").Property.BorderImage | NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[];
3415
+ MozColumnRule?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | NonNullable<import("csstype").Property.ColumnRule<string | number>>[];
3416
+ MozColumns?: readonly (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | NonNullable<import("csstype").Property.Columns<string | number>>[];
3417
+ MozTransition?: string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
3418
+ msContentZoomLimit?: string[] | import("csstype").Property.MsContentZoomLimit | readonly import("csstype").Property.MsContentZoomLimit[];
3419
+ msContentZoomSnap?: string[] | import("csstype").Property.MsContentZoomSnap | readonly import("csstype").Property.MsContentZoomSnap[];
3420
+ msFlex?: readonly (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | NonNullable<import("csstype").Property.Flex<string | number>>[];
3421
+ msScrollLimit?: string[] | import("csstype").Property.MsScrollLimit | readonly import("csstype").Property.MsScrollLimit[];
3422
+ msScrollSnapX?: string[] | import("csstype").Property.MsScrollSnapX | readonly import("csstype").Property.MsScrollSnapX[];
3423
+ msScrollSnapY?: string[] | import("csstype").Property.MsScrollSnapY | readonly import("csstype").Property.MsScrollSnapY[];
3424
+ msTransition?: string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
3425
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly (import("csstype").Globals | import("csstype").DataType.SingleAnimationDirection | import("csstype").DataType.SingleAnimationFillMode | "infinite" | "paused" | "running" | import("csstype").DataType.EasingFunction)[];
3426
+ WebkitBorderBefore?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitBorderBefore<string | number> | NonNullable<import("csstype").Property.WebkitBorderBefore<string | number>>[];
3427
+ WebkitBorderImage?: import("csstype").Property.BorderImage | NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[];
3428
+ WebkitBorderRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | NonNullable<import("csstype").Property.BorderRadius<string | number>>[];
3429
+ WebkitColumnRule?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | NonNullable<import("csstype").Property.ColumnRule<string | number>>[];
3430
+ WebkitColumns?: readonly (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | NonNullable<import("csstype").Property.Columns<string | number>>[];
3431
+ WebkitFlex?: readonly (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | NonNullable<import("csstype").Property.Flex<string | number>>[];
3432
+ WebkitFlexFlow?: string[] | import("csstype").Property.FlexFlow | readonly import("csstype").Property.FlexFlow[];
3433
+ WebkitMask?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMask<string | number> | NonNullable<import("csstype").Property.WebkitMask<string | number>>[];
3434
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | NonNullable<import("csstype").Property.MaskBorder>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space" | "alpha" | "luminance")[];
3435
+ WebkitTextEmphasis?: string[] | import("csstype").Property.TextEmphasis | readonly import("csstype").Property.TextEmphasis[];
3436
+ WebkitTextStroke?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitTextStroke<string | number> | NonNullable<import("csstype").Property.WebkitTextStroke<string | number>>[];
3437
+ WebkitTransition?: string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
3438
+ azimuth?: string[] | import("csstype").Property.Azimuth | readonly import("csstype").Property.Azimuth[];
3439
+ boxAlign?: import("csstype").Property.BoxAlign | NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
3440
+ boxDirection?: import("csstype").Property.BoxDirection | NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
3441
+ boxFlex?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlex | NonNullable<import("csstype").Property.BoxFlex>[];
3442
+ boxFlexGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlexGroup | NonNullable<import("csstype").Property.BoxFlexGroup>[];
3443
+ boxLines?: import("csstype").Property.BoxLines | NonNullable<import("csstype").Property.BoxLines>[] | readonly import("csstype").Property.BoxLines[];
3444
+ boxOrdinalGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxOrdinalGroup | NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
3445
+ boxOrient?: import("csstype").Property.BoxOrient | NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
3446
+ boxPack?: import("csstype").Property.BoxPack | NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
3447
+ clip?: string[] | import("csstype").Property.Clip | readonly import("csstype").Property.Clip[];
3448
+ gridColumnGap?: readonly (string | (string & {}))[] | import("csstype").Property.GridColumnGap<string | number> | NonNullable<import("csstype").Property.GridColumnGap<string | number>>[];
3449
+ gridGap?: readonly (string | (string & {}))[] | import("csstype").Property.GridGap<string | number> | NonNullable<import("csstype").Property.GridGap<string | number>>[];
3450
+ gridRowGap?: readonly (string | (string & {}))[] | import("csstype").Property.GridRowGap<string | number> | NonNullable<import("csstype").Property.GridRowGap<string | number>>[];
3451
+ imeMode?: import("csstype").Property.ImeMode | NonNullable<import("csstype").Property.ImeMode>[] | readonly import("csstype").Property.ImeMode[];
3452
+ offsetBlock?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlock<string | number> | NonNullable<import("csstype").Property.InsetBlock<string | number>>[];
3453
+ offsetBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockEnd<string | number> | NonNullable<import("csstype").Property.InsetBlockEnd<string | number>>[];
3454
+ offsetBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockStart<string | number> | NonNullable<import("csstype").Property.InsetBlockStart<string | number>>[];
3455
+ offsetInline?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInline<string | number> | NonNullable<import("csstype").Property.InsetInline<string | number>>[];
3456
+ offsetInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineEnd<string | number> | NonNullable<import("csstype").Property.InsetInlineEnd<string | number>>[];
3457
+ offsetInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineStart<string | number> | NonNullable<import("csstype").Property.InsetInlineStart<string | number>>[];
3458
+ scrollSnapCoordinate?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollSnapCoordinate<string | number> | NonNullable<import("csstype").Property.ScrollSnapCoordinate<string | number>>[];
3459
+ scrollSnapDestination?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollSnapDestination<string | number> | NonNullable<import("csstype").Property.ScrollSnapDestination<string | number>>[];
3460
+ scrollSnapPointsX?: string[] | import("csstype").Property.ScrollSnapPointsX | readonly import("csstype").Property.ScrollSnapPointsX[];
3461
+ scrollSnapPointsY?: string[] | import("csstype").Property.ScrollSnapPointsY | readonly import("csstype").Property.ScrollSnapPointsY[];
3462
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | NonNullable<import("csstype").Property.ScrollSnapTypeX>[] | readonly import("csstype").Property.ScrollSnapTypeX[];
3463
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | NonNullable<import("csstype").Property.ScrollSnapTypeY>[] | readonly import("csstype").Property.ScrollSnapTypeY[];
3464
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
3465
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
3466
+ KhtmlBoxFlex?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlex | NonNullable<import("csstype").Property.BoxFlex>[];
3467
+ KhtmlBoxFlexGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlexGroup | NonNullable<import("csstype").Property.BoxFlexGroup>[];
3468
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | NonNullable<import("csstype").Property.BoxLines>[] | readonly import("csstype").Property.BoxLines[];
3469
+ KhtmlBoxOrdinalGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxOrdinalGroup | NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
3470
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
3471
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
3472
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
3473
+ KhtmlOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Opacity | NonNullable<import("csstype").Property.Opacity>[];
3474
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
3475
+ MozBackgroundClip?: string[] | import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[];
3476
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | NonNullable<import("csstype").Property.BoxDecorationBreak>[] | readonly import("csstype").Property.BoxDecorationBreak[];
3477
+ MozBackgroundOrigin?: string[] | import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[];
3478
+ MozBackgroundSize?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | NonNullable<import("csstype").Property.BackgroundSize<string | number>>[];
3479
+ MozBinding?: string[] | import("csstype").Property.MozBinding | readonly import("csstype").Property.MozBinding[];
3480
+ MozBorderRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | NonNullable<import("csstype").Property.BorderRadius<string | number>>[];
3481
+ MozBorderRadiusBottomleft?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[];
3482
+ MozBorderRadiusBottomright?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[];
3483
+ MozBorderRadiusTopleft?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[];
3484
+ MozBorderRadiusTopright?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[];
3485
+ MozBoxAlign?: import("csstype").Property.BoxAlign | NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
3486
+ MozBoxDirection?: import("csstype").Property.BoxDirection | NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
3487
+ MozBoxFlex?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlex | NonNullable<import("csstype").Property.BoxFlex>[];
3488
+ MozBoxOrdinalGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxOrdinalGroup | NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
3489
+ MozBoxOrient?: import("csstype").Property.BoxOrient | NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
3490
+ MozBoxPack?: import("csstype").Property.BoxPack | NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
3491
+ MozBoxShadow?: string[] | import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[];
3492
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | NonNullable<import("csstype").Property.MozFloatEdge>[] | readonly import("csstype").Property.MozFloatEdge[];
3493
+ MozForceBrokenImageIcon?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.MozForceBrokenImageIcon | NonNullable<import("csstype").Property.MozForceBrokenImageIcon>[];
3494
+ MozOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Opacity | NonNullable<import("csstype").Property.Opacity>[];
3495
+ MozOutline?: readonly (string | (string & {}))[] | import("csstype").Property.Outline<string | number> | NonNullable<import("csstype").Property.Outline<string | number>>[];
3496
+ MozOutlineColor?: string[] | import("csstype").Property.OutlineColor | readonly import("csstype").Property.OutlineColor[];
3497
+ MozOutlineRadius?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadius<string | number> | NonNullable<import("csstype").Property.MozOutlineRadius<string | number>>[];
3498
+ MozOutlineRadiusBottomleft?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | NonNullable<import("csstype").Property.MozOutlineRadiusBottomleft<string | number>>[];
3499
+ MozOutlineRadiusBottomright?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusBottomright<string | number> | NonNullable<import("csstype").Property.MozOutlineRadiusBottomright<string | number>>[];
3500
+ MozOutlineRadiusTopleft?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusTopleft<string | number> | NonNullable<import("csstype").Property.MozOutlineRadiusTopleft<string | number>>[];
3501
+ MozOutlineRadiusTopright?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusTopright<string | number> | NonNullable<import("csstype").Property.MozOutlineRadiusTopright<string | number>>[];
3502
+ MozOutlineStyle?: string[] | import("csstype").Property.OutlineStyle | readonly import("csstype").Property.OutlineStyle[];
3503
+ MozOutlineWidth?: readonly string[] | import("csstype").Property.OutlineWidth<string | number> | NonNullable<import("csstype").Property.OutlineWidth<string | number>>[];
3504
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | NonNullable<import("csstype").Property.TextAlignLast>[] | readonly import("csstype").Property.TextAlignLast[];
3505
+ MozTextDecorationColor?: string[] | import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[];
3506
+ MozTextDecorationLine?: string[] | import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[];
3507
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | NonNullable<import("csstype").Property.TextDecorationStyle>[] | readonly import("csstype").Property.TextDecorationStyle[];
3508
+ MozUserInput?: import("csstype").Property.MozUserInput | NonNullable<import("csstype").Property.MozUserInput>[] | readonly import("csstype").Property.MozUserInput[];
3509
+ msImeMode?: import("csstype").Property.ImeMode | NonNullable<import("csstype").Property.ImeMode>[] | readonly import("csstype").Property.ImeMode[];
3510
+ OAnimation?: import("csstype").Property.Animation<string & {}> | NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly (import("csstype").Globals | import("csstype").DataType.SingleAnimationDirection | import("csstype").DataType.SingleAnimationFillMode | "infinite" | "paused" | "running" | import("csstype").DataType.EasingFunction)[];
3511
+ OAnimationDelay?: string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
3512
+ OAnimationDirection?: string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
3513
+ OAnimationDuration?: string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
3514
+ OAnimationFillMode?: string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
3515
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import("csstype").Globals | "infinite")[];
3516
+ OAnimationName?: string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
3517
+ OAnimationPlayState?: string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
3518
+ OAnimationTimingFunction?: string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
3519
+ OBackgroundSize?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | NonNullable<import("csstype").Property.BackgroundSize<string | number>>[];
3520
+ OBorderImage?: import("csstype").Property.BorderImage | NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[];
3521
+ OObjectFit?: import("csstype").Property.ObjectFit | NonNullable<import("csstype").Property.ObjectFit>[] | readonly import("csstype").Property.ObjectFit[];
3522
+ OObjectPosition?: readonly (string | (string & {}))[] | import("csstype").Property.ObjectPosition<string | number> | NonNullable<import("csstype").Property.ObjectPosition<string | number>>[];
3523
+ OTabSize?: readonly (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | NonNullable<import("csstype").Property.TabSize<string | number>>[];
3524
+ OTextOverflow?: string[] | import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[];
3525
+ OTransform?: string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
3526
+ OTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
3527
+ OTransition?: string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
3528
+ OTransitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
3529
+ OTransitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
3530
+ OTransitionProperty?: string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
3531
+ OTransitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
3532
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
3533
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
3534
+ WebkitBoxFlex?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlex | NonNullable<import("csstype").Property.BoxFlex>[];
3535
+ WebkitBoxFlexGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlexGroup | NonNullable<import("csstype").Property.BoxFlexGroup>[];
3536
+ WebkitBoxLines?: import("csstype").Property.BoxLines | NonNullable<import("csstype").Property.BoxLines>[] | readonly import("csstype").Property.BoxLines[];
3537
+ WebkitBoxOrdinalGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxOrdinalGroup | NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
3538
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
3539
+ WebkitBoxPack?: import("csstype").Property.BoxPack | NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
3540
+ WebkitScrollSnapPointsX?: string[] | import("csstype").Property.ScrollSnapPointsX | readonly import("csstype").Property.ScrollSnapPointsX[];
3541
+ WebkitScrollSnapPointsY?: string[] | import("csstype").Property.ScrollSnapPointsY | readonly import("csstype").Property.ScrollSnapPointsY[];
3542
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | NonNullable<import("csstype").Property.AlignmentBaseline>[] | readonly import("csstype").Property.AlignmentBaseline[];
3543
+ baselineShift?: readonly (string | (string & {}))[] | import("csstype").Property.BaselineShift<string | number> | NonNullable<import("csstype").Property.BaselineShift<string | number>>[];
3544
+ clipRule?: import("csstype").Property.ClipRule | NonNullable<import("csstype").Property.ClipRule>[] | readonly import("csstype").Property.ClipRule[];
3545
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | NonNullable<import("csstype").Property.ColorInterpolation>[] | readonly import("csstype").Property.ColorInterpolation[];
3546
+ colorRendering?: import("csstype").Property.ColorRendering | NonNullable<import("csstype").Property.ColorRendering>[] | readonly import("csstype").Property.ColorRendering[];
3547
+ dominantBaseline?: import("csstype").Property.DominantBaseline | NonNullable<import("csstype").Property.DominantBaseline>[] | readonly import("csstype").Property.DominantBaseline[];
3548
+ fill?: string[] | import("csstype").Property.Fill | readonly import("csstype").Property.Fill[];
3549
+ fillOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FillOpacity | NonNullable<import("csstype").Property.FillOpacity>[];
3550
+ fillRule?: import("csstype").Property.FillRule | NonNullable<import("csstype").Property.FillRule>[] | readonly import("csstype").Property.FillRule[];
3551
+ floodColor?: string[] | import("csstype").Property.FloodColor | readonly import("csstype").Property.FloodColor[];
3552
+ floodOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FloodOpacity | NonNullable<import("csstype").Property.FloodOpacity>[];
3553
+ glyphOrientationVertical?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GlyphOrientationVertical | NonNullable<import("csstype").Property.GlyphOrientationVertical>[];
3554
+ lightingColor?: string[] | import("csstype").Property.LightingColor | readonly import("csstype").Property.LightingColor[];
3555
+ marker?: string[] | import("csstype").Property.Marker | readonly import("csstype").Property.Marker[];
3556
+ markerEnd?: string[] | import("csstype").Property.MarkerEnd | readonly import("csstype").Property.MarkerEnd[];
3557
+ markerMid?: string[] | import("csstype").Property.MarkerMid | readonly import("csstype").Property.MarkerMid[];
3558
+ markerStart?: string[] | import("csstype").Property.MarkerStart | readonly import("csstype").Property.MarkerStart[];
3559
+ shapeRendering?: import("csstype").Property.ShapeRendering | NonNullable<import("csstype").Property.ShapeRendering>[] | readonly import("csstype").Property.ShapeRendering[];
3560
+ stopColor?: string[] | import("csstype").Property.StopColor | readonly import("csstype").Property.StopColor[];
3561
+ stopOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.StopOpacity | NonNullable<import("csstype").Property.StopOpacity>[];
3562
+ stroke?: string[] | import("csstype").Property.Stroke | readonly import("csstype").Property.Stroke[];
3563
+ strokeDasharray?: readonly (string | (string & {}))[] | import("csstype").Property.StrokeDasharray<string | number> | NonNullable<import("csstype").Property.StrokeDasharray<string | number>>[];
3564
+ strokeDashoffset?: readonly (string | (string & {}))[] | import("csstype").Property.StrokeDashoffset<string | number> | NonNullable<import("csstype").Property.StrokeDashoffset<string | number>>[];
3565
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | NonNullable<import("csstype").Property.StrokeLinecap>[] | readonly import("csstype").Property.StrokeLinecap[];
3566
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | NonNullable<import("csstype").Property.StrokeLinejoin>[] | readonly import("csstype").Property.StrokeLinejoin[];
3567
+ strokeMiterlimit?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.StrokeMiterlimit | NonNullable<import("csstype").Property.StrokeMiterlimit>[];
3568
+ strokeOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.StrokeOpacity | NonNullable<import("csstype").Property.StrokeOpacity>[];
3569
+ strokeWidth?: readonly (string | (string & {}))[] | import("csstype").Property.StrokeWidth<string | number> | NonNullable<import("csstype").Property.StrokeWidth<string | number>>[];
3570
+ textAnchor?: import("csstype").Property.TextAnchor | NonNullable<import("csstype").Property.TextAnchor>[] | readonly import("csstype").Property.TextAnchor[];
3571
+ vectorEffect?: import("csstype").Property.VectorEffect | NonNullable<import("csstype").Property.VectorEffect>[] | readonly import("csstype").Property.VectorEffect[];
3572
+ ":-moz-any()"?: CSSObject;
3573
+ ":-moz-dir"?: CSSObject;
3574
+ ":-webkit-any()"?: CSSObject;
3575
+ "::cue"?: CSSObject;
3576
+ "::cue-region"?: CSSObject;
3577
+ "::part"?: CSSObject;
3578
+ "::slotted"?: CSSObject;
3579
+ ":dir"?: CSSObject;
3580
+ ":has"?: CSSObject;
3581
+ ":host"?: CSSObject;
3582
+ ":host-context"?: CSSObject;
3583
+ ":is"?: CSSObject;
3584
+ ":lang"?: CSSObject;
3585
+ ":matches()"?: CSSObject;
3586
+ ":not"?: CSSObject;
3587
+ ":nth-child"?: CSSObject;
3588
+ ":nth-last-child"?: CSSObject;
3589
+ ":nth-last-of-type"?: CSSObject;
3590
+ ":nth-of-type"?: CSSObject;
3591
+ ":where"?: CSSObject;
3592
+ ":-khtml-any-link"?: CSSObject;
3593
+ ":-moz-any-link"?: CSSObject;
3594
+ ":-moz-focusring"?: CSSObject;
3595
+ ":-moz-full-screen"?: CSSObject;
3596
+ ":-moz-placeholder"?: CSSObject;
3597
+ ":-moz-read-only"?: CSSObject;
3598
+ ":-moz-read-write"?: CSSObject;
3599
+ ":-moz-ui-invalid"?: CSSObject;
3600
+ ":-moz-ui-valid"?: CSSObject;
3601
+ ":-ms-fullscreen"?: CSSObject;
3602
+ ":-ms-input-placeholder"?: CSSObject;
3603
+ ":-webkit-any-link"?: CSSObject;
3604
+ ":-webkit-full-screen"?: CSSObject;
3605
+ "::-moz-placeholder"?: CSSObject;
3606
+ "::-moz-progress-bar"?: CSSObject;
3607
+ "::-moz-range-progress"?: CSSObject;
3608
+ "::-moz-range-thumb"?: CSSObject;
3609
+ "::-moz-range-track"?: CSSObject;
3610
+ "::-moz-selection"?: CSSObject;
3611
+ "::-ms-backdrop"?: CSSObject;
3612
+ "::-ms-browse"?: CSSObject;
3613
+ "::-ms-check"?: CSSObject;
3614
+ "::-ms-clear"?: CSSObject;
3615
+ "::-ms-expand"?: CSSObject;
3616
+ "::-ms-fill"?: CSSObject;
3617
+ "::-ms-fill-lower"?: CSSObject;
3618
+ "::-ms-fill-upper"?: CSSObject;
3619
+ "::-ms-input-placeholder"?: CSSObject;
3620
+ "::-ms-reveal"?: CSSObject;
3621
+ "::-ms-thumb"?: CSSObject;
3622
+ "::-ms-ticks-after"?: CSSObject;
3623
+ "::-ms-ticks-before"?: CSSObject;
3624
+ "::-ms-tooltip"?: CSSObject;
3625
+ "::-ms-track"?: CSSObject;
3626
+ "::-ms-value"?: CSSObject;
3627
+ "::-webkit-backdrop"?: CSSObject;
3628
+ "::-webkit-input-placeholder"?: CSSObject;
3629
+ "::-webkit-progress-bar"?: CSSObject;
3630
+ "::-webkit-progress-inner-value"?: CSSObject;
3631
+ "::-webkit-progress-value"?: CSSObject;
3632
+ "::-webkit-slider-runnable-track"?: CSSObject;
3633
+ "::-webkit-slider-thumb"?: CSSObject;
3634
+ "::after"?: CSSObject;
3635
+ "::backdrop"?: CSSObject;
3636
+ "::before"?: CSSObject;
3637
+ "::first-letter"?: CSSObject;
3638
+ "::first-line"?: CSSObject;
3639
+ "::grammar-error"?: CSSObject;
3640
+ "::marker"?: CSSObject;
3641
+ "::placeholder"?: CSSObject;
3642
+ "::selection"?: CSSObject;
3643
+ "::spelling-error"?: CSSObject;
3644
+ "::target-text"?: CSSObject;
3645
+ ":active"?: CSSObject;
3646
+ ":after"?: CSSObject;
3647
+ ":any-link"?: CSSObject;
3648
+ ":before"?: CSSObject;
3649
+ ":blank"?: CSSObject;
3650
+ ":checked"?: CSSObject;
3651
+ ":current"?: CSSObject;
3652
+ ":default"?: CSSObject;
3653
+ ":defined"?: CSSObject;
3654
+ ":disabled"?: CSSObject;
3655
+ ":empty"?: CSSObject;
3656
+ ":enabled"?: CSSObject;
3657
+ ":first"?: CSSObject;
3658
+ ":first-child"?: CSSObject;
3659
+ ":first-letter"?: CSSObject;
3660
+ ":first-line"?: CSSObject;
3661
+ ":first-of-type"?: CSSObject;
3662
+ ":focus"?: CSSObject;
3663
+ ":focus-visible"?: CSSObject;
3664
+ ":focus-within"?: CSSObject;
3665
+ ":fullscreen"?: CSSObject;
3666
+ ":future"?: CSSObject;
3667
+ ":hover"?: CSSObject;
3668
+ ":in-range"?: CSSObject;
3669
+ ":indeterminate"?: CSSObject;
3670
+ ":invalid"?: CSSObject;
3671
+ ":last-child"?: CSSObject;
3672
+ ":last-of-type"?: CSSObject;
3673
+ ":left"?: CSSObject;
3674
+ ":link"?: CSSObject;
3675
+ ":local-link"?: CSSObject;
3676
+ ":nth-col"?: CSSObject;
3677
+ ":nth-last-col"?: CSSObject;
3678
+ ":only-child"?: CSSObject;
3679
+ ":only-of-type"?: CSSObject;
3680
+ ":optional"?: CSSObject;
3681
+ ":out-of-range"?: CSSObject;
3682
+ ":past"?: CSSObject;
3683
+ ":paused"?: CSSObject;
3684
+ ":picture-in-picture"?: CSSObject;
3685
+ ":placeholder-shown"?: CSSObject;
3686
+ ":playing"?: CSSObject;
3687
+ ":read-only"?: CSSObject;
3688
+ ":read-write"?: CSSObject;
3689
+ ":required"?: CSSObject;
3690
+ ":right"?: CSSObject;
3691
+ ":root"?: CSSObject;
3692
+ ":scope"?: CSSObject;
3693
+ ":target"?: CSSObject;
3694
+ ":target-within"?: CSSObject;
3695
+ ":user-invalid"?: CSSObject;
3696
+ ":user-valid"?: CSSObject;
3697
+ ":valid"?: CSSObject;
3698
+ ":visited"?: CSSObject;
972
3699
  };
973
3700
  dropdownIndicator: (provided: any, selectProps: any) => any;
974
3701
  group: (provided: any) => any;