@signal24/vue-foundation 4.20.2 → 4.21.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,21 +1,3212 @@
1
+ import type { CSSProperties } from 'vue';
1
2
  import type { OverlayAnchorOptions } from './overlay-types';
2
3
  type __VLS_Props = {
3
4
  overlayId: string;
4
5
  anchor: OverlayAnchorOptions;
5
6
  };
6
- declare function __VLS_template(): {
7
- attrs: Partial<{}>;
8
- slots: {
9
- default?(_: {}): any;
10
- };
11
- refs: {};
12
- rootEl: HTMLDivElement;
13
- };
14
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
16
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
7
+ declare const anchorStyles: import("vue").Ref<{
8
+ [x: `--${string}`]: string | number | undefined;
9
+ accentColor?: import("csstype").Property.AccentColor | undefined;
10
+ alignContent?: import("csstype").Property.AlignContent | undefined;
11
+ alignItems?: import("csstype").Property.AlignItems | undefined;
12
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
13
+ alignTracks?: import("csstype").Property.AlignTracks | undefined;
14
+ animationComposition?: import("csstype").Property.AnimationComposition | undefined;
15
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
16
+ animationDirection?: import("csstype").Property.AnimationDirection | undefined;
17
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
18
+ animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
19
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
20
+ animationName?: import("csstype").Property.AnimationName | undefined;
21
+ animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
22
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
23
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
24
+ animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
25
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
26
+ appearance?: import("csstype").Property.Appearance | undefined;
27
+ aspectRatio?: import("csstype").Property.AspectRatio | undefined;
28
+ backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
29
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
30
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
31
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
32
+ backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
33
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
34
+ backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
35
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
36
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
37
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
38
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
39
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
40
+ blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
41
+ blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
42
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
43
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
44
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
45
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
46
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
47
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
48
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
49
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
50
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
51
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
52
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
53
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
54
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
55
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
56
+ borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
57
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
58
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
59
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
60
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
61
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
62
+ borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
63
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
64
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
65
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
66
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
67
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
68
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
69
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
70
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
71
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
72
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
73
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
74
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
75
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
76
+ borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
77
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
78
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
79
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
80
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
81
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
82
+ borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
83
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
84
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
85
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
86
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
87
+ bottom?: import("csstype").Property.Bottom<string | number> | undefined;
88
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
89
+ boxShadow?: import("csstype").Property.BoxShadow | undefined;
90
+ boxSizing?: import("csstype").Property.BoxSizing | undefined;
91
+ breakAfter?: import("csstype").Property.BreakAfter | undefined;
92
+ breakBefore?: import("csstype").Property.BreakBefore | undefined;
93
+ breakInside?: import("csstype").Property.BreakInside | undefined;
94
+ captionSide?: import("csstype").Property.CaptionSide | undefined;
95
+ caretColor?: import("csstype").Property.CaretColor | undefined;
96
+ caretShape?: import("csstype").Property.CaretShape | undefined;
97
+ clear?: import("csstype").Property.Clear | undefined;
98
+ clipPath?: import("csstype").Property.ClipPath | undefined;
99
+ color?: import("csstype").Property.Color | undefined;
100
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
101
+ colorScheme?: import("csstype").Property.ColorScheme | undefined;
102
+ columnCount?: import("csstype").Property.ColumnCount | undefined;
103
+ columnFill?: import("csstype").Property.ColumnFill | undefined;
104
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
105
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
106
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
107
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
108
+ columnSpan?: import("csstype").Property.ColumnSpan | undefined;
109
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
110
+ contain?: import("csstype").Property.Contain | undefined;
111
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
112
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
113
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
114
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
115
+ containerName?: import("csstype").Property.ContainerName | undefined;
116
+ containerType?: import("csstype").Property.ContainerType | undefined;
117
+ content?: import("csstype").Property.Content | undefined;
118
+ contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
119
+ counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
120
+ counterReset?: import("csstype").Property.CounterReset | undefined;
121
+ counterSet?: import("csstype").Property.CounterSet | undefined;
122
+ cursor?: import("csstype").Property.Cursor | undefined;
123
+ direction?: import("csstype").Property.Direction | undefined;
124
+ display?: import("csstype").Property.Display | undefined;
125
+ emptyCells?: import("csstype").Property.EmptyCells | undefined;
126
+ filter?: import("csstype").Property.Filter | undefined;
127
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
128
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
129
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
130
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
131
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
132
+ float?: import("csstype").Property.Float | undefined;
133
+ fontFamily?: import("csstype").Property.FontFamily | undefined;
134
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
135
+ fontKerning?: import("csstype").Property.FontKerning | undefined;
136
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
137
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
138
+ fontPalette?: import("csstype").Property.FontPalette | undefined;
139
+ fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
140
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
141
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
142
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
143
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
144
+ fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
145
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
146
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
147
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
148
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
149
+ fontVariant?: import("csstype").Property.FontVariant | undefined;
150
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
151
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
152
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
153
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
154
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
155
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
156
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
157
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
158
+ fontWeight?: import("csstype").Property.FontWeight | undefined;
159
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
160
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
161
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
162
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
163
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
164
+ gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
165
+ gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
166
+ gridRowStart?: import("csstype").Property.GridRowStart | undefined;
167
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
168
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
169
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
170
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
171
+ height?: import("csstype").Property.Height<string | number> | undefined;
172
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
173
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
174
+ hyphens?: import("csstype").Property.Hyphens | undefined;
175
+ imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
176
+ imageRendering?: import("csstype").Property.ImageRendering | undefined;
177
+ imageResolution?: import("csstype").Property.ImageResolution | undefined;
178
+ initialLetter?: import("csstype").Property.InitialLetter | undefined;
179
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
180
+ inputSecurity?: import("csstype").Property.InputSecurity | undefined;
181
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
182
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
183
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
184
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
185
+ isolation?: import("csstype").Property.Isolation | undefined;
186
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
187
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
188
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
189
+ justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
190
+ left?: import("csstype").Property.Left<string | number> | undefined;
191
+ letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
192
+ lineBreak?: import("csstype").Property.LineBreak | undefined;
193
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
194
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
195
+ listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
196
+ listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
197
+ listStyleType?: import("csstype").Property.ListStyleType | undefined;
198
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
199
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
200
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
201
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
202
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
203
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
204
+ marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
205
+ marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
206
+ marginTrim?: import("csstype").Property.MarginTrim | undefined;
207
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
208
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
209
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
210
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
211
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
212
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
213
+ maskClip?: import("csstype").Property.MaskClip | undefined;
214
+ maskComposite?: import("csstype").Property.MaskComposite | undefined;
215
+ maskImage?: import("csstype").Property.MaskImage | undefined;
216
+ maskMode?: import("csstype").Property.MaskMode | undefined;
217
+ maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
218
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
219
+ maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
220
+ maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
221
+ maskType?: import("csstype").Property.MaskType | undefined;
222
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
223
+ mathDepth?: import("csstype").Property.MathDepth | undefined;
224
+ mathShift?: import("csstype").Property.MathShift | undefined;
225
+ mathStyle?: import("csstype").Property.MathStyle | undefined;
226
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
227
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
228
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
229
+ maxLines?: import("csstype").Property.MaxLines | undefined;
230
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
231
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
232
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
233
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
234
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
235
+ mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
236
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
237
+ motionPath?: import("csstype").Property.OffsetPath | undefined;
238
+ motionRotation?: import("csstype").Property.OffsetRotate | undefined;
239
+ objectFit?: import("csstype").Property.ObjectFit | undefined;
240
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
241
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
242
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
243
+ offsetPath?: import("csstype").Property.OffsetPath | undefined;
244
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
245
+ offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
246
+ offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
247
+ opacity?: import("csstype").Property.Opacity | undefined;
248
+ order?: import("csstype").Property.Order | undefined;
249
+ orphans?: import("csstype").Property.Orphans | undefined;
250
+ outlineColor?: import("csstype").Property.OutlineColor | undefined;
251
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
252
+ outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
253
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
254
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
255
+ overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
256
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
257
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
258
+ overflowInline?: import("csstype").Property.OverflowInline | undefined;
259
+ overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
260
+ overflowX?: import("csstype").Property.OverflowX | undefined;
261
+ overflowY?: import("csstype").Property.OverflowY | undefined;
262
+ overlay?: import("csstype").Property.Overlay | undefined;
263
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
264
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
265
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
266
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
267
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
268
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
269
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
270
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
271
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
272
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
273
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
274
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
275
+ page?: import("csstype").Property.Page | undefined;
276
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
277
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
278
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
279
+ paintOrder?: import("csstype").Property.PaintOrder | undefined;
280
+ perspective?: import("csstype").Property.Perspective<string | number> | undefined;
281
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
282
+ pointerEvents?: import("csstype").Property.PointerEvents | undefined;
283
+ position?: import("csstype").Property.Position | undefined;
284
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
285
+ quotes?: import("csstype").Property.Quotes | undefined;
286
+ resize?: import("csstype").Property.Resize | undefined;
287
+ right?: import("csstype").Property.Right<string | number> | undefined;
288
+ rotate?: import("csstype").Property.Rotate | undefined;
289
+ rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
290
+ rubyAlign?: import("csstype").Property.RubyAlign | undefined;
291
+ rubyMerge?: import("csstype").Property.RubyMerge | undefined;
292
+ rubyPosition?: import("csstype").Property.RubyPosition | undefined;
293
+ scale?: import("csstype").Property.Scale | undefined;
294
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
295
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
296
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
297
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
298
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
299
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
300
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
301
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
302
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
303
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
304
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
305
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
306
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
307
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
308
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
309
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
310
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
311
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
312
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
313
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
314
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
315
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
316
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
317
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
318
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
319
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
320
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
321
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
322
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
323
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
324
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
325
+ shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
326
+ tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
327
+ tableLayout?: import("csstype").Property.TableLayout | undefined;
328
+ textAlign?: import("csstype").Property.TextAlign | undefined;
329
+ textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
330
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
331
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
332
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
333
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
334
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
335
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
336
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
337
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
338
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
339
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
340
+ textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
341
+ textJustify?: import("csstype").Property.TextJustify | undefined;
342
+ textOrientation?: import("csstype").Property.TextOrientation | undefined;
343
+ textOverflow?: import("csstype").Property.TextOverflow | undefined;
344
+ textRendering?: import("csstype").Property.TextRendering | undefined;
345
+ textShadow?: import("csstype").Property.TextShadow | undefined;
346
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
347
+ textTransform?: import("csstype").Property.TextTransform | undefined;
348
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
349
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
350
+ textWrap?: import("csstype").Property.TextWrap | undefined;
351
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
352
+ top?: import("csstype").Property.Top<string | number> | undefined;
353
+ touchAction?: import("csstype").Property.TouchAction | undefined;
354
+ transform?: import("csstype").Property.Transform | undefined;
355
+ transformBox?: import("csstype").Property.TransformBox | undefined;
356
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
357
+ transformStyle?: import("csstype").Property.TransformStyle | undefined;
358
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
359
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
360
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
361
+ transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
362
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
363
+ translate?: import("csstype").Property.Translate<string | number> | undefined;
364
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
365
+ userSelect?: import("csstype").Property.UserSelect | undefined;
366
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
367
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
368
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
369
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
370
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
371
+ visibility?: import("csstype").Property.Visibility | undefined;
372
+ whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
373
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
374
+ whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
375
+ widows?: import("csstype").Property.Widows | undefined;
376
+ width?: import("csstype").Property.Width<string | number> | undefined;
377
+ willChange?: import("csstype").Property.WillChange | undefined;
378
+ wordBreak?: import("csstype").Property.WordBreak | undefined;
379
+ wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
380
+ wordWrap?: import("csstype").Property.WordWrap | undefined;
381
+ writingMode?: import("csstype").Property.WritingMode | undefined;
382
+ zIndex?: import("csstype").Property.ZIndex | undefined;
383
+ zoom?: import("csstype").Property.Zoom | undefined;
384
+ all?: import("csstype").Globals | undefined;
385
+ animation?: import("csstype").Property.Animation<string & {}> | undefined;
386
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
387
+ background?: import("csstype").Property.Background<string | number> | undefined;
388
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
389
+ border?: import("csstype").Property.Border<string | number> | undefined;
390
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
391
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
392
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
393
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
394
+ borderColor?: import("csstype").Property.BorderColor | undefined;
395
+ borderImage?: import("csstype").Property.BorderImage | undefined;
396
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
397
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
398
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
399
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
400
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
401
+ borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
402
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
403
+ borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
404
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
405
+ caret?: import("csstype").Property.Caret | undefined;
406
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
407
+ columns?: import("csstype").Property.Columns<string | number> | undefined;
408
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
409
+ container?: import("csstype").Property.Container | undefined;
410
+ flex?: import("csstype").Property.Flex<string | number> | undefined;
411
+ flexFlow?: import("csstype").Property.FlexFlow | undefined;
412
+ font?: import("csstype").Property.Font | undefined;
413
+ gap?: import("csstype").Property.Gap<string | number> | undefined;
414
+ grid?: import("csstype").Property.Grid | undefined;
415
+ gridArea?: import("csstype").Property.GridArea | undefined;
416
+ gridColumn?: import("csstype").Property.GridColumn | undefined;
417
+ gridRow?: import("csstype").Property.GridRow | undefined;
418
+ gridTemplate?: import("csstype").Property.GridTemplate | undefined;
419
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
420
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
421
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
422
+ lineClamp?: import("csstype").Property.LineClamp | undefined;
423
+ listStyle?: import("csstype").Property.ListStyle | undefined;
424
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
425
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
426
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
427
+ mask?: import("csstype").Property.Mask<string | number> | undefined;
428
+ maskBorder?: import("csstype").Property.MaskBorder | undefined;
429
+ motion?: import("csstype").Property.Offset<string | number> | undefined;
430
+ offset?: import("csstype").Property.Offset<string | number> | undefined;
431
+ outline?: import("csstype").Property.Outline<string | number> | undefined;
432
+ overflow?: import("csstype").Property.Overflow | undefined;
433
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
434
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
435
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
436
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
437
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
438
+ placeItems?: import("csstype").Property.PlaceItems | undefined;
439
+ placeSelf?: import("csstype").Property.PlaceSelf | undefined;
440
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
441
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
442
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
443
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
444
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
445
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
446
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
447
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
448
+ textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
449
+ textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
450
+ transition?: import("csstype").Property.Transition<string & {}> | undefined;
451
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
452
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
453
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
454
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
455
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
456
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
457
+ MozAnimationName?: import("csstype").Property.AnimationName | undefined;
458
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
459
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
460
+ MozAppearance?: import("csstype").Property.MozAppearance | undefined;
461
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
462
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
463
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
464
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
465
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
466
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
467
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
468
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
469
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
470
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
471
+ MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
472
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
473
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
474
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
475
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
476
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
477
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
478
+ MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
479
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
480
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
481
+ MozHyphens?: import("csstype").Property.Hyphens | undefined;
482
+ MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
483
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
484
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
485
+ MozOrient?: import("csstype").Property.MozOrient | undefined;
486
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
487
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
488
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
489
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
490
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
491
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
492
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
493
+ MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
494
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
495
+ MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
496
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
497
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
498
+ MozUserModify?: import("csstype").Property.MozUserModify | undefined;
499
+ MozUserSelect?: import("csstype").Property.UserSelect | undefined;
500
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
501
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
502
+ msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
503
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
504
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
505
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
506
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
507
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
508
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
509
+ msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
510
+ msFilter?: import("csstype").Property.MsFilter | undefined;
511
+ msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
512
+ msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
513
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
514
+ msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
515
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
516
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
517
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
518
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
519
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
520
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
521
+ msHyphens?: import("csstype").Property.Hyphens | undefined;
522
+ msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
523
+ msLineBreak?: import("csstype").Property.LineBreak | undefined;
524
+ msOrder?: import("csstype").Property.Order | undefined;
525
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
526
+ msOverflowX?: import("csstype").Property.OverflowX | undefined;
527
+ msOverflowY?: import("csstype").Property.OverflowY | undefined;
528
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
529
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
530
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
531
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
532
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
533
+ msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
534
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
535
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
536
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
537
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
538
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
539
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
540
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
541
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
542
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
543
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
544
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
545
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
546
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
547
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
548
+ msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
549
+ msTouchAction?: import("csstype").Property.TouchAction | undefined;
550
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
551
+ msTransform?: import("csstype").Property.Transform | undefined;
552
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
553
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
554
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
555
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
556
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
557
+ msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
558
+ msWordBreak?: import("csstype").Property.WordBreak | undefined;
559
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
560
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
561
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
562
+ msWritingMode?: import("csstype").Property.WritingMode | undefined;
563
+ WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
564
+ WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
565
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
566
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
567
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
568
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
569
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
570
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
571
+ WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
572
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
573
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
574
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
575
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
576
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
577
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
578
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
579
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
580
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
581
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
582
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
583
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
584
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
585
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
586
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
587
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
588
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
589
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
590
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
591
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
592
+ WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
593
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
594
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
595
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
596
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
597
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
598
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
599
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
600
+ WebkitFilter?: import("csstype").Property.Filter | undefined;
601
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
602
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
603
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
604
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
605
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
606
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
607
+ WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
608
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
609
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
610
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
611
+ WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
612
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
613
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
614
+ WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
615
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
616
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
617
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
618
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
619
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
620
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
621
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
622
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
623
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
624
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
625
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
626
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
627
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
628
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
629
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
630
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
631
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
632
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
633
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
634
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
635
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
636
+ WebkitOrder?: import("csstype").Property.Order | undefined;
637
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
638
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
639
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
640
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
641
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
642
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
643
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
644
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
645
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
646
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
647
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
648
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
649
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
650
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
651
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
652
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
653
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
654
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
655
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
656
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
657
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
658
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
659
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
660
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
661
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
662
+ WebkitTransform?: import("csstype").Property.Transform | undefined;
663
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
664
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
665
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
666
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
667
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
668
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
669
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
670
+ WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
671
+ WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
672
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
673
+ MozBorderImage?: import("csstype").Property.BorderImage | undefined;
674
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
675
+ MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
676
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
677
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
678
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
679
+ msFlex?: import("csstype").Property.Flex<string | number> | undefined;
680
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
681
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
682
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
683
+ msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
684
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
685
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
686
+ WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
687
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
688
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
689
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
690
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
691
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
692
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
693
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
694
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
695
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
696
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
697
+ azimuth?: import("csstype").Property.Azimuth | undefined;
698
+ boxAlign?: import("csstype").Property.BoxAlign | undefined;
699
+ boxDirection?: import("csstype").Property.BoxDirection | undefined;
700
+ boxFlex?: import("csstype").Property.BoxFlex | undefined;
701
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
702
+ boxLines?: import("csstype").Property.BoxLines | undefined;
703
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
704
+ boxOrient?: import("csstype").Property.BoxOrient | undefined;
705
+ boxPack?: import("csstype").Property.BoxPack | undefined;
706
+ clip?: import("csstype").Property.Clip | undefined;
707
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
708
+ gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
709
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
710
+ imeMode?: import("csstype").Property.ImeMode | undefined;
711
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
712
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
713
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
714
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
715
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
716
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
717
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
718
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
719
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
720
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
721
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
722
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
723
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
724
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
725
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
726
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
727
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
728
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
729
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
730
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
731
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
732
+ KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
733
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
734
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
735
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
736
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
737
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
738
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
739
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
740
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
741
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
742
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
743
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
744
+ MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
745
+ MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
746
+ MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
747
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
748
+ MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
749
+ MozBoxPack?: import("csstype").Property.BoxPack | undefined;
750
+ MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
751
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
752
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
753
+ MozOpacity?: import("csstype").Property.Opacity | undefined;
754
+ MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
755
+ MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
756
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
757
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
758
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
759
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
760
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
761
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
762
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
763
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
764
+ MozTransform?: import("csstype").Property.Transform | undefined;
765
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
766
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
767
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
768
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
769
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
770
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
771
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
772
+ MozUserInput?: import("csstype").Property.MozUserInput | undefined;
773
+ msImeMode?: import("csstype").Property.ImeMode | undefined;
774
+ OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
775
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
776
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
777
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
778
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
779
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
780
+ OAnimationName?: import("csstype").Property.AnimationName | undefined;
781
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
782
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
783
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
784
+ OBorderImage?: import("csstype").Property.BorderImage | undefined;
785
+ OObjectFit?: import("csstype").Property.ObjectFit | undefined;
786
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
787
+ OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
788
+ OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
789
+ OTransform?: import("csstype").Property.Transform | undefined;
790
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
791
+ OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
792
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
793
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
794
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
795
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
796
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
797
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
798
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
799
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
800
+ WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
801
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
802
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
803
+ WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
804
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
805
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
806
+ clipRule?: import("csstype").Property.ClipRule | undefined;
807
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
808
+ colorRendering?: import("csstype").Property.ColorRendering | undefined;
809
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
810
+ fill?: import("csstype").Property.Fill | undefined;
811
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
812
+ fillRule?: import("csstype").Property.FillRule | undefined;
813
+ floodColor?: import("csstype").Property.FloodColor | undefined;
814
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
815
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
816
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
817
+ marker?: import("csstype").Property.Marker | undefined;
818
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
819
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
820
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
821
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
822
+ stopColor?: import("csstype").Property.StopColor | undefined;
823
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
824
+ stroke?: import("csstype").Property.Stroke | undefined;
825
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
826
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
827
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
828
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
829
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
830
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
831
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
832
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
833
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
834
+ "accent-color"?: import("csstype").Property.AccentColor | undefined;
835
+ "align-content"?: import("csstype").Property.AlignContent | undefined;
836
+ "align-items"?: import("csstype").Property.AlignItems | undefined;
837
+ "align-self"?: import("csstype").Property.AlignSelf | undefined;
838
+ "align-tracks"?: import("csstype").Property.AlignTracks | undefined;
839
+ "animation-composition"?: import("csstype").Property.AnimationComposition | undefined;
840
+ "animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
841
+ "animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
842
+ "animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
843
+ "animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
844
+ "animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
845
+ "animation-name"?: import("csstype").Property.AnimationName | undefined;
846
+ "animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
847
+ "animation-range-end"?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
848
+ "animation-range-start"?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
849
+ "animation-timeline"?: import("csstype").Property.AnimationTimeline | undefined;
850
+ "animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
851
+ "aspect-ratio"?: import("csstype").Property.AspectRatio | undefined;
852
+ "backdrop-filter"?: import("csstype").Property.BackdropFilter | undefined;
853
+ "backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
854
+ "background-attachment"?: import("csstype").Property.BackgroundAttachment | undefined;
855
+ "background-blend-mode"?: import("csstype").Property.BackgroundBlendMode | undefined;
856
+ "background-clip"?: import("csstype").Property.BackgroundClip | undefined;
857
+ "background-color"?: import("csstype").Property.BackgroundColor | undefined;
858
+ "background-image"?: import("csstype").Property.BackgroundImage | undefined;
859
+ "background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
860
+ "background-position-x"?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
861
+ "background-position-y"?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
862
+ "background-repeat"?: import("csstype").Property.BackgroundRepeat | undefined;
863
+ "background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
864
+ "block-overflow"?: import("csstype").Property.BlockOverflow | undefined;
865
+ "block-size"?: import("csstype").Property.BlockSize<string | number> | undefined;
866
+ "border-block-color"?: import("csstype").Property.BorderBlockColor | undefined;
867
+ "border-block-end-color"?: import("csstype").Property.BorderBlockEndColor | undefined;
868
+ "border-block-end-style"?: import("csstype").Property.BorderBlockEndStyle | undefined;
869
+ "border-block-end-width"?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
870
+ "border-block-start-color"?: import("csstype").Property.BorderBlockStartColor | undefined;
871
+ "border-block-start-style"?: import("csstype").Property.BorderBlockStartStyle | undefined;
872
+ "border-block-start-width"?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
873
+ "border-block-style"?: import("csstype").Property.BorderBlockStyle | undefined;
874
+ "border-block-width"?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
875
+ "border-bottom-color"?: import("csstype").Property.BorderBottomColor | undefined;
876
+ "border-bottom-left-radius"?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
877
+ "border-bottom-right-radius"?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
878
+ "border-bottom-style"?: import("csstype").Property.BorderBottomStyle | undefined;
879
+ "border-bottom-width"?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
880
+ "border-collapse"?: import("csstype").Property.BorderCollapse | undefined;
881
+ "border-end-end-radius"?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
882
+ "border-end-start-radius"?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
883
+ "border-image-outset"?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
884
+ "border-image-repeat"?: import("csstype").Property.BorderImageRepeat | undefined;
885
+ "border-image-slice"?: import("csstype").Property.BorderImageSlice | undefined;
886
+ "border-image-source"?: import("csstype").Property.BorderImageSource | undefined;
887
+ "border-image-width"?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
888
+ "border-inline-color"?: import("csstype").Property.BorderInlineColor | undefined;
889
+ "border-inline-end-color"?: import("csstype").Property.BorderInlineEndColor | undefined;
890
+ "border-inline-end-style"?: import("csstype").Property.BorderInlineEndStyle | undefined;
891
+ "border-inline-end-width"?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
892
+ "border-inline-start-color"?: import("csstype").Property.BorderInlineStartColor | undefined;
893
+ "border-inline-start-style"?: import("csstype").Property.BorderInlineStartStyle | undefined;
894
+ "border-inline-start-width"?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
895
+ "border-inline-style"?: import("csstype").Property.BorderInlineStyle | undefined;
896
+ "border-inline-width"?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
897
+ "border-left-color"?: import("csstype").Property.BorderLeftColor | undefined;
898
+ "border-left-style"?: import("csstype").Property.BorderLeftStyle | undefined;
899
+ "border-left-width"?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
900
+ "border-right-color"?: import("csstype").Property.BorderRightColor | undefined;
901
+ "border-right-style"?: import("csstype").Property.BorderRightStyle | undefined;
902
+ "border-right-width"?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
903
+ "border-spacing"?: import("csstype").Property.BorderSpacing<string | number> | undefined;
904
+ "border-start-end-radius"?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
905
+ "border-start-start-radius"?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
906
+ "border-top-color"?: import("csstype").Property.BorderTopColor | undefined;
907
+ "border-top-left-radius"?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
908
+ "border-top-right-radius"?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
909
+ "border-top-style"?: import("csstype").Property.BorderTopStyle | undefined;
910
+ "border-top-width"?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
911
+ "box-decoration-break"?: import("csstype").Property.BoxDecorationBreak | undefined;
912
+ "box-shadow"?: import("csstype").Property.BoxShadow | undefined;
913
+ "box-sizing"?: import("csstype").Property.BoxSizing | undefined;
914
+ "break-after"?: import("csstype").Property.BreakAfter | undefined;
915
+ "break-before"?: import("csstype").Property.BreakBefore | undefined;
916
+ "break-inside"?: import("csstype").Property.BreakInside | undefined;
917
+ "caption-side"?: import("csstype").Property.CaptionSide | undefined;
918
+ "caret-color"?: import("csstype").Property.CaretColor | undefined;
919
+ "caret-shape"?: import("csstype").Property.CaretShape | undefined;
920
+ "clip-path"?: import("csstype").Property.ClipPath | undefined;
921
+ "color-adjust"?: import("csstype").Property.PrintColorAdjust | undefined;
922
+ "color-scheme"?: import("csstype").Property.ColorScheme | undefined;
923
+ "column-count"?: import("csstype").Property.ColumnCount | undefined;
924
+ "column-fill"?: import("csstype").Property.ColumnFill | undefined;
925
+ "column-gap"?: import("csstype").Property.ColumnGap<string | number> | undefined;
926
+ "column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
927
+ "column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
928
+ "column-rule-width"?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
929
+ "column-span"?: import("csstype").Property.ColumnSpan | undefined;
930
+ "column-width"?: import("csstype").Property.ColumnWidth<string | number> | undefined;
931
+ "contain-intrinsic-block-size"?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
932
+ "contain-intrinsic-height"?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
933
+ "contain-intrinsic-inline-size"?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
934
+ "contain-intrinsic-width"?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
935
+ "container-name"?: import("csstype").Property.ContainerName | undefined;
936
+ "container-type"?: import("csstype").Property.ContainerType | undefined;
937
+ "content-visibility"?: import("csstype").Property.ContentVisibility | undefined;
938
+ "counter-increment"?: import("csstype").Property.CounterIncrement | undefined;
939
+ "counter-reset"?: import("csstype").Property.CounterReset | undefined;
940
+ "counter-set"?: import("csstype").Property.CounterSet | undefined;
941
+ "empty-cells"?: import("csstype").Property.EmptyCells | undefined;
942
+ "flex-basis"?: import("csstype").Property.FlexBasis<string | number> | undefined;
943
+ "flex-direction"?: import("csstype").Property.FlexDirection | undefined;
944
+ "flex-grow"?: import("csstype").Property.FlexGrow | undefined;
945
+ "flex-shrink"?: import("csstype").Property.FlexShrink | undefined;
946
+ "flex-wrap"?: import("csstype").Property.FlexWrap | undefined;
947
+ "font-family"?: import("csstype").Property.FontFamily | undefined;
948
+ "font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
949
+ "font-kerning"?: import("csstype").Property.FontKerning | undefined;
950
+ "font-language-override"?: import("csstype").Property.FontLanguageOverride | undefined;
951
+ "font-optical-sizing"?: import("csstype").Property.FontOpticalSizing | undefined;
952
+ "font-palette"?: import("csstype").Property.FontPalette | undefined;
953
+ "font-size"?: import("csstype").Property.FontSize<string | number> | undefined;
954
+ "font-size-adjust"?: import("csstype").Property.FontSizeAdjust | undefined;
955
+ "font-smooth"?: import("csstype").Property.FontSmooth<string | number> | undefined;
956
+ "font-stretch"?: import("csstype").Property.FontStretch | undefined;
957
+ "font-style"?: import("csstype").Property.FontStyle | undefined;
958
+ "font-synthesis"?: import("csstype").Property.FontSynthesis | undefined;
959
+ "font-synthesis-position"?: import("csstype").Property.FontSynthesisPosition | undefined;
960
+ "font-synthesis-small-caps"?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
961
+ "font-synthesis-style"?: import("csstype").Property.FontSynthesisStyle | undefined;
962
+ "font-synthesis-weight"?: import("csstype").Property.FontSynthesisWeight | undefined;
963
+ "font-variant"?: import("csstype").Property.FontVariant | undefined;
964
+ "font-variant-alternates"?: import("csstype").Property.FontVariantAlternates | undefined;
965
+ "font-variant-caps"?: import("csstype").Property.FontVariantCaps | undefined;
966
+ "font-variant-east-asian"?: import("csstype").Property.FontVariantEastAsian | undefined;
967
+ "font-variant-emoji"?: import("csstype").Property.FontVariantEmoji | undefined;
968
+ "font-variant-ligatures"?: import("csstype").Property.FontVariantLigatures | undefined;
969
+ "font-variant-numeric"?: import("csstype").Property.FontVariantNumeric | undefined;
970
+ "font-variant-position"?: import("csstype").Property.FontVariantPosition | undefined;
971
+ "font-variation-settings"?: import("csstype").Property.FontVariationSettings | undefined;
972
+ "font-weight"?: import("csstype").Property.FontWeight | undefined;
973
+ "forced-color-adjust"?: import("csstype").Property.ForcedColorAdjust | undefined;
974
+ "grid-auto-columns"?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
975
+ "grid-auto-flow"?: import("csstype").Property.GridAutoFlow | undefined;
976
+ "grid-auto-rows"?: import("csstype").Property.GridAutoRows<string | number> | undefined;
977
+ "grid-column-end"?: import("csstype").Property.GridColumnEnd | undefined;
978
+ "grid-column-start"?: import("csstype").Property.GridColumnStart | undefined;
979
+ "grid-row-end"?: import("csstype").Property.GridRowEnd | undefined;
980
+ "grid-row-start"?: import("csstype").Property.GridRowStart | undefined;
981
+ "grid-template-areas"?: import("csstype").Property.GridTemplateAreas | undefined;
982
+ "grid-template-columns"?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
983
+ "grid-template-rows"?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
984
+ "hanging-punctuation"?: import("csstype").Property.HangingPunctuation | undefined;
985
+ "hyphenate-character"?: import("csstype").Property.HyphenateCharacter | undefined;
986
+ "hyphenate-limit-chars"?: import("csstype").Property.HyphenateLimitChars | undefined;
987
+ "image-orientation"?: import("csstype").Property.ImageOrientation | undefined;
988
+ "image-rendering"?: import("csstype").Property.ImageRendering | undefined;
989
+ "image-resolution"?: import("csstype").Property.ImageResolution | undefined;
990
+ "initial-letter"?: import("csstype").Property.InitialLetter | undefined;
991
+ "inline-size"?: import("csstype").Property.InlineSize<string | number> | undefined;
992
+ "input-security"?: import("csstype").Property.InputSecurity | undefined;
993
+ "inset-block-end"?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
994
+ "inset-block-start"?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
995
+ "inset-inline-end"?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
996
+ "inset-inline-start"?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
997
+ "justify-content"?: import("csstype").Property.JustifyContent | undefined;
998
+ "justify-items"?: import("csstype").Property.JustifyItems | undefined;
999
+ "justify-self"?: import("csstype").Property.JustifySelf | undefined;
1000
+ "justify-tracks"?: import("csstype").Property.JustifyTracks | undefined;
1001
+ "letter-spacing"?: import("csstype").Property.LetterSpacing<string | number> | undefined;
1002
+ "line-break"?: import("csstype").Property.LineBreak | undefined;
1003
+ "line-height"?: import("csstype").Property.LineHeight<string | number> | undefined;
1004
+ "line-height-step"?: import("csstype").Property.LineHeightStep<string | number> | undefined;
1005
+ "list-style-image"?: import("csstype").Property.ListStyleImage | undefined;
1006
+ "list-style-position"?: import("csstype").Property.ListStylePosition | undefined;
1007
+ "list-style-type"?: import("csstype").Property.ListStyleType | undefined;
1008
+ "margin-block-end"?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1009
+ "margin-block-start"?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1010
+ "margin-bottom"?: import("csstype").Property.MarginBottom<string | number> | undefined;
1011
+ "margin-inline-end"?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1012
+ "margin-inline-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1013
+ "margin-left"?: import("csstype").Property.MarginLeft<string | number> | undefined;
1014
+ "margin-right"?: import("csstype").Property.MarginRight<string | number> | undefined;
1015
+ "margin-top"?: import("csstype").Property.MarginTop<string | number> | undefined;
1016
+ "margin-trim"?: import("csstype").Property.MarginTrim | undefined;
1017
+ "mask-border-mode"?: import("csstype").Property.MaskBorderMode | undefined;
1018
+ "mask-border-outset"?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1019
+ "mask-border-repeat"?: import("csstype").Property.MaskBorderRepeat | undefined;
1020
+ "mask-border-slice"?: import("csstype").Property.MaskBorderSlice | undefined;
1021
+ "mask-border-source"?: import("csstype").Property.MaskBorderSource | undefined;
1022
+ "mask-border-width"?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1023
+ "mask-clip"?: import("csstype").Property.MaskClip | undefined;
1024
+ "mask-composite"?: import("csstype").Property.MaskComposite | undefined;
1025
+ "mask-image"?: import("csstype").Property.MaskImage | undefined;
1026
+ "mask-mode"?: import("csstype").Property.MaskMode | undefined;
1027
+ "mask-origin"?: import("csstype").Property.MaskOrigin | undefined;
1028
+ "mask-position"?: import("csstype").Property.MaskPosition<string | number> | undefined;
1029
+ "mask-repeat"?: import("csstype").Property.MaskRepeat | undefined;
1030
+ "mask-size"?: import("csstype").Property.MaskSize<string | number> | undefined;
1031
+ "mask-type"?: import("csstype").Property.MaskType | undefined;
1032
+ "masonry-auto-flow"?: import("csstype").Property.MasonryAutoFlow | undefined;
1033
+ "math-depth"?: import("csstype").Property.MathDepth | undefined;
1034
+ "math-shift"?: import("csstype").Property.MathShift | undefined;
1035
+ "math-style"?: import("csstype").Property.MathStyle | undefined;
1036
+ "max-block-size"?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
1037
+ "max-height"?: import("csstype").Property.MaxHeight<string | number> | undefined;
1038
+ "max-inline-size"?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1039
+ "max-lines"?: import("csstype").Property.MaxLines | undefined;
1040
+ "max-width"?: import("csstype").Property.MaxWidth<string | number> | undefined;
1041
+ "min-block-size"?: import("csstype").Property.MinBlockSize<string | number> | undefined;
1042
+ "min-height"?: import("csstype").Property.MinHeight<string | number> | undefined;
1043
+ "min-inline-size"?: import("csstype").Property.MinInlineSize<string | number> | undefined;
1044
+ "min-width"?: import("csstype").Property.MinWidth<string | number> | undefined;
1045
+ "mix-blend-mode"?: import("csstype").Property.MixBlendMode | undefined;
1046
+ "motion-distance"?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1047
+ "motion-path"?: import("csstype").Property.OffsetPath | undefined;
1048
+ "motion-rotation"?: import("csstype").Property.OffsetRotate | undefined;
1049
+ "object-fit"?: import("csstype").Property.ObjectFit | undefined;
1050
+ "object-position"?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1051
+ "offset-anchor"?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
1052
+ "offset-distance"?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1053
+ "offset-path"?: import("csstype").Property.OffsetPath | undefined;
1054
+ "offset-position"?: import("csstype").Property.OffsetPosition<string | number> | undefined;
1055
+ "offset-rotate"?: import("csstype").Property.OffsetRotate | undefined;
1056
+ "offset-rotation"?: import("csstype").Property.OffsetRotate | undefined;
1057
+ "outline-color"?: import("csstype").Property.OutlineColor | undefined;
1058
+ "outline-offset"?: import("csstype").Property.OutlineOffset<string | number> | undefined;
1059
+ "outline-style"?: import("csstype").Property.OutlineStyle | undefined;
1060
+ "outline-width"?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1061
+ "overflow-anchor"?: import("csstype").Property.OverflowAnchor | undefined;
1062
+ "overflow-block"?: import("csstype").Property.OverflowBlock | undefined;
1063
+ "overflow-clip-box"?: import("csstype").Property.OverflowClipBox | undefined;
1064
+ "overflow-clip-margin"?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
1065
+ "overflow-inline"?: import("csstype").Property.OverflowInline | undefined;
1066
+ "overflow-wrap"?: import("csstype").Property.OverflowWrap | undefined;
1067
+ "overflow-x"?: import("csstype").Property.OverflowX | undefined;
1068
+ "overflow-y"?: import("csstype").Property.OverflowY | undefined;
1069
+ "overscroll-behavior-block"?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
1070
+ "overscroll-behavior-inline"?: import("csstype").Property.OverscrollBehaviorInline | undefined;
1071
+ "overscroll-behavior-x"?: import("csstype").Property.OverscrollBehaviorX | undefined;
1072
+ "overscroll-behavior-y"?: import("csstype").Property.OverscrollBehaviorY | undefined;
1073
+ "padding-block-end"?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1074
+ "padding-block-start"?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1075
+ "padding-bottom"?: import("csstype").Property.PaddingBottom<string | number> | undefined;
1076
+ "padding-inline-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1077
+ "padding-inline-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1078
+ "padding-left"?: import("csstype").Property.PaddingLeft<string | number> | undefined;
1079
+ "padding-right"?: import("csstype").Property.PaddingRight<string | number> | undefined;
1080
+ "padding-top"?: import("csstype").Property.PaddingTop<string | number> | undefined;
1081
+ "page-break-after"?: import("csstype").Property.PageBreakAfter | undefined;
1082
+ "page-break-before"?: import("csstype").Property.PageBreakBefore | undefined;
1083
+ "page-break-inside"?: import("csstype").Property.PageBreakInside | undefined;
1084
+ "paint-order"?: import("csstype").Property.PaintOrder | undefined;
1085
+ "perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1086
+ "pointer-events"?: import("csstype").Property.PointerEvents | undefined;
1087
+ "print-color-adjust"?: import("csstype").Property.PrintColorAdjust | undefined;
1088
+ "row-gap"?: import("csstype").Property.RowGap<string | number> | undefined;
1089
+ "ruby-align"?: import("csstype").Property.RubyAlign | undefined;
1090
+ "ruby-merge"?: import("csstype").Property.RubyMerge | undefined;
1091
+ "ruby-position"?: import("csstype").Property.RubyPosition | undefined;
1092
+ "scroll-behavior"?: import("csstype").Property.ScrollBehavior | undefined;
1093
+ "scroll-margin-block-end"?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
1094
+ "scroll-margin-block-start"?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
1095
+ "scroll-margin-bottom"?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1096
+ "scroll-margin-inline-end"?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
1097
+ "scroll-margin-inline-start"?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
1098
+ "scroll-margin-left"?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1099
+ "scroll-margin-right"?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1100
+ "scroll-margin-top"?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1101
+ "scroll-padding-block-end"?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
1102
+ "scroll-padding-block-start"?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
1103
+ "scroll-padding-bottom"?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
1104
+ "scroll-padding-inline-end"?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
1105
+ "scroll-padding-inline-start"?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
1106
+ "scroll-padding-left"?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
1107
+ "scroll-padding-right"?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
1108
+ "scroll-padding-top"?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
1109
+ "scroll-snap-align"?: import("csstype").Property.ScrollSnapAlign | undefined;
1110
+ "scroll-snap-margin-bottom"?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1111
+ "scroll-snap-margin-left"?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1112
+ "scroll-snap-margin-right"?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1113
+ "scroll-snap-margin-top"?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1114
+ "scroll-snap-stop"?: import("csstype").Property.ScrollSnapStop | undefined;
1115
+ "scroll-snap-type"?: import("csstype").Property.ScrollSnapType | undefined;
1116
+ "scroll-timeline-axis"?: import("csstype").Property.ScrollTimelineAxis | undefined;
1117
+ "scroll-timeline-name"?: import("csstype").Property.ScrollTimelineName | undefined;
1118
+ "scrollbar-color"?: import("csstype").Property.ScrollbarColor | undefined;
1119
+ "scrollbar-gutter"?: import("csstype").Property.ScrollbarGutter | undefined;
1120
+ "scrollbar-width"?: import("csstype").Property.ScrollbarWidth | undefined;
1121
+ "shape-image-threshold"?: import("csstype").Property.ShapeImageThreshold | undefined;
1122
+ "shape-margin"?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1123
+ "shape-outside"?: import("csstype").Property.ShapeOutside | undefined;
1124
+ "tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
1125
+ "table-layout"?: import("csstype").Property.TableLayout | undefined;
1126
+ "text-align"?: import("csstype").Property.TextAlign | undefined;
1127
+ "text-align-last"?: import("csstype").Property.TextAlignLast | undefined;
1128
+ "text-combine-upright"?: import("csstype").Property.TextCombineUpright | undefined;
1129
+ "text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
1130
+ "text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
1131
+ "text-decoration-skip"?: import("csstype").Property.TextDecorationSkip | undefined;
1132
+ "text-decoration-skip-ink"?: import("csstype").Property.TextDecorationSkipInk | undefined;
1133
+ "text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
1134
+ "text-decoration-thickness"?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
1135
+ "text-emphasis-color"?: import("csstype").Property.TextEmphasisColor | undefined;
1136
+ "text-emphasis-position"?: import("csstype").Property.TextEmphasisPosition | undefined;
1137
+ "text-emphasis-style"?: import("csstype").Property.TextEmphasisStyle | undefined;
1138
+ "text-indent"?: import("csstype").Property.TextIndent<string | number> | undefined;
1139
+ "text-justify"?: import("csstype").Property.TextJustify | undefined;
1140
+ "text-orientation"?: import("csstype").Property.TextOrientation | undefined;
1141
+ "text-overflow"?: import("csstype").Property.TextOverflow | undefined;
1142
+ "text-rendering"?: import("csstype").Property.TextRendering | undefined;
1143
+ "text-shadow"?: import("csstype").Property.TextShadow | undefined;
1144
+ "text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
1145
+ "text-transform"?: import("csstype").Property.TextTransform | undefined;
1146
+ "text-underline-offset"?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
1147
+ "text-underline-position"?: import("csstype").Property.TextUnderlinePosition | undefined;
1148
+ "text-wrap"?: import("csstype").Property.TextWrap | undefined;
1149
+ "timeline-scope"?: import("csstype").Property.TimelineScope | undefined;
1150
+ "touch-action"?: import("csstype").Property.TouchAction | undefined;
1151
+ "transform-box"?: import("csstype").Property.TransformBox | undefined;
1152
+ "transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1153
+ "transform-style"?: import("csstype").Property.TransformStyle | undefined;
1154
+ "transition-behavior"?: import("csstype").Property.TransitionBehavior | undefined;
1155
+ "transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1156
+ "transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1157
+ "transition-property"?: import("csstype").Property.TransitionProperty | undefined;
1158
+ "transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
1159
+ "unicode-bidi"?: import("csstype").Property.UnicodeBidi | undefined;
1160
+ "user-select"?: import("csstype").Property.UserSelect | undefined;
1161
+ "vertical-align"?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1162
+ "view-timeline-axis"?: import("csstype").Property.ViewTimelineAxis | undefined;
1163
+ "view-timeline-inset"?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
1164
+ "view-timeline-name"?: import("csstype").Property.ViewTimelineName | undefined;
1165
+ "view-transition-name"?: import("csstype").Property.ViewTransitionName | undefined;
1166
+ "white-space"?: import("csstype").Property.WhiteSpace | undefined;
1167
+ "white-space-collapse"?: import("csstype").Property.WhiteSpaceCollapse | undefined;
1168
+ "white-space-trim"?: import("csstype").Property.WhiteSpaceTrim | undefined;
1169
+ "will-change"?: import("csstype").Property.WillChange | undefined;
1170
+ "word-break"?: import("csstype").Property.WordBreak | undefined;
1171
+ "word-spacing"?: import("csstype").Property.WordSpacing<string | number> | undefined;
1172
+ "word-wrap"?: import("csstype").Property.WordWrap | undefined;
1173
+ "writing-mode"?: import("csstype").Property.WritingMode | undefined;
1174
+ "z-index"?: import("csstype").Property.ZIndex | undefined;
1175
+ "animation-range"?: import("csstype").Property.AnimationRange<string | number> | undefined;
1176
+ "background-position"?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
1177
+ "border-block"?: import("csstype").Property.BorderBlock<string | number> | undefined;
1178
+ "border-block-end"?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1179
+ "border-block-start"?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1180
+ "border-bottom"?: import("csstype").Property.BorderBottom<string | number> | undefined;
1181
+ "border-color"?: import("csstype").Property.BorderColor | undefined;
1182
+ "border-image"?: import("csstype").Property.BorderImage | undefined;
1183
+ "border-inline"?: import("csstype").Property.BorderInline<string | number> | undefined;
1184
+ "border-inline-end"?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1185
+ "border-inline-start"?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1186
+ "border-left"?: import("csstype").Property.BorderLeft<string | number> | undefined;
1187
+ "border-radius"?: import("csstype").Property.BorderRadius<string | number> | undefined;
1188
+ "border-right"?: import("csstype").Property.BorderRight<string | number> | undefined;
1189
+ "border-style"?: import("csstype").Property.BorderStyle | undefined;
1190
+ "border-top"?: import("csstype").Property.BorderTop<string | number> | undefined;
1191
+ "border-width"?: import("csstype").Property.BorderWidth<string | number> | undefined;
1192
+ "column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
1193
+ "contain-intrinsic-size"?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
1194
+ "flex-flow"?: import("csstype").Property.FlexFlow | undefined;
1195
+ "grid-area"?: import("csstype").Property.GridArea | undefined;
1196
+ "grid-column"?: import("csstype").Property.GridColumn | undefined;
1197
+ "grid-row"?: import("csstype").Property.GridRow | undefined;
1198
+ "grid-template"?: import("csstype").Property.GridTemplate | undefined;
1199
+ "inset-block"?: import("csstype").Property.InsetBlock<string | number> | undefined;
1200
+ "inset-inline"?: import("csstype").Property.InsetInline<string | number> | undefined;
1201
+ "line-clamp"?: import("csstype").Property.LineClamp | undefined;
1202
+ "list-style"?: import("csstype").Property.ListStyle | undefined;
1203
+ "margin-block"?: import("csstype").Property.MarginBlock<string | number> | undefined;
1204
+ "margin-inline"?: import("csstype").Property.MarginInline<string | number> | undefined;
1205
+ "mask-border"?: import("csstype").Property.MaskBorder | undefined;
1206
+ "overscroll-behavior"?: import("csstype").Property.OverscrollBehavior | undefined;
1207
+ "padding-block"?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1208
+ "padding-inline"?: import("csstype").Property.PaddingInline<string | number> | undefined;
1209
+ "place-content"?: import("csstype").Property.PlaceContent | undefined;
1210
+ "place-items"?: import("csstype").Property.PlaceItems | undefined;
1211
+ "place-self"?: import("csstype").Property.PlaceSelf | undefined;
1212
+ "scroll-margin"?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1213
+ "scroll-margin-block"?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
1214
+ "scroll-margin-inline"?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
1215
+ "scroll-padding"?: import("csstype").Property.ScrollPadding<string | number> | undefined;
1216
+ "scroll-padding-block"?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
1217
+ "scroll-padding-inline"?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
1218
+ "scroll-snap-margin"?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1219
+ "scroll-timeline"?: import("csstype").Property.ScrollTimeline | undefined;
1220
+ "text-decoration"?: import("csstype").Property.TextDecoration<string | number> | undefined;
1221
+ "text-emphasis"?: import("csstype").Property.TextEmphasis | undefined;
1222
+ "view-timeline"?: import("csstype").Property.ViewTimeline | undefined;
1223
+ "-moz-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1224
+ "-moz-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
1225
+ "-moz-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1226
+ "-moz-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
1227
+ "-moz-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
1228
+ "-moz-animation-name"?: import("csstype").Property.AnimationName | undefined;
1229
+ "-moz-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
1230
+ "-moz-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
1231
+ "-moz-appearance"?: import("csstype").Property.MozAppearance | undefined;
1232
+ "-moz-binding"?: import("csstype").Property.MozBinding | undefined;
1233
+ "-moz-border-bottom-colors"?: import("csstype").Property.MozBorderBottomColors | undefined;
1234
+ "-moz-border-end-color"?: import("csstype").Property.BorderInlineEndColor | undefined;
1235
+ "-moz-border-end-style"?: import("csstype").Property.BorderInlineEndStyle | undefined;
1236
+ "-moz-border-end-width"?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1237
+ "-moz-border-left-colors"?: import("csstype").Property.MozBorderLeftColors | undefined;
1238
+ "-moz-border-right-colors"?: import("csstype").Property.MozBorderRightColors | undefined;
1239
+ "-moz-border-start-color"?: import("csstype").Property.BorderInlineStartColor | undefined;
1240
+ "-moz-border-start-style"?: import("csstype").Property.BorderInlineStartStyle | undefined;
1241
+ "-moz-border-top-colors"?: import("csstype").Property.MozBorderTopColors | undefined;
1242
+ "-moz-box-sizing"?: import("csstype").Property.BoxSizing | undefined;
1243
+ "-moz-column-count"?: import("csstype").Property.ColumnCount | undefined;
1244
+ "-moz-column-fill"?: import("csstype").Property.ColumnFill | undefined;
1245
+ "-moz-column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
1246
+ "-moz-column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
1247
+ "-moz-column-rule-width"?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1248
+ "-moz-column-width"?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1249
+ "-moz-context-properties"?: import("csstype").Property.MozContextProperties | undefined;
1250
+ "-moz-font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
1251
+ "-moz-font-language-override"?: import("csstype").Property.FontLanguageOverride | undefined;
1252
+ "-moz-hyphens"?: import("csstype").Property.Hyphens | undefined;
1253
+ "-moz-image-region"?: import("csstype").Property.MozImageRegion | undefined;
1254
+ "-moz-margin-end"?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1255
+ "-moz-margin-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1256
+ "-moz-orient"?: import("csstype").Property.MozOrient | undefined;
1257
+ "-moz-osx-font-smoothing"?: import("csstype").Property.FontSmooth<string | number> | undefined;
1258
+ "-moz-outline-radius-bottomleft"?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
1259
+ "-moz-outline-radius-bottomright"?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
1260
+ "-moz-outline-radius-topleft"?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
1261
+ "-moz-outline-radius-topright"?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
1262
+ "-moz-padding-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1263
+ "-moz-padding-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1264
+ "-moz-stack-sizing"?: import("csstype").Property.MozStackSizing | undefined;
1265
+ "-moz-tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
1266
+ "-moz-text-blink"?: import("csstype").Property.MozTextBlink | undefined;
1267
+ "-moz-text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
1268
+ "-moz-user-focus"?: import("csstype").Property.MozUserFocus | undefined;
1269
+ "-moz-user-modify"?: import("csstype").Property.MozUserModify | undefined;
1270
+ "-moz-user-select"?: import("csstype").Property.UserSelect | undefined;
1271
+ "-moz-window-dragging"?: import("csstype").Property.MozWindowDragging | undefined;
1272
+ "-moz-window-shadow"?: import("csstype").Property.MozWindowShadow | undefined;
1273
+ "-ms-accelerator"?: import("csstype").Property.MsAccelerator | undefined;
1274
+ "-ms-block-progression"?: import("csstype").Property.MsBlockProgression | undefined;
1275
+ "-ms-content-zoom-chaining"?: import("csstype").Property.MsContentZoomChaining | undefined;
1276
+ "-ms-content-zoom-limit-max"?: import("csstype").Property.MsContentZoomLimitMax | undefined;
1277
+ "-ms-content-zoom-limit-min"?: import("csstype").Property.MsContentZoomLimitMin | undefined;
1278
+ "-ms-content-zoom-snap-points"?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
1279
+ "-ms-content-zoom-snap-type"?: import("csstype").Property.MsContentZoomSnapType | undefined;
1280
+ "-ms-content-zooming"?: import("csstype").Property.MsContentZooming | undefined;
1281
+ "-ms-filter"?: import("csstype").Property.MsFilter | undefined;
1282
+ "-ms-flex-direction"?: import("csstype").Property.FlexDirection | undefined;
1283
+ "-ms-flex-positive"?: import("csstype").Property.FlexGrow | undefined;
1284
+ "-ms-flow-from"?: import("csstype").Property.MsFlowFrom | undefined;
1285
+ "-ms-flow-into"?: import("csstype").Property.MsFlowInto | undefined;
1286
+ "-ms-grid-columns"?: import("csstype").Property.MsGridColumns<string | number> | undefined;
1287
+ "-ms-grid-rows"?: import("csstype").Property.MsGridRows<string | number> | undefined;
1288
+ "-ms-high-contrast-adjust"?: import("csstype").Property.MsHighContrastAdjust | undefined;
1289
+ "-ms-hyphenate-limit-chars"?: import("csstype").Property.MsHyphenateLimitChars | undefined;
1290
+ "-ms-hyphenate-limit-lines"?: import("csstype").Property.MsHyphenateLimitLines | undefined;
1291
+ "-ms-hyphenate-limit-zone"?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
1292
+ "-ms-hyphens"?: import("csstype").Property.Hyphens | undefined;
1293
+ "-ms-ime-align"?: import("csstype").Property.MsImeAlign | undefined;
1294
+ "-ms-line-break"?: import("csstype").Property.LineBreak | undefined;
1295
+ "-ms-order"?: import("csstype").Property.Order | undefined;
1296
+ "-ms-overflow-style"?: import("csstype").Property.MsOverflowStyle | undefined;
1297
+ "-ms-overflow-x"?: import("csstype").Property.OverflowX | undefined;
1298
+ "-ms-overflow-y"?: import("csstype").Property.OverflowY | undefined;
1299
+ "-ms-scroll-chaining"?: import("csstype").Property.MsScrollChaining | undefined;
1300
+ "-ms-scroll-limit-x-max"?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
1301
+ "-ms-scroll-limit-x-min"?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
1302
+ "-ms-scroll-limit-y-max"?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
1303
+ "-ms-scroll-limit-y-min"?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
1304
+ "-ms-scroll-rails"?: import("csstype").Property.MsScrollRails | undefined;
1305
+ "-ms-scroll-snap-points-x"?: import("csstype").Property.MsScrollSnapPointsX | undefined;
1306
+ "-ms-scroll-snap-points-y"?: import("csstype").Property.MsScrollSnapPointsY | undefined;
1307
+ "-ms-scroll-snap-type"?: import("csstype").Property.MsScrollSnapType | undefined;
1308
+ "-ms-scroll-translation"?: import("csstype").Property.MsScrollTranslation | undefined;
1309
+ "-ms-scrollbar-3dlight-color"?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
1310
+ "-ms-scrollbar-arrow-color"?: import("csstype").Property.MsScrollbarArrowColor | undefined;
1311
+ "-ms-scrollbar-base-color"?: import("csstype").Property.MsScrollbarBaseColor | undefined;
1312
+ "-ms-scrollbar-darkshadow-color"?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
1313
+ "-ms-scrollbar-face-color"?: import("csstype").Property.MsScrollbarFaceColor | undefined;
1314
+ "-ms-scrollbar-highlight-color"?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
1315
+ "-ms-scrollbar-shadow-color"?: import("csstype").Property.MsScrollbarShadowColor | undefined;
1316
+ "-ms-scrollbar-track-color"?: import("csstype").Property.MsScrollbarTrackColor | undefined;
1317
+ "-ms-text-autospace"?: import("csstype").Property.MsTextAutospace | undefined;
1318
+ "-ms-text-combine-horizontal"?: import("csstype").Property.TextCombineUpright | undefined;
1319
+ "-ms-text-overflow"?: import("csstype").Property.TextOverflow | undefined;
1320
+ "-ms-touch-action"?: import("csstype").Property.TouchAction | undefined;
1321
+ "-ms-touch-select"?: import("csstype").Property.MsTouchSelect | undefined;
1322
+ "-ms-transform"?: import("csstype").Property.Transform | undefined;
1323
+ "-ms-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1324
+ "-ms-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1325
+ "-ms-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1326
+ "-ms-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
1327
+ "-ms-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
1328
+ "-ms-user-select"?: import("csstype").Property.MsUserSelect | undefined;
1329
+ "-ms-word-break"?: import("csstype").Property.WordBreak | undefined;
1330
+ "-ms-wrap-flow"?: import("csstype").Property.MsWrapFlow | undefined;
1331
+ "-ms-wrap-margin"?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
1332
+ "-ms-wrap-through"?: import("csstype").Property.MsWrapThrough | undefined;
1333
+ "-ms-writing-mode"?: import("csstype").Property.WritingMode | undefined;
1334
+ "-webkit-align-content"?: import("csstype").Property.AlignContent | undefined;
1335
+ "-webkit-align-items"?: import("csstype").Property.AlignItems | undefined;
1336
+ "-webkit-align-self"?: import("csstype").Property.AlignSelf | undefined;
1337
+ "-webkit-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1338
+ "-webkit-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
1339
+ "-webkit-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1340
+ "-webkit-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
1341
+ "-webkit-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
1342
+ "-webkit-animation-name"?: import("csstype").Property.AnimationName | undefined;
1343
+ "-webkit-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
1344
+ "-webkit-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
1345
+ "-webkit-appearance"?: import("csstype").Property.WebkitAppearance | undefined;
1346
+ "-webkit-backdrop-filter"?: import("csstype").Property.BackdropFilter | undefined;
1347
+ "-webkit-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
1348
+ "-webkit-background-clip"?: import("csstype").Property.BackgroundClip | undefined;
1349
+ "-webkit-background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
1350
+ "-webkit-background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1351
+ "-webkit-border-before-color"?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
1352
+ "-webkit-border-before-style"?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
1353
+ "-webkit-border-before-width"?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
1354
+ "-webkit-border-bottom-left-radius"?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1355
+ "-webkit-border-bottom-right-radius"?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1356
+ "-webkit-border-image-slice"?: import("csstype").Property.BorderImageSlice | undefined;
1357
+ "-webkit-border-top-left-radius"?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1358
+ "-webkit-border-top-right-radius"?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1359
+ "-webkit-box-decoration-break"?: import("csstype").Property.BoxDecorationBreak | undefined;
1360
+ "-webkit-box-reflect"?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
1361
+ "-webkit-box-shadow"?: import("csstype").Property.BoxShadow | undefined;
1362
+ "-webkit-box-sizing"?: import("csstype").Property.BoxSizing | undefined;
1363
+ "-webkit-clip-path"?: import("csstype").Property.ClipPath | undefined;
1364
+ "-webkit-column-count"?: import("csstype").Property.ColumnCount | undefined;
1365
+ "-webkit-column-fill"?: import("csstype").Property.ColumnFill | undefined;
1366
+ "-webkit-column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
1367
+ "-webkit-column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
1368
+ "-webkit-column-rule-width"?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1369
+ "-webkit-column-span"?: import("csstype").Property.ColumnSpan | undefined;
1370
+ "-webkit-column-width"?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1371
+ "-webkit-filter"?: import("csstype").Property.Filter | undefined;
1372
+ "-webkit-flex-basis"?: import("csstype").Property.FlexBasis<string | number> | undefined;
1373
+ "-webkit-flex-direction"?: import("csstype").Property.FlexDirection | undefined;
1374
+ "-webkit-flex-grow"?: import("csstype").Property.FlexGrow | undefined;
1375
+ "-webkit-flex-shrink"?: import("csstype").Property.FlexShrink | undefined;
1376
+ "-webkit-flex-wrap"?: import("csstype").Property.FlexWrap | undefined;
1377
+ "-webkit-font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
1378
+ "-webkit-font-kerning"?: import("csstype").Property.FontKerning | undefined;
1379
+ "-webkit-font-smoothing"?: import("csstype").Property.FontSmooth<string | number> | undefined;
1380
+ "-webkit-font-variant-ligatures"?: import("csstype").Property.FontVariantLigatures | undefined;
1381
+ "-webkit-hyphenate-character"?: import("csstype").Property.HyphenateCharacter | undefined;
1382
+ "-webkit-hyphens"?: import("csstype").Property.Hyphens | undefined;
1383
+ "-webkit-initial-letter"?: import("csstype").Property.InitialLetter | undefined;
1384
+ "-webkit-justify-content"?: import("csstype").Property.JustifyContent | undefined;
1385
+ "-webkit-line-break"?: import("csstype").Property.LineBreak | undefined;
1386
+ "-webkit-line-clamp"?: import("csstype").Property.WebkitLineClamp | undefined;
1387
+ "-webkit-margin-end"?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1388
+ "-webkit-margin-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1389
+ "-webkit-mask-attachment"?: import("csstype").Property.WebkitMaskAttachment | undefined;
1390
+ "-webkit-mask-box-image-outset"?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1391
+ "-webkit-mask-box-image-repeat"?: import("csstype").Property.MaskBorderRepeat | undefined;
1392
+ "-webkit-mask-box-image-slice"?: import("csstype").Property.MaskBorderSlice | undefined;
1393
+ "-webkit-mask-box-image-source"?: import("csstype").Property.MaskBorderSource | undefined;
1394
+ "-webkit-mask-box-image-width"?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1395
+ "-webkit-mask-clip"?: import("csstype").Property.WebkitMaskClip | undefined;
1396
+ "-webkit-mask-composite"?: import("csstype").Property.WebkitMaskComposite | undefined;
1397
+ "-webkit-mask-image"?: import("csstype").Property.WebkitMaskImage | undefined;
1398
+ "-webkit-mask-origin"?: import("csstype").Property.WebkitMaskOrigin | undefined;
1399
+ "-webkit-mask-position"?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
1400
+ "-webkit-mask-position-x"?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
1401
+ "-webkit-mask-position-y"?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
1402
+ "-webkit-mask-repeat"?: import("csstype").Property.WebkitMaskRepeat | undefined;
1403
+ "-webkit-mask-repeat-x"?: import("csstype").Property.WebkitMaskRepeatX | undefined;
1404
+ "-webkit-mask-repeat-y"?: import("csstype").Property.WebkitMaskRepeatY | undefined;
1405
+ "-webkit-mask-size"?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
1406
+ "-webkit-max-inline-size"?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1407
+ "-webkit-order"?: import("csstype").Property.Order | undefined;
1408
+ "-webkit-overflow-scrolling"?: import("csstype").Property.WebkitOverflowScrolling | undefined;
1409
+ "-webkit-padding-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1410
+ "-webkit-padding-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1411
+ "-webkit-perspective"?: import("csstype").Property.Perspective<string | number> | undefined;
1412
+ "-webkit-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1413
+ "-webkit-print-color-adjust"?: import("csstype").Property.PrintColorAdjust | undefined;
1414
+ "-webkit-ruby-position"?: import("csstype").Property.RubyPosition | undefined;
1415
+ "-webkit-scroll-snap-type"?: import("csstype").Property.ScrollSnapType | undefined;
1416
+ "-webkit-shape-margin"?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1417
+ "-webkit-tap-highlight-color"?: import("csstype").Property.WebkitTapHighlightColor | undefined;
1418
+ "-webkit-text-combine"?: import("csstype").Property.TextCombineUpright | undefined;
1419
+ "-webkit-text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
1420
+ "-webkit-text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
1421
+ "-webkit-text-decoration-skip"?: import("csstype").Property.TextDecorationSkip | undefined;
1422
+ "-webkit-text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
1423
+ "-webkit-text-emphasis-color"?: import("csstype").Property.TextEmphasisColor | undefined;
1424
+ "-webkit-text-emphasis-position"?: import("csstype").Property.TextEmphasisPosition | undefined;
1425
+ "-webkit-text-emphasis-style"?: import("csstype").Property.TextEmphasisStyle | undefined;
1426
+ "-webkit-text-fill-color"?: import("csstype").Property.WebkitTextFillColor | undefined;
1427
+ "-webkit-text-orientation"?: import("csstype").Property.TextOrientation | undefined;
1428
+ "-webkit-text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
1429
+ "-webkit-text-stroke-color"?: import("csstype").Property.WebkitTextStrokeColor | undefined;
1430
+ "-webkit-text-stroke-width"?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
1431
+ "-webkit-text-underline-position"?: import("csstype").Property.TextUnderlinePosition | undefined;
1432
+ "-webkit-touch-callout"?: import("csstype").Property.WebkitTouchCallout | undefined;
1433
+ "-webkit-transform"?: import("csstype").Property.Transform | undefined;
1434
+ "-webkit-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1435
+ "-webkit-transform-style"?: import("csstype").Property.TransformStyle | undefined;
1436
+ "-webkit-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1437
+ "-webkit-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1438
+ "-webkit-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
1439
+ "-webkit-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
1440
+ "-webkit-user-modify"?: import("csstype").Property.WebkitUserModify | undefined;
1441
+ "-webkit-user-select"?: import("csstype").Property.UserSelect | undefined;
1442
+ "-webkit-writing-mode"?: import("csstype").Property.WritingMode | undefined;
1443
+ "-moz-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
1444
+ "-moz-border-image"?: import("csstype").Property.BorderImage | undefined;
1445
+ "-moz-column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
1446
+ "-moz-columns"?: import("csstype").Property.Columns<string | number> | undefined;
1447
+ "-moz-outline-radius"?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
1448
+ "-ms-content-zoom-limit"?: import("csstype").Property.MsContentZoomLimit | undefined;
1449
+ "-ms-content-zoom-snap"?: import("csstype").Property.MsContentZoomSnap | undefined;
1450
+ "-ms-flex"?: import("csstype").Property.Flex<string | number> | undefined;
1451
+ "-ms-scroll-limit"?: import("csstype").Property.MsScrollLimit | undefined;
1452
+ "-ms-scroll-snap-x"?: import("csstype").Property.MsScrollSnapX | undefined;
1453
+ "-ms-scroll-snap-y"?: import("csstype").Property.MsScrollSnapY | undefined;
1454
+ "-ms-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
1455
+ "-webkit-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
1456
+ "-webkit-border-before"?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
1457
+ "-webkit-border-image"?: import("csstype").Property.BorderImage | undefined;
1458
+ "-webkit-border-radius"?: import("csstype").Property.BorderRadius<string | number> | undefined;
1459
+ "-webkit-column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
1460
+ "-webkit-columns"?: import("csstype").Property.Columns<string | number> | undefined;
1461
+ "-webkit-flex"?: import("csstype").Property.Flex<string | number> | undefined;
1462
+ "-webkit-flex-flow"?: import("csstype").Property.FlexFlow | undefined;
1463
+ "-webkit-mask"?: import("csstype").Property.WebkitMask<string | number> | undefined;
1464
+ "-webkit-mask-box-image"?: import("csstype").Property.MaskBorder | undefined;
1465
+ "-webkit-text-emphasis"?: import("csstype").Property.TextEmphasis | undefined;
1466
+ "-webkit-text-stroke"?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
1467
+ "-webkit-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
1468
+ "box-align"?: import("csstype").Property.BoxAlign | undefined;
1469
+ "box-direction"?: import("csstype").Property.BoxDirection | undefined;
1470
+ "box-flex"?: import("csstype").Property.BoxFlex | undefined;
1471
+ "box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
1472
+ "box-lines"?: import("csstype").Property.BoxLines | undefined;
1473
+ "box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
1474
+ "box-orient"?: import("csstype").Property.BoxOrient | undefined;
1475
+ "box-pack"?: import("csstype").Property.BoxPack | undefined;
1476
+ "grid-column-gap"?: import("csstype").Property.GridColumnGap<string | number> | undefined;
1477
+ "grid-gap"?: import("csstype").Property.GridGap<string | number> | undefined;
1478
+ "grid-row-gap"?: import("csstype").Property.GridRowGap<string | number> | undefined;
1479
+ "ime-mode"?: import("csstype").Property.ImeMode | undefined;
1480
+ "offset-block"?: import("csstype").Property.InsetBlock<string | number> | undefined;
1481
+ "offset-block-end"?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1482
+ "offset-block-start"?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1483
+ "offset-inline"?: import("csstype").Property.InsetInline<string | number> | undefined;
1484
+ "offset-inline-end"?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1485
+ "offset-inline-start"?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1486
+ "scroll-snap-coordinate"?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
1487
+ "scroll-snap-destination"?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
1488
+ "scroll-snap-points-x"?: import("csstype").Property.ScrollSnapPointsX | undefined;
1489
+ "scroll-snap-points-y"?: import("csstype").Property.ScrollSnapPointsY | undefined;
1490
+ "scroll-snap-type-x"?: import("csstype").Property.ScrollSnapTypeX | undefined;
1491
+ "scroll-snap-type-y"?: import("csstype").Property.ScrollSnapTypeY | undefined;
1492
+ "-khtml-box-align"?: import("csstype").Property.BoxAlign | undefined;
1493
+ "-khtml-box-direction"?: import("csstype").Property.BoxDirection | undefined;
1494
+ "-khtml-box-flex"?: import("csstype").Property.BoxFlex | undefined;
1495
+ "-khtml-box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
1496
+ "-khtml-box-lines"?: import("csstype").Property.BoxLines | undefined;
1497
+ "-khtml-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
1498
+ "-khtml-box-orient"?: import("csstype").Property.BoxOrient | undefined;
1499
+ "-khtml-box-pack"?: import("csstype").Property.BoxPack | undefined;
1500
+ "-khtml-line-break"?: import("csstype").Property.LineBreak | undefined;
1501
+ "-khtml-opacity"?: import("csstype").Property.Opacity | undefined;
1502
+ "-khtml-user-select"?: import("csstype").Property.UserSelect | undefined;
1503
+ "-moz-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
1504
+ "-moz-background-clip"?: import("csstype").Property.BackgroundClip | undefined;
1505
+ "-moz-background-inline-policy"?: import("csstype").Property.BoxDecorationBreak | undefined;
1506
+ "-moz-background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
1507
+ "-moz-background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1508
+ "-moz-border-radius"?: import("csstype").Property.BorderRadius<string | number> | undefined;
1509
+ "-moz-border-radius-bottomleft"?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1510
+ "-moz-border-radius-bottomright"?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1511
+ "-moz-border-radius-topleft"?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1512
+ "-moz-border-radius-topright"?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1513
+ "-moz-box-align"?: import("csstype").Property.BoxAlign | undefined;
1514
+ "-moz-box-direction"?: import("csstype").Property.BoxDirection | undefined;
1515
+ "-moz-box-flex"?: import("csstype").Property.BoxFlex | undefined;
1516
+ "-moz-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
1517
+ "-moz-box-orient"?: import("csstype").Property.BoxOrient | undefined;
1518
+ "-moz-box-pack"?: import("csstype").Property.BoxPack | undefined;
1519
+ "-moz-box-shadow"?: import("csstype").Property.BoxShadow | undefined;
1520
+ "-moz-float-edge"?: import("csstype").Property.MozFloatEdge | undefined;
1521
+ "-moz-force-broken-image-icon"?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
1522
+ "-moz-opacity"?: import("csstype").Property.Opacity | undefined;
1523
+ "-moz-outline"?: import("csstype").Property.Outline<string | number> | undefined;
1524
+ "-moz-outline-color"?: import("csstype").Property.OutlineColor | undefined;
1525
+ "-moz-outline-style"?: import("csstype").Property.OutlineStyle | undefined;
1526
+ "-moz-outline-width"?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1527
+ "-moz-perspective"?: import("csstype").Property.Perspective<string | number> | undefined;
1528
+ "-moz-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1529
+ "-moz-text-align-last"?: import("csstype").Property.TextAlignLast | undefined;
1530
+ "-moz-text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
1531
+ "-moz-text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
1532
+ "-moz-text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
1533
+ "-moz-transform"?: import("csstype").Property.Transform | undefined;
1534
+ "-moz-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1535
+ "-moz-transform-style"?: import("csstype").Property.TransformStyle | undefined;
1536
+ "-moz-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
1537
+ "-moz-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1538
+ "-moz-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1539
+ "-moz-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
1540
+ "-moz-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
1541
+ "-moz-user-input"?: import("csstype").Property.MozUserInput | undefined;
1542
+ "-ms-ime-mode"?: import("csstype").Property.ImeMode | undefined;
1543
+ "-o-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
1544
+ "-o-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1545
+ "-o-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
1546
+ "-o-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1547
+ "-o-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
1548
+ "-o-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
1549
+ "-o-animation-name"?: import("csstype").Property.AnimationName | undefined;
1550
+ "-o-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
1551
+ "-o-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
1552
+ "-o-background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1553
+ "-o-border-image"?: import("csstype").Property.BorderImage | undefined;
1554
+ "-o-object-fit"?: import("csstype").Property.ObjectFit | undefined;
1555
+ "-o-object-position"?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1556
+ "-o-tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
1557
+ "-o-text-overflow"?: import("csstype").Property.TextOverflow | undefined;
1558
+ "-o-transform"?: import("csstype").Property.Transform | undefined;
1559
+ "-o-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1560
+ "-o-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
1561
+ "-o-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1562
+ "-o-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1563
+ "-o-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
1564
+ "-o-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
1565
+ "-webkit-box-align"?: import("csstype").Property.BoxAlign | undefined;
1566
+ "-webkit-box-direction"?: import("csstype").Property.BoxDirection | undefined;
1567
+ "-webkit-box-flex"?: import("csstype").Property.BoxFlex | undefined;
1568
+ "-webkit-box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
1569
+ "-webkit-box-lines"?: import("csstype").Property.BoxLines | undefined;
1570
+ "-webkit-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
1571
+ "-webkit-box-orient"?: import("csstype").Property.BoxOrient | undefined;
1572
+ "-webkit-box-pack"?: import("csstype").Property.BoxPack | undefined;
1573
+ "alignment-baseline"?: import("csstype").Property.AlignmentBaseline | undefined;
1574
+ "baseline-shift"?: import("csstype").Property.BaselineShift<string | number> | undefined;
1575
+ "clip-rule"?: import("csstype").Property.ClipRule | undefined;
1576
+ "color-interpolation"?: import("csstype").Property.ColorInterpolation | undefined;
1577
+ "color-rendering"?: import("csstype").Property.ColorRendering | undefined;
1578
+ "dominant-baseline"?: import("csstype").Property.DominantBaseline | undefined;
1579
+ "fill-opacity"?: import("csstype").Property.FillOpacity | undefined;
1580
+ "fill-rule"?: import("csstype").Property.FillRule | undefined;
1581
+ "flood-color"?: import("csstype").Property.FloodColor | undefined;
1582
+ "flood-opacity"?: import("csstype").Property.FloodOpacity | undefined;
1583
+ "glyph-orientation-vertical"?: import("csstype").Property.GlyphOrientationVertical | undefined;
1584
+ "lighting-color"?: import("csstype").Property.LightingColor | undefined;
1585
+ "marker-end"?: import("csstype").Property.MarkerEnd | undefined;
1586
+ "marker-mid"?: import("csstype").Property.MarkerMid | undefined;
1587
+ "marker-start"?: import("csstype").Property.MarkerStart | undefined;
1588
+ "shape-rendering"?: import("csstype").Property.ShapeRendering | undefined;
1589
+ "stop-color"?: import("csstype").Property.StopColor | undefined;
1590
+ "stop-opacity"?: import("csstype").Property.StopOpacity | undefined;
1591
+ "stroke-dasharray"?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
1592
+ "stroke-dashoffset"?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
1593
+ "stroke-linecap"?: import("csstype").Property.StrokeLinecap | undefined;
1594
+ "stroke-linejoin"?: import("csstype").Property.StrokeLinejoin | undefined;
1595
+ "stroke-miterlimit"?: import("csstype").Property.StrokeMiterlimit | undefined;
1596
+ "stroke-opacity"?: import("csstype").Property.StrokeOpacity | undefined;
1597
+ "stroke-width"?: import("csstype").Property.StrokeWidth<string | number> | undefined;
1598
+ "text-anchor"?: import("csstype").Property.TextAnchor | undefined;
1599
+ "vector-effect"?: import("csstype").Property.VectorEffect | undefined;
1600
+ }, CSSProperties | {
1601
+ [x: `--${string}`]: string | number | undefined;
1602
+ accentColor?: import("csstype").Property.AccentColor | undefined;
1603
+ alignContent?: import("csstype").Property.AlignContent | undefined;
1604
+ alignItems?: import("csstype").Property.AlignItems | undefined;
1605
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
1606
+ alignTracks?: import("csstype").Property.AlignTracks | undefined;
1607
+ animationComposition?: import("csstype").Property.AnimationComposition | undefined;
1608
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1609
+ animationDirection?: import("csstype").Property.AnimationDirection | undefined;
1610
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1611
+ animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1612
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1613
+ animationName?: import("csstype").Property.AnimationName | undefined;
1614
+ animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1615
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
1616
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
1617
+ animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
1618
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1619
+ appearance?: import("csstype").Property.Appearance | undefined;
1620
+ aspectRatio?: import("csstype").Property.AspectRatio | undefined;
1621
+ backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
1622
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1623
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
1624
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
1625
+ backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1626
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
1627
+ backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
1628
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1629
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
1630
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
1631
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
1632
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1633
+ blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
1634
+ blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
1635
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
1636
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
1637
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
1638
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
1639
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
1640
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
1641
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
1642
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
1643
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
1644
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
1645
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1646
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1647
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
1648
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
1649
+ borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
1650
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
1651
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
1652
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
1653
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
1654
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
1655
+ borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
1656
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
1657
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
1658
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1659
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1660
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1661
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1662
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1663
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
1664
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
1665
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
1666
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
1667
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
1668
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
1669
+ borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
1670
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
1671
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
1672
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
1673
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
1674
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
1675
+ borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
1676
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1677
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1678
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
1679
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
1680
+ bottom?: import("csstype").Property.Bottom<string | number> | undefined;
1681
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
1682
+ boxShadow?: import("csstype").Property.BoxShadow | undefined;
1683
+ boxSizing?: import("csstype").Property.BoxSizing | undefined;
1684
+ breakAfter?: import("csstype").Property.BreakAfter | undefined;
1685
+ breakBefore?: import("csstype").Property.BreakBefore | undefined;
1686
+ breakInside?: import("csstype").Property.BreakInside | undefined;
1687
+ captionSide?: import("csstype").Property.CaptionSide | undefined;
1688
+ caretColor?: import("csstype").Property.CaretColor | undefined;
1689
+ caretShape?: import("csstype").Property.CaretShape | undefined;
1690
+ clear?: import("csstype").Property.Clear | undefined;
1691
+ clipPath?: import("csstype").Property.ClipPath | undefined;
1692
+ color?: import("csstype").Property.Color | undefined;
1693
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1694
+ colorScheme?: import("csstype").Property.ColorScheme | undefined;
1695
+ columnCount?: import("csstype").Property.ColumnCount | undefined;
1696
+ columnFill?: import("csstype").Property.ColumnFill | undefined;
1697
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
1698
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1699
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1700
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1701
+ columnSpan?: import("csstype").Property.ColumnSpan | undefined;
1702
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1703
+ contain?: import("csstype").Property.Contain | undefined;
1704
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
1705
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
1706
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
1707
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
1708
+ containerName?: import("csstype").Property.ContainerName | undefined;
1709
+ containerType?: import("csstype").Property.ContainerType | undefined;
1710
+ content?: import("csstype").Property.Content | undefined;
1711
+ contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
1712
+ counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
1713
+ counterReset?: import("csstype").Property.CounterReset | undefined;
1714
+ counterSet?: import("csstype").Property.CounterSet | undefined;
1715
+ cursor?: import("csstype").Property.Cursor | undefined;
1716
+ direction?: import("csstype").Property.Direction | undefined;
1717
+ display?: import("csstype").Property.Display | undefined;
1718
+ emptyCells?: import("csstype").Property.EmptyCells | undefined;
1719
+ filter?: import("csstype").Property.Filter | undefined;
1720
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1721
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
1722
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
1723
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
1724
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
1725
+ float?: import("csstype").Property.Float | undefined;
1726
+ fontFamily?: import("csstype").Property.FontFamily | undefined;
1727
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1728
+ fontKerning?: import("csstype").Property.FontKerning | undefined;
1729
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1730
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
1731
+ fontPalette?: import("csstype").Property.FontPalette | undefined;
1732
+ fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
1733
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
1734
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
1735
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
1736
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
1737
+ fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
1738
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
1739
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
1740
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
1741
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
1742
+ fontVariant?: import("csstype").Property.FontVariant | undefined;
1743
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
1744
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
1745
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
1746
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
1747
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1748
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
1749
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
1750
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
1751
+ fontWeight?: import("csstype").Property.FontWeight | undefined;
1752
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
1753
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
1754
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
1755
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
1756
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
1757
+ gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
1758
+ gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
1759
+ gridRowStart?: import("csstype").Property.GridRowStart | undefined;
1760
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
1761
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
1762
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
1763
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
1764
+ height?: import("csstype").Property.Height<string | number> | undefined;
1765
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
1766
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
1767
+ hyphens?: import("csstype").Property.Hyphens | undefined;
1768
+ imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
1769
+ imageRendering?: import("csstype").Property.ImageRendering | undefined;
1770
+ imageResolution?: import("csstype").Property.ImageResolution | undefined;
1771
+ initialLetter?: import("csstype").Property.InitialLetter | undefined;
1772
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
1773
+ inputSecurity?: import("csstype").Property.InputSecurity | undefined;
1774
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1775
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1776
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1777
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1778
+ isolation?: import("csstype").Property.Isolation | undefined;
1779
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
1780
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
1781
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
1782
+ justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
1783
+ left?: import("csstype").Property.Left<string | number> | undefined;
1784
+ letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
1785
+ lineBreak?: import("csstype").Property.LineBreak | undefined;
1786
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
1787
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
1788
+ listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
1789
+ listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
1790
+ listStyleType?: import("csstype").Property.ListStyleType | undefined;
1791
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1792
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1793
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
1794
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1795
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1796
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
1797
+ marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
1798
+ marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
1799
+ marginTrim?: import("csstype").Property.MarginTrim | undefined;
1800
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
1801
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1802
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
1803
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
1804
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
1805
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1806
+ maskClip?: import("csstype").Property.MaskClip | undefined;
1807
+ maskComposite?: import("csstype").Property.MaskComposite | undefined;
1808
+ maskImage?: import("csstype").Property.MaskImage | undefined;
1809
+ maskMode?: import("csstype").Property.MaskMode | undefined;
1810
+ maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
1811
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
1812
+ maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
1813
+ maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
1814
+ maskType?: import("csstype").Property.MaskType | undefined;
1815
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
1816
+ mathDepth?: import("csstype").Property.MathDepth | undefined;
1817
+ mathShift?: import("csstype").Property.MathShift | undefined;
1818
+ mathStyle?: import("csstype").Property.MathStyle | undefined;
1819
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
1820
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
1821
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1822
+ maxLines?: import("csstype").Property.MaxLines | undefined;
1823
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
1824
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
1825
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
1826
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
1827
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
1828
+ mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
1829
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1830
+ motionPath?: import("csstype").Property.OffsetPath | undefined;
1831
+ motionRotation?: import("csstype").Property.OffsetRotate | undefined;
1832
+ objectFit?: import("csstype").Property.ObjectFit | undefined;
1833
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1834
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
1835
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1836
+ offsetPath?: import("csstype").Property.OffsetPath | undefined;
1837
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
1838
+ offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
1839
+ offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
1840
+ opacity?: import("csstype").Property.Opacity | undefined;
1841
+ order?: import("csstype").Property.Order | undefined;
1842
+ orphans?: import("csstype").Property.Orphans | undefined;
1843
+ outlineColor?: import("csstype").Property.OutlineColor | undefined;
1844
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
1845
+ outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1846
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1847
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
1848
+ overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
1849
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
1850
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
1851
+ overflowInline?: import("csstype").Property.OverflowInline | undefined;
1852
+ overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
1853
+ overflowX?: import("csstype").Property.OverflowX | undefined;
1854
+ overflowY?: import("csstype").Property.OverflowY | undefined;
1855
+ overlay?: import("csstype").Property.Overlay | undefined;
1856
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
1857
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
1858
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
1859
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
1860
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1861
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1862
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
1863
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1864
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1865
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
1866
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
1867
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
1868
+ page?: import("csstype").Property.Page | undefined;
1869
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
1870
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
1871
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
1872
+ paintOrder?: import("csstype").Property.PaintOrder | undefined;
1873
+ perspective?: import("csstype").Property.Perspective<string | number> | undefined;
1874
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1875
+ pointerEvents?: import("csstype").Property.PointerEvents | undefined;
1876
+ position?: import("csstype").Property.Position | undefined;
1877
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1878
+ quotes?: import("csstype").Property.Quotes | undefined;
1879
+ resize?: import("csstype").Property.Resize | undefined;
1880
+ right?: import("csstype").Property.Right<string | number> | undefined;
1881
+ rotate?: import("csstype").Property.Rotate | undefined;
1882
+ rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
1883
+ rubyAlign?: import("csstype").Property.RubyAlign | undefined;
1884
+ rubyMerge?: import("csstype").Property.RubyMerge | undefined;
1885
+ rubyPosition?: import("csstype").Property.RubyPosition | undefined;
1886
+ scale?: import("csstype").Property.Scale | undefined;
1887
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
1888
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
1889
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
1890
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1891
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
1892
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
1893
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1894
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1895
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1896
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
1897
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
1898
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
1899
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
1900
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
1901
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
1902
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
1903
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
1904
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
1905
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1906
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1907
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1908
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1909
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
1910
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
1911
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
1912
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
1913
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
1914
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
1915
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
1916
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
1917
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1918
+ shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
1919
+ tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1920
+ tableLayout?: import("csstype").Property.TableLayout | undefined;
1921
+ textAlign?: import("csstype").Property.TextAlign | undefined;
1922
+ textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1923
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
1924
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1925
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1926
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
1927
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
1928
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1929
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
1930
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
1931
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
1932
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
1933
+ textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
1934
+ textJustify?: import("csstype").Property.TextJustify | undefined;
1935
+ textOrientation?: import("csstype").Property.TextOrientation | undefined;
1936
+ textOverflow?: import("csstype").Property.TextOverflow | undefined;
1937
+ textRendering?: import("csstype").Property.TextRendering | undefined;
1938
+ textShadow?: import("csstype").Property.TextShadow | undefined;
1939
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1940
+ textTransform?: import("csstype").Property.TextTransform | undefined;
1941
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
1942
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1943
+ textWrap?: import("csstype").Property.TextWrap | undefined;
1944
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
1945
+ top?: import("csstype").Property.Top<string | number> | undefined;
1946
+ touchAction?: import("csstype").Property.TouchAction | undefined;
1947
+ transform?: import("csstype").Property.Transform | undefined;
1948
+ transformBox?: import("csstype").Property.TransformBox | undefined;
1949
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1950
+ transformStyle?: import("csstype").Property.TransformStyle | undefined;
1951
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
1952
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1953
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1954
+ transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1955
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1956
+ translate?: import("csstype").Property.Translate<string | number> | undefined;
1957
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
1958
+ userSelect?: import("csstype").Property.UserSelect | undefined;
1959
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1960
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
1961
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
1962
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
1963
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
1964
+ visibility?: import("csstype").Property.Visibility | undefined;
1965
+ whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
1966
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
1967
+ whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
1968
+ widows?: import("csstype").Property.Widows | undefined;
1969
+ width?: import("csstype").Property.Width<string | number> | undefined;
1970
+ willChange?: import("csstype").Property.WillChange | undefined;
1971
+ wordBreak?: import("csstype").Property.WordBreak | undefined;
1972
+ wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
1973
+ wordWrap?: import("csstype").Property.WordWrap | undefined;
1974
+ writingMode?: import("csstype").Property.WritingMode | undefined;
1975
+ zIndex?: import("csstype").Property.ZIndex | undefined;
1976
+ zoom?: import("csstype").Property.Zoom | undefined;
1977
+ all?: import("csstype").Globals | undefined;
1978
+ animation?: import("csstype").Property.Animation<string & {}> | undefined;
1979
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
1980
+ background?: import("csstype").Property.Background<string | number> | undefined;
1981
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
1982
+ border?: import("csstype").Property.Border<string | number> | undefined;
1983
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
1984
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1985
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1986
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
1987
+ borderColor?: import("csstype").Property.BorderColor | undefined;
1988
+ borderImage?: import("csstype").Property.BorderImage | undefined;
1989
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
1990
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1991
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1992
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
1993
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1994
+ borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
1995
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
1996
+ borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
1997
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
1998
+ caret?: import("csstype").Property.Caret | undefined;
1999
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
2000
+ columns?: import("csstype").Property.Columns<string | number> | undefined;
2001
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
2002
+ container?: import("csstype").Property.Container | undefined;
2003
+ flex?: import("csstype").Property.Flex<string | number> | undefined;
2004
+ flexFlow?: import("csstype").Property.FlexFlow | undefined;
2005
+ font?: import("csstype").Property.Font | undefined;
2006
+ gap?: import("csstype").Property.Gap<string | number> | undefined;
2007
+ grid?: import("csstype").Property.Grid | undefined;
2008
+ gridArea?: import("csstype").Property.GridArea | undefined;
2009
+ gridColumn?: import("csstype").Property.GridColumn | undefined;
2010
+ gridRow?: import("csstype").Property.GridRow | undefined;
2011
+ gridTemplate?: import("csstype").Property.GridTemplate | undefined;
2012
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
2013
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
2014
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
2015
+ lineClamp?: import("csstype").Property.LineClamp | undefined;
2016
+ listStyle?: import("csstype").Property.ListStyle | undefined;
2017
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
2018
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
2019
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
2020
+ mask?: import("csstype").Property.Mask<string | number> | undefined;
2021
+ maskBorder?: import("csstype").Property.MaskBorder | undefined;
2022
+ motion?: import("csstype").Property.Offset<string | number> | undefined;
2023
+ offset?: import("csstype").Property.Offset<string | number> | undefined;
2024
+ outline?: import("csstype").Property.Outline<string | number> | undefined;
2025
+ overflow?: import("csstype").Property.Overflow | undefined;
2026
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
2027
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
2028
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
2029
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
2030
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
2031
+ placeItems?: import("csstype").Property.PlaceItems | undefined;
2032
+ placeSelf?: import("csstype").Property.PlaceSelf | undefined;
2033
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
2034
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
2035
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
2036
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
2037
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
2038
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
2039
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
2040
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
2041
+ textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
2042
+ textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
2043
+ transition?: import("csstype").Property.Transition<string & {}> | undefined;
2044
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
2045
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
2046
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
2047
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
2048
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
2049
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
2050
+ MozAnimationName?: import("csstype").Property.AnimationName | undefined;
2051
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
2052
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
2053
+ MozAppearance?: import("csstype").Property.MozAppearance | undefined;
2054
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
2055
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
2056
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
2057
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
2058
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
2059
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
2060
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
2061
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
2062
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
2063
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
2064
+ MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
2065
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
2066
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
2067
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
2068
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
2069
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
2070
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
2071
+ MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
2072
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
2073
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
2074
+ MozHyphens?: import("csstype").Property.Hyphens | undefined;
2075
+ MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
2076
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
2077
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
2078
+ MozOrient?: import("csstype").Property.MozOrient | undefined;
2079
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
2080
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
2081
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
2082
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
2083
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
2084
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
2085
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
2086
+ MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
2087
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
2088
+ MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
2089
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
2090
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
2091
+ MozUserModify?: import("csstype").Property.MozUserModify | undefined;
2092
+ MozUserSelect?: import("csstype").Property.UserSelect | undefined;
2093
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
2094
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
2095
+ msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
2096
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
2097
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
2098
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
2099
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
2100
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
2101
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
2102
+ msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
2103
+ msFilter?: import("csstype").Property.MsFilter | undefined;
2104
+ msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
2105
+ msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
2106
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
2107
+ msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
2108
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
2109
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
2110
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
2111
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
2112
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
2113
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
2114
+ msHyphens?: import("csstype").Property.Hyphens | undefined;
2115
+ msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
2116
+ msLineBreak?: import("csstype").Property.LineBreak | undefined;
2117
+ msOrder?: import("csstype").Property.Order | undefined;
2118
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
2119
+ msOverflowX?: import("csstype").Property.OverflowX | undefined;
2120
+ msOverflowY?: import("csstype").Property.OverflowY | undefined;
2121
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
2122
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
2123
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
2124
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
2125
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
2126
+ msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
2127
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
2128
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
2129
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
2130
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
2131
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
2132
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
2133
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
2134
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
2135
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
2136
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
2137
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
2138
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
2139
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
2140
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
2141
+ msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
2142
+ msTouchAction?: import("csstype").Property.TouchAction | undefined;
2143
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
2144
+ msTransform?: import("csstype").Property.Transform | undefined;
2145
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2146
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2147
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2148
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2149
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2150
+ msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
2151
+ msWordBreak?: import("csstype").Property.WordBreak | undefined;
2152
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
2153
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
2154
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
2155
+ msWritingMode?: import("csstype").Property.WritingMode | undefined;
2156
+ WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
2157
+ WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
2158
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
2159
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
2160
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
2161
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
2162
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
2163
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
2164
+ WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
2165
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
2166
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
2167
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
2168
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
2169
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
2170
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
2171
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
2172
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
2173
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
2174
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
2175
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
2176
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
2177
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
2178
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
2179
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
2180
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
2181
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
2182
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
2183
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
2184
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
2185
+ WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
2186
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
2187
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
2188
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
2189
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
2190
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
2191
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
2192
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
2193
+ WebkitFilter?: import("csstype").Property.Filter | undefined;
2194
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
2195
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
2196
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
2197
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
2198
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
2199
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
2200
+ WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
2201
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
2202
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
2203
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
2204
+ WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
2205
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
2206
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
2207
+ WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
2208
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
2209
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
2210
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
2211
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
2212
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
2213
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
2214
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
2215
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
2216
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
2217
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
2218
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
2219
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
2220
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
2221
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
2222
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
2223
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
2224
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
2225
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
2226
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
2227
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
2228
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
2229
+ WebkitOrder?: import("csstype").Property.Order | undefined;
2230
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
2231
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
2232
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
2233
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
2234
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
2235
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
2236
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
2237
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
2238
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
2239
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
2240
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
2241
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
2242
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
2243
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
2244
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
2245
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
2246
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
2247
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
2248
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
2249
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
2250
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
2251
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
2252
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
2253
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
2254
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
2255
+ WebkitTransform?: import("csstype").Property.Transform | undefined;
2256
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2257
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
2258
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2259
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2260
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2261
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2262
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
2263
+ WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
2264
+ WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
2265
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
2266
+ MozBorderImage?: import("csstype").Property.BorderImage | undefined;
2267
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
2268
+ MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
2269
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
2270
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
2271
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
2272
+ msFlex?: import("csstype").Property.Flex<string | number> | undefined;
2273
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
2274
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
2275
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
2276
+ msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
2277
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
2278
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
2279
+ WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
2280
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
2281
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
2282
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
2283
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
2284
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
2285
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
2286
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
2287
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
2288
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
2289
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
2290
+ azimuth?: import("csstype").Property.Azimuth | undefined;
2291
+ boxAlign?: import("csstype").Property.BoxAlign | undefined;
2292
+ boxDirection?: import("csstype").Property.BoxDirection | undefined;
2293
+ boxFlex?: import("csstype").Property.BoxFlex | undefined;
2294
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
2295
+ boxLines?: import("csstype").Property.BoxLines | undefined;
2296
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
2297
+ boxOrient?: import("csstype").Property.BoxOrient | undefined;
2298
+ boxPack?: import("csstype").Property.BoxPack | undefined;
2299
+ clip?: import("csstype").Property.Clip | undefined;
2300
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
2301
+ gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
2302
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
2303
+ imeMode?: import("csstype").Property.ImeMode | undefined;
2304
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
2305
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
2306
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
2307
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
2308
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
2309
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
2310
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
2311
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
2312
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
2313
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
2314
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
2315
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
2316
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
2317
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
2318
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
2319
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
2320
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
2321
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
2322
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
2323
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
2324
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
2325
+ KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
2326
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
2327
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
2328
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
2329
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
2330
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
2331
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
2332
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
2333
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
2334
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
2335
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
2336
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
2337
+ MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
2338
+ MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
2339
+ MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
2340
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
2341
+ MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
2342
+ MozBoxPack?: import("csstype").Property.BoxPack | undefined;
2343
+ MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
2344
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
2345
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
2346
+ MozOpacity?: import("csstype").Property.Opacity | undefined;
2347
+ MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
2348
+ MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
2349
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
2350
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
2351
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
2352
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
2353
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
2354
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
2355
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
2356
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
2357
+ MozTransform?: import("csstype").Property.Transform | undefined;
2358
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2359
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
2360
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
2361
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2362
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2363
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2364
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2365
+ MozUserInput?: import("csstype").Property.MozUserInput | undefined;
2366
+ msImeMode?: import("csstype").Property.ImeMode | undefined;
2367
+ OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
2368
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
2369
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
2370
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
2371
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
2372
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
2373
+ OAnimationName?: import("csstype").Property.AnimationName | undefined;
2374
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
2375
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
2376
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
2377
+ OBorderImage?: import("csstype").Property.BorderImage | undefined;
2378
+ OObjectFit?: import("csstype").Property.ObjectFit | undefined;
2379
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
2380
+ OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
2381
+ OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
2382
+ OTransform?: import("csstype").Property.Transform | undefined;
2383
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2384
+ OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
2385
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2386
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2387
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2388
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2389
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
2390
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
2391
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
2392
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
2393
+ WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
2394
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
2395
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
2396
+ WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
2397
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
2398
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
2399
+ clipRule?: import("csstype").Property.ClipRule | undefined;
2400
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
2401
+ colorRendering?: import("csstype").Property.ColorRendering | undefined;
2402
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
2403
+ fill?: import("csstype").Property.Fill | undefined;
2404
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
2405
+ fillRule?: import("csstype").Property.FillRule | undefined;
2406
+ floodColor?: import("csstype").Property.FloodColor | undefined;
2407
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
2408
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
2409
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
2410
+ marker?: import("csstype").Property.Marker | undefined;
2411
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
2412
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
2413
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
2414
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
2415
+ stopColor?: import("csstype").Property.StopColor | undefined;
2416
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
2417
+ stroke?: import("csstype").Property.Stroke | undefined;
2418
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
2419
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
2420
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
2421
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
2422
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
2423
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
2424
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
2425
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
2426
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
2427
+ "accent-color"?: import("csstype").Property.AccentColor | undefined;
2428
+ "align-content"?: import("csstype").Property.AlignContent | undefined;
2429
+ "align-items"?: import("csstype").Property.AlignItems | undefined;
2430
+ "align-self"?: import("csstype").Property.AlignSelf | undefined;
2431
+ "align-tracks"?: import("csstype").Property.AlignTracks | undefined;
2432
+ "animation-composition"?: import("csstype").Property.AnimationComposition | undefined;
2433
+ "animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
2434
+ "animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
2435
+ "animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
2436
+ "animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
2437
+ "animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
2438
+ "animation-name"?: import("csstype").Property.AnimationName | undefined;
2439
+ "animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
2440
+ "animation-range-end"?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
2441
+ "animation-range-start"?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
2442
+ "animation-timeline"?: import("csstype").Property.AnimationTimeline | undefined;
2443
+ "animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
2444
+ "aspect-ratio"?: import("csstype").Property.AspectRatio | undefined;
2445
+ "backdrop-filter"?: import("csstype").Property.BackdropFilter | undefined;
2446
+ "backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
2447
+ "background-attachment"?: import("csstype").Property.BackgroundAttachment | undefined;
2448
+ "background-blend-mode"?: import("csstype").Property.BackgroundBlendMode | undefined;
2449
+ "background-clip"?: import("csstype").Property.BackgroundClip | undefined;
2450
+ "background-color"?: import("csstype").Property.BackgroundColor | undefined;
2451
+ "background-image"?: import("csstype").Property.BackgroundImage | undefined;
2452
+ "background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
2453
+ "background-position-x"?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
2454
+ "background-position-y"?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
2455
+ "background-repeat"?: import("csstype").Property.BackgroundRepeat | undefined;
2456
+ "background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
2457
+ "block-overflow"?: import("csstype").Property.BlockOverflow | undefined;
2458
+ "block-size"?: import("csstype").Property.BlockSize<string | number> | undefined;
2459
+ "border-block-color"?: import("csstype").Property.BorderBlockColor | undefined;
2460
+ "border-block-end-color"?: import("csstype").Property.BorderBlockEndColor | undefined;
2461
+ "border-block-end-style"?: import("csstype").Property.BorderBlockEndStyle | undefined;
2462
+ "border-block-end-width"?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
2463
+ "border-block-start-color"?: import("csstype").Property.BorderBlockStartColor | undefined;
2464
+ "border-block-start-style"?: import("csstype").Property.BorderBlockStartStyle | undefined;
2465
+ "border-block-start-width"?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
2466
+ "border-block-style"?: import("csstype").Property.BorderBlockStyle | undefined;
2467
+ "border-block-width"?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
2468
+ "border-bottom-color"?: import("csstype").Property.BorderBottomColor | undefined;
2469
+ "border-bottom-left-radius"?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
2470
+ "border-bottom-right-radius"?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
2471
+ "border-bottom-style"?: import("csstype").Property.BorderBottomStyle | undefined;
2472
+ "border-bottom-width"?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
2473
+ "border-collapse"?: import("csstype").Property.BorderCollapse | undefined;
2474
+ "border-end-end-radius"?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
2475
+ "border-end-start-radius"?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
2476
+ "border-image-outset"?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
2477
+ "border-image-repeat"?: import("csstype").Property.BorderImageRepeat | undefined;
2478
+ "border-image-slice"?: import("csstype").Property.BorderImageSlice | undefined;
2479
+ "border-image-source"?: import("csstype").Property.BorderImageSource | undefined;
2480
+ "border-image-width"?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
2481
+ "border-inline-color"?: import("csstype").Property.BorderInlineColor | undefined;
2482
+ "border-inline-end-color"?: import("csstype").Property.BorderInlineEndColor | undefined;
2483
+ "border-inline-end-style"?: import("csstype").Property.BorderInlineEndStyle | undefined;
2484
+ "border-inline-end-width"?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
2485
+ "border-inline-start-color"?: import("csstype").Property.BorderInlineStartColor | undefined;
2486
+ "border-inline-start-style"?: import("csstype").Property.BorderInlineStartStyle | undefined;
2487
+ "border-inline-start-width"?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
2488
+ "border-inline-style"?: import("csstype").Property.BorderInlineStyle | undefined;
2489
+ "border-inline-width"?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
2490
+ "border-left-color"?: import("csstype").Property.BorderLeftColor | undefined;
2491
+ "border-left-style"?: import("csstype").Property.BorderLeftStyle | undefined;
2492
+ "border-left-width"?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
2493
+ "border-right-color"?: import("csstype").Property.BorderRightColor | undefined;
2494
+ "border-right-style"?: import("csstype").Property.BorderRightStyle | undefined;
2495
+ "border-right-width"?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
2496
+ "border-spacing"?: import("csstype").Property.BorderSpacing<string | number> | undefined;
2497
+ "border-start-end-radius"?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
2498
+ "border-start-start-radius"?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
2499
+ "border-top-color"?: import("csstype").Property.BorderTopColor | undefined;
2500
+ "border-top-left-radius"?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
2501
+ "border-top-right-radius"?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
2502
+ "border-top-style"?: import("csstype").Property.BorderTopStyle | undefined;
2503
+ "border-top-width"?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
2504
+ "box-decoration-break"?: import("csstype").Property.BoxDecorationBreak | undefined;
2505
+ "box-shadow"?: import("csstype").Property.BoxShadow | undefined;
2506
+ "box-sizing"?: import("csstype").Property.BoxSizing | undefined;
2507
+ "break-after"?: import("csstype").Property.BreakAfter | undefined;
2508
+ "break-before"?: import("csstype").Property.BreakBefore | undefined;
2509
+ "break-inside"?: import("csstype").Property.BreakInside | undefined;
2510
+ "caption-side"?: import("csstype").Property.CaptionSide | undefined;
2511
+ "caret-color"?: import("csstype").Property.CaretColor | undefined;
2512
+ "caret-shape"?: import("csstype").Property.CaretShape | undefined;
2513
+ "clip-path"?: import("csstype").Property.ClipPath | undefined;
2514
+ "color-adjust"?: import("csstype").Property.PrintColorAdjust | undefined;
2515
+ "color-scheme"?: import("csstype").Property.ColorScheme | undefined;
2516
+ "column-count"?: import("csstype").Property.ColumnCount | undefined;
2517
+ "column-fill"?: import("csstype").Property.ColumnFill | undefined;
2518
+ "column-gap"?: import("csstype").Property.ColumnGap<string | number> | undefined;
2519
+ "column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
2520
+ "column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
2521
+ "column-rule-width"?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
2522
+ "column-span"?: import("csstype").Property.ColumnSpan | undefined;
2523
+ "column-width"?: import("csstype").Property.ColumnWidth<string | number> | undefined;
2524
+ "contain-intrinsic-block-size"?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
2525
+ "contain-intrinsic-height"?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
2526
+ "contain-intrinsic-inline-size"?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
2527
+ "contain-intrinsic-width"?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
2528
+ "container-name"?: import("csstype").Property.ContainerName | undefined;
2529
+ "container-type"?: import("csstype").Property.ContainerType | undefined;
2530
+ "content-visibility"?: import("csstype").Property.ContentVisibility | undefined;
2531
+ "counter-increment"?: import("csstype").Property.CounterIncrement | undefined;
2532
+ "counter-reset"?: import("csstype").Property.CounterReset | undefined;
2533
+ "counter-set"?: import("csstype").Property.CounterSet | undefined;
2534
+ "empty-cells"?: import("csstype").Property.EmptyCells | undefined;
2535
+ "flex-basis"?: import("csstype").Property.FlexBasis<string | number> | undefined;
2536
+ "flex-direction"?: import("csstype").Property.FlexDirection | undefined;
2537
+ "flex-grow"?: import("csstype").Property.FlexGrow | undefined;
2538
+ "flex-shrink"?: import("csstype").Property.FlexShrink | undefined;
2539
+ "flex-wrap"?: import("csstype").Property.FlexWrap | undefined;
2540
+ "font-family"?: import("csstype").Property.FontFamily | undefined;
2541
+ "font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
2542
+ "font-kerning"?: import("csstype").Property.FontKerning | undefined;
2543
+ "font-language-override"?: import("csstype").Property.FontLanguageOverride | undefined;
2544
+ "font-optical-sizing"?: import("csstype").Property.FontOpticalSizing | undefined;
2545
+ "font-palette"?: import("csstype").Property.FontPalette | undefined;
2546
+ "font-size"?: import("csstype").Property.FontSize<string | number> | undefined;
2547
+ "font-size-adjust"?: import("csstype").Property.FontSizeAdjust | undefined;
2548
+ "font-smooth"?: import("csstype").Property.FontSmooth<string | number> | undefined;
2549
+ "font-stretch"?: import("csstype").Property.FontStretch | undefined;
2550
+ "font-style"?: import("csstype").Property.FontStyle | undefined;
2551
+ "font-synthesis"?: import("csstype").Property.FontSynthesis | undefined;
2552
+ "font-synthesis-position"?: import("csstype").Property.FontSynthesisPosition | undefined;
2553
+ "font-synthesis-small-caps"?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
2554
+ "font-synthesis-style"?: import("csstype").Property.FontSynthesisStyle | undefined;
2555
+ "font-synthesis-weight"?: import("csstype").Property.FontSynthesisWeight | undefined;
2556
+ "font-variant"?: import("csstype").Property.FontVariant | undefined;
2557
+ "font-variant-alternates"?: import("csstype").Property.FontVariantAlternates | undefined;
2558
+ "font-variant-caps"?: import("csstype").Property.FontVariantCaps | undefined;
2559
+ "font-variant-east-asian"?: import("csstype").Property.FontVariantEastAsian | undefined;
2560
+ "font-variant-emoji"?: import("csstype").Property.FontVariantEmoji | undefined;
2561
+ "font-variant-ligatures"?: import("csstype").Property.FontVariantLigatures | undefined;
2562
+ "font-variant-numeric"?: import("csstype").Property.FontVariantNumeric | undefined;
2563
+ "font-variant-position"?: import("csstype").Property.FontVariantPosition | undefined;
2564
+ "font-variation-settings"?: import("csstype").Property.FontVariationSettings | undefined;
2565
+ "font-weight"?: import("csstype").Property.FontWeight | undefined;
2566
+ "forced-color-adjust"?: import("csstype").Property.ForcedColorAdjust | undefined;
2567
+ "grid-auto-columns"?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
2568
+ "grid-auto-flow"?: import("csstype").Property.GridAutoFlow | undefined;
2569
+ "grid-auto-rows"?: import("csstype").Property.GridAutoRows<string | number> | undefined;
2570
+ "grid-column-end"?: import("csstype").Property.GridColumnEnd | undefined;
2571
+ "grid-column-start"?: import("csstype").Property.GridColumnStart | undefined;
2572
+ "grid-row-end"?: import("csstype").Property.GridRowEnd | undefined;
2573
+ "grid-row-start"?: import("csstype").Property.GridRowStart | undefined;
2574
+ "grid-template-areas"?: import("csstype").Property.GridTemplateAreas | undefined;
2575
+ "grid-template-columns"?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
2576
+ "grid-template-rows"?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
2577
+ "hanging-punctuation"?: import("csstype").Property.HangingPunctuation | undefined;
2578
+ "hyphenate-character"?: import("csstype").Property.HyphenateCharacter | undefined;
2579
+ "hyphenate-limit-chars"?: import("csstype").Property.HyphenateLimitChars | undefined;
2580
+ "image-orientation"?: import("csstype").Property.ImageOrientation | undefined;
2581
+ "image-rendering"?: import("csstype").Property.ImageRendering | undefined;
2582
+ "image-resolution"?: import("csstype").Property.ImageResolution | undefined;
2583
+ "initial-letter"?: import("csstype").Property.InitialLetter | undefined;
2584
+ "inline-size"?: import("csstype").Property.InlineSize<string | number> | undefined;
2585
+ "input-security"?: import("csstype").Property.InputSecurity | undefined;
2586
+ "inset-block-end"?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
2587
+ "inset-block-start"?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
2588
+ "inset-inline-end"?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
2589
+ "inset-inline-start"?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
2590
+ "justify-content"?: import("csstype").Property.JustifyContent | undefined;
2591
+ "justify-items"?: import("csstype").Property.JustifyItems | undefined;
2592
+ "justify-self"?: import("csstype").Property.JustifySelf | undefined;
2593
+ "justify-tracks"?: import("csstype").Property.JustifyTracks | undefined;
2594
+ "letter-spacing"?: import("csstype").Property.LetterSpacing<string | number> | undefined;
2595
+ "line-break"?: import("csstype").Property.LineBreak | undefined;
2596
+ "line-height"?: import("csstype").Property.LineHeight<string | number> | undefined;
2597
+ "line-height-step"?: import("csstype").Property.LineHeightStep<string | number> | undefined;
2598
+ "list-style-image"?: import("csstype").Property.ListStyleImage | undefined;
2599
+ "list-style-position"?: import("csstype").Property.ListStylePosition | undefined;
2600
+ "list-style-type"?: import("csstype").Property.ListStyleType | undefined;
2601
+ "margin-block-end"?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
2602
+ "margin-block-start"?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
2603
+ "margin-bottom"?: import("csstype").Property.MarginBottom<string | number> | undefined;
2604
+ "margin-inline-end"?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
2605
+ "margin-inline-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
2606
+ "margin-left"?: import("csstype").Property.MarginLeft<string | number> | undefined;
2607
+ "margin-right"?: import("csstype").Property.MarginRight<string | number> | undefined;
2608
+ "margin-top"?: import("csstype").Property.MarginTop<string | number> | undefined;
2609
+ "margin-trim"?: import("csstype").Property.MarginTrim | undefined;
2610
+ "mask-border-mode"?: import("csstype").Property.MaskBorderMode | undefined;
2611
+ "mask-border-outset"?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
2612
+ "mask-border-repeat"?: import("csstype").Property.MaskBorderRepeat | undefined;
2613
+ "mask-border-slice"?: import("csstype").Property.MaskBorderSlice | undefined;
2614
+ "mask-border-source"?: import("csstype").Property.MaskBorderSource | undefined;
2615
+ "mask-border-width"?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
2616
+ "mask-clip"?: import("csstype").Property.MaskClip | undefined;
2617
+ "mask-composite"?: import("csstype").Property.MaskComposite | undefined;
2618
+ "mask-image"?: import("csstype").Property.MaskImage | undefined;
2619
+ "mask-mode"?: import("csstype").Property.MaskMode | undefined;
2620
+ "mask-origin"?: import("csstype").Property.MaskOrigin | undefined;
2621
+ "mask-position"?: import("csstype").Property.MaskPosition<string | number> | undefined;
2622
+ "mask-repeat"?: import("csstype").Property.MaskRepeat | undefined;
2623
+ "mask-size"?: import("csstype").Property.MaskSize<string | number> | undefined;
2624
+ "mask-type"?: import("csstype").Property.MaskType | undefined;
2625
+ "masonry-auto-flow"?: import("csstype").Property.MasonryAutoFlow | undefined;
2626
+ "math-depth"?: import("csstype").Property.MathDepth | undefined;
2627
+ "math-shift"?: import("csstype").Property.MathShift | undefined;
2628
+ "math-style"?: import("csstype").Property.MathStyle | undefined;
2629
+ "max-block-size"?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
2630
+ "max-height"?: import("csstype").Property.MaxHeight<string | number> | undefined;
2631
+ "max-inline-size"?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
2632
+ "max-lines"?: import("csstype").Property.MaxLines | undefined;
2633
+ "max-width"?: import("csstype").Property.MaxWidth<string | number> | undefined;
2634
+ "min-block-size"?: import("csstype").Property.MinBlockSize<string | number> | undefined;
2635
+ "min-height"?: import("csstype").Property.MinHeight<string | number> | undefined;
2636
+ "min-inline-size"?: import("csstype").Property.MinInlineSize<string | number> | undefined;
2637
+ "min-width"?: import("csstype").Property.MinWidth<string | number> | undefined;
2638
+ "mix-blend-mode"?: import("csstype").Property.MixBlendMode | undefined;
2639
+ "motion-distance"?: import("csstype").Property.OffsetDistance<string | number> | undefined;
2640
+ "motion-path"?: import("csstype").Property.OffsetPath | undefined;
2641
+ "motion-rotation"?: import("csstype").Property.OffsetRotate | undefined;
2642
+ "object-fit"?: import("csstype").Property.ObjectFit | undefined;
2643
+ "object-position"?: import("csstype").Property.ObjectPosition<string | number> | undefined;
2644
+ "offset-anchor"?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
2645
+ "offset-distance"?: import("csstype").Property.OffsetDistance<string | number> | undefined;
2646
+ "offset-path"?: import("csstype").Property.OffsetPath | undefined;
2647
+ "offset-position"?: import("csstype").Property.OffsetPosition<string | number> | undefined;
2648
+ "offset-rotate"?: import("csstype").Property.OffsetRotate | undefined;
2649
+ "offset-rotation"?: import("csstype").Property.OffsetRotate | undefined;
2650
+ "outline-color"?: import("csstype").Property.OutlineColor | undefined;
2651
+ "outline-offset"?: import("csstype").Property.OutlineOffset<string | number> | undefined;
2652
+ "outline-style"?: import("csstype").Property.OutlineStyle | undefined;
2653
+ "outline-width"?: import("csstype").Property.OutlineWidth<string | number> | undefined;
2654
+ "overflow-anchor"?: import("csstype").Property.OverflowAnchor | undefined;
2655
+ "overflow-block"?: import("csstype").Property.OverflowBlock | undefined;
2656
+ "overflow-clip-box"?: import("csstype").Property.OverflowClipBox | undefined;
2657
+ "overflow-clip-margin"?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
2658
+ "overflow-inline"?: import("csstype").Property.OverflowInline | undefined;
2659
+ "overflow-wrap"?: import("csstype").Property.OverflowWrap | undefined;
2660
+ "overflow-x"?: import("csstype").Property.OverflowX | undefined;
2661
+ "overflow-y"?: import("csstype").Property.OverflowY | undefined;
2662
+ "overscroll-behavior-block"?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
2663
+ "overscroll-behavior-inline"?: import("csstype").Property.OverscrollBehaviorInline | undefined;
2664
+ "overscroll-behavior-x"?: import("csstype").Property.OverscrollBehaviorX | undefined;
2665
+ "overscroll-behavior-y"?: import("csstype").Property.OverscrollBehaviorY | undefined;
2666
+ "padding-block-end"?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
2667
+ "padding-block-start"?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
2668
+ "padding-bottom"?: import("csstype").Property.PaddingBottom<string | number> | undefined;
2669
+ "padding-inline-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
2670
+ "padding-inline-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
2671
+ "padding-left"?: import("csstype").Property.PaddingLeft<string | number> | undefined;
2672
+ "padding-right"?: import("csstype").Property.PaddingRight<string | number> | undefined;
2673
+ "padding-top"?: import("csstype").Property.PaddingTop<string | number> | undefined;
2674
+ "page-break-after"?: import("csstype").Property.PageBreakAfter | undefined;
2675
+ "page-break-before"?: import("csstype").Property.PageBreakBefore | undefined;
2676
+ "page-break-inside"?: import("csstype").Property.PageBreakInside | undefined;
2677
+ "paint-order"?: import("csstype").Property.PaintOrder | undefined;
2678
+ "perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
2679
+ "pointer-events"?: import("csstype").Property.PointerEvents | undefined;
2680
+ "print-color-adjust"?: import("csstype").Property.PrintColorAdjust | undefined;
2681
+ "row-gap"?: import("csstype").Property.RowGap<string | number> | undefined;
2682
+ "ruby-align"?: import("csstype").Property.RubyAlign | undefined;
2683
+ "ruby-merge"?: import("csstype").Property.RubyMerge | undefined;
2684
+ "ruby-position"?: import("csstype").Property.RubyPosition | undefined;
2685
+ "scroll-behavior"?: import("csstype").Property.ScrollBehavior | undefined;
2686
+ "scroll-margin-block-end"?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
2687
+ "scroll-margin-block-start"?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
2688
+ "scroll-margin-bottom"?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
2689
+ "scroll-margin-inline-end"?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
2690
+ "scroll-margin-inline-start"?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
2691
+ "scroll-margin-left"?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
2692
+ "scroll-margin-right"?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
2693
+ "scroll-margin-top"?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
2694
+ "scroll-padding-block-end"?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
2695
+ "scroll-padding-block-start"?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
2696
+ "scroll-padding-bottom"?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
2697
+ "scroll-padding-inline-end"?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
2698
+ "scroll-padding-inline-start"?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
2699
+ "scroll-padding-left"?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
2700
+ "scroll-padding-right"?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
2701
+ "scroll-padding-top"?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
2702
+ "scroll-snap-align"?: import("csstype").Property.ScrollSnapAlign | undefined;
2703
+ "scroll-snap-margin-bottom"?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
2704
+ "scroll-snap-margin-left"?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
2705
+ "scroll-snap-margin-right"?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
2706
+ "scroll-snap-margin-top"?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
2707
+ "scroll-snap-stop"?: import("csstype").Property.ScrollSnapStop | undefined;
2708
+ "scroll-snap-type"?: import("csstype").Property.ScrollSnapType | undefined;
2709
+ "scroll-timeline-axis"?: import("csstype").Property.ScrollTimelineAxis | undefined;
2710
+ "scroll-timeline-name"?: import("csstype").Property.ScrollTimelineName | undefined;
2711
+ "scrollbar-color"?: import("csstype").Property.ScrollbarColor | undefined;
2712
+ "scrollbar-gutter"?: import("csstype").Property.ScrollbarGutter | undefined;
2713
+ "scrollbar-width"?: import("csstype").Property.ScrollbarWidth | undefined;
2714
+ "shape-image-threshold"?: import("csstype").Property.ShapeImageThreshold | undefined;
2715
+ "shape-margin"?: import("csstype").Property.ShapeMargin<string | number> | undefined;
2716
+ "shape-outside"?: import("csstype").Property.ShapeOutside | undefined;
2717
+ "tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
2718
+ "table-layout"?: import("csstype").Property.TableLayout | undefined;
2719
+ "text-align"?: import("csstype").Property.TextAlign | undefined;
2720
+ "text-align-last"?: import("csstype").Property.TextAlignLast | undefined;
2721
+ "text-combine-upright"?: import("csstype").Property.TextCombineUpright | undefined;
2722
+ "text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
2723
+ "text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
2724
+ "text-decoration-skip"?: import("csstype").Property.TextDecorationSkip | undefined;
2725
+ "text-decoration-skip-ink"?: import("csstype").Property.TextDecorationSkipInk | undefined;
2726
+ "text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
2727
+ "text-decoration-thickness"?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
2728
+ "text-emphasis-color"?: import("csstype").Property.TextEmphasisColor | undefined;
2729
+ "text-emphasis-position"?: import("csstype").Property.TextEmphasisPosition | undefined;
2730
+ "text-emphasis-style"?: import("csstype").Property.TextEmphasisStyle | undefined;
2731
+ "text-indent"?: import("csstype").Property.TextIndent<string | number> | undefined;
2732
+ "text-justify"?: import("csstype").Property.TextJustify | undefined;
2733
+ "text-orientation"?: import("csstype").Property.TextOrientation | undefined;
2734
+ "text-overflow"?: import("csstype").Property.TextOverflow | undefined;
2735
+ "text-rendering"?: import("csstype").Property.TextRendering | undefined;
2736
+ "text-shadow"?: import("csstype").Property.TextShadow | undefined;
2737
+ "text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
2738
+ "text-transform"?: import("csstype").Property.TextTransform | undefined;
2739
+ "text-underline-offset"?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
2740
+ "text-underline-position"?: import("csstype").Property.TextUnderlinePosition | undefined;
2741
+ "text-wrap"?: import("csstype").Property.TextWrap | undefined;
2742
+ "timeline-scope"?: import("csstype").Property.TimelineScope | undefined;
2743
+ "touch-action"?: import("csstype").Property.TouchAction | undefined;
2744
+ "transform-box"?: import("csstype").Property.TransformBox | undefined;
2745
+ "transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2746
+ "transform-style"?: import("csstype").Property.TransformStyle | undefined;
2747
+ "transition-behavior"?: import("csstype").Property.TransitionBehavior | undefined;
2748
+ "transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2749
+ "transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2750
+ "transition-property"?: import("csstype").Property.TransitionProperty | undefined;
2751
+ "transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
2752
+ "unicode-bidi"?: import("csstype").Property.UnicodeBidi | undefined;
2753
+ "user-select"?: import("csstype").Property.UserSelect | undefined;
2754
+ "vertical-align"?: import("csstype").Property.VerticalAlign<string | number> | undefined;
2755
+ "view-timeline-axis"?: import("csstype").Property.ViewTimelineAxis | undefined;
2756
+ "view-timeline-inset"?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
2757
+ "view-timeline-name"?: import("csstype").Property.ViewTimelineName | undefined;
2758
+ "view-transition-name"?: import("csstype").Property.ViewTransitionName | undefined;
2759
+ "white-space"?: import("csstype").Property.WhiteSpace | undefined;
2760
+ "white-space-collapse"?: import("csstype").Property.WhiteSpaceCollapse | undefined;
2761
+ "white-space-trim"?: import("csstype").Property.WhiteSpaceTrim | undefined;
2762
+ "will-change"?: import("csstype").Property.WillChange | undefined;
2763
+ "word-break"?: import("csstype").Property.WordBreak | undefined;
2764
+ "word-spacing"?: import("csstype").Property.WordSpacing<string | number> | undefined;
2765
+ "word-wrap"?: import("csstype").Property.WordWrap | undefined;
2766
+ "writing-mode"?: import("csstype").Property.WritingMode | undefined;
2767
+ "z-index"?: import("csstype").Property.ZIndex | undefined;
2768
+ "animation-range"?: import("csstype").Property.AnimationRange<string | number> | undefined;
2769
+ "background-position"?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
2770
+ "border-block"?: import("csstype").Property.BorderBlock<string | number> | undefined;
2771
+ "border-block-end"?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
2772
+ "border-block-start"?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
2773
+ "border-bottom"?: import("csstype").Property.BorderBottom<string | number> | undefined;
2774
+ "border-color"?: import("csstype").Property.BorderColor | undefined;
2775
+ "border-image"?: import("csstype").Property.BorderImage | undefined;
2776
+ "border-inline"?: import("csstype").Property.BorderInline<string | number> | undefined;
2777
+ "border-inline-end"?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
2778
+ "border-inline-start"?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
2779
+ "border-left"?: import("csstype").Property.BorderLeft<string | number> | undefined;
2780
+ "border-radius"?: import("csstype").Property.BorderRadius<string | number> | undefined;
2781
+ "border-right"?: import("csstype").Property.BorderRight<string | number> | undefined;
2782
+ "border-style"?: import("csstype").Property.BorderStyle | undefined;
2783
+ "border-top"?: import("csstype").Property.BorderTop<string | number> | undefined;
2784
+ "border-width"?: import("csstype").Property.BorderWidth<string | number> | undefined;
2785
+ "column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
2786
+ "contain-intrinsic-size"?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
2787
+ "flex-flow"?: import("csstype").Property.FlexFlow | undefined;
2788
+ "grid-area"?: import("csstype").Property.GridArea | undefined;
2789
+ "grid-column"?: import("csstype").Property.GridColumn | undefined;
2790
+ "grid-row"?: import("csstype").Property.GridRow | undefined;
2791
+ "grid-template"?: import("csstype").Property.GridTemplate | undefined;
2792
+ "inset-block"?: import("csstype").Property.InsetBlock<string | number> | undefined;
2793
+ "inset-inline"?: import("csstype").Property.InsetInline<string | number> | undefined;
2794
+ "line-clamp"?: import("csstype").Property.LineClamp | undefined;
2795
+ "list-style"?: import("csstype").Property.ListStyle | undefined;
2796
+ "margin-block"?: import("csstype").Property.MarginBlock<string | number> | undefined;
2797
+ "margin-inline"?: import("csstype").Property.MarginInline<string | number> | undefined;
2798
+ "mask-border"?: import("csstype").Property.MaskBorder | undefined;
2799
+ "overscroll-behavior"?: import("csstype").Property.OverscrollBehavior | undefined;
2800
+ "padding-block"?: import("csstype").Property.PaddingBlock<string | number> | undefined;
2801
+ "padding-inline"?: import("csstype").Property.PaddingInline<string | number> | undefined;
2802
+ "place-content"?: import("csstype").Property.PlaceContent | undefined;
2803
+ "place-items"?: import("csstype").Property.PlaceItems | undefined;
2804
+ "place-self"?: import("csstype").Property.PlaceSelf | undefined;
2805
+ "scroll-margin"?: import("csstype").Property.ScrollMargin<string | number> | undefined;
2806
+ "scroll-margin-block"?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
2807
+ "scroll-margin-inline"?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
2808
+ "scroll-padding"?: import("csstype").Property.ScrollPadding<string | number> | undefined;
2809
+ "scroll-padding-block"?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
2810
+ "scroll-padding-inline"?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
2811
+ "scroll-snap-margin"?: import("csstype").Property.ScrollMargin<string | number> | undefined;
2812
+ "scroll-timeline"?: import("csstype").Property.ScrollTimeline | undefined;
2813
+ "text-decoration"?: import("csstype").Property.TextDecoration<string | number> | undefined;
2814
+ "text-emphasis"?: import("csstype").Property.TextEmphasis | undefined;
2815
+ "view-timeline"?: import("csstype").Property.ViewTimeline | undefined;
2816
+ "-moz-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
2817
+ "-moz-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
2818
+ "-moz-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
2819
+ "-moz-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
2820
+ "-moz-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
2821
+ "-moz-animation-name"?: import("csstype").Property.AnimationName | undefined;
2822
+ "-moz-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
2823
+ "-moz-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
2824
+ "-moz-appearance"?: import("csstype").Property.MozAppearance | undefined;
2825
+ "-moz-binding"?: import("csstype").Property.MozBinding | undefined;
2826
+ "-moz-border-bottom-colors"?: import("csstype").Property.MozBorderBottomColors | undefined;
2827
+ "-moz-border-end-color"?: import("csstype").Property.BorderInlineEndColor | undefined;
2828
+ "-moz-border-end-style"?: import("csstype").Property.BorderInlineEndStyle | undefined;
2829
+ "-moz-border-end-width"?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
2830
+ "-moz-border-left-colors"?: import("csstype").Property.MozBorderLeftColors | undefined;
2831
+ "-moz-border-right-colors"?: import("csstype").Property.MozBorderRightColors | undefined;
2832
+ "-moz-border-start-color"?: import("csstype").Property.BorderInlineStartColor | undefined;
2833
+ "-moz-border-start-style"?: import("csstype").Property.BorderInlineStartStyle | undefined;
2834
+ "-moz-border-top-colors"?: import("csstype").Property.MozBorderTopColors | undefined;
2835
+ "-moz-box-sizing"?: import("csstype").Property.BoxSizing | undefined;
2836
+ "-moz-column-count"?: import("csstype").Property.ColumnCount | undefined;
2837
+ "-moz-column-fill"?: import("csstype").Property.ColumnFill | undefined;
2838
+ "-moz-column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
2839
+ "-moz-column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
2840
+ "-moz-column-rule-width"?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
2841
+ "-moz-column-width"?: import("csstype").Property.ColumnWidth<string | number> | undefined;
2842
+ "-moz-context-properties"?: import("csstype").Property.MozContextProperties | undefined;
2843
+ "-moz-font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
2844
+ "-moz-font-language-override"?: import("csstype").Property.FontLanguageOverride | undefined;
2845
+ "-moz-hyphens"?: import("csstype").Property.Hyphens | undefined;
2846
+ "-moz-image-region"?: import("csstype").Property.MozImageRegion | undefined;
2847
+ "-moz-margin-end"?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
2848
+ "-moz-margin-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
2849
+ "-moz-orient"?: import("csstype").Property.MozOrient | undefined;
2850
+ "-moz-osx-font-smoothing"?: import("csstype").Property.FontSmooth<string | number> | undefined;
2851
+ "-moz-outline-radius-bottomleft"?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
2852
+ "-moz-outline-radius-bottomright"?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
2853
+ "-moz-outline-radius-topleft"?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
2854
+ "-moz-outline-radius-topright"?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
2855
+ "-moz-padding-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
2856
+ "-moz-padding-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
2857
+ "-moz-stack-sizing"?: import("csstype").Property.MozStackSizing | undefined;
2858
+ "-moz-tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
2859
+ "-moz-text-blink"?: import("csstype").Property.MozTextBlink | undefined;
2860
+ "-moz-text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
2861
+ "-moz-user-focus"?: import("csstype").Property.MozUserFocus | undefined;
2862
+ "-moz-user-modify"?: import("csstype").Property.MozUserModify | undefined;
2863
+ "-moz-user-select"?: import("csstype").Property.UserSelect | undefined;
2864
+ "-moz-window-dragging"?: import("csstype").Property.MozWindowDragging | undefined;
2865
+ "-moz-window-shadow"?: import("csstype").Property.MozWindowShadow | undefined;
2866
+ "-ms-accelerator"?: import("csstype").Property.MsAccelerator | undefined;
2867
+ "-ms-block-progression"?: import("csstype").Property.MsBlockProgression | undefined;
2868
+ "-ms-content-zoom-chaining"?: import("csstype").Property.MsContentZoomChaining | undefined;
2869
+ "-ms-content-zoom-limit-max"?: import("csstype").Property.MsContentZoomLimitMax | undefined;
2870
+ "-ms-content-zoom-limit-min"?: import("csstype").Property.MsContentZoomLimitMin | undefined;
2871
+ "-ms-content-zoom-snap-points"?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
2872
+ "-ms-content-zoom-snap-type"?: import("csstype").Property.MsContentZoomSnapType | undefined;
2873
+ "-ms-content-zooming"?: import("csstype").Property.MsContentZooming | undefined;
2874
+ "-ms-filter"?: import("csstype").Property.MsFilter | undefined;
2875
+ "-ms-flex-direction"?: import("csstype").Property.FlexDirection | undefined;
2876
+ "-ms-flex-positive"?: import("csstype").Property.FlexGrow | undefined;
2877
+ "-ms-flow-from"?: import("csstype").Property.MsFlowFrom | undefined;
2878
+ "-ms-flow-into"?: import("csstype").Property.MsFlowInto | undefined;
2879
+ "-ms-grid-columns"?: import("csstype").Property.MsGridColumns<string | number> | undefined;
2880
+ "-ms-grid-rows"?: import("csstype").Property.MsGridRows<string | number> | undefined;
2881
+ "-ms-high-contrast-adjust"?: import("csstype").Property.MsHighContrastAdjust | undefined;
2882
+ "-ms-hyphenate-limit-chars"?: import("csstype").Property.MsHyphenateLimitChars | undefined;
2883
+ "-ms-hyphenate-limit-lines"?: import("csstype").Property.MsHyphenateLimitLines | undefined;
2884
+ "-ms-hyphenate-limit-zone"?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
2885
+ "-ms-hyphens"?: import("csstype").Property.Hyphens | undefined;
2886
+ "-ms-ime-align"?: import("csstype").Property.MsImeAlign | undefined;
2887
+ "-ms-line-break"?: import("csstype").Property.LineBreak | undefined;
2888
+ "-ms-order"?: import("csstype").Property.Order | undefined;
2889
+ "-ms-overflow-style"?: import("csstype").Property.MsOverflowStyle | undefined;
2890
+ "-ms-overflow-x"?: import("csstype").Property.OverflowX | undefined;
2891
+ "-ms-overflow-y"?: import("csstype").Property.OverflowY | undefined;
2892
+ "-ms-scroll-chaining"?: import("csstype").Property.MsScrollChaining | undefined;
2893
+ "-ms-scroll-limit-x-max"?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
2894
+ "-ms-scroll-limit-x-min"?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
2895
+ "-ms-scroll-limit-y-max"?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
2896
+ "-ms-scroll-limit-y-min"?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
2897
+ "-ms-scroll-rails"?: import("csstype").Property.MsScrollRails | undefined;
2898
+ "-ms-scroll-snap-points-x"?: import("csstype").Property.MsScrollSnapPointsX | undefined;
2899
+ "-ms-scroll-snap-points-y"?: import("csstype").Property.MsScrollSnapPointsY | undefined;
2900
+ "-ms-scroll-snap-type"?: import("csstype").Property.MsScrollSnapType | undefined;
2901
+ "-ms-scroll-translation"?: import("csstype").Property.MsScrollTranslation | undefined;
2902
+ "-ms-scrollbar-3dlight-color"?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
2903
+ "-ms-scrollbar-arrow-color"?: import("csstype").Property.MsScrollbarArrowColor | undefined;
2904
+ "-ms-scrollbar-base-color"?: import("csstype").Property.MsScrollbarBaseColor | undefined;
2905
+ "-ms-scrollbar-darkshadow-color"?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
2906
+ "-ms-scrollbar-face-color"?: import("csstype").Property.MsScrollbarFaceColor | undefined;
2907
+ "-ms-scrollbar-highlight-color"?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
2908
+ "-ms-scrollbar-shadow-color"?: import("csstype").Property.MsScrollbarShadowColor | undefined;
2909
+ "-ms-scrollbar-track-color"?: import("csstype").Property.MsScrollbarTrackColor | undefined;
2910
+ "-ms-text-autospace"?: import("csstype").Property.MsTextAutospace | undefined;
2911
+ "-ms-text-combine-horizontal"?: import("csstype").Property.TextCombineUpright | undefined;
2912
+ "-ms-text-overflow"?: import("csstype").Property.TextOverflow | undefined;
2913
+ "-ms-touch-action"?: import("csstype").Property.TouchAction | undefined;
2914
+ "-ms-touch-select"?: import("csstype").Property.MsTouchSelect | undefined;
2915
+ "-ms-transform"?: import("csstype").Property.Transform | undefined;
2916
+ "-ms-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2917
+ "-ms-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2918
+ "-ms-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2919
+ "-ms-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
2920
+ "-ms-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
2921
+ "-ms-user-select"?: import("csstype").Property.MsUserSelect | undefined;
2922
+ "-ms-word-break"?: import("csstype").Property.WordBreak | undefined;
2923
+ "-ms-wrap-flow"?: import("csstype").Property.MsWrapFlow | undefined;
2924
+ "-ms-wrap-margin"?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
2925
+ "-ms-wrap-through"?: import("csstype").Property.MsWrapThrough | undefined;
2926
+ "-ms-writing-mode"?: import("csstype").Property.WritingMode | undefined;
2927
+ "-webkit-align-content"?: import("csstype").Property.AlignContent | undefined;
2928
+ "-webkit-align-items"?: import("csstype").Property.AlignItems | undefined;
2929
+ "-webkit-align-self"?: import("csstype").Property.AlignSelf | undefined;
2930
+ "-webkit-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
2931
+ "-webkit-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
2932
+ "-webkit-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
2933
+ "-webkit-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
2934
+ "-webkit-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
2935
+ "-webkit-animation-name"?: import("csstype").Property.AnimationName | undefined;
2936
+ "-webkit-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
2937
+ "-webkit-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
2938
+ "-webkit-appearance"?: import("csstype").Property.WebkitAppearance | undefined;
2939
+ "-webkit-backdrop-filter"?: import("csstype").Property.BackdropFilter | undefined;
2940
+ "-webkit-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
2941
+ "-webkit-background-clip"?: import("csstype").Property.BackgroundClip | undefined;
2942
+ "-webkit-background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
2943
+ "-webkit-background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
2944
+ "-webkit-border-before-color"?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
2945
+ "-webkit-border-before-style"?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
2946
+ "-webkit-border-before-width"?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
2947
+ "-webkit-border-bottom-left-radius"?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
2948
+ "-webkit-border-bottom-right-radius"?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
2949
+ "-webkit-border-image-slice"?: import("csstype").Property.BorderImageSlice | undefined;
2950
+ "-webkit-border-top-left-radius"?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
2951
+ "-webkit-border-top-right-radius"?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
2952
+ "-webkit-box-decoration-break"?: import("csstype").Property.BoxDecorationBreak | undefined;
2953
+ "-webkit-box-reflect"?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
2954
+ "-webkit-box-shadow"?: import("csstype").Property.BoxShadow | undefined;
2955
+ "-webkit-box-sizing"?: import("csstype").Property.BoxSizing | undefined;
2956
+ "-webkit-clip-path"?: import("csstype").Property.ClipPath | undefined;
2957
+ "-webkit-column-count"?: import("csstype").Property.ColumnCount | undefined;
2958
+ "-webkit-column-fill"?: import("csstype").Property.ColumnFill | undefined;
2959
+ "-webkit-column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
2960
+ "-webkit-column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
2961
+ "-webkit-column-rule-width"?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
2962
+ "-webkit-column-span"?: import("csstype").Property.ColumnSpan | undefined;
2963
+ "-webkit-column-width"?: import("csstype").Property.ColumnWidth<string | number> | undefined;
2964
+ "-webkit-filter"?: import("csstype").Property.Filter | undefined;
2965
+ "-webkit-flex-basis"?: import("csstype").Property.FlexBasis<string | number> | undefined;
2966
+ "-webkit-flex-direction"?: import("csstype").Property.FlexDirection | undefined;
2967
+ "-webkit-flex-grow"?: import("csstype").Property.FlexGrow | undefined;
2968
+ "-webkit-flex-shrink"?: import("csstype").Property.FlexShrink | undefined;
2969
+ "-webkit-flex-wrap"?: import("csstype").Property.FlexWrap | undefined;
2970
+ "-webkit-font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
2971
+ "-webkit-font-kerning"?: import("csstype").Property.FontKerning | undefined;
2972
+ "-webkit-font-smoothing"?: import("csstype").Property.FontSmooth<string | number> | undefined;
2973
+ "-webkit-font-variant-ligatures"?: import("csstype").Property.FontVariantLigatures | undefined;
2974
+ "-webkit-hyphenate-character"?: import("csstype").Property.HyphenateCharacter | undefined;
2975
+ "-webkit-hyphens"?: import("csstype").Property.Hyphens | undefined;
2976
+ "-webkit-initial-letter"?: import("csstype").Property.InitialLetter | undefined;
2977
+ "-webkit-justify-content"?: import("csstype").Property.JustifyContent | undefined;
2978
+ "-webkit-line-break"?: import("csstype").Property.LineBreak | undefined;
2979
+ "-webkit-line-clamp"?: import("csstype").Property.WebkitLineClamp | undefined;
2980
+ "-webkit-margin-end"?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
2981
+ "-webkit-margin-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
2982
+ "-webkit-mask-attachment"?: import("csstype").Property.WebkitMaskAttachment | undefined;
2983
+ "-webkit-mask-box-image-outset"?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
2984
+ "-webkit-mask-box-image-repeat"?: import("csstype").Property.MaskBorderRepeat | undefined;
2985
+ "-webkit-mask-box-image-slice"?: import("csstype").Property.MaskBorderSlice | undefined;
2986
+ "-webkit-mask-box-image-source"?: import("csstype").Property.MaskBorderSource | undefined;
2987
+ "-webkit-mask-box-image-width"?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
2988
+ "-webkit-mask-clip"?: import("csstype").Property.WebkitMaskClip | undefined;
2989
+ "-webkit-mask-composite"?: import("csstype").Property.WebkitMaskComposite | undefined;
2990
+ "-webkit-mask-image"?: import("csstype").Property.WebkitMaskImage | undefined;
2991
+ "-webkit-mask-origin"?: import("csstype").Property.WebkitMaskOrigin | undefined;
2992
+ "-webkit-mask-position"?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
2993
+ "-webkit-mask-position-x"?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
2994
+ "-webkit-mask-position-y"?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
2995
+ "-webkit-mask-repeat"?: import("csstype").Property.WebkitMaskRepeat | undefined;
2996
+ "-webkit-mask-repeat-x"?: import("csstype").Property.WebkitMaskRepeatX | undefined;
2997
+ "-webkit-mask-repeat-y"?: import("csstype").Property.WebkitMaskRepeatY | undefined;
2998
+ "-webkit-mask-size"?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
2999
+ "-webkit-max-inline-size"?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
3000
+ "-webkit-order"?: import("csstype").Property.Order | undefined;
3001
+ "-webkit-overflow-scrolling"?: import("csstype").Property.WebkitOverflowScrolling | undefined;
3002
+ "-webkit-padding-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
3003
+ "-webkit-padding-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
3004
+ "-webkit-perspective"?: import("csstype").Property.Perspective<string | number> | undefined;
3005
+ "-webkit-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
3006
+ "-webkit-print-color-adjust"?: import("csstype").Property.PrintColorAdjust | undefined;
3007
+ "-webkit-ruby-position"?: import("csstype").Property.RubyPosition | undefined;
3008
+ "-webkit-scroll-snap-type"?: import("csstype").Property.ScrollSnapType | undefined;
3009
+ "-webkit-shape-margin"?: import("csstype").Property.ShapeMargin<string | number> | undefined;
3010
+ "-webkit-tap-highlight-color"?: import("csstype").Property.WebkitTapHighlightColor | undefined;
3011
+ "-webkit-text-combine"?: import("csstype").Property.TextCombineUpright | undefined;
3012
+ "-webkit-text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
3013
+ "-webkit-text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
3014
+ "-webkit-text-decoration-skip"?: import("csstype").Property.TextDecorationSkip | undefined;
3015
+ "-webkit-text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
3016
+ "-webkit-text-emphasis-color"?: import("csstype").Property.TextEmphasisColor | undefined;
3017
+ "-webkit-text-emphasis-position"?: import("csstype").Property.TextEmphasisPosition | undefined;
3018
+ "-webkit-text-emphasis-style"?: import("csstype").Property.TextEmphasisStyle | undefined;
3019
+ "-webkit-text-fill-color"?: import("csstype").Property.WebkitTextFillColor | undefined;
3020
+ "-webkit-text-orientation"?: import("csstype").Property.TextOrientation | undefined;
3021
+ "-webkit-text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
3022
+ "-webkit-text-stroke-color"?: import("csstype").Property.WebkitTextStrokeColor | undefined;
3023
+ "-webkit-text-stroke-width"?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
3024
+ "-webkit-text-underline-position"?: import("csstype").Property.TextUnderlinePosition | undefined;
3025
+ "-webkit-touch-callout"?: import("csstype").Property.WebkitTouchCallout | undefined;
3026
+ "-webkit-transform"?: import("csstype").Property.Transform | undefined;
3027
+ "-webkit-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
3028
+ "-webkit-transform-style"?: import("csstype").Property.TransformStyle | undefined;
3029
+ "-webkit-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
3030
+ "-webkit-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
3031
+ "-webkit-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
3032
+ "-webkit-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
3033
+ "-webkit-user-modify"?: import("csstype").Property.WebkitUserModify | undefined;
3034
+ "-webkit-user-select"?: import("csstype").Property.UserSelect | undefined;
3035
+ "-webkit-writing-mode"?: import("csstype").Property.WritingMode | undefined;
3036
+ "-moz-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
3037
+ "-moz-border-image"?: import("csstype").Property.BorderImage | undefined;
3038
+ "-moz-column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
3039
+ "-moz-columns"?: import("csstype").Property.Columns<string | number> | undefined;
3040
+ "-moz-outline-radius"?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
3041
+ "-ms-content-zoom-limit"?: import("csstype").Property.MsContentZoomLimit | undefined;
3042
+ "-ms-content-zoom-snap"?: import("csstype").Property.MsContentZoomSnap | undefined;
3043
+ "-ms-flex"?: import("csstype").Property.Flex<string | number> | undefined;
3044
+ "-ms-scroll-limit"?: import("csstype").Property.MsScrollLimit | undefined;
3045
+ "-ms-scroll-snap-x"?: import("csstype").Property.MsScrollSnapX | undefined;
3046
+ "-ms-scroll-snap-y"?: import("csstype").Property.MsScrollSnapY | undefined;
3047
+ "-ms-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
3048
+ "-webkit-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
3049
+ "-webkit-border-before"?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
3050
+ "-webkit-border-image"?: import("csstype").Property.BorderImage | undefined;
3051
+ "-webkit-border-radius"?: import("csstype").Property.BorderRadius<string | number> | undefined;
3052
+ "-webkit-column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
3053
+ "-webkit-columns"?: import("csstype").Property.Columns<string | number> | undefined;
3054
+ "-webkit-flex"?: import("csstype").Property.Flex<string | number> | undefined;
3055
+ "-webkit-flex-flow"?: import("csstype").Property.FlexFlow | undefined;
3056
+ "-webkit-mask"?: import("csstype").Property.WebkitMask<string | number> | undefined;
3057
+ "-webkit-mask-box-image"?: import("csstype").Property.MaskBorder | undefined;
3058
+ "-webkit-text-emphasis"?: import("csstype").Property.TextEmphasis | undefined;
3059
+ "-webkit-text-stroke"?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
3060
+ "-webkit-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
3061
+ "box-align"?: import("csstype").Property.BoxAlign | undefined;
3062
+ "box-direction"?: import("csstype").Property.BoxDirection | undefined;
3063
+ "box-flex"?: import("csstype").Property.BoxFlex | undefined;
3064
+ "box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
3065
+ "box-lines"?: import("csstype").Property.BoxLines | undefined;
3066
+ "box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
3067
+ "box-orient"?: import("csstype").Property.BoxOrient | undefined;
3068
+ "box-pack"?: import("csstype").Property.BoxPack | undefined;
3069
+ "grid-column-gap"?: import("csstype").Property.GridColumnGap<string | number> | undefined;
3070
+ "grid-gap"?: import("csstype").Property.GridGap<string | number> | undefined;
3071
+ "grid-row-gap"?: import("csstype").Property.GridRowGap<string | number> | undefined;
3072
+ "ime-mode"?: import("csstype").Property.ImeMode | undefined;
3073
+ "offset-block"?: import("csstype").Property.InsetBlock<string | number> | undefined;
3074
+ "offset-block-end"?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
3075
+ "offset-block-start"?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
3076
+ "offset-inline"?: import("csstype").Property.InsetInline<string | number> | undefined;
3077
+ "offset-inline-end"?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
3078
+ "offset-inline-start"?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
3079
+ "scroll-snap-coordinate"?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
3080
+ "scroll-snap-destination"?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
3081
+ "scroll-snap-points-x"?: import("csstype").Property.ScrollSnapPointsX | undefined;
3082
+ "scroll-snap-points-y"?: import("csstype").Property.ScrollSnapPointsY | undefined;
3083
+ "scroll-snap-type-x"?: import("csstype").Property.ScrollSnapTypeX | undefined;
3084
+ "scroll-snap-type-y"?: import("csstype").Property.ScrollSnapTypeY | undefined;
3085
+ "-khtml-box-align"?: import("csstype").Property.BoxAlign | undefined;
3086
+ "-khtml-box-direction"?: import("csstype").Property.BoxDirection | undefined;
3087
+ "-khtml-box-flex"?: import("csstype").Property.BoxFlex | undefined;
3088
+ "-khtml-box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
3089
+ "-khtml-box-lines"?: import("csstype").Property.BoxLines | undefined;
3090
+ "-khtml-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
3091
+ "-khtml-box-orient"?: import("csstype").Property.BoxOrient | undefined;
3092
+ "-khtml-box-pack"?: import("csstype").Property.BoxPack | undefined;
3093
+ "-khtml-line-break"?: import("csstype").Property.LineBreak | undefined;
3094
+ "-khtml-opacity"?: import("csstype").Property.Opacity | undefined;
3095
+ "-khtml-user-select"?: import("csstype").Property.UserSelect | undefined;
3096
+ "-moz-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
3097
+ "-moz-background-clip"?: import("csstype").Property.BackgroundClip | undefined;
3098
+ "-moz-background-inline-policy"?: import("csstype").Property.BoxDecorationBreak | undefined;
3099
+ "-moz-background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
3100
+ "-moz-background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
3101
+ "-moz-border-radius"?: import("csstype").Property.BorderRadius<string | number> | undefined;
3102
+ "-moz-border-radius-bottomleft"?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
3103
+ "-moz-border-radius-bottomright"?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
3104
+ "-moz-border-radius-topleft"?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
3105
+ "-moz-border-radius-topright"?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
3106
+ "-moz-box-align"?: import("csstype").Property.BoxAlign | undefined;
3107
+ "-moz-box-direction"?: import("csstype").Property.BoxDirection | undefined;
3108
+ "-moz-box-flex"?: import("csstype").Property.BoxFlex | undefined;
3109
+ "-moz-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
3110
+ "-moz-box-orient"?: import("csstype").Property.BoxOrient | undefined;
3111
+ "-moz-box-pack"?: import("csstype").Property.BoxPack | undefined;
3112
+ "-moz-box-shadow"?: import("csstype").Property.BoxShadow | undefined;
3113
+ "-moz-float-edge"?: import("csstype").Property.MozFloatEdge | undefined;
3114
+ "-moz-force-broken-image-icon"?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
3115
+ "-moz-opacity"?: import("csstype").Property.Opacity | undefined;
3116
+ "-moz-outline"?: import("csstype").Property.Outline<string | number> | undefined;
3117
+ "-moz-outline-color"?: import("csstype").Property.OutlineColor | undefined;
3118
+ "-moz-outline-style"?: import("csstype").Property.OutlineStyle | undefined;
3119
+ "-moz-outline-width"?: import("csstype").Property.OutlineWidth<string | number> | undefined;
3120
+ "-moz-perspective"?: import("csstype").Property.Perspective<string | number> | undefined;
3121
+ "-moz-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
3122
+ "-moz-text-align-last"?: import("csstype").Property.TextAlignLast | undefined;
3123
+ "-moz-text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
3124
+ "-moz-text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
3125
+ "-moz-text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
3126
+ "-moz-transform"?: import("csstype").Property.Transform | undefined;
3127
+ "-moz-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
3128
+ "-moz-transform-style"?: import("csstype").Property.TransformStyle | undefined;
3129
+ "-moz-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
3130
+ "-moz-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
3131
+ "-moz-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
3132
+ "-moz-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
3133
+ "-moz-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
3134
+ "-moz-user-input"?: import("csstype").Property.MozUserInput | undefined;
3135
+ "-ms-ime-mode"?: import("csstype").Property.ImeMode | undefined;
3136
+ "-o-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
3137
+ "-o-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
3138
+ "-o-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
3139
+ "-o-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
3140
+ "-o-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
3141
+ "-o-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
3142
+ "-o-animation-name"?: import("csstype").Property.AnimationName | undefined;
3143
+ "-o-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
3144
+ "-o-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
3145
+ "-o-background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
3146
+ "-o-border-image"?: import("csstype").Property.BorderImage | undefined;
3147
+ "-o-object-fit"?: import("csstype").Property.ObjectFit | undefined;
3148
+ "-o-object-position"?: import("csstype").Property.ObjectPosition<string | number> | undefined;
3149
+ "-o-tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
3150
+ "-o-text-overflow"?: import("csstype").Property.TextOverflow | undefined;
3151
+ "-o-transform"?: import("csstype").Property.Transform | undefined;
3152
+ "-o-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
3153
+ "-o-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
3154
+ "-o-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
3155
+ "-o-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
3156
+ "-o-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
3157
+ "-o-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
3158
+ "-webkit-box-align"?: import("csstype").Property.BoxAlign | undefined;
3159
+ "-webkit-box-direction"?: import("csstype").Property.BoxDirection | undefined;
3160
+ "-webkit-box-flex"?: import("csstype").Property.BoxFlex | undefined;
3161
+ "-webkit-box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
3162
+ "-webkit-box-lines"?: import("csstype").Property.BoxLines | undefined;
3163
+ "-webkit-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
3164
+ "-webkit-box-orient"?: import("csstype").Property.BoxOrient | undefined;
3165
+ "-webkit-box-pack"?: import("csstype").Property.BoxPack | undefined;
3166
+ "alignment-baseline"?: import("csstype").Property.AlignmentBaseline | undefined;
3167
+ "baseline-shift"?: import("csstype").Property.BaselineShift<string | number> | undefined;
3168
+ "clip-rule"?: import("csstype").Property.ClipRule | undefined;
3169
+ "color-interpolation"?: import("csstype").Property.ColorInterpolation | undefined;
3170
+ "color-rendering"?: import("csstype").Property.ColorRendering | undefined;
3171
+ "dominant-baseline"?: import("csstype").Property.DominantBaseline | undefined;
3172
+ "fill-opacity"?: import("csstype").Property.FillOpacity | undefined;
3173
+ "fill-rule"?: import("csstype").Property.FillRule | undefined;
3174
+ "flood-color"?: import("csstype").Property.FloodColor | undefined;
3175
+ "flood-opacity"?: import("csstype").Property.FloodOpacity | undefined;
3176
+ "glyph-orientation-vertical"?: import("csstype").Property.GlyphOrientationVertical | undefined;
3177
+ "lighting-color"?: import("csstype").Property.LightingColor | undefined;
3178
+ "marker-end"?: import("csstype").Property.MarkerEnd | undefined;
3179
+ "marker-mid"?: import("csstype").Property.MarkerMid | undefined;
3180
+ "marker-start"?: import("csstype").Property.MarkerStart | undefined;
3181
+ "shape-rendering"?: import("csstype").Property.ShapeRendering | undefined;
3182
+ "stop-color"?: import("csstype").Property.StopColor | undefined;
3183
+ "stop-opacity"?: import("csstype").Property.StopOpacity | undefined;
3184
+ "stroke-dasharray"?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
3185
+ "stroke-dashoffset"?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
3186
+ "stroke-linecap"?: import("csstype").Property.StrokeLinecap | undefined;
3187
+ "stroke-linejoin"?: import("csstype").Property.StrokeLinejoin | undefined;
3188
+ "stroke-miterlimit"?: import("csstype").Property.StrokeMiterlimit | undefined;
3189
+ "stroke-opacity"?: import("csstype").Property.StrokeOpacity | undefined;
3190
+ "stroke-width"?: import("csstype").Property.StrokeWidth<string | number> | undefined;
3191
+ "text-anchor"?: import("csstype").Property.TextAnchor | undefined;
3192
+ "vector-effect"?: import("csstype").Property.VectorEffect | undefined;
3193
+ }>;
3194
+ declare const anchorClasses: import("vue").Ref<string[], string[]>;
3195
+ declare function removeOverlay(): void;
3196
+ declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
3197
+ declare var __VLS_1: {};
3198
+ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
3199
+ default?: (props: typeof __VLS_1) => any;
3200
+ }>;
3201
+ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
3202
+ anchorStyles: typeof anchorStyles;
3203
+ anchorClasses: typeof anchorClasses;
3204
+ removeOverlay: typeof removeOverlay;
3205
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3206
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3207
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
17
3208
  export default _default;
18
- type __VLS_WithTemplateSlots<T, S> = T & {
3209
+ type __VLS_WithSlots<T, S> = T & {
19
3210
  new (): {
20
3211
  $slots: S;
21
3212
  };