@lazycatcloud/lzc-toolkit 0.0.134 → 0.0.136

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.
@@ -0,0 +1,1557 @@
1
+ import type { Direction } from "./useTouch";
2
+ export declare const TAP_OFFSET = 5;
3
+ export declare const LONG_PRESS_START_TIME = 500;
4
+ export declare function clamp(num: number, min: number, max: number): number;
5
+ export declare function getTransform(offsetX: number, offsetY: number, scale: number): string;
6
+ export declare function getCenter(touches: TouchList): {
7
+ x: number;
8
+ y: number;
9
+ };
10
+ declare type EventName = "start" | "move" | "end";
11
+ declare type Options = {
12
+ onTap?: () => any;
13
+ onScale: () => any;
14
+ onSwipeEdge?: (eventName: EventName, direction: Direction, clientX: number, clientY: number) => any;
15
+ onLongPress?: () => any;
16
+ };
17
+ export declare function useScaleImage(opt: Options): {
18
+ imageRef: import("vue").Ref<HTMLElement | undefined>;
19
+ containerRef: import("vue").Ref<HTMLElement | undefined>;
20
+ state: {
21
+ scale: number;
22
+ offsetX: number;
23
+ offsetY: number;
24
+ touched: boolean;
25
+ zooming: boolean;
26
+ preview: boolean;
27
+ };
28
+ style: import("vue").Ref<{
29
+ [x: `--${string}`]: string | number | undefined;
30
+ accentColor?: string | undefined;
31
+ alignContent?: string | undefined;
32
+ alignItems?: string | undefined;
33
+ alignSelf?: string | undefined;
34
+ alignTracks?: string | undefined;
35
+ animationComposition?: string | undefined;
36
+ animationDelay?: string | undefined;
37
+ animationDirection?: string | undefined;
38
+ animationDuration?: string | undefined;
39
+ animationFillMode?: string | undefined;
40
+ animationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
41
+ animationName?: string | undefined;
42
+ animationPlayState?: string | undefined;
43
+ animationTimeline?: string | undefined;
44
+ animationTimingFunction?: string | undefined;
45
+ appearance?: import("csstype").AppearanceProperty | undefined;
46
+ aspectRatio?: import("csstype").AspectRatioProperty | undefined;
47
+ backdropFilter?: string | undefined;
48
+ backfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
49
+ backgroundAttachment?: string | undefined;
50
+ backgroundBlendMode?: string | undefined;
51
+ backgroundClip?: string | undefined;
52
+ backgroundColor?: string | undefined;
53
+ backgroundImage?: string | undefined;
54
+ backgroundOrigin?: string | undefined;
55
+ backgroundPositionX?: import("csstype").BackgroundPositionXProperty<string | number> | undefined;
56
+ backgroundPositionY?: import("csstype").BackgroundPositionYProperty<string | number> | undefined;
57
+ backgroundRepeat?: string | undefined;
58
+ backgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
59
+ blockOverflow?: string | undefined;
60
+ blockSize?: import("csstype").BlockSizeProperty<string | number> | undefined;
61
+ borderBlockColor?: string | undefined;
62
+ borderBlockEndColor?: string | undefined;
63
+ borderBlockEndStyle?: import("csstype").BorderBlockEndStyleProperty | undefined;
64
+ borderBlockEndWidth?: import("csstype").BorderBlockEndWidthProperty<string | number> | undefined;
65
+ borderBlockStartColor?: string | undefined;
66
+ borderBlockStartStyle?: import("csstype").BorderBlockStartStyleProperty | undefined;
67
+ borderBlockStartWidth?: import("csstype").BorderBlockStartWidthProperty<string | number> | undefined;
68
+ borderBlockStyle?: import("csstype").BorderBlockStyleProperty | undefined;
69
+ borderBlockWidth?: import("csstype").BorderBlockWidthProperty<string | number> | undefined;
70
+ borderBottomColor?: string | undefined;
71
+ borderBottomLeftRadius?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
72
+ borderBottomRightRadius?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
73
+ borderBottomStyle?: import("csstype").BorderBottomStyleProperty | undefined;
74
+ borderBottomWidth?: import("csstype").BorderBottomWidthProperty<string | number> | undefined;
75
+ borderCollapse?: import("csstype").BorderCollapseProperty | undefined;
76
+ borderEndEndRadius?: import("csstype").BorderEndEndRadiusProperty<string | number> | undefined;
77
+ borderEndStartRadius?: import("csstype").BorderEndStartRadiusProperty<string | number> | undefined;
78
+ borderImageOutset?: import("csstype").BorderImageOutsetProperty<string | number> | undefined;
79
+ borderImageRepeat?: string | undefined;
80
+ borderImageSlice?: import("csstype").BorderImageSliceProperty | undefined;
81
+ borderImageSource?: string | undefined;
82
+ borderImageWidth?: import("csstype").BorderImageWidthProperty<string | number> | undefined;
83
+ borderInlineColor?: string | undefined;
84
+ borderInlineEndColor?: string | undefined;
85
+ borderInlineEndStyle?: import("csstype").BorderInlineEndStyleProperty | undefined;
86
+ borderInlineEndWidth?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
87
+ borderInlineStartColor?: string | undefined;
88
+ borderInlineStartStyle?: import("csstype").BorderInlineStartStyleProperty | undefined;
89
+ borderInlineStartWidth?: import("csstype").BorderInlineStartWidthProperty<string | number> | undefined;
90
+ borderInlineStyle?: import("csstype").BorderInlineStyleProperty | undefined;
91
+ borderInlineWidth?: import("csstype").BorderInlineWidthProperty<string | number> | undefined;
92
+ borderLeftColor?: string | undefined;
93
+ borderLeftStyle?: import("csstype").BorderLeftStyleProperty | undefined;
94
+ borderLeftWidth?: import("csstype").BorderLeftWidthProperty<string | number> | undefined;
95
+ borderRightColor?: string | undefined;
96
+ borderRightStyle?: import("csstype").BorderRightStyleProperty | undefined;
97
+ borderRightWidth?: import("csstype").BorderRightWidthProperty<string | number> | undefined;
98
+ borderSpacing?: import("csstype").BorderSpacingProperty<string | number> | undefined;
99
+ borderStartEndRadius?: import("csstype").BorderStartEndRadiusProperty<string | number> | undefined;
100
+ borderStartStartRadius?: import("csstype").BorderStartStartRadiusProperty<string | number> | undefined;
101
+ borderTopColor?: string | undefined;
102
+ borderTopLeftRadius?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
103
+ borderTopRightRadius?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
104
+ borderTopStyle?: import("csstype").BorderTopStyleProperty | undefined;
105
+ borderTopWidth?: import("csstype").BorderTopWidthProperty<string | number> | undefined;
106
+ bottom?: import("csstype").BottomProperty<string | number> | undefined;
107
+ boxDecorationBreak?: import("csstype").BoxDecorationBreakProperty | undefined;
108
+ boxShadow?: string | undefined;
109
+ boxSizing?: import("csstype").BoxSizingProperty | undefined;
110
+ breakAfter?: import("csstype").BreakAfterProperty | undefined;
111
+ breakBefore?: import("csstype").BreakBeforeProperty | undefined;
112
+ breakInside?: import("csstype").BreakInsideProperty | undefined;
113
+ captionSide?: import("csstype").CaptionSideProperty | undefined;
114
+ caretColor?: string | undefined;
115
+ clear?: import("csstype").ClearProperty | undefined;
116
+ clipPath?: string | undefined;
117
+ color?: string | undefined;
118
+ colorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
119
+ colorScheme?: string | undefined;
120
+ columnCount?: import("csstype").ColumnCountProperty | undefined;
121
+ columnFill?: import("csstype").ColumnFillProperty | undefined;
122
+ columnGap?: import("csstype").ColumnGapProperty<string | number> | undefined;
123
+ columnRuleColor?: string | undefined;
124
+ columnRuleStyle?: string | undefined;
125
+ columnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
126
+ columnSpan?: import("csstype").ColumnSpanProperty | undefined;
127
+ columnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
128
+ contain?: string | undefined;
129
+ content?: string | undefined;
130
+ contentVisibility?: import("csstype").ContentVisibilityProperty | undefined;
131
+ counterIncrement?: string | undefined;
132
+ counterReset?: string | undefined;
133
+ counterSet?: string | undefined;
134
+ cursor?: string | undefined;
135
+ direction?: import("csstype").DirectionProperty | undefined;
136
+ display?: string | undefined;
137
+ emptyCells?: import("csstype").EmptyCellsProperty | undefined;
138
+ filter?: string | undefined;
139
+ flexBasis?: import("csstype").FlexBasisProperty<string | number> | undefined;
140
+ flexDirection?: import("csstype").FlexDirectionProperty | undefined;
141
+ flexGrow?: import("csstype").GlobalsNumber | undefined;
142
+ flexShrink?: import("csstype").GlobalsNumber | undefined;
143
+ flexWrap?: import("csstype").FlexWrapProperty | undefined;
144
+ float?: import("csstype").FloatProperty | undefined;
145
+ fontFamily?: string | undefined;
146
+ fontFeatureSettings?: string | undefined;
147
+ fontKerning?: import("csstype").FontKerningProperty | undefined;
148
+ fontLanguageOverride?: string | undefined;
149
+ fontOpticalSizing?: import("csstype").FontOpticalSizingProperty | undefined;
150
+ fontSize?: import("csstype").FontSizeProperty<string | number> | undefined;
151
+ fontSizeAdjust?: import("csstype").FontSizeAdjustProperty | undefined;
152
+ fontSmooth?: import("csstype").FontSmoothProperty<string | number> | undefined;
153
+ fontStretch?: string | undefined;
154
+ fontStyle?: string | undefined;
155
+ fontSynthesis?: string | undefined;
156
+ fontVariant?: string | undefined;
157
+ fontVariantAlternates?: string | undefined;
158
+ fontVariantCaps?: import("csstype").FontVariantCapsProperty | undefined;
159
+ fontVariantEastAsian?: string | undefined;
160
+ fontVariantLigatures?: string | undefined;
161
+ fontVariantNumeric?: string | undefined;
162
+ fontVariantPosition?: import("csstype").FontVariantPositionProperty | undefined;
163
+ fontVariationSettings?: string | undefined;
164
+ fontWeight?: import("csstype").FontWeightProperty | undefined;
165
+ forcedColorAdjust?: import("csstype").ForcedColorAdjustProperty | undefined;
166
+ gridAutoColumns?: import("csstype").GridAutoColumnsProperty<string | number> | undefined;
167
+ gridAutoFlow?: string | undefined;
168
+ gridAutoRows?: import("csstype").GridAutoRowsProperty<string | number> | undefined;
169
+ gridColumnEnd?: import("csstype").GridColumnEndProperty | undefined;
170
+ gridColumnStart?: import("csstype").GridColumnStartProperty | undefined;
171
+ gridRowEnd?: import("csstype").GridRowEndProperty | undefined;
172
+ gridRowStart?: import("csstype").GridRowStartProperty | undefined;
173
+ gridTemplateAreas?: string | undefined;
174
+ gridTemplateColumns?: import("csstype").GridTemplateColumnsProperty<string | number> | undefined;
175
+ gridTemplateRows?: import("csstype").GridTemplateRowsProperty<string | number> | undefined;
176
+ hangingPunctuation?: string | undefined;
177
+ height?: import("csstype").HeightProperty<string | number> | undefined;
178
+ hyphenateCharacter?: string | undefined;
179
+ hyphens?: import("csstype").HyphensProperty | undefined;
180
+ imageOrientation?: string | undefined;
181
+ imageRendering?: import("csstype").ImageRenderingProperty | undefined;
182
+ imageResolution?: string | undefined;
183
+ initialLetter?: import("csstype").InitialLetterProperty | undefined;
184
+ inlineSize?: import("csstype").InlineSizeProperty<string | number> | undefined;
185
+ inputSecurity?: import("csstype").InputSecurityProperty | undefined;
186
+ inset?: import("csstype").InsetProperty<string | number> | undefined;
187
+ insetBlock?: import("csstype").InsetBlockProperty<string | number> | undefined;
188
+ insetBlockEnd?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
189
+ insetBlockStart?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
190
+ insetInline?: import("csstype").InsetInlineProperty<string | number> | undefined;
191
+ insetInlineEnd?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
192
+ insetInlineStart?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
193
+ isolation?: import("csstype").IsolationProperty | undefined;
194
+ justifyContent?: string | undefined;
195
+ justifyItems?: string | undefined;
196
+ justifySelf?: string | undefined;
197
+ justifyTracks?: string | undefined;
198
+ left?: import("csstype").LeftProperty<string | number> | undefined;
199
+ letterSpacing?: import("csstype").LetterSpacingProperty<string | number> | undefined;
200
+ lineBreak?: import("csstype").LineBreakProperty | undefined;
201
+ lineHeight?: import("csstype").LineHeightProperty<string | number> | undefined;
202
+ lineHeightStep?: import("csstype").LineHeightStepProperty<string | number> | undefined;
203
+ listStyleImage?: string | undefined;
204
+ listStylePosition?: import("csstype").ListStylePositionProperty | undefined;
205
+ listStyleType?: string | undefined;
206
+ marginBlock?: import("csstype").MarginBlockProperty<string | number> | undefined;
207
+ marginBlockEnd?: import("csstype").MarginBlockEndProperty<string | number> | undefined;
208
+ marginBlockStart?: import("csstype").MarginBlockStartProperty<string | number> | undefined;
209
+ marginBottom?: import("csstype").MarginBottomProperty<string | number> | undefined;
210
+ marginInline?: import("csstype").MarginInlineProperty<string | number> | undefined;
211
+ marginInlineEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
212
+ marginInlineStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
213
+ marginLeft?: import("csstype").MarginLeftProperty<string | number> | undefined;
214
+ marginRight?: import("csstype").MarginRightProperty<string | number> | undefined;
215
+ marginTop?: import("csstype").MarginTopProperty<string | number> | undefined;
216
+ maskBorderMode?: import("csstype").MaskBorderModeProperty | undefined;
217
+ maskBorderOutset?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
218
+ maskBorderRepeat?: string | undefined;
219
+ maskBorderSlice?: import("csstype").MaskBorderSliceProperty | undefined;
220
+ maskBorderSource?: string | undefined;
221
+ maskBorderWidth?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
222
+ maskClip?: string | undefined;
223
+ maskComposite?: string | undefined;
224
+ maskImage?: string | undefined;
225
+ maskMode?: string | undefined;
226
+ maskOrigin?: string | undefined;
227
+ maskPosition?: import("csstype").MaskPositionProperty<string | number> | undefined;
228
+ maskRepeat?: string | undefined;
229
+ maskSize?: import("csstype").MaskSizeProperty<string | number> | undefined;
230
+ maskType?: import("csstype").MaskTypeProperty | undefined;
231
+ mathDepth?: import("csstype").MathDepthProperty | undefined;
232
+ mathShift?: import("csstype").MathShiftProperty | undefined;
233
+ mathStyle?: import("csstype").MathStyleProperty | undefined;
234
+ maxBlockSize?: import("csstype").MaxBlockSizeProperty<string | number> | undefined;
235
+ maxHeight?: import("csstype").MaxHeightProperty<string | number> | undefined;
236
+ maxInlineSize?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
237
+ maxLines?: import("csstype").MaxLinesProperty | undefined;
238
+ maxWidth?: import("csstype").MaxWidthProperty<string | number> | undefined;
239
+ minBlockSize?: import("csstype").MinBlockSizeProperty<string | number> | undefined;
240
+ minHeight?: import("csstype").MinHeightProperty<string | number> | undefined;
241
+ minInlineSize?: import("csstype").MinInlineSizeProperty<string | number> | undefined;
242
+ minWidth?: import("csstype").MinWidthProperty<string | number> | undefined;
243
+ mixBlendMode?: import("csstype").MixBlendModeProperty | undefined;
244
+ motionDistance?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
245
+ motionPath?: string | undefined;
246
+ motionRotation?: string | undefined;
247
+ objectFit?: import("csstype").ObjectFitProperty | undefined;
248
+ objectPosition?: import("csstype").ObjectPositionProperty<string | number> | undefined;
249
+ offsetAnchor?: import("csstype").OffsetAnchorProperty<string | number> | undefined;
250
+ offsetDistance?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
251
+ offsetPath?: string | undefined;
252
+ offsetRotate?: string | undefined;
253
+ offsetRotation?: string | undefined;
254
+ opacity?: import("csstype").OpacityProperty | undefined;
255
+ order?: import("csstype").GlobalsNumber | undefined;
256
+ orphans?: import("csstype").GlobalsNumber | undefined;
257
+ outlineColor?: string | undefined;
258
+ outlineOffset?: import("csstype").OutlineOffsetProperty<string | number> | undefined;
259
+ outlineStyle?: string | undefined;
260
+ outlineWidth?: import("csstype").OutlineWidthProperty<string | number> | undefined;
261
+ overflowAnchor?: import("csstype").OverflowAnchorProperty | undefined;
262
+ overflowBlock?: import("csstype").OverflowBlockProperty | undefined;
263
+ overflowClipBox?: import("csstype").OverflowClipBoxProperty | undefined;
264
+ overflowClipMargin?: import("csstype").OverflowClipMarginProperty<string | number> | undefined;
265
+ overflowInline?: import("csstype").OverflowInlineProperty | undefined;
266
+ overflowWrap?: import("csstype").OverflowWrapProperty | undefined;
267
+ overflowX?: import("csstype").OverflowXProperty | undefined;
268
+ overflowY?: import("csstype").OverflowYProperty | undefined;
269
+ overscrollBehaviorBlock?: import("csstype").OverscrollBehaviorBlockProperty | undefined;
270
+ overscrollBehaviorInline?: import("csstype").OverscrollBehaviorInlineProperty | undefined;
271
+ overscrollBehaviorX?: import("csstype").OverscrollBehaviorXProperty | undefined;
272
+ overscrollBehaviorY?: import("csstype").OverscrollBehaviorYProperty | undefined;
273
+ paddingBlock?: import("csstype").PaddingBlockProperty<string | number> | undefined;
274
+ paddingBlockEnd?: import("csstype").PaddingBlockEndProperty<string | number> | undefined;
275
+ paddingBlockStart?: import("csstype").PaddingBlockStartProperty<string | number> | undefined;
276
+ paddingBottom?: import("csstype").PaddingBottomProperty<string | number> | undefined;
277
+ paddingInline?: import("csstype").PaddingInlineProperty<string | number> | undefined;
278
+ paddingInlineEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
279
+ paddingInlineStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
280
+ paddingLeft?: import("csstype").PaddingLeftProperty<string | number> | undefined;
281
+ paddingRight?: import("csstype").PaddingRightProperty<string | number> | undefined;
282
+ paddingTop?: import("csstype").PaddingTopProperty<string | number> | undefined;
283
+ pageBreakAfter?: import("csstype").PageBreakAfterProperty | undefined;
284
+ pageBreakBefore?: import("csstype").PageBreakBeforeProperty | undefined;
285
+ pageBreakInside?: import("csstype").PageBreakInsideProperty | undefined;
286
+ paintOrder?: string | undefined;
287
+ perspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
288
+ perspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
289
+ placeContent?: string | undefined;
290
+ pointerEvents?: import("csstype").PointerEventsProperty | undefined;
291
+ position?: import("csstype").PositionProperty | undefined;
292
+ printColorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
293
+ quotes?: string | undefined;
294
+ resize?: import("csstype").ResizeProperty | undefined;
295
+ right?: import("csstype").RightProperty<string | number> | undefined;
296
+ rotate?: string | undefined;
297
+ rowGap?: import("csstype").RowGapProperty<string | number> | undefined;
298
+ rubyAlign?: import("csstype").RubyAlignProperty | undefined;
299
+ rubyMerge?: import("csstype").RubyMergeProperty | undefined;
300
+ rubyPosition?: string | undefined;
301
+ scale?: import("csstype").ScaleProperty | undefined;
302
+ scrollBehavior?: import("csstype").ScrollBehaviorProperty | undefined;
303
+ scrollMargin?: import("csstype").ScrollMarginProperty<string | number> | undefined;
304
+ scrollMarginBlock?: import("csstype").ScrollMarginBlockProperty<string | number> | undefined;
305
+ scrollMarginBlockEnd?: import("csstype").ScrollMarginBlockEndProperty<string | number> | undefined;
306
+ scrollMarginBlockStart?: import("csstype").ScrollMarginBlockStartProperty<string | number> | undefined;
307
+ scrollMarginBottom?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
308
+ scrollMarginInline?: import("csstype").ScrollMarginInlineProperty<string | number> | undefined;
309
+ scrollMarginInlineEnd?: import("csstype").ScrollMarginInlineEndProperty<string | number> | undefined;
310
+ scrollMarginInlineStart?: import("csstype").ScrollMarginInlineStartProperty<string | number> | undefined;
311
+ scrollMarginLeft?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
312
+ scrollMarginRight?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
313
+ scrollMarginTop?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
314
+ scrollPadding?: import("csstype").ScrollPaddingProperty<string | number> | undefined;
315
+ scrollPaddingBlock?: import("csstype").ScrollPaddingBlockProperty<string | number> | undefined;
316
+ scrollPaddingBlockEnd?: import("csstype").ScrollPaddingBlockEndProperty<string | number> | undefined;
317
+ scrollPaddingBlockStart?: import("csstype").ScrollPaddingBlockStartProperty<string | number> | undefined;
318
+ scrollPaddingBottom?: import("csstype").ScrollPaddingBottomProperty<string | number> | undefined;
319
+ scrollPaddingInline?: import("csstype").ScrollPaddingInlineProperty<string | number> | undefined;
320
+ scrollPaddingInlineEnd?: import("csstype").ScrollPaddingInlineEndProperty<string | number> | undefined;
321
+ scrollPaddingInlineStart?: import("csstype").ScrollPaddingInlineStartProperty<string | number> | undefined;
322
+ scrollPaddingLeft?: import("csstype").ScrollPaddingLeftProperty<string | number> | undefined;
323
+ scrollPaddingRight?: import("csstype").ScrollPaddingRightProperty<string | number> | undefined;
324
+ scrollPaddingTop?: import("csstype").ScrollPaddingTopProperty<string | number> | undefined;
325
+ scrollSnapAlign?: string | undefined;
326
+ scrollSnapMargin?: import("csstype").ScrollMarginProperty<string | number> | undefined;
327
+ scrollSnapMarginBottom?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
328
+ scrollSnapMarginLeft?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
329
+ scrollSnapMarginRight?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
330
+ scrollSnapMarginTop?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
331
+ scrollSnapStop?: import("csstype").ScrollSnapStopProperty | undefined;
332
+ scrollSnapType?: string | undefined;
333
+ scrollbarColor?: string | undefined;
334
+ scrollbarGutter?: string | undefined;
335
+ scrollbarWidth?: import("csstype").ScrollbarWidthProperty | undefined;
336
+ shapeImageThreshold?: import("csstype").ShapeImageThresholdProperty | undefined;
337
+ shapeMargin?: import("csstype").ShapeMarginProperty<string | number> | undefined;
338
+ shapeOutside?: string | undefined;
339
+ tabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
340
+ tableLayout?: import("csstype").TableLayoutProperty | undefined;
341
+ textAlign?: import("csstype").TextAlignProperty | undefined;
342
+ textAlignLast?: import("csstype").TextAlignLastProperty | undefined;
343
+ textCombineUpright?: string | undefined;
344
+ textDecorationColor?: string | undefined;
345
+ textDecorationLine?: string | undefined;
346
+ textDecorationSkip?: string | undefined;
347
+ textDecorationSkipInk?: import("csstype").TextDecorationSkipInkProperty | undefined;
348
+ textDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
349
+ textDecorationThickness?: import("csstype").TextDecorationThicknessProperty<string | number> | undefined;
350
+ textEmphasisColor?: string | undefined;
351
+ textEmphasisPosition?: string | undefined;
352
+ textEmphasisStyle?: string | undefined;
353
+ textIndent?: import("csstype").TextIndentProperty<string | number> | undefined;
354
+ textJustify?: import("csstype").TextJustifyProperty | undefined;
355
+ textOrientation?: import("csstype").TextOrientationProperty | undefined;
356
+ textOverflow?: string | undefined;
357
+ textRendering?: import("csstype").TextRenderingProperty | undefined;
358
+ textShadow?: string | undefined;
359
+ textSizeAdjust?: string | undefined;
360
+ textTransform?: import("csstype").TextTransformProperty | undefined;
361
+ textUnderlineOffset?: import("csstype").TextUnderlineOffsetProperty<string | number> | undefined;
362
+ textUnderlinePosition?: string | undefined;
363
+ top?: import("csstype").TopProperty<string | number> | undefined;
364
+ touchAction?: string | undefined;
365
+ transform?: string | undefined;
366
+ transformBox?: import("csstype").TransformBoxProperty | undefined;
367
+ transformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
368
+ transformStyle?: import("csstype").TransformStyleProperty | undefined;
369
+ transitionDelay?: string | undefined;
370
+ transitionDuration?: string | undefined;
371
+ transitionProperty?: string | undefined;
372
+ transitionTimingFunction?: string | undefined;
373
+ translate?: import("csstype").TranslateProperty<string | number> | undefined;
374
+ unicodeBidi?: import("csstype").UnicodeBidiProperty | undefined;
375
+ userSelect?: import("csstype").UserSelectProperty | undefined;
376
+ verticalAlign?: import("csstype").VerticalAlignProperty<string | number> | undefined;
377
+ visibility?: import("csstype").VisibilityProperty | undefined;
378
+ whiteSpace?: import("csstype").WhiteSpaceProperty | undefined;
379
+ widows?: import("csstype").GlobalsNumber | undefined;
380
+ width?: import("csstype").WidthProperty<string | number> | undefined;
381
+ willChange?: string | undefined;
382
+ wordBreak?: import("csstype").WordBreakProperty | undefined;
383
+ wordSpacing?: import("csstype").WordSpacingProperty<string | number> | undefined;
384
+ wordWrap?: import("csstype").WordWrapProperty | undefined;
385
+ writingMode?: import("csstype").WritingModeProperty | undefined;
386
+ zIndex?: import("csstype").ZIndexProperty | undefined;
387
+ zoom?: import("csstype").ZoomProperty | undefined;
388
+ all?: import("csstype").Globals | undefined;
389
+ animation?: import("csstype").AnimationProperty | undefined;
390
+ background?: import("csstype").BackgroundProperty<string | number> | undefined;
391
+ backgroundPosition?: import("csstype").BackgroundPositionProperty<string | number> | undefined;
392
+ border?: import("csstype").BorderProperty<string | number> | undefined;
393
+ borderBlock?: import("csstype").BorderBlockProperty<string | number> | undefined;
394
+ borderBlockEnd?: import("csstype").BorderBlockEndProperty<string | number> | undefined;
395
+ borderBlockStart?: import("csstype").BorderBlockStartProperty<string | number> | undefined;
396
+ borderBottom?: import("csstype").BorderBottomProperty<string | number> | undefined;
397
+ borderColor?: string | undefined;
398
+ borderImage?: import("csstype").BorderImageProperty | undefined;
399
+ borderInline?: import("csstype").BorderInlineProperty<string | number> | undefined;
400
+ borderInlineEnd?: import("csstype").BorderInlineEndProperty<string | number> | undefined;
401
+ borderInlineStart?: import("csstype").BorderInlineStartProperty<string | number> | undefined;
402
+ borderLeft?: import("csstype").BorderLeftProperty<string | number> | undefined;
403
+ borderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
404
+ borderRight?: import("csstype").BorderRightProperty<string | number> | undefined;
405
+ borderStyle?: string | undefined;
406
+ borderTop?: import("csstype").BorderTopProperty<string | number> | undefined;
407
+ borderWidth?: import("csstype").BorderWidthProperty<string | number> | undefined;
408
+ columnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
409
+ columns?: import("csstype").ColumnsProperty<string | number> | undefined;
410
+ flex?: import("csstype").FlexProperty<string | number> | undefined;
411
+ flexFlow?: string | undefined;
412
+ font?: string | undefined;
413
+ gap?: import("csstype").GapProperty<string | number> | undefined;
414
+ grid?: string | undefined;
415
+ gridArea?: import("csstype").GridAreaProperty | undefined;
416
+ gridColumn?: import("csstype").GridColumnProperty | undefined;
417
+ gridRow?: import("csstype").GridRowProperty | undefined;
418
+ gridTemplate?: string | undefined;
419
+ lineClamp?: import("csstype").LineClampProperty | undefined;
420
+ listStyle?: string | undefined;
421
+ margin?: import("csstype").MarginProperty<string | number> | undefined;
422
+ mask?: import("csstype").MaskProperty<string | number> | undefined;
423
+ maskBorder?: import("csstype").MaskBorderProperty | undefined;
424
+ motion?: import("csstype").OffsetProperty<string | number> | undefined;
425
+ offset?: import("csstype").OffsetProperty<string | number> | undefined;
426
+ outline?: import("csstype").OutlineProperty<string | number> | undefined;
427
+ overflow?: string | undefined;
428
+ overscrollBehavior?: string | undefined;
429
+ padding?: import("csstype").PaddingProperty<string | number> | undefined;
430
+ placeItems?: string | undefined;
431
+ placeSelf?: string | undefined;
432
+ textDecoration?: import("csstype").TextDecorationProperty<string | number> | undefined;
433
+ textEmphasis?: string | undefined;
434
+ transition?: string | undefined;
435
+ MozAnimationDelay?: string | undefined;
436
+ MozAnimationDirection?: string | undefined;
437
+ MozAnimationDuration?: string | undefined;
438
+ MozAnimationFillMode?: string | undefined;
439
+ MozAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
440
+ MozAnimationName?: string | undefined;
441
+ MozAnimationPlayState?: string | undefined;
442
+ MozAnimationTimingFunction?: string | undefined;
443
+ MozAppearance?: import("csstype").MozAppearanceProperty | undefined;
444
+ MozBackfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
445
+ MozBorderBottomColors?: string | undefined;
446
+ MozBorderEndColor?: string | undefined;
447
+ MozBorderEndStyle?: import("csstype").BorderInlineEndStyleProperty | undefined;
448
+ MozBorderEndWidth?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
449
+ MozBorderLeftColors?: string | undefined;
450
+ MozBorderRightColors?: string | undefined;
451
+ MozBorderStartColor?: string | undefined;
452
+ MozBorderStartStyle?: import("csstype").BorderInlineStartStyleProperty | undefined;
453
+ MozBorderTopColors?: string | undefined;
454
+ MozBoxSizing?: import("csstype").BoxSizingProperty | undefined;
455
+ MozColumnCount?: import("csstype").ColumnCountProperty | undefined;
456
+ MozColumnFill?: import("csstype").ColumnFillProperty | undefined;
457
+ MozColumnRuleColor?: string | undefined;
458
+ MozColumnRuleStyle?: string | undefined;
459
+ MozColumnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
460
+ MozColumnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
461
+ MozContextProperties?: string | undefined;
462
+ MozFontFeatureSettings?: string | undefined;
463
+ MozFontLanguageOverride?: string | undefined;
464
+ MozHyphens?: import("csstype").HyphensProperty | undefined;
465
+ MozImageRegion?: string | undefined;
466
+ MozMarginEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
467
+ MozMarginStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
468
+ MozOrient?: import("csstype").MozOrientProperty | undefined;
469
+ MozOsxFontSmoothing?: import("csstype").FontSmoothProperty<string | number> | undefined;
470
+ MozPaddingEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
471
+ MozPaddingStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
472
+ MozPerspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
473
+ MozPerspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
474
+ MozStackSizing?: import("csstype").MozStackSizingProperty | undefined;
475
+ MozTabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
476
+ MozTextBlink?: import("csstype").MozTextBlinkProperty | undefined;
477
+ MozTextSizeAdjust?: string | undefined;
478
+ MozTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
479
+ MozTransformStyle?: import("csstype").TransformStyleProperty | undefined;
480
+ MozTransitionDelay?: string | undefined;
481
+ MozTransitionDuration?: string | undefined;
482
+ MozTransitionProperty?: string | undefined;
483
+ MozTransitionTimingFunction?: string | undefined;
484
+ MozUserFocus?: import("csstype").MozUserFocusProperty | undefined;
485
+ MozUserModify?: import("csstype").MozUserModifyProperty | undefined;
486
+ MozUserSelect?: import("csstype").UserSelectProperty | undefined;
487
+ MozWindowDragging?: import("csstype").MozWindowDraggingProperty | undefined;
488
+ MozWindowShadow?: import("csstype").MozWindowShadowProperty | undefined;
489
+ msAccelerator?: import("csstype").MsAcceleratorProperty | undefined;
490
+ msBlockProgression?: import("csstype").MsBlockProgressionProperty | undefined;
491
+ msContentZoomChaining?: import("csstype").MsContentZoomChainingProperty | undefined;
492
+ msContentZoomLimitMax?: string | undefined;
493
+ msContentZoomLimitMin?: string | undefined;
494
+ msContentZoomSnapPoints?: string | undefined;
495
+ msContentZoomSnapType?: import("csstype").MsContentZoomSnapTypeProperty | undefined;
496
+ msContentZooming?: import("csstype").MsContentZoomingProperty | undefined;
497
+ msFilter?: string | undefined;
498
+ msFlexDirection?: import("csstype").FlexDirectionProperty | undefined;
499
+ msFlexPositive?: import("csstype").GlobalsNumber | undefined;
500
+ msFlowFrom?: string | undefined;
501
+ msFlowInto?: string | undefined;
502
+ msGridColumns?: import("csstype").MsGridColumnsProperty<string | number> | undefined;
503
+ msGridRows?: import("csstype").MsGridRowsProperty<string | number> | undefined;
504
+ msHighContrastAdjust?: import("csstype").MsHighContrastAdjustProperty | undefined;
505
+ msHyphenateLimitChars?: import("csstype").MsHyphenateLimitCharsProperty | undefined;
506
+ msHyphenateLimitLines?: import("csstype").MsHyphenateLimitLinesProperty | undefined;
507
+ msHyphenateLimitZone?: import("csstype").MsHyphenateLimitZoneProperty<string | number> | undefined;
508
+ msHyphens?: import("csstype").HyphensProperty | undefined;
509
+ msImeAlign?: import("csstype").MsImeAlignProperty | undefined;
510
+ msLineBreak?: import("csstype").LineBreakProperty | undefined;
511
+ msOrder?: import("csstype").GlobalsNumber | undefined;
512
+ msOverflowStyle?: import("csstype").MsOverflowStyleProperty | undefined;
513
+ msOverflowX?: import("csstype").OverflowXProperty | undefined;
514
+ msOverflowY?: import("csstype").OverflowYProperty | undefined;
515
+ msScrollChaining?: import("csstype").MsScrollChainingProperty | undefined;
516
+ msScrollLimitXMax?: import("csstype").MsScrollLimitXMaxProperty<string | number> | undefined;
517
+ msScrollLimitXMin?: import("csstype").MsScrollLimitXMinProperty<string | number> | undefined;
518
+ msScrollLimitYMax?: import("csstype").MsScrollLimitYMaxProperty<string | number> | undefined;
519
+ msScrollLimitYMin?: import("csstype").MsScrollLimitYMinProperty<string | number> | undefined;
520
+ msScrollRails?: import("csstype").MsScrollRailsProperty | undefined;
521
+ msScrollSnapPointsX?: string | undefined;
522
+ msScrollSnapPointsY?: string | undefined;
523
+ msScrollSnapType?: import("csstype").MsScrollSnapTypeProperty | undefined;
524
+ msScrollTranslation?: import("csstype").MsScrollTranslationProperty | undefined;
525
+ msScrollbar3dlightColor?: string | undefined;
526
+ msScrollbarArrowColor?: string | undefined;
527
+ msScrollbarBaseColor?: string | undefined;
528
+ msScrollbarDarkshadowColor?: string | undefined;
529
+ msScrollbarFaceColor?: string | undefined;
530
+ msScrollbarHighlightColor?: string | undefined;
531
+ msScrollbarShadowColor?: string | undefined;
532
+ msScrollbarTrackColor?: string | undefined;
533
+ msTextAutospace?: import("csstype").MsTextAutospaceProperty | undefined;
534
+ msTextCombineHorizontal?: string | undefined;
535
+ msTextOverflow?: string | undefined;
536
+ msTouchAction?: string | undefined;
537
+ msTouchSelect?: import("csstype").MsTouchSelectProperty | undefined;
538
+ msTransform?: string | undefined;
539
+ msTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
540
+ msTransitionDelay?: string | undefined;
541
+ msTransitionDuration?: string | undefined;
542
+ msTransitionProperty?: string | undefined;
543
+ msTransitionTimingFunction?: string | undefined;
544
+ msUserSelect?: import("csstype").MsUserSelectProperty | undefined;
545
+ msWordBreak?: import("csstype").WordBreakProperty | undefined;
546
+ msWrapFlow?: import("csstype").MsWrapFlowProperty | undefined;
547
+ msWrapMargin?: import("csstype").MsWrapMarginProperty<string | number> | undefined;
548
+ msWrapThrough?: import("csstype").MsWrapThroughProperty | undefined;
549
+ msWritingMode?: import("csstype").WritingModeProperty | undefined;
550
+ WebkitAlignContent?: string | undefined;
551
+ WebkitAlignItems?: string | undefined;
552
+ WebkitAlignSelf?: string | undefined;
553
+ WebkitAnimationDelay?: string | undefined;
554
+ WebkitAnimationDirection?: string | undefined;
555
+ WebkitAnimationDuration?: string | undefined;
556
+ WebkitAnimationFillMode?: string | undefined;
557
+ WebkitAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
558
+ WebkitAnimationName?: string | undefined;
559
+ WebkitAnimationPlayState?: string | undefined;
560
+ WebkitAnimationTimingFunction?: string | undefined;
561
+ WebkitAppearance?: import("csstype").WebkitAppearanceProperty | undefined;
562
+ WebkitBackdropFilter?: string | undefined;
563
+ WebkitBackfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
564
+ WebkitBackgroundClip?: string | undefined;
565
+ WebkitBackgroundOrigin?: string | undefined;
566
+ WebkitBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
567
+ WebkitBorderBeforeColor?: string | undefined;
568
+ WebkitBorderBeforeStyle?: string | undefined;
569
+ WebkitBorderBeforeWidth?: import("csstype").WebkitBorderBeforeWidthProperty<string | number> | undefined;
570
+ WebkitBorderBottomLeftRadius?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
571
+ WebkitBorderBottomRightRadius?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
572
+ WebkitBorderImageSlice?: import("csstype").BorderImageSliceProperty | undefined;
573
+ WebkitBorderTopLeftRadius?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
574
+ WebkitBorderTopRightRadius?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
575
+ WebkitBoxDecorationBreak?: import("csstype").BoxDecorationBreakProperty | undefined;
576
+ WebkitBoxReflect?: import("csstype").WebkitBoxReflectProperty<string | number> | undefined;
577
+ WebkitBoxShadow?: string | undefined;
578
+ WebkitBoxSizing?: import("csstype").BoxSizingProperty | undefined;
579
+ WebkitClipPath?: string | undefined;
580
+ WebkitColumnCount?: import("csstype").ColumnCountProperty | undefined;
581
+ WebkitColumnFill?: import("csstype").ColumnFillProperty | undefined;
582
+ WebkitColumnRuleColor?: string | undefined;
583
+ WebkitColumnRuleStyle?: string | undefined;
584
+ WebkitColumnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
585
+ WebkitColumnSpan?: import("csstype").ColumnSpanProperty | undefined;
586
+ WebkitColumnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
587
+ WebkitFilter?: string | undefined;
588
+ WebkitFlexBasis?: import("csstype").FlexBasisProperty<string | number> | undefined;
589
+ WebkitFlexDirection?: import("csstype").FlexDirectionProperty | undefined;
590
+ WebkitFlexGrow?: import("csstype").GlobalsNumber | undefined;
591
+ WebkitFlexShrink?: import("csstype").GlobalsNumber | undefined;
592
+ WebkitFlexWrap?: import("csstype").FlexWrapProperty | undefined;
593
+ WebkitFontFeatureSettings?: string | undefined;
594
+ WebkitFontKerning?: import("csstype").FontKerningProperty | undefined;
595
+ WebkitFontSmoothing?: import("csstype").FontSmoothProperty<string | number> | undefined;
596
+ WebkitFontVariantLigatures?: string | undefined;
597
+ WebkitHyphenateCharacter?: string | undefined;
598
+ WebkitHyphens?: import("csstype").HyphensProperty | undefined;
599
+ WebkitInitialLetter?: import("csstype").InitialLetterProperty | undefined;
600
+ WebkitJustifyContent?: string | undefined;
601
+ WebkitLineBreak?: import("csstype").LineBreakProperty | undefined;
602
+ WebkitLineClamp?: import("csstype").WebkitLineClampProperty | undefined;
603
+ WebkitMarginEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
604
+ WebkitMarginStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
605
+ WebkitMaskAttachment?: string | undefined;
606
+ WebkitMaskBoxImageOutset?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
607
+ WebkitMaskBoxImageRepeat?: string | undefined;
608
+ WebkitMaskBoxImageSlice?: import("csstype").MaskBorderSliceProperty | undefined;
609
+ WebkitMaskBoxImageSource?: string | undefined;
610
+ WebkitMaskBoxImageWidth?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
611
+ WebkitMaskClip?: string | undefined;
612
+ WebkitMaskComposite?: string | undefined;
613
+ WebkitMaskImage?: string | undefined;
614
+ WebkitMaskOrigin?: string | undefined;
615
+ WebkitMaskPosition?: import("csstype").WebkitMaskPositionProperty<string | number> | undefined;
616
+ WebkitMaskPositionX?: import("csstype").WebkitMaskPositionXProperty<string | number> | undefined;
617
+ WebkitMaskPositionY?: import("csstype").WebkitMaskPositionYProperty<string | number> | undefined;
618
+ WebkitMaskRepeat?: string | undefined;
619
+ WebkitMaskRepeatX?: import("csstype").WebkitMaskRepeatXProperty | undefined;
620
+ WebkitMaskRepeatY?: import("csstype").WebkitMaskRepeatYProperty | undefined;
621
+ WebkitMaskSize?: import("csstype").WebkitMaskSizeProperty<string | number> | undefined;
622
+ WebkitMaxInlineSize?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
623
+ WebkitOrder?: import("csstype").GlobalsNumber | undefined;
624
+ WebkitOverflowScrolling?: import("csstype").WebkitOverflowScrollingProperty | undefined;
625
+ WebkitPaddingEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
626
+ WebkitPaddingStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
627
+ WebkitPerspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
628
+ WebkitPerspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
629
+ WebkitPrintColorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
630
+ WebkitRubyPosition?: string | undefined;
631
+ WebkitScrollSnapType?: string | undefined;
632
+ WebkitShapeMargin?: import("csstype").ShapeMarginProperty<string | number> | undefined;
633
+ WebkitTapHighlightColor?: string | undefined;
634
+ WebkitTextCombine?: string | undefined;
635
+ WebkitTextDecorationColor?: string | undefined;
636
+ WebkitTextDecorationLine?: string | undefined;
637
+ WebkitTextDecorationSkip?: string | undefined;
638
+ WebkitTextDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
639
+ WebkitTextEmphasisColor?: string | undefined;
640
+ WebkitTextEmphasisPosition?: string | undefined;
641
+ WebkitTextEmphasisStyle?: string | undefined;
642
+ WebkitTextFillColor?: string | undefined;
643
+ WebkitTextOrientation?: import("csstype").TextOrientationProperty | undefined;
644
+ WebkitTextSizeAdjust?: string | undefined;
645
+ WebkitTextStrokeColor?: string | undefined;
646
+ WebkitTextStrokeWidth?: import("csstype").WebkitTextStrokeWidthProperty<string | number> | undefined;
647
+ WebkitTextUnderlinePosition?: string | undefined;
648
+ WebkitTouchCallout?: import("csstype").WebkitTouchCalloutProperty | undefined;
649
+ WebkitTransform?: string | undefined;
650
+ WebkitTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
651
+ WebkitTransformStyle?: import("csstype").TransformStyleProperty | undefined;
652
+ WebkitTransitionDelay?: string | undefined;
653
+ WebkitTransitionDuration?: string | undefined;
654
+ WebkitTransitionProperty?: string | undefined;
655
+ WebkitTransitionTimingFunction?: string | undefined;
656
+ WebkitUserModify?: import("csstype").WebkitUserModifyProperty | undefined;
657
+ WebkitUserSelect?: import("csstype").UserSelectProperty | undefined;
658
+ WebkitWritingMode?: import("csstype").WritingModeProperty | undefined;
659
+ MozAnimation?: import("csstype").AnimationProperty | undefined;
660
+ MozBorderImage?: import("csstype").BorderImageProperty | undefined;
661
+ MozColumnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
662
+ MozColumns?: import("csstype").ColumnsProperty<string | number> | undefined;
663
+ MozTransition?: string | undefined;
664
+ msContentZoomLimit?: string | undefined;
665
+ msContentZoomSnap?: string | undefined;
666
+ msFlex?: import("csstype").FlexProperty<string | number> | undefined;
667
+ msScrollLimit?: string | undefined;
668
+ msScrollSnapX?: string | undefined;
669
+ msScrollSnapY?: string | undefined;
670
+ msTransition?: string | undefined;
671
+ WebkitAnimation?: import("csstype").AnimationProperty | undefined;
672
+ WebkitBorderBefore?: import("csstype").WebkitBorderBeforeProperty<string | number> | undefined;
673
+ WebkitBorderImage?: import("csstype").BorderImageProperty | undefined;
674
+ WebkitBorderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
675
+ WebkitColumnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
676
+ WebkitColumns?: import("csstype").ColumnsProperty<string | number> | undefined;
677
+ WebkitFlex?: import("csstype").FlexProperty<string | number> | undefined;
678
+ WebkitFlexFlow?: string | undefined;
679
+ WebkitMask?: import("csstype").WebkitMaskProperty<string | number> | undefined;
680
+ WebkitMaskBoxImage?: import("csstype").MaskBorderProperty | undefined;
681
+ WebkitTextEmphasis?: string | undefined;
682
+ WebkitTextStroke?: import("csstype").WebkitTextStrokeProperty<string | number> | undefined;
683
+ WebkitTransition?: string | undefined;
684
+ azimuth?: string | undefined;
685
+ boxAlign?: import("csstype").BoxAlignProperty | undefined;
686
+ boxDirection?: import("csstype").BoxDirectionProperty | undefined;
687
+ boxFlex?: import("csstype").GlobalsNumber | undefined;
688
+ boxFlexGroup?: import("csstype").GlobalsNumber | undefined;
689
+ boxLines?: import("csstype").BoxLinesProperty | undefined;
690
+ boxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
691
+ boxOrient?: import("csstype").BoxOrientProperty | undefined;
692
+ boxPack?: import("csstype").BoxPackProperty | undefined;
693
+ clip?: string | undefined;
694
+ gridColumnGap?: import("csstype").GridColumnGapProperty<string | number> | undefined;
695
+ gridGap?: import("csstype").GridGapProperty<string | number> | undefined;
696
+ gridRowGap?: import("csstype").GridRowGapProperty<string | number> | undefined;
697
+ imeMode?: import("csstype").ImeModeProperty | undefined;
698
+ offsetBlock?: import("csstype").InsetBlockProperty<string | number> | undefined;
699
+ offsetBlockEnd?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
700
+ offsetBlockStart?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
701
+ offsetInline?: import("csstype").InsetInlineProperty<string | number> | undefined;
702
+ offsetInlineEnd?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
703
+ offsetInlineStart?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
704
+ scrollSnapCoordinate?: import("csstype").ScrollSnapCoordinateProperty<string | number> | undefined;
705
+ scrollSnapDestination?: import("csstype").ScrollSnapDestinationProperty<string | number> | undefined;
706
+ scrollSnapPointsX?: string | undefined;
707
+ scrollSnapPointsY?: string | undefined;
708
+ scrollSnapTypeX?: import("csstype").ScrollSnapTypeXProperty | undefined;
709
+ scrollSnapTypeY?: import("csstype").ScrollSnapTypeYProperty | undefined;
710
+ KhtmlBoxAlign?: import("csstype").BoxAlignProperty | undefined;
711
+ KhtmlBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
712
+ KhtmlBoxFlex?: import("csstype").GlobalsNumber | undefined;
713
+ KhtmlBoxFlexGroup?: import("csstype").GlobalsNumber | undefined;
714
+ KhtmlBoxLines?: import("csstype").BoxLinesProperty | undefined;
715
+ KhtmlBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
716
+ KhtmlBoxOrient?: import("csstype").BoxOrientProperty | undefined;
717
+ KhtmlBoxPack?: import("csstype").BoxPackProperty | undefined;
718
+ KhtmlLineBreak?: import("csstype").LineBreakProperty | undefined;
719
+ KhtmlOpacity?: import("csstype").OpacityProperty | undefined;
720
+ KhtmlUserSelect?: import("csstype").UserSelectProperty | undefined;
721
+ MozBackgroundClip?: string | undefined;
722
+ MozBackgroundInlinePolicy?: import("csstype").BoxDecorationBreakProperty | undefined;
723
+ MozBackgroundOrigin?: string | undefined;
724
+ MozBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
725
+ MozBinding?: string | undefined;
726
+ MozBorderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
727
+ MozBorderRadiusBottomleft?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
728
+ MozBorderRadiusBottomright?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
729
+ MozBorderRadiusTopleft?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
730
+ MozBorderRadiusTopright?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
731
+ MozBoxAlign?: import("csstype").BoxAlignProperty | undefined;
732
+ MozBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
733
+ MozBoxFlex?: import("csstype").GlobalsNumber | undefined;
734
+ MozBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
735
+ MozBoxOrient?: import("csstype").BoxOrientProperty | undefined;
736
+ MozBoxPack?: import("csstype").BoxPackProperty | undefined;
737
+ MozBoxShadow?: string | undefined;
738
+ MozFloatEdge?: import("csstype").MozFloatEdgeProperty | undefined;
739
+ MozForceBrokenImageIcon?: import("csstype").MozForceBrokenImageIconProperty | undefined;
740
+ MozOpacity?: import("csstype").OpacityProperty | undefined;
741
+ MozOutline?: import("csstype").OutlineProperty<string | number> | undefined;
742
+ MozOutlineColor?: string | undefined;
743
+ MozOutlineRadius?: import("csstype").MozOutlineRadiusProperty<string | number> | undefined;
744
+ MozOutlineRadiusBottomleft?: import("csstype").MozOutlineRadiusBottomleftProperty<string | number> | undefined;
745
+ MozOutlineRadiusBottomright?: import("csstype").MozOutlineRadiusBottomrightProperty<string | number> | undefined;
746
+ MozOutlineRadiusTopleft?: import("csstype").MozOutlineRadiusTopleftProperty<string | number> | undefined;
747
+ MozOutlineRadiusTopright?: import("csstype").MozOutlineRadiusToprightProperty<string | number> | undefined;
748
+ MozOutlineStyle?: string | undefined;
749
+ MozOutlineWidth?: import("csstype").OutlineWidthProperty<string | number> | undefined;
750
+ MozTextAlignLast?: import("csstype").TextAlignLastProperty | undefined;
751
+ MozTextDecorationColor?: string | undefined;
752
+ MozTextDecorationLine?: string | undefined;
753
+ MozTextDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
754
+ MozUserInput?: import("csstype").MozUserInputProperty | undefined;
755
+ msImeMode?: import("csstype").ImeModeProperty | undefined;
756
+ OAnimation?: import("csstype").AnimationProperty | undefined;
757
+ OAnimationDelay?: string | undefined;
758
+ OAnimationDirection?: string | undefined;
759
+ OAnimationDuration?: string | undefined;
760
+ OAnimationFillMode?: string | undefined;
761
+ OAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
762
+ OAnimationName?: string | undefined;
763
+ OAnimationPlayState?: string | undefined;
764
+ OAnimationTimingFunction?: string | undefined;
765
+ OBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
766
+ OBorderImage?: import("csstype").BorderImageProperty | undefined;
767
+ OObjectFit?: import("csstype").ObjectFitProperty | undefined;
768
+ OObjectPosition?: import("csstype").ObjectPositionProperty<string | number> | undefined;
769
+ OTabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
770
+ OTextOverflow?: string | undefined;
771
+ OTransform?: string | undefined;
772
+ OTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
773
+ OTransition?: string | undefined;
774
+ OTransitionDelay?: string | undefined;
775
+ OTransitionDuration?: string | undefined;
776
+ OTransitionProperty?: string | undefined;
777
+ OTransitionTimingFunction?: string | undefined;
778
+ WebkitBoxAlign?: import("csstype").BoxAlignProperty | undefined;
779
+ WebkitBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
780
+ WebkitBoxFlex?: import("csstype").GlobalsNumber | undefined;
781
+ WebkitBoxFlexGroup?: import("csstype").GlobalsNumber | undefined;
782
+ WebkitBoxLines?: import("csstype").BoxLinesProperty | undefined;
783
+ WebkitBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
784
+ WebkitBoxOrient?: import("csstype").BoxOrientProperty | undefined;
785
+ WebkitBoxPack?: import("csstype").BoxPackProperty | undefined;
786
+ WebkitScrollSnapPointsX?: string | undefined;
787
+ WebkitScrollSnapPointsY?: string | undefined;
788
+ alignmentBaseline?: import("csstype").AlignmentBaselineProperty | undefined;
789
+ baselineShift?: import("csstype").BaselineShiftProperty<string | number> | undefined;
790
+ clipRule?: import("csstype").ClipRuleProperty | undefined;
791
+ colorInterpolation?: import("csstype").ColorInterpolationProperty | undefined;
792
+ colorRendering?: import("csstype").ColorRenderingProperty | undefined;
793
+ dominantBaseline?: import("csstype").DominantBaselineProperty | undefined;
794
+ fill?: string | undefined;
795
+ fillOpacity?: import("csstype").GlobalsNumber | undefined;
796
+ fillRule?: import("csstype").FillRuleProperty | undefined;
797
+ floodColor?: string | undefined;
798
+ floodOpacity?: import("csstype").GlobalsNumber | undefined;
799
+ glyphOrientationVertical?: import("csstype").GlyphOrientationVerticalProperty | undefined;
800
+ lightingColor?: string | undefined;
801
+ marker?: string | undefined;
802
+ markerEnd?: string | undefined;
803
+ markerMid?: string | undefined;
804
+ markerStart?: string | undefined;
805
+ shapeRendering?: import("csstype").ShapeRenderingProperty | undefined;
806
+ stopColor?: string | undefined;
807
+ stopOpacity?: import("csstype").GlobalsNumber | undefined;
808
+ stroke?: string | undefined;
809
+ strokeDasharray?: import("csstype").StrokeDasharrayProperty<string | number> | undefined;
810
+ strokeDashoffset?: import("csstype").StrokeDashoffsetProperty<string | number> | undefined;
811
+ strokeLinecap?: import("csstype").StrokeLinecapProperty | undefined;
812
+ strokeLinejoin?: import("csstype").StrokeLinejoinProperty | undefined;
813
+ strokeMiterlimit?: import("csstype").GlobalsNumber | undefined;
814
+ strokeOpacity?: import("csstype").GlobalsNumber | undefined;
815
+ strokeWidth?: import("csstype").StrokeWidthProperty<string | number> | undefined;
816
+ textAnchor?: import("csstype").TextAnchorProperty | undefined;
817
+ vectorEffect?: import("csstype").VectorEffectProperty | undefined;
818
+ "accent-color"?: string | undefined;
819
+ "align-content"?: string | undefined;
820
+ "align-items"?: string | undefined;
821
+ "align-self"?: string | undefined;
822
+ "align-tracks"?: string | undefined;
823
+ "animation-composition"?: string | undefined;
824
+ "animation-delay"?: string | undefined;
825
+ "animation-direction"?: string | undefined;
826
+ "animation-duration"?: string | undefined;
827
+ "animation-fill-mode"?: string | undefined;
828
+ "animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
829
+ "animation-name"?: string | undefined;
830
+ "animation-play-state"?: string | undefined;
831
+ "animation-timeline"?: string | undefined;
832
+ "animation-timing-function"?: string | undefined;
833
+ "aspect-ratio"?: import("csstype").AspectRatioProperty | undefined;
834
+ "backdrop-filter"?: string | undefined;
835
+ "backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
836
+ "background-attachment"?: string | undefined;
837
+ "background-blend-mode"?: string | undefined;
838
+ "background-clip"?: string | undefined;
839
+ "background-color"?: string | undefined;
840
+ "background-image"?: string | undefined;
841
+ "background-origin"?: string | undefined;
842
+ "background-position-x"?: import("csstype").BackgroundPositionXProperty<string | number> | undefined;
843
+ "background-position-y"?: import("csstype").BackgroundPositionYProperty<string | number> | undefined;
844
+ "background-repeat"?: string | undefined;
845
+ "background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
846
+ "block-overflow"?: string | undefined;
847
+ "block-size"?: import("csstype").BlockSizeProperty<string | number> | undefined;
848
+ "border-block-color"?: string | undefined;
849
+ "border-block-end-color"?: string | undefined;
850
+ "border-block-end-style"?: import("csstype").BorderBlockEndStyleProperty | undefined;
851
+ "border-block-end-width"?: import("csstype").BorderBlockEndWidthProperty<string | number> | undefined;
852
+ "border-block-start-color"?: string | undefined;
853
+ "border-block-start-style"?: import("csstype").BorderBlockStartStyleProperty | undefined;
854
+ "border-block-start-width"?: import("csstype").BorderBlockStartWidthProperty<string | number> | undefined;
855
+ "border-block-style"?: import("csstype").BorderBlockStyleProperty | undefined;
856
+ "border-block-width"?: import("csstype").BorderBlockWidthProperty<string | number> | undefined;
857
+ "border-bottom-color"?: string | undefined;
858
+ "border-bottom-left-radius"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
859
+ "border-bottom-right-radius"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
860
+ "border-bottom-style"?: import("csstype").BorderBottomStyleProperty | undefined;
861
+ "border-bottom-width"?: import("csstype").BorderBottomWidthProperty<string | number> | undefined;
862
+ "border-collapse"?: import("csstype").BorderCollapseProperty | undefined;
863
+ "border-end-end-radius"?: import("csstype").BorderEndEndRadiusProperty<string | number> | undefined;
864
+ "border-end-start-radius"?: import("csstype").BorderEndStartRadiusProperty<string | number> | undefined;
865
+ "border-image-outset"?: import("csstype").BorderImageOutsetProperty<string | number> | undefined;
866
+ "border-image-repeat"?: string | undefined;
867
+ "border-image-slice"?: import("csstype").BorderImageSliceProperty | undefined;
868
+ "border-image-source"?: string | undefined;
869
+ "border-image-width"?: import("csstype").BorderImageWidthProperty<string | number> | undefined;
870
+ "border-inline-color"?: string | undefined;
871
+ "border-inline-end-color"?: string | undefined;
872
+ "border-inline-end-style"?: import("csstype").BorderInlineEndStyleProperty | undefined;
873
+ "border-inline-end-width"?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
874
+ "border-inline-start-color"?: string | undefined;
875
+ "border-inline-start-style"?: import("csstype").BorderInlineStartStyleProperty | undefined;
876
+ "border-inline-start-width"?: import("csstype").BorderInlineStartWidthProperty<string | number> | undefined;
877
+ "border-inline-style"?: import("csstype").BorderInlineStyleProperty | undefined;
878
+ "border-inline-width"?: import("csstype").BorderInlineWidthProperty<string | number> | undefined;
879
+ "border-left-color"?: string | undefined;
880
+ "border-left-style"?: import("csstype").BorderLeftStyleProperty | undefined;
881
+ "border-left-width"?: import("csstype").BorderLeftWidthProperty<string | number> | undefined;
882
+ "border-right-color"?: string | undefined;
883
+ "border-right-style"?: import("csstype").BorderRightStyleProperty | undefined;
884
+ "border-right-width"?: import("csstype").BorderRightWidthProperty<string | number> | undefined;
885
+ "border-spacing"?: import("csstype").BorderSpacingProperty<string | number> | undefined;
886
+ "border-start-end-radius"?: import("csstype").BorderStartEndRadiusProperty<string | number> | undefined;
887
+ "border-start-start-radius"?: import("csstype").BorderStartStartRadiusProperty<string | number> | undefined;
888
+ "border-top-color"?: string | undefined;
889
+ "border-top-left-radius"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
890
+ "border-top-right-radius"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
891
+ "border-top-style"?: import("csstype").BorderTopStyleProperty | undefined;
892
+ "border-top-width"?: import("csstype").BorderTopWidthProperty<string | number> | undefined;
893
+ "box-decoration-break"?: import("csstype").BoxDecorationBreakProperty | undefined;
894
+ "box-shadow"?: string | undefined;
895
+ "box-sizing"?: import("csstype").BoxSizingProperty | undefined;
896
+ "break-after"?: import("csstype").BreakAfterProperty | undefined;
897
+ "break-before"?: import("csstype").BreakBeforeProperty | undefined;
898
+ "break-inside"?: import("csstype").BreakInsideProperty | undefined;
899
+ "caption-side"?: import("csstype").CaptionSideProperty | undefined;
900
+ "caret-color"?: string | undefined;
901
+ "clip-path"?: string | undefined;
902
+ "color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
903
+ "color-scheme"?: string | undefined;
904
+ "column-count"?: import("csstype").ColumnCountProperty | undefined;
905
+ "column-fill"?: import("csstype").ColumnFillProperty | undefined;
906
+ "column-gap"?: import("csstype").ColumnGapProperty<string | number> | undefined;
907
+ "column-rule-color"?: string | undefined;
908
+ "column-rule-style"?: string | undefined;
909
+ "column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
910
+ "column-span"?: import("csstype").ColumnSpanProperty | undefined;
911
+ "column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
912
+ "content-visibility"?: import("csstype").ContentVisibilityProperty | undefined;
913
+ "counter-increment"?: string | undefined;
914
+ "counter-reset"?: string | undefined;
915
+ "counter-set"?: string | undefined;
916
+ "empty-cells"?: import("csstype").EmptyCellsProperty | undefined;
917
+ "flex-basis"?: import("csstype").FlexBasisProperty<string | number> | undefined;
918
+ "flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
919
+ "flex-grow"?: import("csstype").GlobalsNumber | undefined;
920
+ "flex-shrink"?: import("csstype").GlobalsNumber | undefined;
921
+ "flex-wrap"?: import("csstype").FlexWrapProperty | undefined;
922
+ "font-family"?: string | undefined;
923
+ "font-feature-settings"?: string | undefined;
924
+ "font-kerning"?: import("csstype").FontKerningProperty | undefined;
925
+ "font-language-override"?: string | undefined;
926
+ "font-optical-sizing"?: import("csstype").FontOpticalSizingProperty | undefined;
927
+ "font-size"?: import("csstype").FontSizeProperty<string | number> | undefined;
928
+ "font-size-adjust"?: import("csstype").FontSizeAdjustProperty | undefined;
929
+ "font-smooth"?: import("csstype").FontSmoothProperty<string | number> | undefined;
930
+ "font-stretch"?: string | undefined;
931
+ "font-style"?: string | undefined;
932
+ "font-synthesis"?: string | undefined;
933
+ "font-variant"?: string | undefined;
934
+ "font-variant-alternates"?: string | undefined;
935
+ "font-variant-caps"?: import("csstype").FontVariantCapsProperty | undefined;
936
+ "font-variant-east-asian"?: string | undefined;
937
+ "font-variant-ligatures"?: string | undefined;
938
+ "font-variant-numeric"?: string | undefined;
939
+ "font-variant-position"?: import("csstype").FontVariantPositionProperty | undefined;
940
+ "font-variation-settings"?: string | undefined;
941
+ "font-weight"?: import("csstype").FontWeightProperty | undefined;
942
+ "forced-color-adjust"?: import("csstype").ForcedColorAdjustProperty | undefined;
943
+ "grid-auto-columns"?: import("csstype").GridAutoColumnsProperty<string | number> | undefined;
944
+ "grid-auto-flow"?: string | undefined;
945
+ "grid-auto-rows"?: import("csstype").GridAutoRowsProperty<string | number> | undefined;
946
+ "grid-column-end"?: import("csstype").GridColumnEndProperty | undefined;
947
+ "grid-column-start"?: import("csstype").GridColumnStartProperty | undefined;
948
+ "grid-row-end"?: import("csstype").GridRowEndProperty | undefined;
949
+ "grid-row-start"?: import("csstype").GridRowStartProperty | undefined;
950
+ "grid-template-areas"?: string | undefined;
951
+ "grid-template-columns"?: import("csstype").GridTemplateColumnsProperty<string | number> | undefined;
952
+ "grid-template-rows"?: import("csstype").GridTemplateRowsProperty<string | number> | undefined;
953
+ "hanging-punctuation"?: string | undefined;
954
+ "hyphenate-character"?: string | undefined;
955
+ "image-orientation"?: string | undefined;
956
+ "image-rendering"?: import("csstype").ImageRenderingProperty | undefined;
957
+ "image-resolution"?: string | undefined;
958
+ "initial-letter"?: import("csstype").InitialLetterProperty | undefined;
959
+ "inline-size"?: import("csstype").InlineSizeProperty<string | number> | undefined;
960
+ "input-security"?: import("csstype").InputSecurityProperty | undefined;
961
+ "inset-block"?: import("csstype").InsetBlockProperty<string | number> | undefined;
962
+ "inset-block-end"?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
963
+ "inset-block-start"?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
964
+ "inset-inline"?: import("csstype").InsetInlineProperty<string | number> | undefined;
965
+ "inset-inline-end"?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
966
+ "inset-inline-start"?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
967
+ "justify-content"?: string | undefined;
968
+ "justify-items"?: string | undefined;
969
+ "justify-self"?: string | undefined;
970
+ "justify-tracks"?: string | undefined;
971
+ "letter-spacing"?: import("csstype").LetterSpacingProperty<string | number> | undefined;
972
+ "line-break"?: import("csstype").LineBreakProperty | undefined;
973
+ "line-height"?: import("csstype").LineHeightProperty<string | number> | undefined;
974
+ "line-height-step"?: import("csstype").LineHeightStepProperty<string | number> | undefined;
975
+ "list-style-image"?: string | undefined;
976
+ "list-style-position"?: import("csstype").ListStylePositionProperty | undefined;
977
+ "list-style-type"?: string | undefined;
978
+ "margin-block"?: import("csstype").MarginBlockProperty<string | number> | undefined;
979
+ "margin-block-end"?: import("csstype").MarginBlockEndProperty<string | number> | undefined;
980
+ "margin-block-start"?: import("csstype").MarginBlockStartProperty<string | number> | undefined;
981
+ "margin-bottom"?: import("csstype").MarginBottomProperty<string | number> | undefined;
982
+ "margin-inline"?: import("csstype").MarginInlineProperty<string | number> | undefined;
983
+ "margin-inline-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
984
+ "margin-inline-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
985
+ "margin-left"?: import("csstype").MarginLeftProperty<string | number> | undefined;
986
+ "margin-right"?: import("csstype").MarginRightProperty<string | number> | undefined;
987
+ "margin-top"?: import("csstype").MarginTopProperty<string | number> | undefined;
988
+ "mask-border-mode"?: import("csstype").MaskBorderModeProperty | undefined;
989
+ "mask-border-outset"?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
990
+ "mask-border-repeat"?: string | undefined;
991
+ "mask-border-slice"?: import("csstype").MaskBorderSliceProperty | undefined;
992
+ "mask-border-source"?: string | undefined;
993
+ "mask-border-width"?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
994
+ "mask-clip"?: string | undefined;
995
+ "mask-composite"?: string | undefined;
996
+ "mask-image"?: string | undefined;
997
+ "mask-mode"?: string | undefined;
998
+ "mask-origin"?: string | undefined;
999
+ "mask-position"?: import("csstype").MaskPositionProperty<string | number> | undefined;
1000
+ "mask-repeat"?: string | undefined;
1001
+ "mask-size"?: import("csstype").MaskSizeProperty<string | number> | undefined;
1002
+ "mask-type"?: import("csstype").MaskTypeProperty | undefined;
1003
+ "math-depth"?: import("csstype").MathDepthProperty | undefined;
1004
+ "math-shift"?: import("csstype").MathShiftProperty | undefined;
1005
+ "math-style"?: import("csstype").MathStyleProperty | undefined;
1006
+ "max-block-size"?: import("csstype").MaxBlockSizeProperty<string | number> | undefined;
1007
+ "max-height"?: import("csstype").MaxHeightProperty<string | number> | undefined;
1008
+ "max-inline-size"?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
1009
+ "max-lines"?: import("csstype").MaxLinesProperty | undefined;
1010
+ "max-width"?: import("csstype").MaxWidthProperty<string | number> | undefined;
1011
+ "min-block-size"?: import("csstype").MinBlockSizeProperty<string | number> | undefined;
1012
+ "min-height"?: import("csstype").MinHeightProperty<string | number> | undefined;
1013
+ "min-inline-size"?: import("csstype").MinInlineSizeProperty<string | number> | undefined;
1014
+ "min-width"?: import("csstype").MinWidthProperty<string | number> | undefined;
1015
+ "mix-blend-mode"?: import("csstype").MixBlendModeProperty | undefined;
1016
+ "motion-distance"?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
1017
+ "motion-path"?: string | undefined;
1018
+ "motion-rotation"?: string | undefined;
1019
+ "object-fit"?: import("csstype").ObjectFitProperty | undefined;
1020
+ "object-position"?: import("csstype").ObjectPositionProperty<string | number> | undefined;
1021
+ "offset-anchor"?: import("csstype").OffsetAnchorProperty<string | number> | undefined;
1022
+ "offset-distance"?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
1023
+ "offset-path"?: string | undefined;
1024
+ "offset-rotate"?: string | undefined;
1025
+ "offset-rotation"?: string | undefined;
1026
+ "outline-color"?: string | undefined;
1027
+ "outline-offset"?: import("csstype").OutlineOffsetProperty<string | number> | undefined;
1028
+ "outline-style"?: string | undefined;
1029
+ "outline-width"?: import("csstype").OutlineWidthProperty<string | number> | undefined;
1030
+ "overflow-anchor"?: import("csstype").OverflowAnchorProperty | undefined;
1031
+ "overflow-block"?: import("csstype").OverflowBlockProperty | undefined;
1032
+ "overflow-clip-box"?: import("csstype").OverflowClipBoxProperty | undefined;
1033
+ "overflow-clip-margin"?: import("csstype").OverflowClipMarginProperty<string | number> | undefined;
1034
+ "overflow-inline"?: import("csstype").OverflowInlineProperty | undefined;
1035
+ "overflow-wrap"?: import("csstype").OverflowWrapProperty | undefined;
1036
+ "overflow-x"?: import("csstype").OverflowXProperty | undefined;
1037
+ "overflow-y"?: import("csstype").OverflowYProperty | undefined;
1038
+ "overscroll-behavior-block"?: import("csstype").OverscrollBehaviorBlockProperty | undefined;
1039
+ "overscroll-behavior-inline"?: import("csstype").OverscrollBehaviorInlineProperty | undefined;
1040
+ "overscroll-behavior-x"?: import("csstype").OverscrollBehaviorXProperty | undefined;
1041
+ "overscroll-behavior-y"?: import("csstype").OverscrollBehaviorYProperty | undefined;
1042
+ "padding-block"?: import("csstype").PaddingBlockProperty<string | number> | undefined;
1043
+ "padding-block-end"?: import("csstype").PaddingBlockEndProperty<string | number> | undefined;
1044
+ "padding-block-start"?: import("csstype").PaddingBlockStartProperty<string | number> | undefined;
1045
+ "padding-bottom"?: import("csstype").PaddingBottomProperty<string | number> | undefined;
1046
+ "padding-inline"?: import("csstype").PaddingInlineProperty<string | number> | undefined;
1047
+ "padding-inline-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
1048
+ "padding-inline-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
1049
+ "padding-left"?: import("csstype").PaddingLeftProperty<string | number> | undefined;
1050
+ "padding-right"?: import("csstype").PaddingRightProperty<string | number> | undefined;
1051
+ "padding-top"?: import("csstype").PaddingTopProperty<string | number> | undefined;
1052
+ "page-break-after"?: import("csstype").PageBreakAfterProperty | undefined;
1053
+ "page-break-before"?: import("csstype").PageBreakBeforeProperty | undefined;
1054
+ "page-break-inside"?: import("csstype").PageBreakInsideProperty | undefined;
1055
+ "paint-order"?: string | undefined;
1056
+ "perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
1057
+ "place-content"?: string | undefined;
1058
+ "pointer-events"?: import("csstype").PointerEventsProperty | undefined;
1059
+ "print-color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
1060
+ "row-gap"?: import("csstype").RowGapProperty<string | number> | undefined;
1061
+ "ruby-align"?: import("csstype").RubyAlignProperty | undefined;
1062
+ "ruby-merge"?: import("csstype").RubyMergeProperty | undefined;
1063
+ "ruby-position"?: string | undefined;
1064
+ "scroll-behavior"?: import("csstype").ScrollBehaviorProperty | undefined;
1065
+ "scroll-margin"?: import("csstype").ScrollMarginProperty<string | number> | undefined;
1066
+ "scroll-margin-block"?: import("csstype").ScrollMarginBlockProperty<string | number> | undefined;
1067
+ "scroll-margin-block-end"?: import("csstype").ScrollMarginBlockEndProperty<string | number> | undefined;
1068
+ "scroll-margin-block-start"?: import("csstype").ScrollMarginBlockStartProperty<string | number> | undefined;
1069
+ "scroll-margin-bottom"?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
1070
+ "scroll-margin-inline"?: import("csstype").ScrollMarginInlineProperty<string | number> | undefined;
1071
+ "scroll-margin-inline-end"?: import("csstype").ScrollMarginInlineEndProperty<string | number> | undefined;
1072
+ "scroll-margin-inline-start"?: import("csstype").ScrollMarginInlineStartProperty<string | number> | undefined;
1073
+ "scroll-margin-left"?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
1074
+ "scroll-margin-right"?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
1075
+ "scroll-margin-top"?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
1076
+ "scroll-padding"?: import("csstype").ScrollPaddingProperty<string | number> | undefined;
1077
+ "scroll-padding-block"?: import("csstype").ScrollPaddingBlockProperty<string | number> | undefined;
1078
+ "scroll-padding-block-end"?: import("csstype").ScrollPaddingBlockEndProperty<string | number> | undefined;
1079
+ "scroll-padding-block-start"?: import("csstype").ScrollPaddingBlockStartProperty<string | number> | undefined;
1080
+ "scroll-padding-bottom"?: import("csstype").ScrollPaddingBottomProperty<string | number> | undefined;
1081
+ "scroll-padding-inline"?: import("csstype").ScrollPaddingInlineProperty<string | number> | undefined;
1082
+ "scroll-padding-inline-end"?: import("csstype").ScrollPaddingInlineEndProperty<string | number> | undefined;
1083
+ "scroll-padding-inline-start"?: import("csstype").ScrollPaddingInlineStartProperty<string | number> | undefined;
1084
+ "scroll-padding-left"?: import("csstype").ScrollPaddingLeftProperty<string | number> | undefined;
1085
+ "scroll-padding-right"?: import("csstype").ScrollPaddingRightProperty<string | number> | undefined;
1086
+ "scroll-padding-top"?: import("csstype").ScrollPaddingTopProperty<string | number> | undefined;
1087
+ "scroll-snap-align"?: string | undefined;
1088
+ "scroll-snap-margin"?: import("csstype").ScrollMarginProperty<string | number> | undefined;
1089
+ "scroll-snap-margin-bottom"?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
1090
+ "scroll-snap-margin-left"?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
1091
+ "scroll-snap-margin-right"?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
1092
+ "scroll-snap-margin-top"?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
1093
+ "scroll-snap-stop"?: import("csstype").ScrollSnapStopProperty | undefined;
1094
+ "scroll-snap-type"?: string | undefined;
1095
+ "scrollbar-color"?: string | undefined;
1096
+ "scrollbar-gutter"?: string | undefined;
1097
+ "scrollbar-width"?: import("csstype").ScrollbarWidthProperty | undefined;
1098
+ "shape-image-threshold"?: import("csstype").ShapeImageThresholdProperty | undefined;
1099
+ "shape-margin"?: import("csstype").ShapeMarginProperty<string | number> | undefined;
1100
+ "shape-outside"?: string | undefined;
1101
+ "tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
1102
+ "table-layout"?: import("csstype").TableLayoutProperty | undefined;
1103
+ "text-align"?: import("csstype").TextAlignProperty | undefined;
1104
+ "text-align-last"?: import("csstype").TextAlignLastProperty | undefined;
1105
+ "text-combine-upright"?: string | undefined;
1106
+ "text-decoration-color"?: string | undefined;
1107
+ "text-decoration-line"?: string | undefined;
1108
+ "text-decoration-skip"?: string | undefined;
1109
+ "text-decoration-skip-ink"?: import("csstype").TextDecorationSkipInkProperty | undefined;
1110
+ "text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
1111
+ "text-decoration-thickness"?: import("csstype").TextDecorationThicknessProperty<string | number> | undefined;
1112
+ "text-emphasis-color"?: string | undefined;
1113
+ "text-emphasis-position"?: string | undefined;
1114
+ "text-emphasis-style"?: string | undefined;
1115
+ "text-indent"?: import("csstype").TextIndentProperty<string | number> | undefined;
1116
+ "text-justify"?: import("csstype").TextJustifyProperty | undefined;
1117
+ "text-orientation"?: import("csstype").TextOrientationProperty | undefined;
1118
+ "text-overflow"?: string | undefined;
1119
+ "text-rendering"?: import("csstype").TextRenderingProperty | undefined;
1120
+ "text-shadow"?: string | undefined;
1121
+ "text-size-adjust"?: string | undefined;
1122
+ "text-transform"?: import("csstype").TextTransformProperty | undefined;
1123
+ "text-underline-offset"?: import("csstype").TextUnderlineOffsetProperty<string | number> | undefined;
1124
+ "text-underline-position"?: string | undefined;
1125
+ "touch-action"?: string | undefined;
1126
+ "transform-box"?: import("csstype").TransformBoxProperty | undefined;
1127
+ "transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
1128
+ "transform-style"?: import("csstype").TransformStyleProperty | undefined;
1129
+ "transition-delay"?: string | undefined;
1130
+ "transition-duration"?: string | undefined;
1131
+ "transition-property"?: string | undefined;
1132
+ "transition-timing-function"?: string | undefined;
1133
+ "unicode-bidi"?: import("csstype").UnicodeBidiProperty | undefined;
1134
+ "user-select"?: import("csstype").UserSelectProperty | undefined;
1135
+ "vertical-align"?: import("csstype").VerticalAlignProperty<string | number> | undefined;
1136
+ "white-space"?: import("csstype").WhiteSpaceProperty | undefined;
1137
+ "will-change"?: string | undefined;
1138
+ "word-break"?: import("csstype").WordBreakProperty | undefined;
1139
+ "word-spacing"?: import("csstype").WordSpacingProperty<string | number> | undefined;
1140
+ "word-wrap"?: import("csstype").WordWrapProperty | undefined;
1141
+ "writing-mode"?: import("csstype").WritingModeProperty | undefined;
1142
+ "z-index"?: import("csstype").ZIndexProperty | undefined;
1143
+ "background-position"?: import("csstype").BackgroundPositionProperty<string | number> | undefined;
1144
+ "border-block"?: import("csstype").BorderBlockProperty<string | number> | undefined;
1145
+ "border-block-end"?: import("csstype").BorderBlockEndProperty<string | number> | undefined;
1146
+ "border-block-start"?: import("csstype").BorderBlockStartProperty<string | number> | undefined;
1147
+ "border-bottom"?: import("csstype").BorderBottomProperty<string | number> | undefined;
1148
+ "border-color"?: string | undefined;
1149
+ "border-image"?: import("csstype").BorderImageProperty | undefined;
1150
+ "border-inline"?: import("csstype").BorderInlineProperty<string | number> | undefined;
1151
+ "border-inline-end"?: import("csstype").BorderInlineEndProperty<string | number> | undefined;
1152
+ "border-inline-start"?: import("csstype").BorderInlineStartProperty<string | number> | undefined;
1153
+ "border-left"?: import("csstype").BorderLeftProperty<string | number> | undefined;
1154
+ "border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
1155
+ "border-right"?: import("csstype").BorderRightProperty<string | number> | undefined;
1156
+ "border-style"?: string | undefined;
1157
+ "border-top"?: import("csstype").BorderTopProperty<string | number> | undefined;
1158
+ "border-width"?: import("csstype").BorderWidthProperty<string | number> | undefined;
1159
+ "column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
1160
+ "flex-flow"?: string | undefined;
1161
+ "grid-area"?: import("csstype").GridAreaProperty | undefined;
1162
+ "grid-column"?: import("csstype").GridColumnProperty | undefined;
1163
+ "grid-row"?: import("csstype").GridRowProperty | undefined;
1164
+ "grid-template"?: string | undefined;
1165
+ "line-clamp"?: import("csstype").LineClampProperty | undefined;
1166
+ "list-style"?: string | undefined;
1167
+ "mask-border"?: import("csstype").MaskBorderProperty | undefined;
1168
+ "overscroll-behavior"?: string | undefined;
1169
+ "place-items"?: string | undefined;
1170
+ "place-self"?: string | undefined;
1171
+ "text-decoration"?: import("csstype").TextDecorationProperty<string | number> | undefined;
1172
+ "text-emphasis"?: string | undefined;
1173
+ "-moz-animation-delay"?: string | undefined;
1174
+ "-moz-animation-direction"?: string | undefined;
1175
+ "-moz-animation-duration"?: string | undefined;
1176
+ "-moz-animation-fill-mode"?: string | undefined;
1177
+ "-moz-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
1178
+ "-moz-animation-name"?: string | undefined;
1179
+ "-moz-animation-play-state"?: string | undefined;
1180
+ "-moz-animation-timing-function"?: string | undefined;
1181
+ "-moz-appearance"?: import("csstype").MozAppearanceProperty | undefined;
1182
+ "-moz-backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
1183
+ "-moz-border-bottom-colors"?: string | undefined;
1184
+ "-moz-border-end-color"?: string | undefined;
1185
+ "-moz-border-end-style"?: import("csstype").BorderInlineEndStyleProperty | undefined;
1186
+ "-moz-border-end-width"?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
1187
+ "-moz-border-left-colors"?: string | undefined;
1188
+ "-moz-border-right-colors"?: string | undefined;
1189
+ "-moz-border-start-color"?: string | undefined;
1190
+ "-moz-border-start-style"?: import("csstype").BorderInlineStartStyleProperty | undefined;
1191
+ "-moz-border-top-colors"?: string | undefined;
1192
+ "-moz-box-sizing"?: import("csstype").BoxSizingProperty | undefined;
1193
+ "-moz-column-count"?: import("csstype").ColumnCountProperty | undefined;
1194
+ "-moz-column-fill"?: import("csstype").ColumnFillProperty | undefined;
1195
+ "-moz-column-rule-color"?: string | undefined;
1196
+ "-moz-column-rule-style"?: string | undefined;
1197
+ "-moz-column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
1198
+ "-moz-column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
1199
+ "-moz-context-properties"?: string | undefined;
1200
+ "-moz-font-feature-settings"?: string | undefined;
1201
+ "-moz-font-language-override"?: string | undefined;
1202
+ "-moz-hyphens"?: import("csstype").HyphensProperty | undefined;
1203
+ "-moz-image-region"?: string | undefined;
1204
+ "-moz-margin-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
1205
+ "-moz-margin-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
1206
+ "-moz-orient"?: import("csstype").MozOrientProperty | undefined;
1207
+ "-moz-osx-font-smoothing"?: import("csstype").FontSmoothProperty<string | number> | undefined;
1208
+ "-moz-padding-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
1209
+ "-moz-padding-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
1210
+ "-moz-perspective"?: import("csstype").PerspectiveProperty<string | number> | undefined;
1211
+ "-moz-perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
1212
+ "-moz-stack-sizing"?: import("csstype").MozStackSizingProperty | undefined;
1213
+ "-moz-tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
1214
+ "-moz-text-blink"?: import("csstype").MozTextBlinkProperty | undefined;
1215
+ "-moz-text-size-adjust"?: string | undefined;
1216
+ "-moz-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
1217
+ "-moz-transform-style"?: import("csstype").TransformStyleProperty | undefined;
1218
+ "-moz-transition-delay"?: string | undefined;
1219
+ "-moz-transition-duration"?: string | undefined;
1220
+ "-moz-transition-property"?: string | undefined;
1221
+ "-moz-transition-timing-function"?: string | undefined;
1222
+ "-moz-user-focus"?: import("csstype").MozUserFocusProperty | undefined;
1223
+ "-moz-user-modify"?: import("csstype").MozUserModifyProperty | undefined;
1224
+ "-moz-user-select"?: import("csstype").UserSelectProperty | undefined;
1225
+ "-moz-window-dragging"?: import("csstype").MozWindowDraggingProperty | undefined;
1226
+ "-moz-window-shadow"?: import("csstype").MozWindowShadowProperty | undefined;
1227
+ "-ms-accelerator"?: import("csstype").MsAcceleratorProperty | undefined;
1228
+ "-ms-block-progression"?: import("csstype").MsBlockProgressionProperty | undefined;
1229
+ "-ms-content-zoom-chaining"?: import("csstype").MsContentZoomChainingProperty | undefined;
1230
+ "-ms-content-zoom-limit-max"?: string | undefined;
1231
+ "-ms-content-zoom-limit-min"?: string | undefined;
1232
+ "-ms-content-zoom-snap-points"?: string | undefined;
1233
+ "-ms-content-zoom-snap-type"?: import("csstype").MsContentZoomSnapTypeProperty | undefined;
1234
+ "-ms-content-zooming"?: import("csstype").MsContentZoomingProperty | undefined;
1235
+ "-ms-filter"?: string | undefined;
1236
+ "-ms-flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
1237
+ "-ms-flex-positive"?: import("csstype").GlobalsNumber | undefined;
1238
+ "-ms-flow-from"?: string | undefined;
1239
+ "-ms-flow-into"?: string | undefined;
1240
+ "-ms-grid-columns"?: import("csstype").MsGridColumnsProperty<string | number> | undefined;
1241
+ "-ms-grid-rows"?: import("csstype").MsGridRowsProperty<string | number> | undefined;
1242
+ "-ms-high-contrast-adjust"?: import("csstype").MsHighContrastAdjustProperty | undefined;
1243
+ "-ms-hyphenate-limit-chars"?: import("csstype").MsHyphenateLimitCharsProperty | undefined;
1244
+ "-ms-hyphenate-limit-lines"?: import("csstype").MsHyphenateLimitLinesProperty | undefined;
1245
+ "-ms-hyphenate-limit-zone"?: import("csstype").MsHyphenateLimitZoneProperty<string | number> | undefined;
1246
+ "-ms-hyphens"?: import("csstype").HyphensProperty | undefined;
1247
+ "-ms-ime-align"?: import("csstype").MsImeAlignProperty | undefined;
1248
+ "-ms-line-break"?: import("csstype").LineBreakProperty | undefined;
1249
+ "-ms-order"?: import("csstype").GlobalsNumber | undefined;
1250
+ "-ms-overflow-style"?: import("csstype").MsOverflowStyleProperty | undefined;
1251
+ "-ms-overflow-x"?: import("csstype").OverflowXProperty | undefined;
1252
+ "-ms-overflow-y"?: import("csstype").OverflowYProperty | undefined;
1253
+ "-ms-scroll-chaining"?: import("csstype").MsScrollChainingProperty | undefined;
1254
+ "-ms-scroll-limit-x-max"?: import("csstype").MsScrollLimitXMaxProperty<string | number> | undefined;
1255
+ "-ms-scroll-limit-x-min"?: import("csstype").MsScrollLimitXMinProperty<string | number> | undefined;
1256
+ "-ms-scroll-limit-y-max"?: import("csstype").MsScrollLimitYMaxProperty<string | number> | undefined;
1257
+ "-ms-scroll-limit-y-min"?: import("csstype").MsScrollLimitYMinProperty<string | number> | undefined;
1258
+ "-ms-scroll-rails"?: import("csstype").MsScrollRailsProperty | undefined;
1259
+ "-ms-scroll-snap-points-x"?: string | undefined;
1260
+ "-ms-scroll-snap-points-y"?: string | undefined;
1261
+ "-ms-scroll-snap-type"?: import("csstype").MsScrollSnapTypeProperty | undefined;
1262
+ "-ms-scroll-translation"?: import("csstype").MsScrollTranslationProperty | undefined;
1263
+ "-ms-scrollbar-3dlight-color"?: string | undefined;
1264
+ "-ms-scrollbar-arrow-color"?: string | undefined;
1265
+ "-ms-scrollbar-base-color"?: string | undefined;
1266
+ "-ms-scrollbar-darkshadow-color"?: string | undefined;
1267
+ "-ms-scrollbar-face-color"?: string | undefined;
1268
+ "-ms-scrollbar-highlight-color"?: string | undefined;
1269
+ "-ms-scrollbar-shadow-color"?: string | undefined;
1270
+ "-ms-scrollbar-track-color"?: string | undefined;
1271
+ "-ms-text-autospace"?: import("csstype").MsTextAutospaceProperty | undefined;
1272
+ "-ms-text-combine-horizontal"?: string | undefined;
1273
+ "-ms-text-overflow"?: string | undefined;
1274
+ "-ms-touch-action"?: string | undefined;
1275
+ "-ms-touch-select"?: import("csstype").MsTouchSelectProperty | undefined;
1276
+ "-ms-transform"?: string | undefined;
1277
+ "-ms-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
1278
+ "-ms-transition-delay"?: string | undefined;
1279
+ "-ms-transition-duration"?: string | undefined;
1280
+ "-ms-transition-property"?: string | undefined;
1281
+ "-ms-transition-timing-function"?: string | undefined;
1282
+ "-ms-user-select"?: import("csstype").MsUserSelectProperty | undefined;
1283
+ "-ms-word-break"?: import("csstype").WordBreakProperty | undefined;
1284
+ "-ms-wrap-flow"?: import("csstype").MsWrapFlowProperty | undefined;
1285
+ "-ms-wrap-margin"?: import("csstype").MsWrapMarginProperty<string | number> | undefined;
1286
+ "-ms-wrap-through"?: import("csstype").MsWrapThroughProperty | undefined;
1287
+ "-ms-writing-mode"?: import("csstype").WritingModeProperty | undefined;
1288
+ "-webkit-align-content"?: string | undefined;
1289
+ "-webkit-align-items"?: string | undefined;
1290
+ "-webkit-align-self"?: string | undefined;
1291
+ "-webkit-animation-delay"?: string | undefined;
1292
+ "-webkit-animation-direction"?: string | undefined;
1293
+ "-webkit-animation-duration"?: string | undefined;
1294
+ "-webkit-animation-fill-mode"?: string | undefined;
1295
+ "-webkit-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
1296
+ "-webkit-animation-name"?: string | undefined;
1297
+ "-webkit-animation-play-state"?: string | undefined;
1298
+ "-webkit-animation-timing-function"?: string | undefined;
1299
+ "-webkit-appearance"?: import("csstype").WebkitAppearanceProperty | undefined;
1300
+ "-webkit-backdrop-filter"?: string | undefined;
1301
+ "-webkit-backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
1302
+ "-webkit-background-clip"?: string | undefined;
1303
+ "-webkit-background-origin"?: string | undefined;
1304
+ "-webkit-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
1305
+ "-webkit-border-before-color"?: string | undefined;
1306
+ "-webkit-border-before-style"?: string | undefined;
1307
+ "-webkit-border-before-width"?: import("csstype").WebkitBorderBeforeWidthProperty<string | number> | undefined;
1308
+ "-webkit-border-bottom-left-radius"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
1309
+ "-webkit-border-bottom-right-radius"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
1310
+ "-webkit-border-image-slice"?: import("csstype").BorderImageSliceProperty | undefined;
1311
+ "-webkit-border-top-left-radius"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
1312
+ "-webkit-border-top-right-radius"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
1313
+ "-webkit-box-decoration-break"?: import("csstype").BoxDecorationBreakProperty | undefined;
1314
+ "-webkit-box-reflect"?: import("csstype").WebkitBoxReflectProperty<string | number> | undefined;
1315
+ "-webkit-box-shadow"?: string | undefined;
1316
+ "-webkit-box-sizing"?: import("csstype").BoxSizingProperty | undefined;
1317
+ "-webkit-clip-path"?: string | undefined;
1318
+ "-webkit-column-count"?: import("csstype").ColumnCountProperty | undefined;
1319
+ "-webkit-column-fill"?: import("csstype").ColumnFillProperty | undefined;
1320
+ "-webkit-column-rule-color"?: string | undefined;
1321
+ "-webkit-column-rule-style"?: string | undefined;
1322
+ "-webkit-column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
1323
+ "-webkit-column-span"?: import("csstype").ColumnSpanProperty | undefined;
1324
+ "-webkit-column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
1325
+ "-webkit-filter"?: string | undefined;
1326
+ "-webkit-flex-basis"?: import("csstype").FlexBasisProperty<string | number> | undefined;
1327
+ "-webkit-flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
1328
+ "-webkit-flex-grow"?: import("csstype").GlobalsNumber | undefined;
1329
+ "-webkit-flex-shrink"?: import("csstype").GlobalsNumber | undefined;
1330
+ "-webkit-flex-wrap"?: import("csstype").FlexWrapProperty | undefined;
1331
+ "-webkit-font-feature-settings"?: string | undefined;
1332
+ "-webkit-font-kerning"?: import("csstype").FontKerningProperty | undefined;
1333
+ "-webkit-font-smoothing"?: import("csstype").FontSmoothProperty<string | number> | undefined;
1334
+ "-webkit-font-variant-ligatures"?: string | undefined;
1335
+ "-webkit-hyphenate-character"?: string | undefined;
1336
+ "-webkit-hyphens"?: import("csstype").HyphensProperty | undefined;
1337
+ "-webkit-initial-letter"?: import("csstype").InitialLetterProperty | undefined;
1338
+ "-webkit-justify-content"?: string | undefined;
1339
+ "-webkit-line-break"?: import("csstype").LineBreakProperty | undefined;
1340
+ "-webkit-line-clamp"?: import("csstype").WebkitLineClampProperty | undefined;
1341
+ "-webkit-margin-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
1342
+ "-webkit-margin-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
1343
+ "-webkit-mask-attachment"?: string | undefined;
1344
+ "-webkit-mask-box-image-outset"?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
1345
+ "-webkit-mask-box-image-repeat"?: string | undefined;
1346
+ "-webkit-mask-box-image-slice"?: import("csstype").MaskBorderSliceProperty | undefined;
1347
+ "-webkit-mask-box-image-source"?: string | undefined;
1348
+ "-webkit-mask-box-image-width"?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
1349
+ "-webkit-mask-clip"?: string | undefined;
1350
+ "-webkit-mask-composite"?: string | undefined;
1351
+ "-webkit-mask-image"?: string | undefined;
1352
+ "-webkit-mask-origin"?: string | undefined;
1353
+ "-webkit-mask-position"?: import("csstype").WebkitMaskPositionProperty<string | number> | undefined;
1354
+ "-webkit-mask-position-x"?: import("csstype").WebkitMaskPositionXProperty<string | number> | undefined;
1355
+ "-webkit-mask-position-y"?: import("csstype").WebkitMaskPositionYProperty<string | number> | undefined;
1356
+ "-webkit-mask-repeat"?: string | undefined;
1357
+ "-webkit-mask-repeat-x"?: import("csstype").WebkitMaskRepeatXProperty | undefined;
1358
+ "-webkit-mask-repeat-y"?: import("csstype").WebkitMaskRepeatYProperty | undefined;
1359
+ "-webkit-mask-size"?: import("csstype").WebkitMaskSizeProperty<string | number> | undefined;
1360
+ "-webkit-max-inline-size"?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
1361
+ "-webkit-order"?: import("csstype").GlobalsNumber | undefined;
1362
+ "-webkit-overflow-scrolling"?: import("csstype").WebkitOverflowScrollingProperty | undefined;
1363
+ "-webkit-padding-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
1364
+ "-webkit-padding-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
1365
+ "-webkit-perspective"?: import("csstype").PerspectiveProperty<string | number> | undefined;
1366
+ "-webkit-perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
1367
+ "-webkit-print-color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
1368
+ "-webkit-ruby-position"?: string | undefined;
1369
+ "-webkit-scroll-snap-type"?: string | undefined;
1370
+ "-webkit-shape-margin"?: import("csstype").ShapeMarginProperty<string | number> | undefined;
1371
+ "-webkit-tap-highlight-color"?: string | undefined;
1372
+ "-webkit-text-combine"?: string | undefined;
1373
+ "-webkit-text-decoration-color"?: string | undefined;
1374
+ "-webkit-text-decoration-line"?: string | undefined;
1375
+ "-webkit-text-decoration-skip"?: string | undefined;
1376
+ "-webkit-text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
1377
+ "-webkit-text-emphasis-color"?: string | undefined;
1378
+ "-webkit-text-emphasis-position"?: string | undefined;
1379
+ "-webkit-text-emphasis-style"?: string | undefined;
1380
+ "-webkit-text-fill-color"?: string | undefined;
1381
+ "-webkit-text-orientation"?: import("csstype").TextOrientationProperty | undefined;
1382
+ "-webkit-text-size-adjust"?: string | undefined;
1383
+ "-webkit-text-stroke-color"?: string | undefined;
1384
+ "-webkit-text-stroke-width"?: import("csstype").WebkitTextStrokeWidthProperty<string | number> | undefined;
1385
+ "-webkit-text-underline-position"?: string | undefined;
1386
+ "-webkit-touch-callout"?: import("csstype").WebkitTouchCalloutProperty | undefined;
1387
+ "-webkit-transform"?: string | undefined;
1388
+ "-webkit-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
1389
+ "-webkit-transform-style"?: import("csstype").TransformStyleProperty | undefined;
1390
+ "-webkit-transition-delay"?: string | undefined;
1391
+ "-webkit-transition-duration"?: string | undefined;
1392
+ "-webkit-transition-property"?: string | undefined;
1393
+ "-webkit-transition-timing-function"?: string | undefined;
1394
+ "-webkit-user-modify"?: import("csstype").WebkitUserModifyProperty | undefined;
1395
+ "-webkit-user-select"?: import("csstype").UserSelectProperty | undefined;
1396
+ "-webkit-writing-mode"?: import("csstype").WritingModeProperty | undefined;
1397
+ "-moz-animation"?: import("csstype").AnimationProperty | undefined;
1398
+ "-moz-border-image"?: import("csstype").BorderImageProperty | undefined;
1399
+ "-moz-column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
1400
+ "-moz-columns"?: import("csstype").ColumnsProperty<string | number> | undefined;
1401
+ "-moz-transition"?: string | undefined;
1402
+ "-ms-content-zoom-limit"?: string | undefined;
1403
+ "-ms-content-zoom-snap"?: string | undefined;
1404
+ "-ms-flex"?: import("csstype").FlexProperty<string | number> | undefined;
1405
+ "-ms-scroll-limit"?: string | undefined;
1406
+ "-ms-scroll-snap-x"?: string | undefined;
1407
+ "-ms-scroll-snap-y"?: string | undefined;
1408
+ "-ms-transition"?: string | undefined;
1409
+ "-webkit-animation"?: import("csstype").AnimationProperty | undefined;
1410
+ "-webkit-border-before"?: import("csstype").WebkitBorderBeforeProperty<string | number> | undefined;
1411
+ "-webkit-border-image"?: import("csstype").BorderImageProperty | undefined;
1412
+ "-webkit-border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
1413
+ "-webkit-column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
1414
+ "-webkit-columns"?: import("csstype").ColumnsProperty<string | number> | undefined;
1415
+ "-webkit-flex"?: import("csstype").FlexProperty<string | number> | undefined;
1416
+ "-webkit-flex-flow"?: string | undefined;
1417
+ "-webkit-mask"?: import("csstype").WebkitMaskProperty<string | number> | undefined;
1418
+ "-webkit-mask-box-image"?: import("csstype").MaskBorderProperty | undefined;
1419
+ "-webkit-text-emphasis"?: string | undefined;
1420
+ "-webkit-text-stroke"?: import("csstype").WebkitTextStrokeProperty<string | number> | undefined;
1421
+ "-webkit-transition"?: string | undefined;
1422
+ "box-align"?: import("csstype").BoxAlignProperty | undefined;
1423
+ "box-direction"?: import("csstype").BoxDirectionProperty | undefined;
1424
+ "box-flex"?: import("csstype").GlobalsNumber | undefined;
1425
+ "box-flex-group"?: import("csstype").GlobalsNumber | undefined;
1426
+ "box-lines"?: import("csstype").BoxLinesProperty | undefined;
1427
+ "box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
1428
+ "box-orient"?: import("csstype").BoxOrientProperty | undefined;
1429
+ "box-pack"?: import("csstype").BoxPackProperty | undefined;
1430
+ "grid-column-gap"?: import("csstype").GridColumnGapProperty<string | number> | undefined;
1431
+ "grid-gap"?: import("csstype").GridGapProperty<string | number> | undefined;
1432
+ "grid-row-gap"?: import("csstype").GridRowGapProperty<string | number> | undefined;
1433
+ "ime-mode"?: import("csstype").ImeModeProperty | undefined;
1434
+ "offset-block"?: import("csstype").InsetBlockProperty<string | number> | undefined;
1435
+ "offset-block-end"?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
1436
+ "offset-block-start"?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
1437
+ "offset-inline"?: import("csstype").InsetInlineProperty<string | number> | undefined;
1438
+ "offset-inline-end"?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
1439
+ "offset-inline-start"?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
1440
+ "scroll-snap-coordinate"?: import("csstype").ScrollSnapCoordinateProperty<string | number> | undefined;
1441
+ "scroll-snap-destination"?: import("csstype").ScrollSnapDestinationProperty<string | number> | undefined;
1442
+ "scroll-snap-points-x"?: string | undefined;
1443
+ "scroll-snap-points-y"?: string | undefined;
1444
+ "scroll-snap-type-x"?: import("csstype").ScrollSnapTypeXProperty | undefined;
1445
+ "scroll-snap-type-y"?: import("csstype").ScrollSnapTypeYProperty | undefined;
1446
+ "-khtml-box-align"?: import("csstype").BoxAlignProperty | undefined;
1447
+ "-khtml-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
1448
+ "-khtml-box-flex"?: import("csstype").GlobalsNumber | undefined;
1449
+ "-khtml-box-flex-group"?: import("csstype").GlobalsNumber | undefined;
1450
+ "-khtml-box-lines"?: import("csstype").BoxLinesProperty | undefined;
1451
+ "-khtml-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
1452
+ "-khtml-box-orient"?: import("csstype").BoxOrientProperty | undefined;
1453
+ "-khtml-box-pack"?: import("csstype").BoxPackProperty | undefined;
1454
+ "-khtml-line-break"?: import("csstype").LineBreakProperty | undefined;
1455
+ "-khtml-opacity"?: import("csstype").OpacityProperty | undefined;
1456
+ "-khtml-user-select"?: import("csstype").UserSelectProperty | undefined;
1457
+ "-moz-background-clip"?: string | undefined;
1458
+ "-moz-background-inline-policy"?: import("csstype").BoxDecorationBreakProperty | undefined;
1459
+ "-moz-background-origin"?: string | undefined;
1460
+ "-moz-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
1461
+ "-moz-binding"?: string | undefined;
1462
+ "-moz-border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
1463
+ "-moz-border-radius-bottomleft"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
1464
+ "-moz-border-radius-bottomright"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
1465
+ "-moz-border-radius-topleft"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
1466
+ "-moz-border-radius-topright"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
1467
+ "-moz-box-align"?: import("csstype").BoxAlignProperty | undefined;
1468
+ "-moz-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
1469
+ "-moz-box-flex"?: import("csstype").GlobalsNumber | undefined;
1470
+ "-moz-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
1471
+ "-moz-box-orient"?: import("csstype").BoxOrientProperty | undefined;
1472
+ "-moz-box-pack"?: import("csstype").BoxPackProperty | undefined;
1473
+ "-moz-box-shadow"?: string | undefined;
1474
+ "-moz-float-edge"?: import("csstype").MozFloatEdgeProperty | undefined;
1475
+ "-moz-force-broken-image-icon"?: import("csstype").MozForceBrokenImageIconProperty | undefined;
1476
+ "-moz-opacity"?: import("csstype").OpacityProperty | undefined;
1477
+ "-moz-outline"?: import("csstype").OutlineProperty<string | number> | undefined;
1478
+ "-moz-outline-color"?: string | undefined;
1479
+ "-moz-outline-radius"?: import("csstype").MozOutlineRadiusProperty<string | number> | undefined;
1480
+ "-moz-outline-radius-bottomleft"?: import("csstype").MozOutlineRadiusBottomleftProperty<string | number> | undefined;
1481
+ "-moz-outline-radius-bottomright"?: import("csstype").MozOutlineRadiusBottomrightProperty<string | number> | undefined;
1482
+ "-moz-outline-radius-topleft"?: import("csstype").MozOutlineRadiusTopleftProperty<string | number> | undefined;
1483
+ "-moz-outline-radius-topright"?: import("csstype").MozOutlineRadiusToprightProperty<string | number> | undefined;
1484
+ "-moz-outline-style"?: string | undefined;
1485
+ "-moz-outline-width"?: import("csstype").OutlineWidthProperty<string | number> | undefined;
1486
+ "-moz-text-align-last"?: import("csstype").TextAlignLastProperty | undefined;
1487
+ "-moz-text-decoration-color"?: string | undefined;
1488
+ "-moz-text-decoration-line"?: string | undefined;
1489
+ "-moz-text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
1490
+ "-moz-user-input"?: import("csstype").MozUserInputProperty | undefined;
1491
+ "-ms-ime-mode"?: import("csstype").ImeModeProperty | undefined;
1492
+ "-o-animation"?: import("csstype").AnimationProperty | undefined;
1493
+ "-o-animation-delay"?: string | undefined;
1494
+ "-o-animation-direction"?: string | undefined;
1495
+ "-o-animation-duration"?: string | undefined;
1496
+ "-o-animation-fill-mode"?: string | undefined;
1497
+ "-o-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
1498
+ "-o-animation-name"?: string | undefined;
1499
+ "-o-animation-play-state"?: string | undefined;
1500
+ "-o-animation-timing-function"?: string | undefined;
1501
+ "-o-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
1502
+ "-o-border-image"?: import("csstype").BorderImageProperty | undefined;
1503
+ "-o-object-fit"?: import("csstype").ObjectFitProperty | undefined;
1504
+ "-o-object-position"?: import("csstype").ObjectPositionProperty<string | number> | undefined;
1505
+ "-o-tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
1506
+ "-o-text-overflow"?: string | undefined;
1507
+ "-o-transform"?: string | undefined;
1508
+ "-o-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
1509
+ "-o-transition"?: string | undefined;
1510
+ "-o-transition-delay"?: string | undefined;
1511
+ "-o-transition-duration"?: string | undefined;
1512
+ "-o-transition-property"?: string | undefined;
1513
+ "-o-transition-timing-function"?: string | undefined;
1514
+ "-webkit-box-align"?: import("csstype").BoxAlignProperty | undefined;
1515
+ "-webkit-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
1516
+ "-webkit-box-flex"?: import("csstype").GlobalsNumber | undefined;
1517
+ "-webkit-box-flex-group"?: import("csstype").GlobalsNumber | undefined;
1518
+ "-webkit-box-lines"?: import("csstype").BoxLinesProperty | undefined;
1519
+ "-webkit-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
1520
+ "-webkit-box-orient"?: import("csstype").BoxOrientProperty | undefined;
1521
+ "-webkit-box-pack"?: import("csstype").BoxPackProperty | undefined;
1522
+ "-webkit-scroll-snap-points-x"?: string | undefined;
1523
+ "-webkit-scroll-snap-points-y"?: string | undefined;
1524
+ "alignment-baseline"?: import("csstype").AlignmentBaselineProperty | undefined;
1525
+ "baseline-shift"?: import("csstype").BaselineShiftProperty<string | number> | undefined;
1526
+ "clip-rule"?: import("csstype").ClipRuleProperty | undefined;
1527
+ "color-interpolation"?: import("csstype").ColorInterpolationProperty | undefined;
1528
+ "color-rendering"?: import("csstype").ColorRenderingProperty | undefined;
1529
+ "dominant-baseline"?: import("csstype").DominantBaselineProperty | undefined;
1530
+ "fill-opacity"?: import("csstype").GlobalsNumber | undefined;
1531
+ "fill-rule"?: import("csstype").FillRuleProperty | undefined;
1532
+ "flood-color"?: string | undefined;
1533
+ "flood-opacity"?: import("csstype").GlobalsNumber | undefined;
1534
+ "glyph-orientation-vertical"?: import("csstype").GlyphOrientationVerticalProperty | undefined;
1535
+ "lighting-color"?: string | undefined;
1536
+ "marker-end"?: string | undefined;
1537
+ "marker-mid"?: string | undefined;
1538
+ "marker-start"?: string | undefined;
1539
+ "shape-rendering"?: import("csstype").ShapeRenderingProperty | undefined;
1540
+ "stop-color"?: string | undefined;
1541
+ "stop-opacity"?: import("csstype").GlobalsNumber | undefined;
1542
+ "stroke-dasharray"?: import("csstype").StrokeDasharrayProperty<string | number> | undefined;
1543
+ "stroke-dashoffset"?: import("csstype").StrokeDashoffsetProperty<string | number> | undefined;
1544
+ "stroke-linecap"?: import("csstype").StrokeLinecapProperty | undefined;
1545
+ "stroke-linejoin"?: import("csstype").StrokeLinejoinProperty | undefined;
1546
+ "stroke-miterlimit"?: import("csstype").GlobalsNumber | undefined;
1547
+ "stroke-opacity"?: import("csstype").GlobalsNumber | undefined;
1548
+ "stroke-width"?: import("csstype").StrokeWidthProperty<string | number> | undefined;
1549
+ "text-anchor"?: import("csstype").TextAnchorProperty | undefined;
1550
+ "vector-effect"?: import("csstype").VectorEffectProperty | undefined;
1551
+ }>;
1552
+ resetScale: () => void;
1553
+ onTouchStart: (event: TouchEvent) => Promise<void>;
1554
+ onTouchMove: (event: TouchEvent) => Promise<void>;
1555
+ onTouchEnd: (event: TouchEvent) => Promise<void>;
1556
+ };
1557
+ export {};