@axa-fr/canopee-react 1.3.1-alpha.2 → 1.3.1-alpha.20

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