UNPKG

143 kBTypeScriptView Raw
1import * as React from 'react';
2import { Config, PopperOptions, PropsGetterArgs } from './types';
3export declare function usePopperTooltip(config?: Config, popperOptions?: PopperOptions): {
4 state: import("@popperjs/core").State | null;
5 update: (() => Promise<Partial<import("@popperjs/core").State>>) | null;
6 forceUpdate: (() => void) | null;
7 getArrowProps: (args?: PropsGetterArgs) => {
8 style: {
9 accentColor?: import("csstype").Property.AccentColor | undefined;
10 alignContent?: import("csstype").Property.AlignContent | undefined;
11 alignItems?: import("csstype").Property.AlignItems | undefined;
12 alignSelf?: import("csstype").Property.AlignSelf | undefined;
13 alignTracks?: import("csstype").Property.AlignTracks | undefined;
14 animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
15 animationDirection?: import("csstype").Property.AnimationDirection | undefined;
16 animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
17 animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
18 animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
19 animationName?: import("csstype").Property.AnimationName | undefined;
20 animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
21 animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
22 appearance?: import("csstype").Property.Appearance | undefined;
23 aspectRatio?: import("csstype").Property.AspectRatio | undefined;
24 backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
25 backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
26 backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
27 backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
28 backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
29 backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
30 backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
31 backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
32 backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
33 backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
34 backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
35 backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
36 blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
37 blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
38 borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
39 borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
40 borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
41 borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
42 borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
43 borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
44 borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
45 borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
46 borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
47 borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
48 borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
49 borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
50 borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
51 borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
52 borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
53 borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
54 borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
55 borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
56 borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
57 borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
58 borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
59 borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
60 borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
61 borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
62 borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
63 borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
64 borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
65 borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
66 borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
67 borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
68 borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
69 borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
70 borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
71 borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
72 borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
73 borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
74 borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
75 borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
76 borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
77 borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
78 borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
79 borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
80 borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
81 borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
82 borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
83 bottom?: import("csstype").Property.Bottom<string | number> | undefined;
84 boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
85 boxShadow?: import("csstype").Property.BoxShadow | undefined;
86 boxSizing?: import("csstype").Property.BoxSizing | undefined;
87 breakAfter?: import("csstype").Property.BreakAfter | undefined;
88 breakBefore?: import("csstype").Property.BreakBefore | undefined;
89 breakInside?: import("csstype").Property.BreakInside | undefined;
90 captionSide?: import("csstype").Property.CaptionSide | undefined;
91 caretColor?: import("csstype").Property.CaretColor | undefined;
92 clear?: import("csstype").Property.Clear | undefined;
93 clipPath?: import("csstype").Property.ClipPath | undefined;
94 color?: import("csstype").Property.Color | undefined;
95 colorAdjust?: import("csstype").Property.ColorAdjust | undefined;
96 colorScheme?: import("csstype").Property.ColorScheme | undefined;
97 columnCount?: import("csstype").Property.ColumnCount | undefined;
98 columnFill?: import("csstype").Property.ColumnFill | undefined;
99 columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
100 columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
101 columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
102 columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
103 columnSpan?: import("csstype").Property.ColumnSpan | undefined;
104 columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
105 contain?: import("csstype").Property.Contain | undefined;
106 content?: import("csstype").Property.Content | undefined;
107 contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
108 counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
109 counterReset?: import("csstype").Property.CounterReset | undefined;
110 counterSet?: import("csstype").Property.CounterSet | undefined;
111 cursor?: import("csstype").Property.Cursor | undefined;
112 direction?: import("csstype").Property.Direction | undefined;
113 display?: import("csstype").Property.Display | undefined;
114 emptyCells?: import("csstype").Property.EmptyCells | undefined;
115 filter?: import("csstype").Property.Filter | undefined;
116 flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
117 flexDirection?: import("csstype").Property.FlexDirection | undefined;
118 flexGrow?: import("csstype").Property.FlexGrow | undefined;
119 flexShrink?: import("csstype").Property.FlexShrink | undefined;
120 flexWrap?: import("csstype").Property.FlexWrap | undefined;
121 float?: import("csstype").Property.Float | undefined;
122 fontFamily?: import("csstype").Property.FontFamily | undefined;
123 fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
124 fontKerning?: import("csstype").Property.FontKerning | undefined;
125 fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
126 fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
127 fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
128 fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
129 fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
130 fontStretch?: import("csstype").Property.FontStretch | undefined;
131 fontStyle?: import("csstype").Property.FontStyle | undefined;
132 fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
133 fontVariant?: import("csstype").Property.FontVariant | undefined;
134 fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
135 fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
136 fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
137 fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
138 fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
139 fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
140 fontWeight?: import("csstype").Property.FontWeight | undefined;
141 forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
142 gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
143 gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
144 gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
145 gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
146 gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
147 gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
148 gridRowStart?: import("csstype").Property.GridRowStart | undefined;
149 gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
150 gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
151 gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
152 hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
153 height?: import("csstype").Property.Height<string | number> | undefined;
154 hyphens?: import("csstype").Property.Hyphens | undefined;
155 imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
156 imageRendering?: import("csstype").Property.ImageRendering | undefined;
157 imageResolution?: import("csstype").Property.ImageResolution | undefined;
158 initialLetter?: import("csstype").Property.InitialLetter | undefined;
159 inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
160 inset?: import("csstype").Property.Inset<string | number> | undefined;
161 insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
162 insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
163 insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
164 insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
165 insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
166 insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
167 isolation?: import("csstype").Property.Isolation | undefined;
168 justifyContent?: import("csstype").Property.JustifyContent | undefined;
169 justifyItems?: import("csstype").Property.JustifyItems | undefined;
170 justifySelf?: import("csstype").Property.JustifySelf | undefined;
171 justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
172 left?: import("csstype").Property.Left<string | number> | undefined;
173 letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
174 lineBreak?: import("csstype").Property.LineBreak | undefined;
175 lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
176 lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
177 listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
178 listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
179 listStyleType?: import("csstype").Property.ListStyleType | undefined;
180 marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
181 marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
182 marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
183 marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
184 marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
185 marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
186 marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
187 marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
188 marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
189 marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
190 maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
191 maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
192 maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
193 maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
194 maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
195 maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
196 maskClip?: import("csstype").Property.MaskClip | undefined;
197 maskComposite?: import("csstype").Property.MaskComposite | undefined;
198 maskImage?: import("csstype").Property.MaskImage | undefined;
199 maskMode?: import("csstype").Property.MaskMode | undefined;
200 maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
201 maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
202 maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
203 maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
204 maskType?: import("csstype").Property.MaskType | undefined;
205 mathStyle?: import("csstype").Property.MathStyle | undefined;
206 maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
207 maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
208 maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
209 maxLines?: import("csstype").Property.MaxLines | undefined;
210 maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
211 minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
212 minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
213 minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
214 minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
215 mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
216 motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
217 motionPath?: import("csstype").Property.OffsetPath | undefined;
218 motionRotation?: import("csstype").Property.OffsetRotate | undefined;
219 objectFit?: import("csstype").Property.ObjectFit | undefined;
220 objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
221 offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
222 offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
223 offsetPath?: import("csstype").Property.OffsetPath | undefined;
224 offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
225 offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
226 opacity?: import("csstype").Property.Opacity | undefined;
227 order?: import("csstype").Property.Order | undefined;
228 orphans?: import("csstype").Property.Orphans | undefined;
229 outlineColor?: import("csstype").Property.OutlineColor | undefined;
230 outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
231 outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
232 outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
233 overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
234 overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
235 overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
236 overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
237 overflowInline?: import("csstype").Property.OverflowInline | undefined;
238 overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
239 overflowX?: import("csstype").Property.OverflowX | undefined;
240 overflowY?: import("csstype").Property.OverflowY | undefined;
241 overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
242 overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
243 overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
244 overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
245 paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
246 paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
247 paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
248 paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
249 paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
250 paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
251 paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
252 paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
253 paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
254 paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
255 pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
256 pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
257 pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
258 paintOrder?: import("csstype").Property.PaintOrder | undefined;
259 perspective?: import("csstype").Property.Perspective<string | number> | undefined;
260 perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
261 placeContent?: import("csstype").Property.PlaceContent | undefined;
262 pointerEvents?: import("csstype").Property.PointerEvents | undefined;
263 position?: import("csstype").Property.Position | undefined;
264 quotes?: import("csstype").Property.Quotes | undefined;
265 resize?: import("csstype").Property.Resize | undefined;
266 right?: import("csstype").Property.Right<string | number> | undefined;
267 rotate?: import("csstype").Property.Rotate | undefined;
268 rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
269 rubyAlign?: import("csstype").Property.RubyAlign | undefined;
270 rubyMerge?: import("csstype").Property.RubyMerge | undefined;
271 rubyPosition?: import("csstype").Property.RubyPosition | undefined;
272 scale?: import("csstype").Property.Scale | undefined;
273 scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
274 scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
275 scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
276 scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
277 scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
278 scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
279 scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
280 scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
281 scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
282 scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
283 scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
284 scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
285 scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
286 scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
287 scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
288 scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
289 scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
290 scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
291 scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
292 scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
293 scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
294 scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
295 scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
296 scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
297 scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
298 scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
299 scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
300 scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
301 scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
302 scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
303 scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
304 scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
305 scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
306 scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
307 shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
308 shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
309 shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
310 tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
311 tableLayout?: import("csstype").Property.TableLayout | undefined;
312 textAlign?: import("csstype").Property.TextAlign | undefined;
313 textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
314 textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
315 textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
316 textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
317 textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
318 textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
319 textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
320 textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
321 textDecorationWidth?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
322 textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
323 textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
324 textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
325 textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
326 textJustify?: import("csstype").Property.TextJustify | undefined;
327 textOrientation?: import("csstype").Property.TextOrientation | undefined;
328 textOverflow?: import("csstype").Property.TextOverflow | undefined;
329 textRendering?: import("csstype").Property.TextRendering | undefined;
330 textShadow?: import("csstype").Property.TextShadow | undefined;
331 textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
332 textTransform?: import("csstype").Property.TextTransform | undefined;
333 textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
334 textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
335 top?: import("csstype").Property.Top<string | number> | undefined;
336 touchAction?: import("csstype").Property.TouchAction | undefined;
337 transform?: import("csstype").Property.Transform | undefined;
338 transformBox?: import("csstype").Property.TransformBox | undefined;
339 transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
340 transformStyle?: import("csstype").Property.TransformStyle | undefined;
341 transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
342 transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
343 transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
344 transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
345 translate?: import("csstype").Property.Translate<string | number> | undefined;
346 unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
347 userSelect?: import("csstype").Property.UserSelect | undefined;
348 verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
349 visibility?: import("csstype").Property.Visibility | undefined;
350 whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
351 widows?: import("csstype").Property.Widows | undefined;
352 width?: import("csstype").Property.Width<string | number> | undefined;
353 willChange?: import("csstype").Property.WillChange | undefined;
354 wordBreak?: import("csstype").Property.WordBreak | undefined;
355 wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
356 wordWrap?: import("csstype").Property.WordWrap | undefined;
357 writingMode?: import("csstype").Property.WritingMode | undefined;
358 zIndex?: import("csstype").Property.ZIndex | undefined;
359 zoom?: import("csstype").Property.Zoom | undefined;
360 all?: import("csstype").Globals | undefined;
361 animation?: import("csstype").Property.Animation<string & {}> | undefined;
362 background?: import("csstype").Property.Background<string | number> | undefined;
363 backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
364 border?: import("csstype").Property.Border<string | number> | undefined;
365 borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
366 borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
367 borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
368 borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
369 borderColor?: import("csstype").Property.BorderColor | undefined;
370 borderImage?: import("csstype").Property.BorderImage | undefined;
371 borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
372 borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
373 borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
374 borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
375 borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
376 borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
377 borderStyle?: import("csstype").Property.BorderStyle | undefined;
378 borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
379 borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
380 columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
381 columns?: import("csstype").Property.Columns<string | number> | undefined;
382 flex?: import("csstype").Property.Flex<string | number> | undefined;
383 flexFlow?: import("csstype").Property.FlexFlow | undefined;
384 font?: import("csstype").Property.Font | undefined;
385 gap?: import("csstype").Property.Gap<string | number> | undefined;
386 grid?: import("csstype").Property.Grid | undefined;
387 gridArea?: import("csstype").Property.GridArea | undefined;
388 gridColumn?: import("csstype").Property.GridColumn | undefined;
389 gridRow?: import("csstype").Property.GridRow | undefined;
390 gridTemplate?: import("csstype").Property.GridTemplate | undefined;
391 lineClamp?: import("csstype").Property.LineClamp | undefined;
392 listStyle?: import("csstype").Property.ListStyle | undefined;
393 margin?: import("csstype").Property.Margin<string | number> | undefined;
394 mask?: import("csstype").Property.Mask<string | number> | undefined;
395 maskBorder?: import("csstype").Property.MaskBorder | undefined;
396 motion?: import("csstype").Property.Offset<string | number> | undefined;
397 offset?: import("csstype").Property.Offset<string | number> | undefined;
398 outline?: import("csstype").Property.Outline<string | number> | undefined;
399 overflow?: import("csstype").Property.Overflow | undefined;
400 overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
401 padding?: import("csstype").Property.Padding<string | number> | undefined;
402 placeItems?: import("csstype").Property.PlaceItems | undefined;
403 placeSelf?: import("csstype").Property.PlaceSelf | undefined;
404 textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
405 textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
406 transition?: import("csstype").Property.Transition<string & {}> | undefined;
407 MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
408 MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
409 MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
410 MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
411 MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
412 MozAnimationName?: import("csstype").Property.AnimationName | undefined;
413 MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
414 MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
415 MozAppearance?: import("csstype").Property.MozAppearance | undefined;
416 MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
417 MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
418 MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
419 MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
420 MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
421 MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
422 MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
423 MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
424 MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
425 MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
426 MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
427 MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
428 MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
429 MozColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
430 MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
431 MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
432 MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
433 MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
434 MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
435 MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
436 MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
437 MozHyphens?: import("csstype").Property.Hyphens | undefined;
438 MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
439 MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
440 MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
441 MozOrient?: import("csstype").Property.MozOrient | undefined;
442 MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
443 MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
444 MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
445 MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
446 MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
447 MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
448 MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
449 MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
450 MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
451 MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
452 MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
453 MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
454 MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
455 MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
456 MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
457 MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
458 MozUserModify?: import("csstype").Property.MozUserModify | undefined;
459 MozUserSelect?: import("csstype").Property.UserSelect | undefined;
460 MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
461 MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
462 msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
463 msAlignSelf?: import("csstype").Property.AlignSelf | undefined;
464 msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
465 msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
466 msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
467 msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
468 msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
469 msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
470 msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
471 msFilter?: import("csstype").Property.MsFilter | undefined;
472 msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
473 msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
474 msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
475 msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
476 msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
477 msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
478 msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
479 msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
480 msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
481 msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
482 msHyphens?: import("csstype").Property.Hyphens | undefined;
483 msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
484 msJustifySelf?: import("csstype").Property.JustifySelf | undefined;
485 msLineBreak?: import("csstype").Property.LineBreak | undefined;
486 msOrder?: import("csstype").Property.Order | undefined;
487 msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
488 msOverflowX?: import("csstype").Property.OverflowX | undefined;
489 msOverflowY?: import("csstype").Property.OverflowY | undefined;
490 msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
491 msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
492 msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
493 msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
494 msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
495 msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
496 msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
497 msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
498 msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
499 msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
500 msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
501 msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
502 msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
503 msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
504 msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
505 msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
506 msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
507 msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
508 msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
509 msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
510 msTouchAction?: import("csstype").Property.TouchAction | undefined;
511 msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
512 msTransform?: import("csstype").Property.Transform | undefined;
513 msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
514 msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
515 msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
516 msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
517 msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
518 msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
519 msWordBreak?: import("csstype").Property.WordBreak | undefined;
520 msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
521 msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
522 msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
523 msWritingMode?: import("csstype").Property.WritingMode | undefined;
524 WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
525 WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
526 WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
527 WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
528 WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
529 WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
530 WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
531 WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
532 WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
533 WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
534 WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
535 WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
536 WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
537 WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
538 WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
539 WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
540 WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
541 WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
542 WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
543 WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
544 WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
545 WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
546 WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
547 WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
548 WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
549 WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
550 WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
551 WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
552 WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
553 WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
554 WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
555 WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
556 WebkitColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
557 WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
558 WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
559 WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
560 WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
561 WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
562 WebkitFilter?: import("csstype").Property.Filter | undefined;
563 WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
564 WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
565 WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
566 WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
567 WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
568 WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
569 WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
570 WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
571 WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
572 WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
573 WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
574 WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
575 WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
576 WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
577 WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
578 WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
579 WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
580 WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
581 WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
582 WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
583 WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
584 WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
585 WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
586 WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
587 WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
588 WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
589 WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
590 WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
591 WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
592 WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
593 WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
594 WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
595 WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
596 WebkitOrder?: import("csstype").Property.Order | undefined;
597 WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
598 WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
599 WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
600 WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
601 WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
602 WebkitPrintColorAdjust?: import("csstype").Property.ColorAdjust | undefined;
603 WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
604 WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
605 WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
606 WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
607 WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
608 WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
609 WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
610 WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
611 WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
612 WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
613 WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
614 WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
615 WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
616 WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
617 WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
618 WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
619 WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
620 WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
621 WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
622 WebkitTransform?: import("csstype").Property.Transform | undefined;
623 WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
624 WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
625 WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
626 WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
627 WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
628 WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
629 WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
630 WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
631 WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
632 MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
633 MozBorderImage?: import("csstype").Property.BorderImage | undefined;
634 MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
635 MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
636 MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
637 msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
638 msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
639 msFlex?: import("csstype").Property.Flex<string | number> | undefined;
640 msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
641 msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
642 msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
643 msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
644 WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
645 WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
646 WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
647 WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
648 WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
649 WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
650 WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
651 WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
652 WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
653 WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
654 WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
655 WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
656 WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
657 azimuth?: import("csstype").Property.Azimuth | undefined;
658 boxAlign?: import("csstype").Property.BoxAlign | undefined;
659 boxDirection?: import("csstype").Property.BoxDirection | undefined;
660 boxFlex?: import("csstype").Property.BoxFlex | undefined;
661 boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
662 boxLines?: import("csstype").Property.BoxLines | undefined;
663 boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
664 boxOrient?: import("csstype").Property.BoxOrient | undefined;
665 boxPack?: import("csstype").Property.BoxPack | undefined;
666 clip?: import("csstype").Property.Clip | undefined;
667 fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
668 gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
669 gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
670 gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
671 imeMode?: import("csstype").Property.ImeMode | undefined;
672 offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
673 offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
674 offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
675 offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
676 offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
677 offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
678 scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
679 scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
680 scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
681 scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
682 scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
683 scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
684 scrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
685 KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
686 KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
687 KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
688 KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
689 KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
690 KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
691 KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
692 KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
693 KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
694 KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
695 KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
696 MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
697 MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
698 MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
699 MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
700 MozBinding?: import("csstype").Property.MozBinding | undefined;
701 MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
702 MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
703 MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
704 MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
705 MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
706 MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
707 MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
708 MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
709 MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
710 MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
711 MozBoxPack?: import("csstype").Property.BoxPack | undefined;
712 MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
713 MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
714 MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
715 MozOpacity?: import("csstype").Property.Opacity | undefined;
716 MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
717 MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
718 MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
719 MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
720 MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
721 MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
722 MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
723 MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
724 MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
725 MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
726 MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
727 MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
728 MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
729 MozUserInput?: import("csstype").Property.MozUserInput | undefined;
730 msImeMode?: import("csstype").Property.ImeMode | undefined;
731 msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
732 OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
733 OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
734 OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
735 OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
736 OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
737 OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
738 OAnimationName?: import("csstype").Property.AnimationName | undefined;
739 OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
740 OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
741 OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
742 OBorderImage?: import("csstype").Property.BorderImage | undefined;
743 OObjectFit?: import("csstype").Property.ObjectFit | undefined;
744 OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
745 OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
746 OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
747 OTransform?: import("csstype").Property.Transform | undefined;
748 OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
749 OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
750 OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
751 OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
752 OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
753 OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
754 WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
755 WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
756 WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
757 WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
758 WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
759 WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
760 WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
761 WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
762 WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
763 WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
764 alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
765 baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
766 clipRule?: import("csstype").Property.ClipRule | undefined;
767 colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
768 colorRendering?: import("csstype").Property.ColorRendering | undefined;
769 dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
770 fill?: import("csstype").Property.Fill | undefined;
771 fillOpacity?: import("csstype").Property.FillOpacity | undefined;
772 fillRule?: import("csstype").Property.FillRule | undefined;
773 floodColor?: import("csstype").Property.FloodColor | undefined;
774 floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
775 glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
776 lightingColor?: import("csstype").Property.LightingColor | undefined;
777 marker?: import("csstype").Property.Marker | undefined;
778 markerEnd?: import("csstype").Property.MarkerEnd | undefined;
779 markerMid?: import("csstype").Property.MarkerMid | undefined;
780 markerStart?: import("csstype").Property.MarkerStart | undefined;
781 shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
782 stopColor?: import("csstype").Property.StopColor | undefined;
783 stopOpacity?: import("csstype").Property.StopOpacity | undefined;
784 stroke?: import("csstype").Property.Stroke | undefined;
785 strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
786 strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
787 strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
788 strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
789 strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
790 strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
791 strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
792 textAnchor?: import("csstype").Property.TextAnchor | undefined;
793 vectorEffect?: import("csstype").Property.VectorEffect | undefined;
794 };
795 'data-popper-arrow': boolean;
796 };
797 getTooltipProps: (args?: PropsGetterArgs) => {
798 'data-popper-interactive': boolean | undefined;
799 style: {
800 accentColor?: import("csstype").Property.AccentColor | undefined;
801 alignContent?: import("csstype").Property.AlignContent | undefined;
802 alignItems?: import("csstype").Property.AlignItems | undefined;
803 alignSelf?: import("csstype").Property.AlignSelf | undefined;
804 alignTracks?: import("csstype").Property.AlignTracks | undefined;
805 animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
806 animationDirection?: import("csstype").Property.AnimationDirection | undefined;
807 animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
808 animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
809 animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
810 animationName?: import("csstype").Property.AnimationName | undefined;
811 animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
812 animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
813 appearance?: import("csstype").Property.Appearance | undefined;
814 aspectRatio?: import("csstype").Property.AspectRatio | undefined;
815 backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
816 backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
817 backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
818 backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
819 backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
820 backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
821 backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
822 backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
823 backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
824 backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
825 backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
826 backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
827 blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
828 blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
829 borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
830 borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
831 borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
832 borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
833 borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
834 borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
835 borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
836 borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
837 borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
838 borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
839 borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
840 borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
841 borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
842 borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
843 borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
844 borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
845 borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
846 borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
847 borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
848 borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
849 borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
850 borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
851 borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
852 borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
853 borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
854 borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
855 borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
856 borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
857 borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
858 borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
859 borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
860 borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
861 borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
862 borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
863 borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
864 borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
865 borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
866 borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
867 borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
868 borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
869 borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
870 borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
871 borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
872 borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
873 borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
874 bottom?: import("csstype").Property.Bottom<string | number> | undefined;
875 boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
876 boxShadow?: import("csstype").Property.BoxShadow | undefined;
877 boxSizing?: import("csstype").Property.BoxSizing | undefined;
878 breakAfter?: import("csstype").Property.BreakAfter | undefined;
879 breakBefore?: import("csstype").Property.BreakBefore | undefined;
880 breakInside?: import("csstype").Property.BreakInside | undefined;
881 captionSide?: import("csstype").Property.CaptionSide | undefined;
882 caretColor?: import("csstype").Property.CaretColor | undefined;
883 clear?: import("csstype").Property.Clear | undefined;
884 clipPath?: import("csstype").Property.ClipPath | undefined;
885 color?: import("csstype").Property.Color | undefined;
886 colorAdjust?: import("csstype").Property.ColorAdjust | undefined;
887 colorScheme?: import("csstype").Property.ColorScheme | undefined;
888 columnCount?: import("csstype").Property.ColumnCount | undefined;
889 columnFill?: import("csstype").Property.ColumnFill | undefined;
890 columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
891 columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
892 columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
893 columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
894 columnSpan?: import("csstype").Property.ColumnSpan | undefined;
895 columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
896 contain?: import("csstype").Property.Contain | undefined;
897 content?: import("csstype").Property.Content | undefined;
898 contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
899 counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
900 counterReset?: import("csstype").Property.CounterReset | undefined;
901 counterSet?: import("csstype").Property.CounterSet | undefined;
902 cursor?: import("csstype").Property.Cursor | undefined;
903 direction?: import("csstype").Property.Direction | undefined;
904 display?: import("csstype").Property.Display | undefined;
905 emptyCells?: import("csstype").Property.EmptyCells | undefined;
906 filter?: import("csstype").Property.Filter | undefined;
907 flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
908 flexDirection?: import("csstype").Property.FlexDirection | undefined;
909 flexGrow?: import("csstype").Property.FlexGrow | undefined;
910 flexShrink?: import("csstype").Property.FlexShrink | undefined;
911 flexWrap?: import("csstype").Property.FlexWrap | undefined;
912 float?: import("csstype").Property.Float | undefined;
913 fontFamily?: import("csstype").Property.FontFamily | undefined;
914 fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
915 fontKerning?: import("csstype").Property.FontKerning | undefined;
916 fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
917 fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
918 fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
919 fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
920 fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
921 fontStretch?: import("csstype").Property.FontStretch | undefined;
922 fontStyle?: import("csstype").Property.FontStyle | undefined;
923 fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
924 fontVariant?: import("csstype").Property.FontVariant | undefined;
925 fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
926 fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
927 fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
928 fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
929 fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
930 fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
931 fontWeight?: import("csstype").Property.FontWeight | undefined;
932 forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
933 gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
934 gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
935 gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
936 gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
937 gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
938 gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
939 gridRowStart?: import("csstype").Property.GridRowStart | undefined;
940 gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
941 gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
942 gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
943 hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
944 height?: import("csstype").Property.Height<string | number> | undefined;
945 hyphens?: import("csstype").Property.Hyphens | undefined;
946 imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
947 imageRendering?: import("csstype").Property.ImageRendering | undefined;
948 imageResolution?: import("csstype").Property.ImageResolution | undefined;
949 initialLetter?: import("csstype").Property.InitialLetter | undefined;
950 inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
951 inset?: import("csstype").Property.Inset<string | number> | undefined;
952 insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
953 insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
954 insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
955 insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
956 insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
957 insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
958 isolation?: import("csstype").Property.Isolation | undefined;
959 justifyContent?: import("csstype").Property.JustifyContent | undefined;
960 justifyItems?: import("csstype").Property.JustifyItems | undefined;
961 justifySelf?: import("csstype").Property.JustifySelf | undefined;
962 justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
963 left?: import("csstype").Property.Left<string | number> | undefined;
964 letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
965 lineBreak?: import("csstype").Property.LineBreak | undefined;
966 lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
967 lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
968 listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
969 listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
970 listStyleType?: import("csstype").Property.ListStyleType | undefined;
971 marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
972 marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
973 marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
974 marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
975 marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
976 marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
977 marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
978 marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
979 marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
980 marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
981 maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
982 maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
983 maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
984 maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
985 maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
986 maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
987 maskClip?: import("csstype").Property.MaskClip | undefined;
988 maskComposite?: import("csstype").Property.MaskComposite | undefined;
989 maskImage?: import("csstype").Property.MaskImage | undefined;
990 maskMode?: import("csstype").Property.MaskMode | undefined;
991 maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
992 maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
993 maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
994 maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
995 maskType?: import("csstype").Property.MaskType | undefined;
996 mathStyle?: import("csstype").Property.MathStyle | undefined;
997 maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
998 maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
999 maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1000 maxLines?: import("csstype").Property.MaxLines | undefined;
1001 maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
1002 minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
1003 minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
1004 minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
1005 minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
1006 mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
1007 motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1008 motionPath?: import("csstype").Property.OffsetPath | undefined;
1009 motionRotation?: import("csstype").Property.OffsetRotate | undefined;
1010 objectFit?: import("csstype").Property.ObjectFit | undefined;
1011 objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1012 offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
1013 offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1014 offsetPath?: import("csstype").Property.OffsetPath | undefined;
1015 offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
1016 offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
1017 opacity?: import("csstype").Property.Opacity | undefined;
1018 order?: import("csstype").Property.Order | undefined;
1019 orphans?: import("csstype").Property.Orphans | undefined;
1020 outlineColor?: import("csstype").Property.OutlineColor | undefined;
1021 outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
1022 outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1023 outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1024 overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
1025 overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
1026 overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
1027 overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
1028 overflowInline?: import("csstype").Property.OverflowInline | undefined;
1029 overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
1030 overflowX?: import("csstype").Property.OverflowX | undefined;
1031 overflowY?: import("csstype").Property.OverflowY | undefined;
1032 overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
1033 overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
1034 overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
1035 overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
1036 paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1037 paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1038 paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1039 paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
1040 paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
1041 paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1042 paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1043 paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
1044 paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
1045 paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
1046 pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
1047 pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
1048 pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
1049 paintOrder?: import("csstype").Property.PaintOrder | undefined;
1050 perspective?: import("csstype").Property.Perspective<string | number> | undefined;
1051 perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1052 placeContent?: import("csstype").Property.PlaceContent | undefined;
1053 pointerEvents?: import("csstype").Property.PointerEvents | undefined;
1054 position?: import("csstype").Property.Position | undefined;
1055 quotes?: import("csstype").Property.Quotes | undefined;
1056 resize?: import("csstype").Property.Resize | undefined;
1057 right?: import("csstype").Property.Right<string | number> | undefined;
1058 rotate?: import("csstype").Property.Rotate | undefined;
1059 rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
1060 rubyAlign?: import("csstype").Property.RubyAlign | undefined;
1061 rubyMerge?: import("csstype").Property.RubyMerge | undefined;
1062 rubyPosition?: import("csstype").Property.RubyPosition | undefined;
1063 scale?: import("csstype").Property.Scale | undefined;
1064 scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
1065 scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1066 scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
1067 scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
1068 scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
1069 scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1070 scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
1071 scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
1072 scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
1073 scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1074 scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1075 scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1076 scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
1077 scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
1078 scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
1079 scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
1080 scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
1081 scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
1082 scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
1083 scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
1084 scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
1085 scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
1086 scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
1087 scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
1088 scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1089 scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1090 scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1091 scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1092 scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1093 scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
1094 scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
1095 scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
1096 scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
1097 scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
1098 shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
1099 shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1100 shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
1101 tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1102 tableLayout?: import("csstype").Property.TableLayout | undefined;
1103 textAlign?: import("csstype").Property.TextAlign | undefined;
1104 textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1105 textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
1106 textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1107 textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1108 textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
1109 textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
1110 textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1111 textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
1112 textDecorationWidth?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
1113 textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
1114 textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
1115 textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
1116 textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
1117 textJustify?: import("csstype").Property.TextJustify | undefined;
1118 textOrientation?: import("csstype").Property.TextOrientation | undefined;
1119 textOverflow?: import("csstype").Property.TextOverflow | undefined;
1120 textRendering?: import("csstype").Property.TextRendering | undefined;
1121 textShadow?: import("csstype").Property.TextShadow | undefined;
1122 textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1123 textTransform?: import("csstype").Property.TextTransform | undefined;
1124 textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
1125 textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1126 top?: import("csstype").Property.Top<string | number> | undefined;
1127 touchAction?: import("csstype").Property.TouchAction | undefined;
1128 transform?: import("csstype").Property.Transform | undefined;
1129 transformBox?: import("csstype").Property.TransformBox | undefined;
1130 transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1131 transformStyle?: import("csstype").Property.TransformStyle | undefined;
1132 transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1133 transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1134 transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1135 transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1136 translate?: import("csstype").Property.Translate<string | number> | undefined;
1137 unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
1138 userSelect?: import("csstype").Property.UserSelect | undefined;
1139 verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1140 visibility?: import("csstype").Property.Visibility | undefined;
1141 whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
1142 widows?: import("csstype").Property.Widows | undefined;
1143 width?: import("csstype").Property.Width<string | number> | undefined;
1144 willChange?: import("csstype").Property.WillChange | undefined;
1145 wordBreak?: import("csstype").Property.WordBreak | undefined;
1146 wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
1147 wordWrap?: import("csstype").Property.WordWrap | undefined;
1148 writingMode?: import("csstype").Property.WritingMode | undefined;
1149 zIndex?: import("csstype").Property.ZIndex | undefined;
1150 zoom?: import("csstype").Property.Zoom | undefined;
1151 all?: import("csstype").Globals | undefined;
1152 animation?: import("csstype").Property.Animation<string & {}> | undefined;
1153 background?: import("csstype").Property.Background<string | number> | undefined;
1154 backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
1155 border?: import("csstype").Property.Border<string | number> | undefined;
1156 borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
1157 borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1158 borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1159 borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
1160 borderColor?: import("csstype").Property.BorderColor | undefined;
1161 borderImage?: import("csstype").Property.BorderImage | undefined;
1162 borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
1163 borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1164 borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1165 borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
1166 borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1167 borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
1168 borderStyle?: import("csstype").Property.BorderStyle | undefined;
1169 borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
1170 borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
1171 columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1172 columns?: import("csstype").Property.Columns<string | number> | undefined;
1173 flex?: import("csstype").Property.Flex<string | number> | undefined;
1174 flexFlow?: import("csstype").Property.FlexFlow | undefined;
1175 font?: import("csstype").Property.Font | undefined;
1176 gap?: import("csstype").Property.Gap<string | number> | undefined;
1177 grid?: import("csstype").Property.Grid | undefined;
1178 gridArea?: import("csstype").Property.GridArea | undefined;
1179 gridColumn?: import("csstype").Property.GridColumn | undefined;
1180 gridRow?: import("csstype").Property.GridRow | undefined;
1181 gridTemplate?: import("csstype").Property.GridTemplate | undefined;
1182 lineClamp?: import("csstype").Property.LineClamp | undefined;
1183 listStyle?: import("csstype").Property.ListStyle | undefined;
1184 margin?: import("csstype").Property.Margin<string | number> | undefined;
1185 mask?: import("csstype").Property.Mask<string | number> | undefined;
1186 maskBorder?: import("csstype").Property.MaskBorder | undefined;
1187 motion?: import("csstype").Property.Offset<string | number> | undefined;
1188 offset?: import("csstype").Property.Offset<string | number> | undefined;
1189 outline?: import("csstype").Property.Outline<string | number> | undefined;
1190 overflow?: import("csstype").Property.Overflow | undefined;
1191 overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
1192 padding?: import("csstype").Property.Padding<string | number> | undefined;
1193 placeItems?: import("csstype").Property.PlaceItems | undefined;
1194 placeSelf?: import("csstype").Property.PlaceSelf | undefined;
1195 textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
1196 textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1197 transition?: import("csstype").Property.Transition<string & {}> | undefined;
1198 MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1199 MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1200 MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1201 MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1202 MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1203 MozAnimationName?: import("csstype").Property.AnimationName | undefined;
1204 MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1205 MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1206 MozAppearance?: import("csstype").Property.MozAppearance | undefined;
1207 MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1208 MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
1209 MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1210 MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1211 MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1212 MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
1213 MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
1214 MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1215 MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1216 MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
1217 MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1218 MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
1219 MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
1220 MozColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
1221 MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1222 MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1223 MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1224 MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1225 MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
1226 MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1227 MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1228 MozHyphens?: import("csstype").Property.Hyphens | undefined;
1229 MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
1230 MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1231 MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1232 MozOrient?: import("csstype").Property.MozOrient | undefined;
1233 MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
1234 MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1235 MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1236 MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1237 MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1238 MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
1239 MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1240 MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
1241 MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1242 MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1243 MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1244 MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1245 MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1246 MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1247 MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1248 MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
1249 MozUserModify?: import("csstype").Property.MozUserModify | undefined;
1250 MozUserSelect?: import("csstype").Property.UserSelect | undefined;
1251 MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
1252 MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
1253 msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
1254 msAlignSelf?: import("csstype").Property.AlignSelf | undefined;
1255 msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
1256 msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
1257 msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
1258 msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
1259 msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
1260 msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
1261 msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
1262 msFilter?: import("csstype").Property.MsFilter | undefined;
1263 msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
1264 msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
1265 msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
1266 msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
1267 msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
1268 msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
1269 msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
1270 msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
1271 msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
1272 msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
1273 msHyphens?: import("csstype").Property.Hyphens | undefined;
1274 msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
1275 msJustifySelf?: import("csstype").Property.JustifySelf | undefined;
1276 msLineBreak?: import("csstype").Property.LineBreak | undefined;
1277 msOrder?: import("csstype").Property.Order | undefined;
1278 msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
1279 msOverflowX?: import("csstype").Property.OverflowX | undefined;
1280 msOverflowY?: import("csstype").Property.OverflowY | undefined;
1281 msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
1282 msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
1283 msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
1284 msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
1285 msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
1286 msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
1287 msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
1288 msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
1289 msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
1290 msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
1291 msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
1292 msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
1293 msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
1294 msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
1295 msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
1296 msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
1297 msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
1298 msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
1299 msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
1300 msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
1301 msTouchAction?: import("csstype").Property.TouchAction | undefined;
1302 msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
1303 msTransform?: import("csstype").Property.Transform | undefined;
1304 msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1305 msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1306 msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1307 msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1308 msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1309 msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
1310 msWordBreak?: import("csstype").Property.WordBreak | undefined;
1311 msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
1312 msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
1313 msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
1314 msWritingMode?: import("csstype").Property.WritingMode | undefined;
1315 WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
1316 WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
1317 WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
1318 WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1319 WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1320 WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1321 WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1322 WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1323 WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
1324 WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1325 WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1326 WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
1327 WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
1328 WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1329 WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1330 WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1331 WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1332 WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
1333 WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
1334 WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
1335 WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1336 WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1337 WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
1338 WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1339 WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1340 WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
1341 WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
1342 WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1343 WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1344 WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
1345 WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
1346 WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
1347 WebkitColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
1348 WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1349 WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1350 WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1351 WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
1352 WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1353 WebkitFilter?: import("csstype").Property.Filter | undefined;
1354 WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1355 WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
1356 WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
1357 WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
1358 WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
1359 WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1360 WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
1361 WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
1362 WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1363 WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
1364 WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
1365 WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
1366 WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
1367 WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1368 WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1369 WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
1370 WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1371 WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
1372 WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
1373 WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
1374 WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1375 WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
1376 WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
1377 WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
1378 WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
1379 WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
1380 WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
1381 WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
1382 WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
1383 WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
1384 WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
1385 WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
1386 WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1387 WebkitOrder?: import("csstype").Property.Order | undefined;
1388 WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
1389 WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1390 WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1391 WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1392 WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1393 WebkitPrintColorAdjust?: import("csstype").Property.ColorAdjust | undefined;
1394 WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
1395 WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
1396 WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1397 WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
1398 WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
1399 WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1400 WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1401 WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
1402 WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1403 WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
1404 WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
1405 WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
1406 WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
1407 WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
1408 WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1409 WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
1410 WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
1411 WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1412 WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
1413 WebkitTransform?: import("csstype").Property.Transform | undefined;
1414 WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1415 WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1416 WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1417 WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1418 WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1419 WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1420 WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
1421 WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
1422 WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
1423 MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1424 MozBorderImage?: import("csstype").Property.BorderImage | undefined;
1425 MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1426 MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
1427 MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1428 msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
1429 msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
1430 msFlex?: import("csstype").Property.Flex<string | number> | undefined;
1431 msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
1432 msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
1433 msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
1434 msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1435 WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1436 WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
1437 WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
1438 WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1439 WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1440 WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
1441 WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
1442 WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
1443 WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
1444 WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
1445 WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1446 WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
1447 WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1448 azimuth?: import("csstype").Property.Azimuth | undefined;
1449 boxAlign?: import("csstype").Property.BoxAlign | undefined;
1450 boxDirection?: import("csstype").Property.BoxDirection | undefined;
1451 boxFlex?: import("csstype").Property.BoxFlex | undefined;
1452 boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1453 boxLines?: import("csstype").Property.BoxLines | undefined;
1454 boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1455 boxOrient?: import("csstype").Property.BoxOrient | undefined;
1456 boxPack?: import("csstype").Property.BoxPack | undefined;
1457 clip?: import("csstype").Property.Clip | undefined;
1458 fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
1459 gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
1460 gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
1461 gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
1462 imeMode?: import("csstype").Property.ImeMode | undefined;
1463 offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1464 offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1465 offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1466 offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1467 offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1468 offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1469 scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
1470 scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
1471 scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
1472 scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
1473 scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
1474 scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
1475 scrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
1476 KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1477 KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1478 KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1479 KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1480 KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
1481 KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1482 KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1483 KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
1484 KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
1485 KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
1486 KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
1487 MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1488 MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
1489 MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1490 MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1491 MozBinding?: import("csstype").Property.MozBinding | undefined;
1492 MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1493 MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1494 MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1495 MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1496 MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1497 MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1498 MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1499 MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1500 MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1501 MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1502 MozBoxPack?: import("csstype").Property.BoxPack | undefined;
1503 MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1504 MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
1505 MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
1506 MozOpacity?: import("csstype").Property.Opacity | undefined;
1507 MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
1508 MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
1509 MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
1510 MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
1511 MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
1512 MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
1513 MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
1514 MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1515 MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1516 MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1517 MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1518 MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1519 MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1520 MozUserInput?: import("csstype").Property.MozUserInput | undefined;
1521 msImeMode?: import("csstype").Property.ImeMode | undefined;
1522 msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
1523 OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1524 OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1525 OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1526 OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1527 OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1528 OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1529 OAnimationName?: import("csstype").Property.AnimationName | undefined;
1530 OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1531 OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1532 OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1533 OBorderImage?: import("csstype").Property.BorderImage | undefined;
1534 OObjectFit?: import("csstype").Property.ObjectFit | undefined;
1535 OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1536 OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1537 OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
1538 OTransform?: import("csstype").Property.Transform | undefined;
1539 OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1540 OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1541 OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1542 OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1543 OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1544 OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1545 WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1546 WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1547 WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1548 WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1549 WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
1550 WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1551 WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1552 WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
1553 WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
1554 WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
1555 alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
1556 baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
1557 clipRule?: import("csstype").Property.ClipRule | undefined;
1558 colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
1559 colorRendering?: import("csstype").Property.ColorRendering | undefined;
1560 dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
1561 fill?: import("csstype").Property.Fill | undefined;
1562 fillOpacity?: import("csstype").Property.FillOpacity | undefined;
1563 fillRule?: import("csstype").Property.FillRule | undefined;
1564 floodColor?: import("csstype").Property.FloodColor | undefined;
1565 floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
1566 glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
1567 lightingColor?: import("csstype").Property.LightingColor | undefined;
1568 marker?: import("csstype").Property.Marker | undefined;
1569 markerEnd?: import("csstype").Property.MarkerEnd | undefined;
1570 markerMid?: import("csstype").Property.MarkerMid | undefined;
1571 markerStart?: import("csstype").Property.MarkerStart | undefined;
1572 shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
1573 stopColor?: import("csstype").Property.StopColor | undefined;
1574 stopOpacity?: import("csstype").Property.StopOpacity | undefined;
1575 stroke?: import("csstype").Property.Stroke | undefined;
1576 strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
1577 strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
1578 strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
1579 strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
1580 strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
1581 strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
1582 strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
1583 textAnchor?: import("csstype").Property.TextAnchor | undefined;
1584 vectorEffect?: import("csstype").Property.VectorEffect | undefined;
1585 };
1586 };
1587 setTooltipRef: React.Dispatch<React.SetStateAction<HTMLElement | null>>;
1588 setTriggerRef: React.Dispatch<React.SetStateAction<HTMLElement | null>>;
1589 tooltipRef: HTMLElement | null;
1590 triggerRef: HTMLElement | null;
1591 visible: boolean;
1592};