resetSelectStyles() function

resetSelectStyles() function

Signature

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

Import

import { resetSelectStyles } from '@grafana/ui';

Parameters

ParameterTypeDescription
themeGrafanaTheme2

Returns:

{ clearIndicator: () => {}; container: () => {}; control: () => {}; dropdownIndicator: () => {}; group: () => {}; groupHeading: () => {}; indicatorsContainer: () => {}; indicatorSeparator: () => {}; input: (originalStyles: CSSObjectWithLabel) => { color: string; margin: number; padding: number; zIndex: number; accentColor?: import("csstype").Property.AccentColor | (import("csstype").Property.AccentColor | undefined)[] | import("csstype").Property.AccentColor[] | undefined; alignContent?: import("csstype").Property.AlignContent | (import("csstype").Property.AlignContent | undefined)[] | import("csstype").Property.AlignContent[] | undefined; alignItems?: import("csstype").Property.AlignItems | (import("csstype").Property.AlignItems | undefined)[] | import("csstype").Property.AlignItems[] | undefined; alignSelf?: import("csstype").Property.AlignSelf | (import("csstype").Property.AlignSelf | undefined)[] | import("csstype").Property.AlignSelf[] | undefined; alignTracks?: import("csstype").Property.AlignTracks | (import("csstype").Property.AlignTracks | undefined)[] | import("csstype").Property.AlignTracks[] | undefined; animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | (import("csstype").Property.AnimationDelay<string & {}> | undefined)[] | import("csstype").Property.AnimationDelay<string & {}>[] | undefined; animationDirection?: import("csstype").Property.AnimationDirection | (import("csstype").Property.AnimationDirection | undefined)[] | import("csstype").Property.AnimationDirection[] | undefined; animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | (import("csstype").Property.AnimationDuration<string & {}> | undefined)[] | import("csstype").Property.AnimationDuration<string & {}>[] | undefined; animationFillMode?: import("csstype").Property.AnimationFillMode | (import("csstype").Property.AnimationFillMode | undefined)[] | import("csstype").Property.AnimationFillMode[] | undefined; animationIterationCount?: import("csstype").Property.AnimationIterationCount | (import("csstype").Property.AnimationIterationCount | undefined)[] | ((string & {}) | import("csstype").Globals | "infinite")[] | undefined; animationName?: import("csstype").Property.AnimationName | (import("csstype").Property.AnimationName | undefined)[] | import("csstype").Property.AnimationName[] | undefined; animationPlayState?: import("csstype").Property.AnimationPlayState | (import("csstype").Property.AnimationPlayState | undefined)[] | import("csstype").Property.AnimationPlayState[] | undefined; animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | (import("csstype").Property.AnimationTimingFunction | undefined)[] | import("csstype").Property.AnimationTimingFunction[] | undefined; appearance?: import("csstype").Property.Appearance | (import("csstype").Property.Appearance | undefined)[] | import("csstype").Property.Appearance[] | undefined; aspectRatio?: import("csstype").Property.AspectRatio | (import("csstype").Property.AspectRatio | undefined)[] | import("csstype").Property.AspectRatio[] | undefined; backdropFilter?: import("csstype").Property.BackdropFilter | (import("csstype").Property.BackdropFilter | undefined)[] | import("csstype").Property.BackdropFilter[] | undefined; backfaceVisibility?: import("csstype").Property.BackfaceVisibility | (import("csstype").Property.BackfaceVisibility | undefined)[] | import("csstype").Property.BackfaceVisibility[] | undefined; backgroundAttachment?: import("csstype").Property.BackgroundAttachment | (import("csstype").Property.BackgroundAttachment | undefined)[] | import("csstype").Property.BackgroundAttachment[] | undefined; backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | (import("csstype").Property.BackgroundBlendMode | undefined)[] | import("csstype").Property.BackgroundBlendMode[] | undefined; backgroundClip?: import("csstype").Property.BackgroundClip | (import("csstype").Property.BackgroundClip | undefined)[] | import("csstype").Property.BackgroundClip[] | undefined; backgroundColor?: import("csstype").Property.BackgroundColor | (import("csstype").Property.BackgroundColor | undefined)[] | import("csstype").Property.BackgroundColor[] | undefined; backgroundImage?: import("csstype").Property.BackgroundImage | (import("csstype").Property.BackgroundImage | undefined)[] | import("csstype").Property.BackgroundImage[] | undefined; backgroundOrigin?: import("csstype").Property.BackgroundOrigin | (import("csstype").Property.BackgroundOrigin | undefined)[] | import("csstype").Property.BackgroundOrigin[] | undefined; backgroundPositionX?: (string | (string & {}))[] | import("csstype").Property.BackgroundPositionX<string | number> | (import("csstype").Property.BackgroundPositionX<string | number> | undefined)[] | undefined; backgroundPositionY?: (string | (string & {}))[] | import("csstype").Property.BackgroundPositionY<string | number> | (import("csstype").Property.BackgroundPositionY<string | number> | undefined)[] | undefined; backgroundRepeat?: import("csstype").Property.BackgroundRepeat | (import("csstype").Property.BackgroundRepeat | undefined)[] | import("csstype").Property.BackgroundRepeat[] | undefined; backgroundSize?: (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | (import("csstype").Property.BackgroundSize<string | number> | undefined)[] | undefined; blockOverflow?: import("csstype").Property.BlockOverflow | (import("csstype").Property.BlockOverflow | undefined)[] | import("csstype").Property.BlockOverflow[] | undefined; blockSize?: (string | (string & {}))[] | import("csstype").Property.BlockSize<string | number> | (import("csstype").Property.BlockSize<string | number> | undefined)[] | undefined; borderBlockColor?: import("csstype").Property.BorderBlockColor | (import("csstype").Property.BorderBlockColor | undefined)[] | import("csstype").Property.BorderBlockColor[] | undefined; borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | (import("csstype").Property.BorderBlockEndColor | undefined)[] | import("csstype").Property.BorderBlockEndColor[] | undefined; borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | (import("csstype").Property.BorderBlockEndStyle | undefined)[] | import("csstype").Property.BorderBlockEndStyle[] | undefined; borderBlockEndWidth?: string[] | import("csstype").Property.BorderBlockEndWidth<string | number> | (import("csstype").Property.BorderBlockEndWidth<string | number> | undefined)[] | undefined; borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | (import("csstype").Property.BorderBlockStartColor | undefined)[] | import("csstype").Property.BorderBlockStartColor[] | undefined; borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | (import("csstype").Property.BorderBlockStartStyle | undefined)[] | import("csstype").Property.BorderBlockStartStyle[] | undefined; borderBlockStartWidth?: string[] | import("csstype").Property.BorderBlockStartWidth<string | number> | (import("csstype").Property.BorderBlockStartWidth<string | number> | undefined)[] | undefined; borderBlockStyle?: import("csstype").Property.BorderBlockStyle | (import("csstype").Property.BorderBlockStyle | undefined)[] | import("csstype").Property.BorderBlockStyle[] | undefined; borderBlockWidth?: string[] | import("csstype").Property.BorderBlockWidth<string | number> | (import("csstype").Property.BorderBlockWidth<string | number> | undefined)[] | undefined; borderBottomColor?: import("csstype").Property.BorderBottomColor | (import("csstype").Property.BorderBottomColor | undefined)[] | import("csstype").Property.BorderBottomColor[] | undefined; borderBottomLeftRadius?: (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | (import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined)[] | undefined; borderBottomRightRadius?: (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | (import("csstype").Property.BorderBottomRightRadius<string | number> | undefined)[] | undefined; borderBottomStyle?: import("csstype").Property.BorderBottomStyle | (import("csstype").Property.BorderBottomStyle | undefined)[] | import("csstype").Property.BorderBottomStyle[] | undefined; borderBottomWidth?: string[] | import("csstype").Property.BorderBottomWidth<string | number> | (import("csstype").Property.BorderBottomWidth<string | number> | undefined)[] | undefined; borderCollapse?: import("csstype").Property.BorderCollapse | (import("csstype").Property.BorderCollapse | undefined)[] | import("csstype").Property.BorderCollapse[] | undefined; borderEndEndRadius?: (string | (string & {}))[] | import("csstype").Property.BorderEndEndRadius<string | number> | (import("csstype").Property.BorderEndEndRadius<string | number> | undefined)[] | undefined; borderEndStartRadius?: (string | (string & {}))[] | import("csstype").Property.BorderEndStartRadius<string | number> | (import("csstype").Property.BorderEndStartRadius<string | number> | undefined)[] | undefined; borderImageOutset?: (string | (string & {}))[] | import("csstype").Property.BorderImageOutset<string | number> | (import("csstype").Property.BorderImageOutset<string | number> | undefined)[] | undefined; borderImageRepeat?: import("csstype").Property.BorderImageRepeat | (import("csstype").Property.BorderImageRepeat | undefined)[] | import("csstype").Property.BorderImageRepeat[] | undefined; borderImageSlice?: import("csstype").Property.BorderImageSlice | (import("csstype").Property.BorderImageSlice | undefined)[] | ((string & {}) | import("csstype").Globals)[] | undefined; borderImageSource?: import("csstype").Property.BorderImageSource | (import("csstype").Property.BorderImageSource | undefined)[] | import("csstype").Property.BorderImageSource[] | undefined; borderImageWidth?: (string | (string & {}))[] | import("csstype").Property.BorderImageWidth<string | number> | (import("csstype").Property.BorderImageWidth<string | number> | undefined)[] | undefined; borderInlineColor?: import("csstype").Property.BorderInlineColor | (import("csstype").Property.BorderInlineColor | undefined)[] | import("csstype").Property.BorderInlineColor[] | undefined; borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | (import("csstype").Property.BorderInlineEndColor | undefined)[] | import("csstype").Property.BorderInlineEndColor[] | undefined; borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | (import("csstype").Property.BorderInlineEndStyle | undefined)[] | import("csstype").Property.BorderInlineEndStyle[] | undefined; borderInlineEndWidth?: string[] | import("csstype").Property.BorderInlineEndWidth<string | number> | (import("csstype").Property.BorderInlineEndWidth<string | number> | undefined)[] | undefined; borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | (import("csstype").Property.BorderInlineStartColor | undefined)[] | import("csstype").Property.BorderInlineStartColor[] | undefined; borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | (import("csstype").Property.BorderInlineStartStyle | undefined)[] | import("csstype").Property.BorderInlineStartStyle[] | undefined; borderInlineStartWidth?: string[] | import("csstype").Property.BorderInlineStartWidth<string | number> | (import("csstype").Property.BorderInlineStartWidth<string | number> | undefined)[] | undefined; borderInlineStyle?: import("csstype").Property.BorderInlineStyle | (import("csstype").Property.BorderInlineStyle | undefined)[] | import("csstype").Property.BorderInlineStyle[] | undefined; borderInlineWidth?: string[] | import("csstype").Property.BorderInlineWidth<string | number> | (import("csstype").Property.BorderInlineWidth<string | number> | undefined)[] | undefined; borderLeftColor?: import("csstype").Property.BorderLeftColor | (import("csstype").Property.BorderLeftColor | undefined)[] | import("csstype").Property.BorderLeftColor[] | undefined; borderLeftStyle?: import("csstype").Property.BorderLeftStyle | (import("csstype").Property.BorderLeftStyle | undefined)[] | import("csstype").Property.BorderLeftStyle[] | undefined; borderLeftWidth?: string[] | import("csstype").Property.BorderLeftWidth<string | number> | (import("csstype").Property.BorderLeftWidth<string | number> | undefined)[] | undefined; borderRightColor?: import("csstype").Property.BorderRightColor | (import("csstype").Property.BorderRightColor | undefined)[] | import("csstype").Property.BorderRightColor[] | undefined; borderRightStyle?: import("csstype").Property.BorderRightStyle | (import("csstype").Property.BorderRightStyle | undefined)[] | import("csstype").Property.BorderRightStyle[] | undefined; borderRightWidth?: string[] | import("csstype").Property.BorderRightWidth<string | number> | (import("csstype").Property.BorderRightWidth<string | number> | undefined)[] | undefined; borderSpacing?: (string | (string & {}))[] | import("csstype").Property.BorderSpacing<string | number> | (import("csstype").Property.BorderSpacing<string | number> | undefined)[] | undefined; borderStartEndRadius?: (string | (string & {}))[] | import("csstype").Property.BorderStartEndRadius<string | number> | (import("csstype").Property.BorderStartEndRadius<string | number> | undefined)[] | undefined; borderStartStartRadius?: (string | (string & {}))[] | import("csstype").Property.BorderStartStartRadius<string | number> | (import("csstype").Property.BorderStartStartRadius<string | number> | undefined)[] | undefined; borderTopColor?: import("csstype").Property.BorderTopColor | (import("csstype").Property.BorderTopColor | undefined)[] | import("csstype").Property.BorderTopColor[] | undefined; borderTopLeftRadius?: (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | (import("csstype").Property.BorderTopLeftRadius<string | number> | undefined)[] | undefined; borderTopRightRadius?: (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | (import("csstype").Property.BorderTopRightRadius<string | number> | undefined)[] | undefined; borderTopStyle?: import("csstype").Property.BorderTopStyle | (import("csstype").Property.BorderTopStyle | undefined)[] | import("csstype").Property.BorderTopStyle[] | undefined; borderTopWidth?: string[] | import("csstype").Property.BorderTopWidth<string | number> | (import("csstype").Property.BorderTopWidth<string | number> | undefined)[] | undefined; bottom?: (string | (string & {}))[] | import("csstype").Property.Bottom<string | number> | (import("csstype").Property.Bottom<string | number> | undefined)[] | undefined; boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | (import("csstype").Property.BoxDecorationBreak | undefined)[] | import("csstype").Property.BoxDecorationBreak[] | undefined; boxShadow?: import("csstype").Property.BoxShadow | (import("csstype").Property.BoxShadow | undefined)[] | import("csstype").Property.BoxShadow[] | undefined; boxSizing?: import("csstype").Property.BoxSizing | (import("csstype").Property.BoxSizing | undefined)[] | import("csstype").Property.BoxSizing[] | undefined; breakAfter?: import("csstype").Property.BreakAfter | (import("csstype").Property.BreakAfter | undefined)[] | import("csstype").Property.BreakAfter[] | undefined; breakBefore?: import("csstype").Property.BreakBefore | (import("csstype").Property.BreakBefore | undefined)[] | import("csstype").Property.BreakBefore[] | undefined; breakInside?: import("csstype").Property.BreakInside | (import("csstype").Property.BreakInside | undefined)[] | import("csstype").Property.BreakInside[] | undefined; captionSide?: import("csstype").Property.CaptionSide | (import("csstype").Property.CaptionSide | undefined)[] | import("csstype").Property.CaptionSide[] | undefined; caretColor?: import("csstype").Property.CaretColor | (import("csstype").Property.CaretColor | undefined)[] | import("csstype").Property.CaretColor[] | undefined; clear?: import("csstype").Property.Clear | (import("csstype").Property.Clear | undefined)[] | import("csstype").Property.Clear[] | undefined; clipPath?: import("csstype").Property.ClipPath | (import("csstype").Property.ClipPath | undefined)[] | import("csstype").Property.ClipPath[] | undefined; colorAdjust?: import("csstype").Property.ColorAdjust | (import("csstype").Property.ColorAdjust | undefined)[] | import("csstype").Property.ColorAdjust[] | undefined; colorScheme?: import("csstype").Property.ColorScheme | (import("csstype").Property.ColorScheme | undefined)[] | import("csstype").Property.ColorScheme[] | undefined; columnCount?: import("csstype").Property.ColumnCount | (import("csstype").Property.ColumnCount | undefined)[] | ("auto" | import("csstype").Globals)[] | undefined; columnFill?: import("csstype").Property.ColumnFill | (import("csstype").Property.ColumnFill | undefined)[] | import("csstype").Property.ColumnFill[] | undefined; columnGap?: (string | (string & {}))[] | import("csstype").Property.ColumnGap<string | number> | (import("csstype").Property.ColumnGap<string | number> | undefined)[] | undefined; columnRuleColor?: import("csstype").Property.ColumnRuleColor | (import("csstype").Property.ColumnRuleColor | undefined)[] | import("csstype").Property.ColumnRuleColor[] | undefined; columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | (import("csstype").Property.ColumnRuleStyle | undefined)[] | import("csstype").Property.ColumnRuleStyle[] | undefined; columnRuleWidth?: (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | (import("csstype").Property.ColumnRuleWidth<string | number> | undefined)[] | undefined; columnSpan?: import("csstype").Property.ColumnSpan | (import("csstype").Property.ColumnSpan | undefined)[] | import("csstype").Property.ColumnSpan[] | undefined; columnWidth?: string[] | import("csstype").Property.ColumnWidth<string | number> | (import("csstype").Property.ColumnWidth<string | number> | undefined)[] | undefined; contain?: import("csstype").Property.Contain | (import("csstype").Property.Contain | undefined)[] | import("csstype").Property.Contain[] | undefined; content?: import("csstype").Property.Content | (import("csstype").Property.Content | undefined)[] | import("csstype").Property.Content[] | undefined; contentVisibility?: import("csstype").Property.ContentVisibility | (import("csstype").Property.ContentVisibility | undefined)[] | import("csstype").Property.ContentVisibility[] | undefined; counterIncrement?: import("csstype").Property.CounterIncrement | (import("csstype").Property.CounterIncrement | undefined)[] | import("csstype").Property.CounterIncrement[] | undefined; counterReset?: import("csstype").Property.CounterReset | (import("csstype").Property.CounterReset | undefined)[] | import("csstype").Property.CounterReset[] | undefined; counterSet?: import("csstype").Property.CounterSet | (import("csstype").Property.CounterSet | undefined)[] | import("csstype").Property.CounterSet[] | undefined; cursor?: import("csstype").Property.Cursor | (import("csstype").Property.Cursor | undefined)[] | import("csstype").Property.Cursor[] | undefined; direction?: import("csstype").Property.Direction | (import("csstype").Property.Direction | undefined)[] | import("csstype").Property.Direction[] | undefined; display?: import("csstype").Property.Display | (import("csstype").Property.Display | undefined)[] | import("csstype").Property.Display[] | undefined; emptyCells?: import("csstype").Property.EmptyCells | (import("csstype").Property.EmptyCells | undefined)[] | import("csstype").Property.EmptyCells[] | undefined; filter?: import("csstype").Property.Filter | (import("csstype").Property.Filter | undefined)[] | import("csstype").Property.Filter[] | undefined; flexBasis?: (string | (string & {}))[] | import("csstype").Property.FlexBasis<string | number> | (import("csstype").Property.FlexBasis<string | number> | undefined)[] | undefined; flexDirection?: import("csstype").Property.FlexDirection | (import("csstype").Property.FlexDirection | undefined)[] | import("csstype").Property.FlexDirection[] | undefined; flexGrow?: import("csstype").Property.FlexGrow | (import("csstype").Property.FlexGrow | undefined)[] | import("csstype").Globals[] | undefined; flexShrink?: import("csstype").Globals[] | import("csstype").Property.FlexShrink | (import("csstype").Property.FlexShrink | undefined)[] | undefined; flexWrap?: import("csstype").Property.FlexWrap | (import("csstype").Property.FlexWrap | undefined)[] | import("csstype").Property.FlexWrap[] | undefined; float?: import("csstype").Property.Float | (import("csstype").Property.Float | undefined)[] | import("csstype").Property.Float[] | undefined; fontFamily?: import("csstype").Property.FontFamily | (import("csstype").Property.FontFamily | undefined)[] | import("csstype").Property.FontFamily[] | undefined; fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | (import("csstype").Property.FontFeatureSettings | undefined)[] | import("csstype").Property.FontFeatureSettings[] | undefined; fontKerning?: import("csstype").Property.FontKerning | (import("csstype").Property.FontKerning | undefined)[] | import("csstype").Property.FontKerning[] | undefined; fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | (import("csstype").Property.FontLanguageOverride | undefined)[] | import("csstype").Property.FontLanguageOverride[] | undefined; fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | (import("csstype").Property.FontOpticalSizing | undefined)[] | import("csstype").Property.FontOpticalSizing[] | undefined; fontSize?: (string | (string & {}))[] | import("csstype").Property.FontSize<string | number> | (import("csstype").Property.FontSize<string | number> | undefined)[] | undefined; fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | (import("csstype").Property.FontSizeAdjust | undefined)[] | ("none" | (string & {}) | import("csstype").Globals | "from-font")[] | undefined; fontSmooth?: string[] | import("csstype").Property.FontSmooth<string | number> | (import("csstype").Property.FontSmooth<string | number> | undefined)[] | undefined; fontStretch?: import("csstype").Property.FontStretch | (import("csstype").Property.FontStretch | undefined)[] | import("csstype").Property.FontStretch[] | undefined; fontStyle?: import("csstype").Property.FontStyle | (import("csstype").Property.FontStyle | undefined)[] | import("csstype").Property.FontStyle[] | undefined; fontSynthesis?: import("csstype").Property.FontSynthesis | (import("csstype").Property.FontSynthesis | undefined)[] | import("csstype").Property.FontSynthesis[] | undefined; fontVariant?: import("csstype").Property.FontVariant | (import("csstype").Property.FontVariant | undefined)[] | import("csstype").Property.FontVariant[] | undefined; fontVariantCaps?: import("csstype").Property.FontVariantCaps | (import("csstype").Property.FontVariantCaps | undefined)[] | import("csstype").Property.FontVariantCaps[] | undefined; fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | (import("csstype").Property.FontVariantEastAsian | undefined)[] | import("csstype").Property.FontVariantEastAsian[] | undefined; fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | (import("csstype").Property.FontVariantLigatures | undefined)[] | import("csstype").Property.FontVariantLigatures[] | undefined; fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | (import("csstype").Property.FontVariantNumeric | undefined)[] | import("csstype").Property.FontVariantNumeric[] | undefined; fontVariantPosition?: import("csstype").Property.FontVariantPosition | (import("csstype").Property.FontVariantPosition | undefined)[] | import("csstype").Property.FontVariantPosition[] | undefined; fontVariationSettings?: import("csstype").Property.FontVariationSettings | (import("csstype").Property.FontVariationSettings | undefined)[] | import("csstype").Property.FontVariationSettings[] | undefined; fontWeight?: import("csstype").Property.FontWeight | (import("csstype").Property.FontWeight | undefined)[] | ("bold" | import("csstype").Globals | "normal" | "bolder" | "lighter")[] | undefined; forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | (import("csstype").Property.ForcedColorAdjust | undefined)[] | import("csstype").Property.ForcedColorAdjust[] | undefined; gridAutoColumns?: (string | (string & {}))[] | import("csstype").Property.GridAutoColumns<string | number> | (import("csstype").Property.GridAutoColumns<string | number> | undefined)[] | undefined; gridAutoFlow?: import("csstype").Property.GridAutoFlow | (import("csstype").Property.GridAutoFlow | undefined)[] | import("csstype").Property.GridAutoFlow[] | undefined; gridAutoRows?: (string | (string & {}))[] | import("csstype").Property.GridAutoRows<string | number> | (import("csstype").Property.GridAutoRows<string | number> | undefined)[] | undefined; gridColumnEnd?: import("csstype").Property.GridColumnEnd | (import("csstype").Property.GridColumnEnd | undefined)[] | ("auto" | (string & {}) | import("csstype").Globals)[] | undefined; gridColumnStart?: ("auto" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.GridColumnStart | (import("csstype").Property.GridColumnStart | undefined)[] | undefined; gridRowEnd?: ("auto" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.GridRowEnd | (import("csstype").Property.GridRowEnd | undefined)[] | undefined; gridRowStart?: ("auto" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.GridRowStart | (import("csstype").Property.GridRowStart | undefined)[] | undefined; gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | (import("csstype").Property.GridTemplateAreas | undefined)[] | import("csstype").Property.GridTemplateAreas[] | undefined; gridTemplateColumns?: (string | (string & {}))[] | import("csstype").Property.GridTemplateColumns<string | number> | (import("csstype").Property.GridTemplateColumns<string | number> | undefined)[] | undefined; gridTemplateRows?: (string | (string & {}))[] | import("csstype").Property.GridTemplateRows<string | number> | (import("csstype").Property.GridTemplateRows<string | number> | undefined)[] | undefined; hangingPunctuation?: import("csstype").Property.HangingPunctuation | (import("csstype").Property.HangingPunctuation | undefined)[] | import("csstype").Property.HangingPunctuation[] | undefined; height?: (string | (string & {}))[] | import("csstype").Property.Height<string | number> | (import("csstype").Property.Height<string | number> | undefined)[] | undefined; hyphens?: import("csstype").Property.Hyphens | (import("csstype").Property.Hyphens | undefined)[] | import("csstype").Property.Hyphens[] | undefined; imageOrientation?: import("csstype").Property.ImageOrientation | (import("csstype").Property.ImageOrientation | undefined)[] | import("csstype").Property.ImageOrientation[] | undefined; imageRendering?: import("csstype").Property.ImageRendering | (import("csstype").Property.ImageRendering | undefined)[] | import("csstype").Property.ImageRendering[] | undefined; imageResolution?: import("csstype").Property.ImageResolution | (import("csstype").Property.ImageResolution | undefined)[] | import("csstype").Property.ImageResolution[] | undefined; initialLetter?: import("csstype").Property.InitialLetter | (import("csstype").Property.InitialLetter | undefined)[] | ((string & {}) | import("csstype").Globals | "normal")[] | undefined; inlineSize?: (string | (string & {}))[] | import("csstype").Property.InlineSize<string | number> | (import("csstype").Property.InlineSize<string | number> | undefined)[] | undefined; inset?: (string | (string & {}))[] | import("csstype").Property.Inset<string | number> | (import("csstype").Property.Inset<string | number> | undefined)[] | undefined; insetBlock?: (string | (string & {}))[] | import("csstype").Property.InsetBlock<string | number> | (import("csstype").Property.InsetBlock<string | number> | undefined)[] | undefined; insetBlockEnd?: (string | (string & {}))[] | import("csstype").Property.InsetBlockEnd<string | number> | (import("csstype").Property.InsetBlockEnd<string | number> | undefined)[] | undefined; insetBlockStart?: (string | (string & {}))[] | import("csstype").Property.InsetBlockStart<string | number> | (import("csstype").Property.InsetBlockStart<string | number> | undefined)[] | undefined; insetInline?: (string | (string & {}))[] | import("csstype").Property.InsetInline<string | number> | (import("csstype").Property.InsetInline<string | number> | undefined)[] | undefined; insetInlineEnd?: (string | (string & {}))[] | import("csstype").Property.InsetInlineEnd<string | number> | (import("csstype").Property.InsetInlineEnd<string | number> | undefined)[] | undefined; insetInlineStart?: (string | (string & {}))[] | import("csstype").Property.InsetInlineStart<string | number> | (import("csstype").Property.InsetInlineStart<string | number> | undefined)[] | undefined; isolation?: import("csstype").Property.Isolation | (import("csstype").Property.Isolation | undefined)[] | import("csstype").Property.Isolation[] | undefined; justifyContent?: import("csstype").Property.JustifyContent | (import("csstype").Property.JustifyContent | undefined)[] | import("csstype").Property.JustifyContent[] | undefined; justifyItems?: import("csstype").Property.JustifyItems | (import("csstype").Property.JustifyItems | undefined)[] | import("csstype").Property.JustifyItems[] | undefined; justifySelf?: import("csstype").Property.JustifySelf | (import("csstype").Property.JustifySelf | undefined)[] | import("csstype").Property.JustifySelf[] | undefined; justifyTracks?: import("csstype").Property.JustifyTracks | (import("csstype").Property.JustifyTracks | undefined)[] | import("csstype").Property.JustifyTracks[] | undefined; left?: (string | (string & {}))[] | import("csstype").Property.Left<string | number> | (import("csstype").Property.Left<string | number> | undefined)[] | undefined; letterSpacing?: string[] | import("csstype").Property.LetterSpacing<string | number> | (import("csstype").Property.LetterSpacing<string | number> | undefined)[] | undefined; lineBreak?: import("csstype").Property.LineBreak | (import("csstype").Property.LineBreak | undefined)[] | import("csstype").Property.LineBreak[] | undefined; lineHeight?: (string | (string & {}))[] | import("csstype").Property.LineHeight<string | number> | (import("csstype").Property.LineHeight<string | number> | undefined)[] | undefined; lineHeightStep?: string[] | import("csstype").Property.LineHeightStep<string | number> | (import("csstype").Property.LineHeightStep<string | number> | undefined)[] | undefined; listStyleImage?: import("csstype").Property.ListStyleImage | (import("csstype").Property.ListStyleImage | undefined)[] | import("csstype").Property.ListStyleImage[] | undefined; listStylePosition?: import("csstype").Property.ListStylePosition | (import("csstype").Property.ListStylePosition | undefined)[] | import("csstype").Property.ListStylePosition[] | undefined; listStyleType?: import("csstype").Property.ListStyleType | (import("csstype").Property.ListStyleType | undefined)[] | import("csstype").Property.ListStyleType[] | undefined; marginBlock?: (string | (string & {}))[] | import("csstype").Property.MarginBlock<string | number> | (import("csstype").Property.MarginBlock<string | number> | undefined)[] | undefined; marginBlockEnd?: (string | (string & {}))[] | import("csstype").Property.MarginBlockEnd<string | number> | (import("csstype").Property.MarginBlockEnd<string | number> | undefined)[] | undefined; marginBlockStart?: (string | (string & {}))[] | import("csstype").Property.MarginBlockStart<string | number> | (import("csstype").Property.MarginBlockStart<string | number> | undefined)[] | undefined; marginBottom?: (string | (string & {}))[] | import("csstype").Property.MarginBottom<string | number> | (import("csstype").Property.MarginBottom<string | number> | undefined)[] | undefined; marginInline?: (string | (string & {}))[] | import("csstype").Property.MarginInline<string | number> | (import("csstype").Property.MarginInline<string | number> | undefined)[] | undefined; marginInlineEnd?: (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | (import("csstype").Property.MarginInlineEnd<string | number> | undefined)[] | undefined; marginInlineStart?: (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | (import("csstype").Property.MarginInlineStart<string | number> | undefined)[] | undefined; marginLeft?: (string | (string & {}))[] | import("csstype").Property.MarginLeft<string | number> | (import("csstype").Property.MarginLeft<string | number> | undefined)[] | undefined; marginRight?: (string | (string & {}))[] | import("csstype").Property.MarginRight<string | number> | (import("csstype").Property.MarginRight<string | number> | undefined)[] | undefined; marginTop?: (string | (string & {}))[] | import("csstype").Property.MarginTop<string | number> | (import("csstype").Property.MarginTop<string | number> | undefined)[] | undefined; maskBorderMode?: import("csstype").Property.MaskBorderMode | (import("csstype").Property.MaskBorderMode | undefined)[] | import("csstype").Property.MaskBorderMode[] | undefined; maskBorderOutset?: (string | (string & {}))[] | import("csstype").Property.MaskBorderOutset<string | number> | (import("csstype").Property.MaskBorderOutset<string | number> | undefined)[] | undefined; maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | (import("csstype").Property.MaskBorderRepeat | undefined)[] | import("csstype").Property.MaskBorderRepeat[] | undefined; maskBorderSlice?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.MaskBorderSlice | (import("csstype").Property.MaskBorderSlice | undefined)[] | undefined; maskBorderSource?: import("csstype").Property.MaskBorderSource | (import("csstype").Property.MaskBorderSource | undefined)[] | import("csstype").Property.MaskBorderSource[] | undefined; maskBorderWidth?: (string | (string & {}))[] | import("csstype").Property.MaskBorderWidth<string | number> | (import("csstype").Property.MaskBorderWidth<string | number> | undefined)[] | undefined; maskClip?: import("csstype").Property.MaskClip | (import("csstype").Property.MaskClip | undefined)[] | import("csstype").Property.MaskClip[] | undefined; maskComposite?: import("csstype").Property.MaskComposite | (import("csstype").Property.MaskComposite | undefined)[] | import("csstype").Property.MaskComposite[] | undefined; maskImage?: import("csstype").Property.MaskImage | (import("csstype").Property.MaskImage | undefined)[] | import("csstype").Property.MaskImage[] | undefined; maskMode?: import("csstype").Property.MaskMode | (import("csstype").Property.MaskMode | undefined)[] | import("csstype").Property.MaskMode[] | undefined; maskOrigin?: import("csstype").Property.MaskOrigin | (import("csstype").Property.MaskOrigin | undefined)[] | import("csstype").Property.MaskOrigin[] | undefined; maskPosition?: (string | (string & {}))[] | import("csstype").Property.MaskPosition<string | number> | (import("csstype").Property.MaskPosition<string | number> | undefined)[] | undefined; maskRepeat?: import("csstype").Property.MaskRepeat | (import("csstype").Property.MaskRepeat | undefined)[] | import("csstype").Property.MaskRepeat[] | undefined; maskSize?: (string | (string & {}))[] | import("csstype").Property.MaskSize<string | number> | (import("csstype").Property.MaskSize<string | number> | undefined)[] | undefined; maskType?: import("csstype").Property.MaskType | (import("csstype").Property.MaskType | undefined)[] | import("csstype").Property.MaskType[] | undefined; mathStyle?: import("csstype").Property.MathStyle | (import("csstype").Property.MathStyle | undefined)[] | import("csstype").Property.MathStyle[] | undefined; maxBlockSize?: (string | (string & {}))[] | import("csstype").Property.MaxBlockSize<string | number> | (import("csstype").Property.MaxBlockSize<string | number> | undefined)[] | undefined; maxHeight?: (string | (string & {}))[] | import("csstype").Property.MaxHeight<string | number> | (import("csstype").Property.MaxHeight<string | number> | undefined)[] | undefined; maxInlineSize?: (string | (string & {}))[] | import("csstype").Property.MaxInlineSize<string | number> | (import("csstype").Property.MaxInlineSize<string | number> | undefined)[] | undefined; maxLines?: import("csstype").Property.MaxLines | (import("csstype").Property.MaxLines | undefined)[] | ("none" | import("csstype").Globals)[] | undefined; maxWidth?: (string | (string & {}))[] | import("csstype").Property.MaxWidth<string | number> | (import("csstype").Property.MaxWidth<string | number> | undefined)[] | undefined; minBlockSize?: (string | (string & {}))[] | import("csstype").Property.MinBlockSize<string | number> | (import("csstype").Property.MinBlockSize<string | number> | undefined)[] | undefined; minHeight?: (string | (string & {}))[] | import("csstype").Property.MinHeight<string | number> | (import("csstype").Property.MinHeight<string | number> | undefined)[] | undefined; minInlineSize?: (string | (string & {}))[] | import("csstype").Property.MinInlineSize<string | number> | (import("csstype").Property.MinInlineSize<string | number> | undefined)[] | undefined; minWidth?: (string | (string & {}))[] | import("csstype").Property.MinWidth<string | number> | (import("csstype").Property.MinWidth<string | number> | undefined)[] | undefined; mixBlendMode?: import("csstype").Property.MixBlendMode | (import("csstype").Property.MixBlendMode | undefined)[] | import("csstype").Property.MixBlendMode[] | undefined; motionDistance?: (string | (string & {}))[] | import("csstype").Property.OffsetDistance<string | number> | (import("csstype").Property.OffsetDistance<string | number> | undefined)[] | undefined; motionPath?: import("csstype").Property.OffsetPath | (import("csstype").Property.OffsetPath | undefined)[] | import("csstype").Property.OffsetPath[] | undefined; motionRotation?: import("csstype").Property.OffsetRotate | (import("csstype").Property.OffsetRotate | undefined)[] | import("csstype").Property.OffsetRotate[] | undefined; objectFit?: import("csstype").Property.ObjectFit | (import("csstype").Property.ObjectFit | undefined)[] | import("csstype").Property.ObjectFit[] | undefined; objectPosition?: (string | (string & {}))[] | import("csstype").Property.ObjectPosition<string | number> | (import("csstype").Property.ObjectPosition<string | number> | undefined)[] | undefined; offsetAnchor?: (string | (string & {}))[] | import("csstype").Property.OffsetAnchor<string | number> | (import("csstype").Property.OffsetAnchor<string | number> | undefined)[] | undefined; offsetDistance?: (string | (string & {}))[] | import("csstype").Property.OffsetDistance<string | number> | (import("csstype").Property.OffsetDistance<string | number> | undefined)[] | undefined; offsetPath?: import("csstype").Property.OffsetPath | (import("csstype").Property.OffsetPath | undefined)[] | import("csstype").Property.OffsetPath[] | undefined; offsetRotate?: import("csstype").Property.OffsetRotate | (import("csstype").Property.OffsetRotate | undefined)[] | import("csstype").Property.OffsetRotate[] | undefined; offsetRotation?: import("csstype").Property.OffsetRotate | (import("csstype").Property.OffsetRotate | undefined)[] | import("csstype").Property.OffsetRotate[] | undefined; opacity?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Opacity | (import("csstype").Property.Opacity | undefined)[] | undefined; order?: import("csstype").Globals[] | import("csstype").Property.Order | (import("csstype").Property.Order | undefined)[] | undefined; orphans?: import("csstype").Globals[] | import("csstype").Property.Orphans | (import("csstype").Property.Orphans | undefined)[] | undefined; outlineColor?: import("csstype").Property.OutlineColor | (import("csstype").Property.OutlineColor | undefined)[] | import("csstype").Property.OutlineColor[] | undefined; outlineOffset?: string[] | import("csstype").Property.OutlineOffset<string | number> | (import("csstype").Property.OutlineOffset<string | number> | undefined)[] | undefined; outlineStyle?: import("csstype").Property.OutlineStyle | (import("csstype").Property.OutlineStyle | undefined)[] | import("csstype").Property.OutlineStyle[] | undefined; outlineWidth?: string[] | import("csstype").Property.OutlineWidth<string | number> | (import("csstype").Property.OutlineWidth<string | number> | undefined)[] | undefined; overflowAnchor?: import("csstype").Property.OverflowAnchor | (import("csstype").Property.OverflowAnchor | undefined)[] | import("csstype").Property.OverflowAnchor[] | undefined; overflowBlock?: import("csstype").Property.OverflowBlock | (import("csstype").Property.OverflowBlock | undefined)[] | import("csstype").Property.OverflowBlock[] | undefined; overflowClipBox?: import("csstype").Property.OverflowClipBox | (import("csstype").Property.OverflowClipBox | undefined)[] | import("csstype").Property.OverflowClipBox[] | undefined; overflowClipMargin?: (string | (string & {}))[] | import("csstype").Property.OverflowClipMargin<string | number> | (import("csstype").Property.OverflowClipMargin<string | number> | undefined)[] | undefined; overflowInline?: import("csstype").Property.OverflowInline | (import("csstype").Property.OverflowInline | undefined)[] | import("csstype").Property.OverflowInline[] | undefined; overflowWrap?: import("csstype").Property.OverflowWrap | (import("csstype").Property.OverflowWrap | undefined)[] | import("csstype").Property.OverflowWrap[] | undefined; overflowX?: import("csstype").Property.OverflowX | (import("csstype").Property.OverflowX | undefined)[] | import("csstype").Property.OverflowX[] | undefined; overflowY?: import("csstype").Property.OverflowY | (import("csstype").Property.OverflowY | undefined)[] | import("csstype").Property.OverflowY[] | undefined; overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | (import("csstype").Property.OverscrollBehaviorBlock | undefined)[] | import("csstype").Property.OverscrollBehaviorBlock[] | undefined; overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | (import("csstype").Property.OverscrollBehaviorInline | undefined)[] | import("csstype").Property.OverscrollBehaviorInline[] | undefined; overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | (import("csstype").Property.OverscrollBehaviorX | undefined)[] | import("csstype").Property.OverscrollBehaviorX[] | undefined; overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | (import("csstype").Property.OverscrollBehaviorY | undefined)[] | import("csstype").Property.OverscrollBehaviorY[] | undefined; paddingBlock?: (string | (string & {}))[] | import("csstype").Property.PaddingBlock<string | number> | (import("csstype").Property.PaddingBlock<string | number> | undefined)[] | undefined; paddingBlockEnd?: (string | (string & {}))[] | import("csstype").Property.PaddingBlockEnd<string | number> | (import("csstype").Property.PaddingBlockEnd<string | number> | undefined)[] | undefined; paddingBlockStart?: (string | (string & {}))[] | import("csstype").Property.PaddingBlockStart<string | number> | (import("csstype").Property.PaddingBlockStart<string | number> | undefined)[] | undefined; paddingBottom?: (string | (string & {}))[] | import("csstype").Property.PaddingBottom<string | number> | (import("csstype").Property.PaddingBottom<string | number> | undefined)[] | undefined; paddingInline?: (string | (string & {}))[] | import("csstype").Property.PaddingInline<string | number> | (import("csstype").Property.PaddingInline<string | number> | undefined)[] | undefined; paddingInlineEnd?: (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | (import("csstype").Property.PaddingInlineEnd<string | number> | undefined)[] | undefined; paddingInlineStart?: (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | (import("csstype").Property.PaddingInlineStart<string | number> | undefined)[] | undefined; paddingLeft?: (string | (string & {}))[] | import("csstype").Property.PaddingLeft<string | number> | (import("csstype").Property.PaddingLeft<string | number> | undefined)[] | undefined; paddingRight?: (string | (string & {}))[] | import("csstype").Property.PaddingRight<string | number> | (import("csstype").Property.PaddingRight<string | number> | undefined)[] | undefined; paddingTop?: (string | (string & {}))[] | import("csstype").Property.PaddingTop<string | number> | (import("csstype").Property.PaddingTop<string | number> | undefined)[] | undefined; pageBreakAfter?: import("csstype").Property.PageBreakAfter | (import("csstype").Property.PageBreakAfter | undefined)[] | import("csstype").Property.PageBreakAfter[] | undefined; pageBreakBefore?: import("csstype").Property.PageBreakBefore | (import("csstype").Property.PageBreakBefore | undefined)[] | import("csstype").Property.PageBreakBefore[] | undefined; pageBreakInside?: import("csstype").Property.PageBreakInside | (import("csstype").Property.PageBreakInside | undefined)[] | import("csstype").Property.PageBreakInside[] | undefined; paintOrder?: import("csstype").Property.PaintOrder | (import("csstype").Property.PaintOrder | undefined)[] | import("csstype").Property.PaintOrder[] | undefined; perspective?: string[] | import("csstype").Property.Perspective<string | number> | (import("csstype").Property.Perspective<string | number> | undefined)[] | undefined; perspectiveOrigin?: (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | (import("csstype").Property.PerspectiveOrigin<string | number> | undefined)[] | undefined; placeContent?: import("csstype").Property.PlaceContent | (import("csstype").Property.PlaceContent | undefined)[] | import("csstype").Property.PlaceContent[] | undefined; pointerEvents?: import("csstype").Property.PointerEvents | (import("csstype").Property.PointerEvents | undefined)[] | import("csstype").Property.PointerEvents[] | undefined; position?: import("csstype").Property.Position | (import("csstype").Property.Position | undefined)[] | import("csstype").Property.Position[] | undefined; quotes?: import("csstype").Property.Quotes | (import("csstype").Property.Quotes | undefined)[] | import("csstype").Property.Quotes[] | undefined; resize?: import("csstype").Property.Resize | (import("csstype").Property.Resize | undefined)[] | import("csstype").Property.Resize[] | undefined; right?: (string | (string & {}))[] | import("csstype").Property.Right<string | number> | (import("csstype").Property.Right<string | number> | undefined)[] | undefined; rotate?: import("csstype").Property.Rotate | (import("csstype").Property.Rotate | undefined)[] | import("csstype").Property.Rotate[] | undefined; rowGap?: (string | (string & {}))[] | import("csstype").Property.RowGap<string | number> | (import("csstype").Property.RowGap<string | number> | undefined)[] | undefined; rubyAlign?: import("csstype").Property.RubyAlign | (import("csstype").Property.RubyAlign | undefined)[] | import("csstype").Property.RubyAlign[] | undefined; rubyMerge?: import("csstype").Property.RubyMerge | (import("csstype").Property.RubyMerge | undefined)[] | import("csstype").Property.RubyMerge[] | undefined; rubyPosition?: import("csstype").Property.RubyPosition | (import("csstype").Property.RubyPosition | undefined)[] | import("csstype").Property.RubyPosition[] | undefined; scale?: import("csstype").Property.Scale | (import("csstype").Property.Scale | undefined)[] | ("none" | (string & {}) | import("csstype").Globals)[] | undefined; scrollBehavior?: import("csstype").Property.ScrollBehavior | (import("csstype").Property.ScrollBehavior | undefined)[] | import("csstype").Property.ScrollBehavior[] | undefined; scrollMargin?: (string | (string & {}))[] | import("csstype").Property.ScrollMargin<string | number> | (import("csstype").Property.ScrollMargin<string | number> | undefined)[] | undefined; scrollMarginBlock?: (string | (string & {}))[] | import("csstype").Property.ScrollMarginBlock<string | number> | (import("csstype").Property.ScrollMarginBlock<string | number> | undefined)[] | undefined; scrollMarginBlockEnd?: string[] | import("csstype").Property.ScrollMarginBlockEnd<string | number> | (import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined)[] | undefined; scrollMarginBlockStart?: string[] | import("csstype").Property.ScrollMarginBlockStart<string | number> | (import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined)[] | undefined; scrollMarginBottom?: string[] | import("csstype").Property.ScrollMarginBottom<string | number> | (import("csstype").Property.ScrollMarginBottom<string | number> | undefined)[] | undefined; scrollMarginInline?: (string | (string & {}))[] | import("csstype").Property.ScrollMarginInline<string | number> | (import("csstype").Property.ScrollMarginInline<string | number> | undefined)[] | undefined; scrollMarginInlineEnd?: string[] | import("csstype").Property.ScrollMarginInlineEnd<string | number> | (import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined)[] | undefined; scrollMarginInlineStart?: string[] | import("csstype").Property.ScrollMarginInlineStart<string | number> | (import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined)[] | undefined; scrollMarginLeft?: string[] | import("csstype").Property.ScrollMarginLeft<string | number> | (import("csstype").Property.ScrollMarginLeft<string | number> | undefined)[] | undefined; scrollMarginRight?: string[] | import("csstype").Property.ScrollMarginRight<string | number> | (import("csstype").Property.ScrollMarginRight<string | number> | undefined)[] | undefined; scrollMarginTop?: string[] | import("csstype").Property.ScrollMarginTop<string | number> | (import("csstype").Property.ScrollMarginTop<string | number> | undefined)[] | undefined; scrollPadding?: (string | (string & {}))[] | import("csstype").Property.ScrollPadding<string | number> | (import("csstype").Property.ScrollPadding<string | number> | undefined)[] | undefined; scrollPaddingBlock?: (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlock<string | number> | (import("csstype").Property.ScrollPaddingBlock<string | number> | undefined)[] | undefined; scrollPaddingBlockEnd?: (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlockEnd<string | number> | (import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined)[] | undefined; scrollPaddingBlockStart?: (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlockStart<string | number> | (import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined)[] | undefined; scrollPaddingBottom?: (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBottom<string | number> | (import("csstype").Property.ScrollPaddingBottom<string | number> | undefined)[] | undefined; scrollPaddingInline?: (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInline<string | number> | (import("csstype").Property.ScrollPaddingInline<string | number> | undefined)[] | undefined; scrollPaddingInlineEnd?: (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInlineEnd<string | number> | (import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined)[] | undefined; scrollPaddingInlineStart?: (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInlineStart<string | number> | (import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined)[] | undefined; scrollPaddingLeft?: (string | (string & {}))[] | import("csstype").Property.ScrollPaddingLeft<string | number> | (import("csstype").Property.ScrollPaddingLeft<string | number> | undefined)[] | undefined; scrollPaddingRight?: (string | (string & {}))[] | import("csstype").Property.ScrollPaddingRight<string | number> | (import("csstype").Property.ScrollPaddingRight<string | number> | undefined)[] | undefined; scrollPaddingTop?: (string | (string & {}))[] | import("csstype").Property.ScrollPaddingTop<string | number> | (import("csstype").Property.ScrollPaddingTop<string | number> | undefined)[] | undefined; scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | (import("csstype").Property.ScrollSnapAlign | undefined)[] | import("csstype").Property.ScrollSnapAlign[] | undefined; scrollSnapMargin?: (string | (string & {}))[] | import("csstype").Property.ScrollMargin<string | number> | (import("csstype").Property.ScrollMargin<string | number> | undefined)[] | undefined; scrollSnapMarginBottom?: string[] | import("csstype").Property.ScrollMarginBottom<string | number> | (import("csstype").Property.ScrollMarginBottom<string | number> | undefined)[] | undefined; scrollSnapMarginLeft?: string[] | import("csstype").Property.ScrollMarginLeft<string | number> | (import("csstype").Property.ScrollMarginLeft<string | number> | undefined)[] | undefined; scrollSnapMarginRight?: string[] | import("csstype").Property.ScrollMarginRight<string | number> | (import("csstype").Property.ScrollMarginRight<string | number> | undefined)[] | undefined; scrollSnapMarginTop?: string[] | import("csstype").Property.ScrollMarginTop<string | number> | (import("csstype").Property.ScrollMarginTop<string | number> | undefined)[] | undefined; scrollSnapStop?: import("csstype").Property.ScrollSnapStop | (import("csstype").Property.ScrollSnapStop | undefined)[] | import("csstype").Property.ScrollSnapStop[] | undefined; scrollSnapType?: import("csstype").Property.ScrollSnapType | (import("csstype").Property.ScrollSnapType | undefined)[] | import("csstype").Property.ScrollSnapType[] | undefined; scrollbarColor?: import("csstype").Property.ScrollbarColor | (import("csstype").Property.ScrollbarColor | undefined)[] | import("csstype").Property.ScrollbarColor[] | undefined; scrollbarGutter?: import("csstype").Property.ScrollbarGutter | (import("csstype").Property.ScrollbarGutter | undefined)[] | import("csstype").Property.ScrollbarGutter[] | undefined; scrollbarWidth?: import("csstype").Property.ScrollbarWidth | (import("csstype").Property.ScrollbarWidth | undefined)[] | import("csstype").Property.ScrollbarWidth[] | undefined; shapeImageThreshold?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.ShapeImageThreshold | (import("csstype").Property.ShapeImageThreshold | undefined)[] | undefined; shapeMargin?: (string | (string & {}))[] | import("csstype").Property.ShapeMargin<string | number> | (import("csstype").Property.ShapeMargin<string | number> | undefined)[] | undefined; shapeOutside?: import("csstype").Property.ShapeOutside | (import("csstype").Property.ShapeOutside | undefined)[] | import("csstype").Property.ShapeOutside[] | undefined; tabSize?: string[] | import("csstype").Property.TabSize<string | number> | (import("csstype").Property.TabSize<string | number> | undefined)[] | undefined; tableLayout?: import("csstype").Property.TableLayout | (import("csstype").Property.TableLayout | undefined)[] | import("csstype").Property.TableLayout[] | undefined; textAlign?: import("csstype").Property.TextAlign | (import("csstype").Property.TextAlign | undefined)[] | import("csstype").Property.TextAlign[] | undefined; textAlignLast?: import("csstype").Property.TextAlignLast | (import("csstype").Property.TextAlignLast | undefined)[] | import("csstype").Property.TextAlignLast[] | undefined; textCombineUpright?: import("csstype").Property.TextCombineUpright | (import("csstype").Property.TextCombineUpright | undefined)[] | import("csstype").Property.TextCombineUpright[] | undefined; textDecorationColor?: import("csstype").Property.TextDecorationColor | (import("csstype").Property.TextDecorationColor | undefined)[] | import("csstype").Property.TextDecorationColor[] | undefined; textDecorationLine?: import("csstype").Property.TextDecorationLine | (import("csstype").Property.TextDecorationLine | undefined)[] | import("csstype").Property.TextDecorationLine[] | undefined; textDecorationSkip?: import("csstype").Property.TextDecorationSkip | (import("csstype").Property.TextDecorationSkip | undefined)[] | import("csstype").Property.TextDecorationSkip[] | undefined; textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | (import("csstype").Property.TextDecorationSkipInk | undefined)[] | import("csstype").Property.TextDecorationSkipInk[] | undefined; textDecorationStyle?: import("csstype").Property.TextDecorationStyle | (import("csstype").Property.TextDecorationStyle | undefined)[] | import("csstype").Property.TextDecorationStyle[] | undefined; textDecorationThickness?: (string | (string & {}))[] | import("csstype").Property.TextDecorationThickness<string | number> | (import("csstype").Property.TextDecorationThickness<string | number> | undefined)[] | undefined; textDecorationWidth?: (string | (string & {}))[] | import("csstype").Property.TextDecorationThickness<string | number> | (import("csstype").Property.TextDecorationThickness<string | number> | undefined)[] | undefined; textEmphasisColor?: import("csstype").Property.TextEmphasisColor | (import("csstype").Property.TextEmphasisColor | undefined)[] | import("csstype").Property.TextEmphasisColor[] | undefined; textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | (import("csstype").Property.TextEmphasisPosition | undefined)[] | import("csstype").Property.TextEmphasisPosition[] | undefined; textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | (import("csstype").Property.TextEmphasisStyle | undefined)[] | import("csstype").Property.TextEmphasisStyle[] | undefined; textIndent?: (string | (string & {}))[] | import("csstype").Property.TextIndent<string | number> | (import("csstype").Property.TextIndent<string | number> | undefined)[] | undefined; textJustify?: import("csstype").Property.TextJustify | (import("csstype").Property.TextJustify | undefined)[] | import("csstype").Property.TextJustify[] | undefined; textOrientation?: import("csstype").Property.TextOrientation | (import("csstype").Property.TextOrientation | undefined)[] | import("csstype").Property.TextOrientation[] | undefined; textOverflow?: import("csstype").Property.TextOverflow | (import("csstype").Property.TextOverflow | undefined)[] | import("csstype").Property.TextOverflow[] | undefined; textRendering?: import("csstype").Property.TextRendering | (import("csstype").Property.TextRendering | undefined)[] | import("csstype").Property.TextRendering[] | undefined; textShadow?: import("csstype").Property.TextShadow | (import("csstype").Property.TextShadow | undefined)[] | import("csstype").Property.TextShadow[] | undefined; textSizeAdjust?: import("csstype").Property.TextSizeAdjust | (import("csstype").Property.TextSizeAdjust | undefined)[] | import("csstype").Property.TextSizeAdjust[] | undefined; textTransform?: import("csstype").Property.TextTransform | (import("csstype").Property.TextTransform | undefined)[] | import("csstype").Property.TextTransform[] | undefined; textUnderlineOffset?: (string | (string & {}))[] | import("csstype").Property.TextUnderlineOffset<string | number> | (import("csstype").Property.TextUnderlineOffset<string | number> | undefined)[] | undefined; textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | (import("csstype").Property.TextUnderlinePosition | undefined)[] | import("csstype").Property.TextUnderlinePosition[] | undefined; top?: (string | (string & {}))[] | import("csstype").Property.Top<string | number> | (import("csstype").Property.Top<string | number> | undefined)[] | undefined; touchAction?: import("csstype").Property.TouchAction | (import("csstype").Property.TouchAction | undefined)[] | import("csstype").Property.TouchAction[] | undefined; transform?: import("csstype").Property.Transform | (import("csstype").Property.Transform | undefined)[] | import("csstype").Property.Transform[] | undefined; transformBox?: import("csstype").Property.TransformBox | (import("csstype").Property.TransformBox | undefined)[] | import("csstype").Property.TransformBox[] | undefined; transformOrigin?: (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | (import("csstype").Property.TransformOrigin<string | number> | undefined)[] | undefined; transformStyle?: import("csstype").Property.TransformStyle | (import("csstype").Property.TransformStyle | undefined)[] | import("csstype").Property.TransformStyle[] | undefined; transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | (import("csstype").Property.TransitionDelay<string & {}> | undefined)[] | import("csstype").Property.TransitionDelay<string & {}>[] | undefined; transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | (import("csstype").Property.TransitionDuration<string & {}> | undefined)[] | import("csstype").Property.TransitionDuration<string & {}>[] | undefined; transitionProperty?: import("csstype").Property.TransitionProperty | (import("csstype").Property.TransitionProperty | undefined)[] | import("csstype").Property.TransitionProperty[] | undefined; transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | (import("csstype").Property.TransitionTimingFunction | undefined)[] | import("csstype").Property.TransitionTimingFunction[] | undefined; translate?: (string | (string & {}))[] | import("csstype").Property.Translate<string | number> | (import("csstype").Property.Translate<string | number> | undefined)[] | undefined; unicodeBidi?: import("csstype").Property.UnicodeBidi | (import("csstype").Property.UnicodeBidi | undefined)[] | import("csstype").Property.UnicodeBidi[] | undefined; userSelect?: import("csstype").Property.UserSelect | (import("csstype").Property.UserSelect | undefined)[] | import("csstype").Property.UserSelect[] | undefined; verticalAlign?: (string | (string & {}))[] | import("csstype").Property.VerticalAlign<string | number> | (import("csstype").Property.VerticalAlign<string | number> | undefined)[] | undefined; visibility?: import("csstype").Property.Visibility | (import("csstype").Property.Visibility | undefined)[] | import("csstype").Property.Visibility[] | undefined; whiteSpace?: import("csstype").Property.WhiteSpace | (import("csstype").Property.WhiteSpace | undefined)[] | import("csstype").Property.WhiteSpace[] | undefined; widows?: import("csstype").Globals[] | import("csstype").Property.Widows | (import("csstype").Property.Widows | undefined)[] | undefined; width?: (string | (string & {}))[] | import("csstype").Property.Width<string | number> | (import("csstype").Property.Width<string | number> | undefined)[] | undefined; willChange?: import("csstype").Property.WillChange | (import("csstype").Property.WillChange | undefined)[] | import("csstype").Property.WillChange[] | undefined; wordBreak?: import("csstype").Property.WordBreak | (import("csstype").Property.WordBreak | undefined)[] | import("csstype").Property.WordBreak[] | undefined; wordSpacing?: string[] | import("csstype").Property.WordSpacing<string | number> | (import("csstype").Property.WordSpacing<string | number> | undefined)[] | undefined; wordWrap?: import("csstype").Property.WordWrap | (import("csstype").Property.WordWrap | undefined)[] | import("csstype").Property.WordWrap[] | undefined; writingMode?: import("csstype").Property.WritingMode | (import("csstype").Property.WritingMode | undefined)[] | import("csstype").Property.WritingMode[] | undefined; zoom?: import("csstype").Property.Zoom | (import("csstype").Property.Zoom | undefined)[] | ((string & {}) | import("csstype").Globals | "normal" | "reset")[] | undefined; all?: import("csstype").Globals | import("csstype").Globals[] | (import("csstype").Globals | undefined)[] | undefined; animation?: import("csstype").Property.Animation<string & {}> | (import("csstype").Property.Animation<string & {}> | undefined)[] | (import("csstype").Globals | ((string & {}) | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear") | ("normal" | "alternate" | "alternate-reverse" | "reverse") | ("none" | "both" | "backwards" | "forwards") | "infinite" | "paused" | "running")[] | undefined; background?: (string | (string & {}))[] | import("csstype").Property.Background<string | number> | (import("csstype").Property.Background<string | number> | undefined)[] | undefined; backgroundPosition?: (string | (string & {}))[] | import("csstype").Property.BackgroundPosition<string | number> | (import("csstype").Property.BackgroundPosition<string | number> | undefined)[] | undefined; border?: (string | (string & {}))[] | import("csstype").Property.Border<string | number> | (import("csstype").Property.Border<string | number> | undefined)[] | undefined; borderBlock?: (string | (string & {}))[] | import("csstype").Property.BorderBlock<string | number> | (import("csstype").Property.BorderBlock<string | number> | undefined)[] | undefined; borderBlockEnd?: (string | (string & {}))[] | import("csstype").Property.BorderBlockEnd<string | number> | (import("csstype").Property.BorderBlockEnd<string | number> | undefined)[] | undefined; borderBlockStart?: (string | (string & {}))[] | import("csstype").Property.BorderBlockStart<string | number> | (import("csstype").Property.BorderBlockStart<string | number> | undefined)[] | undefined; borderBottom?: (string | (string & {}))[] | import("csstype").Property.BorderBottom<string | number> | (import("csstype").Property.BorderBottom<string | number> | undefined)[] | undefined; borderColor?: import("csstype").Property.BorderColor | (import("csstype").Property.BorderColor | undefined)[] | import("csstype").Property.BorderColor[] | undefined; borderImage?: import("csstype").Property.BorderImage | (import("csstype").Property.BorderImage | undefined)[] | ("none" | "repeat" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[] | undefined; borderInline?: (string | (string & {}))[] | import("csstype").Property.BorderInline<string | number> | (import("csstype").Property.BorderInline<string | number> | undefined)[] | undefined; borderInlineEnd?: (string | (string & {}))[] | import("csstype").Property.BorderInlineEnd<string | number> | (import("csstype").Property.BorderInlineEnd<string | number> | undefined)[] | undefined; borderInlineStart?: (string | (string & {}))[] | import("csstype").Property.BorderInlineStart<string | number> | (import("csstype").Property.BorderInlineStart<string | number> | undefined)[] | undefined; borderLeft?: (string | (string & {}))[] | import("csstype").Property.BorderLeft<string | number> | (import("csstype").Property.BorderLeft<string | number> | undefined)[] | undefined; borderRadius?: (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | (import("csstype").Property.BorderRadius<string | number> | undefined)[] | undefined; borderRight?: (string | (string & {}))[] | import("csstype").Property.BorderRight<string | number> | (import("csstype").Property.BorderRight<string | number> | undefined)[] | undefined; borderStyle?: import("csstype").Property.BorderStyle | (import("csstype").Property.BorderStyle | undefined)[] | import("csstype").Property.BorderStyle[] | undefined; borderTop?: (string | (string & {}))[] | import("csstype").Property.BorderTop<string | number> | (import("csstype").Property.BorderTop<string | number> | undefined)[] | undefined; borderWidth?: (string | (string & {}))[] | import("csstype").Property.BorderWidth<string | number> | (import("csstype").Property.BorderWidth<string | number> | undefined)[] | undefined; columnRule?: (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | (import("csstype").Property.ColumnRule<string | number> | undefined)[] | undefined; columns?: (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | (import("csstype").Property.Columns<string | number> | undefined)[] | undefined; flex?: (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | (import("csstype").Property.Flex<string | number> | undefined)[] | undefined; flexFlow?: import("csstype").Property.FlexFlow | (import("csstype").Property.FlexFlow | undefined)[] | import("csstype").Property.FlexFlow[] | undefined; font?: import("csstype").Property.Font | (import("csstype").Property.Font | undefined)[] | import("csstype").Property.Font[] | undefined; gap?: (string | (string & {}))[] | import("csstype").Property.Gap<string | number> | (import("csstype").Property.Gap<string | number> | undefined)[] | undefined; grid?: import("csstype").Property.Grid | (import("csstype").Property.Grid | undefined)[] | import("csstype").Property.Grid[] | undefined; gridArea?: ("auto" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.GridArea | (import("csstype").Property.GridArea | undefined)[] | undefined; gridColumn?: ("auto" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.GridColumn | (import("csstype").Property.GridColumn | undefined)[] | undefined; gridRow?: ("auto" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.GridRow | (import("csstype").Property.GridRow | undefined)[] | undefined; gridTemplate?: import("csstype").Property.GridTemplate | (import("csstype").Property.GridTemplate | undefined)[] | import("csstype").Property.GridTemplate[] | undefined; lineClamp?: ("none" | import("csstype").Globals)[] | import("csstype").Property.LineClamp | (import("csstype").Property.LineClamp | undefined)[] | undefined; listStyle?: import("csstype").Property.ListStyle | (import("csstype").Property.ListStyle | undefined)[] | import("csstype").Property.ListStyle[] | undefined; mask?: (string | (string & {}))[] | import("csstype").Property.Mask<string | number> | (import("csstype").Property.Mask<string | number> | undefined)[] | undefined; maskBorder?: import("csstype").Property.MaskBorder | (import("csstype").Property.MaskBorder | undefined)[] | ("none" | "repeat" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space" | "alpha" | "luminance")[] | undefined; motion?: (string | (string & {}))[] | import("csstype").Property.Offset<string | number> | (import("csstype").Property.Offset<string | number> | undefined)[] | undefined; offset?: (string | (string & {}))[] | import("csstype").Property.Offset<string | number> | (import("csstype").Property.Offset<string | number> | undefined)[] | undefined; outline?: import("csstype").Property.Outline<string | number> | (import("csstype").Property.Outline<string | number> | undefined)[] | (string | (string & {}))[] | undefined; overflow?: import("csstype").Property.Overflow | (import("csstype").Property.Overflow | undefined)[] | import("csstype").Property.Overflow[] | undefined; overscrollBehavior?: import("csstype").Property.OverscrollBehavior | (import("csstype").Property.OverscrollBehavior | undefined)[] | import("csstype").Property.OverscrollBehavior[] | undefined; placeItems?: import("csstype").Property.PlaceItems | (import("csstype").Property.PlaceItems | undefined)[] | import("csstype").Property.PlaceItems[] | undefined; placeSelf?: import("csstype").Property.PlaceSelf | (import("csstype").Property.PlaceSelf | undefined)[] | import("csstype").Property.PlaceSelf[] | undefined; textDecoration?: (string | (string & {}))[] | import("csstype").Property.TextDecoration<string | number> | (import("csstype").Property.TextDecoration<string | number> | undefined)[] | undefined; textEmphasis?: import("csstype").Property.TextEmphasis | (import("csstype").Property.TextEmphasis | undefined)[] | import("csstype").Property.TextEmphasis[] | undefined; transition?: import("csstype").Property.Transition<string & {}> | (import("csstype").Property.Transition<string & {}> | undefined)[] | import("csstype").Property.Transition<string & {}>[] | undefined; MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | (import("csstype").Property.AnimationDelay<string & {}> | undefined)[] | import("csstype").Property.AnimationDelay<string & {}>[] | undefined; MozAnimationDirection?: import("csstype").Property.AnimationDirection | (import("csstype").Property.AnimationDirection | undefined)[] | import("csstype").Property.AnimationDirection[] | undefined; MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | (import("csstype").Property.AnimationDuration<string & {}> | undefined)[] | import("csstype").Property.AnimationDuration<string & {}>[] | undefined; MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | (import("csstype").Property.AnimationFillMode | undefined)[] | import("csstype").Property.AnimationFillMode[] | undefined; MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | (import("csstype").Property.AnimationIterationCount | undefined)[] | ((string & {}) | import("csstype").Globals | "infinite")[] | undefined; MozAnimationName?: import("csstype").Property.AnimationName | (import("csstype").Property.AnimationName | undefined)[] | import("csstype").Property.AnimationName[] | undefined; MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | (import("csstype").Property.AnimationPlayState | undefined)[] | import("csstype").Property.AnimationPlayState[] | undefined; MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | (import("csstype").Property.AnimationTimingFunction | undefined)[] | import("csstype").Property.AnimationTimingFunction[] | undefined; MozAppearance?: import("csstype").Property.MozAppearance | (import("csstype").Property.MozAppearance | undefined)[] | import("csstype").Property.MozAppearance[] | undefined; MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | (import("csstype").Property.BackfaceVisibility | undefined)[] | import("csstype").Property.BackfaceVisibility[] | undefined; MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | (import("csstype").Property.MozBorderBottomColors | undefined)[] | import("csstype").Property.MozBorderBottomColors[] | undefined; MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | (import("csstype").Property.BorderInlineEndColor | undefined)[] | import("csstype").Property.BorderInlineEndColor[] | undefined; MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | (import("csstype").Property.BorderInlineEndStyle | undefined)[] | import("csstype").Property.BorderInlineEndStyle[] | undefined; MozBorderEndWidth?: string[] | import("csstype").Property.BorderInlineEndWidth<string | number> | (import("csstype").Property.BorderInlineEndWidth<string | number> | undefined)[] | undefined; MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | (import("csstype").Property.MozBorderLeftColors | undefined)[] | import("csstype").Property.MozBorderLeftColors[] | undefined; MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | (import("csstype").Property.MozBorderRightColors | undefined)[] | import("csstype").Property.MozBorderRightColors[] | undefined; MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | (import("csstype").Property.BorderInlineStartColor | undefined)[] | import("csstype").Property.BorderInlineStartColor[] | undefined; MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | (import("csstype").Property.BorderInlineStartStyle | undefined)[] | import("csstype").Property.BorderInlineStartStyle[] | undefined; MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | (import("csstype").Property.MozBorderTopColors | undefined)[] | import("csstype").Property.MozBorderTopColors[] | undefined; MozBoxSizing?: import("csstype").Property.BoxSizing | (import("csstype").Property.BoxSizing | undefined)[] | import("csstype").Property.BoxSizing[] | undefined; MozColumnCount?: import("csstype").Property.ColumnCount | (import("csstype").Property.ColumnCount | undefined)[] | ("auto" | import("csstype").Globals)[] | undefined; MozColumnFill?: import("csstype").Property.ColumnFill | (import("csstype").Property.ColumnFill | undefined)[] | import("csstype").Property.ColumnFill[] | undefined; MozColumnGap?: (string | (string & {}))[] | import("csstype").Property.ColumnGap<string | number> | (import("csstype").Property.ColumnGap<string | number> | undefined)[] | undefined; MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | (import("csstype").Property.ColumnRuleColor | undefined)[] | import("csstype").Property.ColumnRuleColor[] | undefined; MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | (import("csstype").Property.ColumnRuleStyle | undefined)[] | import("csstype").Property.ColumnRuleStyle[] | undefined; MozColumnRuleWidth?: (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | (import("csstype").Property.ColumnRuleWidth<string | number> | undefined)[] | undefined; MozColumnWidth?: string[] | import("csstype").Property.ColumnWidth<string | number> | (import("csstype").Property.ColumnWidth<string | number> | undefined)[] | undefined; MozContextProperties?: import("csstype").Property.MozContextProperties | (import("csstype").Property.MozContextProperties | undefined)[] | import("csstype").Property.MozContextProperties[] | undefined; MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | (import("csstype").Property.FontFeatureSettings | undefined)[] | import("csstype").Property.FontFeatureSettings[] | undefined; MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | (import("csstype").Property.FontLanguageOverride | undefined)[] | import("csstype").Property.FontLanguageOverride[] | undefined; MozHyphens?: import("csstype").Property.Hyphens | (import("csstype").Property.Hyphens | undefined)[] | import("csstype").Property.Hyphens[] | undefined; MozImageRegion?: import("csstype").Property.MozImageRegion | (import("csstype").Property.MozImageRegion | undefined)[] | import("csstype").Property.MozImageRegion[] | undefined; MozMarginEnd?: (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | (import("csstype").Property.MarginInlineEnd<string | number> | undefined)[] | undefined; MozMarginStart?: (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | (import("csstype").Property.MarginInlineStart<string | number> | undefined)[] | undefined; MozOrient?: import("csstype").Property.MozOrient | (import("csstype").Property.MozOrient | undefined)[] | import("csstype").Property.MozOrient[] | undefined; MozOsxFontSmoothing?: string[] | import("csstype").Property.FontSmooth<string | number> | (import("csstype").Property.FontSmooth<string | number> | undefined)[] | undefined; MozPaddingEnd?: (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | (import("csstype").Property.PaddingInlineEnd<string | number> | undefined)[] | undefined; MozPaddingStart?: (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | (import("csstype").Property.PaddingInlineStart<string | number> | undefined)[] | undefined; MozPerspective?: string[] | import("csstype").Property.Perspective<string | number> | (import("csstype").Property.Perspective<string | number> | undefined)[] | undefined; MozPerspectiveOrigin?: (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | (import("csstype").Property.PerspectiveOrigin<string | number> | undefined)[] | undefined; MozStackSizing?: import("csstype").Property.MozStackSizing | (import("csstype").Property.MozStackSizing | undefined)[] | import("csstype").Property.MozStackSizing[] | undefined; MozTabSize?: string[] | import("csstype").Property.TabSize<string | number> | (import("csstype").Property.TabSize<string | number> | undefined)[] | undefined; MozTextBlink?: import("csstype").Property.MozTextBlink | (import("csstype").Property.MozTextBlink | undefined)[] | import("csstype").Property.MozTextBlink[] | undefined; MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | (import("csstype").Property.TextSizeAdjust | undefined)[] | import("csstype").Property.TextSizeAdjust[] | undefined; MozTransformOrigin?: (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | (import("csstype").Property.TransformOrigin<string | number> | undefined)[] | undefined; MozTransformStyle?: import("csstype").Property.TransformStyle | (import("csstype").Property.TransformStyle | undefined)[] | import("csstype").Property.TransformStyle[] | undefined; MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | (import("csstype").Property.TransitionDelay<string & {}> | undefined)[] | import("csstype").Property.TransitionDelay<string & {}>[] | undefined; MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | (import("csstype").Property.TransitionDuration<string & {}> | undefined)[] | import("csstype").Property.TransitionDuration<string & {}>[] | undefined; MozTransitionProperty?: import("csstype").Property.TransitionProperty | (import("csstype").Property.TransitionProperty | undefined)[] | import("csstype").Property.TransitionProperty[] | undefined; MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | (import("csstype").Property.TransitionTimingFunction | undefined)[] | import("csstype").Property.TransitionTimingFunction[] | undefined; MozUserFocus?: import("csstype").Property.MozUserFocus | (import("csstype").Property.MozUserFocus | undefined)[] | import("csstype").Property.MozUserFocus[] | undefined; MozUserModify?: import("csstype").Property.MozUserModify | (import("csstype").Property.MozUserModify | undefined)[] | import("csstype").Property.MozUserModify[] | undefined; MozUserSelect?: import("csstype").Property.UserSelect | (import("csstype").Property.UserSelect | undefined)[] | import("csstype").Property.UserSelect[] | undefined; MozWindowDragging?: import("csstype").Property.MozWindowDragging | (import("csstype").Property.MozWindowDragging | undefined)[] | import("csstype").Property.MozWindowDragging[] | undefined; MozWindowShadow?: import("csstype").Property.MozWindowShadow | (import("csstype").Property.MozWindowShadow | undefined)[] | import("csstype").Property.MozWindowShadow[] | undefined; msAccelerator?: import("csstype").Property.MsAccelerator | (import("csstype").Property.MsAccelerator | undefined)[] | import("csstype").Property.MsAccelerator[] | undefined; msAlignSelf?: import("csstype").Property.AlignSelf | (import("csstype").Property.AlignSelf | undefined)[] | import("csstype").Property.AlignSelf[] | undefined; msBlockProgression?: import("csstype").Property.MsBlockProgression | (import("csstype").Property.MsBlockProgression | undefined)[] | import("csstype").Property.MsBlockProgression[] | undefined; msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | (import("csstype").Property.MsContentZoomChaining | undefined)[] | import("csstype").Property.MsContentZoomChaining[] | undefined; msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | (import("csstype").Property.MsContentZoomLimitMax | undefined)[] | import("csstype").Property.MsContentZoomLimitMax[] | undefined; msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | (import("csstype").Property.MsContentZoomLimitMin | undefined)[] | import("csstype").Property.MsContentZoomLimitMin[] | undefined; msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | (import("csstype").Property.MsContentZoomSnapPoints | undefined)[] | import("csstype").Property.MsContentZoomSnapPoints[] | undefined; msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | (import("csstype").Property.MsContentZoomSnapType | undefined)[] | import("csstype").Property.MsContentZoomSnapType[] | undefined; msContentZooming?: import("csstype").Property.MsContentZooming | (import("csstype").Property.MsContentZooming | undefined)[] | import("csstype").Property.MsContentZooming[] | undefined; msFilter?: import("csstype").Property.MsFilter | (import("csstype").Property.MsFilter | undefined)[] | import("csstype").Property.MsFilter[] | undefined; msFlexDirection?: import("csstype").Property.FlexDirection | (import("csstype").Property.FlexDirection | undefined)[] | import("csstype").Property.FlexDirection[] | undefined; msFlexPositive?: import("csstype").Property.FlexGrow | (import("csstype").Property.FlexGrow | undefined)[] | import("csstype").Globals[] | undefined; msFlowFrom?: import("csstype").Property.MsFlowFrom | (import("csstype").Property.MsFlowFrom | undefined)[] | import("csstype").Property.MsFlowFrom[] | undefined; msFlowInto?: import("csstype").Property.MsFlowInto | (import("csstype").Property.MsFlowInto | undefined)[] | import("csstype").Property.MsFlowInto[] | undefined; msGridColumns?: (string | (string & {}))[] | import("csstype").Property.MsGridColumns<string | number> | (import("csstype").Property.MsGridColumns<string | number> | undefined)[] | undefined; msGridRows?: (string | (string & {}))[] | import("csstype").Property.MsGridRows<string | number> | (import("csstype").Property.MsGridRows<string | number> | undefined)[] | undefined; msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | (import("csstype").Property.MsHighContrastAdjust | undefined)[] | import("csstype").Property.MsHighContrastAdjust[] | undefined; msHyphenateLimitChars?: ("auto" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.MsHyphenateLimitChars | (import("csstype").Property.MsHyphenateLimitChars | undefined)[] | undefined; msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | (import("csstype").Property.MsHyphenateLimitLines | undefined)[] | (import("csstype").Globals | "no-limit")[] | undefined; msHyphenateLimitZone?: (string | (string & {}))[] | import("csstype").Property.MsHyphenateLimitZone<string | number> | (import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined)[] | undefined; msHyphens?: import("csstype").Property.Hyphens | (import("csstype").Property.Hyphens | undefined)[] | import("csstype").Property.Hyphens[] | undefined; msImeAlign?: import("csstype").Property.MsImeAlign | (import("csstype").Property.MsImeAlign | undefined)[] | import("csstype").Property.MsImeAlign[] | undefined; msJustifySelf?: import("csstype").Property.JustifySelf | (import("csstype").Property.JustifySelf | undefined)[] | import("csstype").Property.JustifySelf[] | undefined; msLineBreak?: import("csstype").Property.LineBreak | (import("csstype").Property.LineBreak | undefined)[] | import("csstype").Property.LineBreak[] | undefined; msOrder?: import("csstype").Globals[] | import("csstype").Property.Order | (import("csstype").Property.Order | undefined)[] | undefined; msOverflowStyle?: import("csstype").Property.MsOverflowStyle | (import("csstype").Property.MsOverflowStyle | undefined)[] | import("csstype").Property.MsOverflowStyle[] | undefined; msOverflowX?: import("csstype").Property.OverflowX | (import("csstype").Property.OverflowX | undefined)[] | import("csstype").Property.OverflowX[] | undefined; msOverflowY?: import("csstype").Property.OverflowY | (import("csstype").Property.OverflowY | undefined)[] | import("csstype").Property.OverflowY[] | undefined; msScrollChaining?: import("csstype").Property.MsScrollChaining | (import("csstype").Property.MsScrollChaining | undefined)[] | import("csstype").Property.MsScrollChaining[] | undefined; msScrollLimitXMax?: string[] | import("csstype").Property.MsScrollLimitXMax<string | number> | (import("csstype").Property.MsScrollLimitXMax<string | number> | undefined)[] | undefined; msScrollLimitXMin?: string[] | import("csstype").Property.MsScrollLimitXMin<string | number> | (import("csstype").Property.MsScrollLimitXMin<string | number> | undefined)[] | undefined; msScrollLimitYMax?: string[] | import("csstype").Property.MsScrollLimitYMax<string | number> | (import("csstype").Property.MsScrollLimitYMax<string | number> | undefined)[] | undefined; msScrollLimitYMin?: string[] | import("csstype").Property.MsScrollLimitYMin<string | number> | (import("csstype").Property.MsScrollLimitYMin<string | number> | undefined)[] | undefined; msScrollRails?: import("csstype").Property.MsScrollRails | (import("csstype").Property.MsScrollRails | undefined)[] | import("csstype").Property.MsScrollRails[] | undefined; msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | (import("csstype").Property.MsScrollSnapPointsX | undefined)[] | import("csstype").Property.MsScrollSnapPointsX[] | undefined; msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | (import("csstype").Property.MsScrollSnapPointsY | undefined)[] | import("csstype").Property.MsScrollSnapPointsY[] | undefined; msScrollSnapType?: import("csstype").Property.MsScrollSnapType | (import("csstype").Property.MsScrollSnapType | undefined)[] | import("csstype").Property.MsScrollSnapType[] | undefined; msScrollTranslation?: import("csstype").Property.MsScrollTranslation | (import("csstype").Property.MsScrollTranslation | undefined)[] | import("csstype").Property.MsScrollTranslation[] | undefined; msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | (import("csstype").Property.MsScrollbar3dlightColor | undefined)[] | import("csstype").Property.MsScrollbar3dlightColor[] | undefined; msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | (import("csstype").Property.MsScrollbarArrowColor | undefined)[] | import("csstype").Property.MsScrollbarArrowColor[] | undefined; msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | (import("csstype").Property.MsScrollbarBaseColor | undefined)[] | import("csstype").Property.MsScrollbarBaseColor[] | undefined; msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | (import("csstype").Property.MsScrollbarDarkshadowColor | undefined)[] | import("csstype").Property.MsScrollbarDarkshadowColor[] | undefined; msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | (import("csstype").Property.MsScrollbarFaceColor | undefined)[] | import("csstype").Property.MsScrollbarFaceColor[] | undefined; msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | (import("csstype").Property.MsScrollbarHighlightColor | undefined)[] | import("csstype").Property.MsScrollbarHighlightColor[] | undefined; msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | (import("csstype").Property.MsScrollbarShadowColor | undefined)[] | import("csstype").Property.MsScrollbarShadowColor[] | undefined; msTextAutospace?: import("csstype").Property.MsTextAutospace | (import("csstype").Property.MsTextAutospace | undefined)[] | import("csstype").Property.MsTextAutospace[] | undefined; msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | (import("csstype").Property.TextCombineUpright | undefined)[] | import("csstype").Property.TextCombineUpright[] | undefined; msTextOverflow?: import("csstype").Property.TextOverflow | (import("csstype").Property.TextOverflow | undefined)[] | import("csstype").Property.TextOverflow[] | undefined; msTouchAction?: import("csstype").Property.TouchAction | (import("csstype").Property.TouchAction | undefined)[] | import("csstype").Property.TouchAction[] | undefined; msTouchSelect?: import("csstype").Property.MsTouchSelect | (import("csstype").Property.MsTouchSelect | undefined)[] | import("csstype").Property.MsTouchSelect[] | undefined; msTransform?: import("csstype").Property.Transform | (import("csstype").Property.Transform | undefined)[] | import("csstype").Property.Transform[] | undefined; msTransformOrigin?: (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | (import("csstype").Property.TransformOrigin<string | number> | undefined)[] | undefined; msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | (import("csstype").Property.TransitionDelay<string & {}> | undefined)[] | import("csstype").Property.TransitionDelay<string & {}>[] | undefined; msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | (import("csstype").Property.TransitionDuration<string & {}> | undefined)[] | import("csstype").Property.TransitionDuration<string & {}>[] | undefined; msTransitionProperty?: import("csstype").Property.TransitionProperty | (import("csstype").Property.TransitionProperty | undefined)[] | import("csstype").Property.TransitionProperty[] | undefined; msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | (import("csstype").Property.TransitionTimingFunction | undefined)[] | import("csstype").Property.TransitionTimingFunction[] | undefined; msUserSelect?: import("csstype").Property.MsUserSelect | (import("csstype").Property.MsUserSelect | undefined)[] | import("csstype").Property.MsUserSelect[] | undefined; msWordBreak?: import("csstype").Property.WordBreak | (import("csstype").Property.WordBreak | undefined)[] | import("csstype").Property.WordBreak[] | undefined; msWrapFlow?: import("csstype").Property.MsWrapFlow | (import("csstype").Property.MsWrapFlow | undefined)[] | import("csstype").Property.MsWrapFlow[] | undefined; msWrapMargin?: string[] | import("csstype").Property.MsWrapMargin<string | number> | (import("csstype").Property.MsWrapMargin<string | number> | undefined)[] | undefined; msWrapThrough?: import("csstype").Property.MsWrapThrough | (import("csstype").Property.MsWrapThrough | undefined)[] | import("csstype").Property.MsWrapThrough[] | undefined; msWritingMode?: import("csstype").Property.WritingMode | (import("csstype").Property.WritingMode | undefined)[] | import("csstype").Property.WritingMode[] | undefined; WebkitAlignContent?: import("csstype").Property.AlignContent | (import("csstype").Property.AlignContent | undefined)[] | import("csstype").Property.AlignContent[] | undefined; WebkitAlignItems?: import("csstype").Property.AlignItems | (import("csstype").Property.AlignItems | undefined)[] | import("csstype").Property.AlignItems[] | undefined; WebkitAlignSelf?: import("csstype").Property.AlignSelf | (import("csstype").Property.AlignSelf | undefined)[] | import("csstype").Property.AlignSelf[] | undefined; WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | (import("csstype").Property.AnimationDelay<string & {}> | undefined)[] | import("csstype").Property.AnimationDelay<string & {}>[] | undefined; WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | (import("csstype").Property.AnimationDirection | undefined)[] | import("csstype").Property.AnimationDirection[] | undefined; WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | (import("csstype").Property.AnimationDuration<string & {}> | undefined)[] | import("csstype").Property.AnimationDuration<string & {}>[] | undefined; WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | (import("csstype").Property.AnimationFillMode | undefined)[] | import("csstype").Property.AnimationFillMode[] | undefined; WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | (import("csstype").Property.AnimationIterationCount | undefined)[] | ((string & {}) | import("csstype").Globals | "infinite")[] | undefined; WebkitAnimationName?: import("csstype").Property.AnimationName | (import("csstype").Property.AnimationName | undefined)[] | import("csstype").Property.AnimationName[] | undefined; WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | (import("csstype").Property.AnimationPlayState | undefined)[] | import("csstype").Property.AnimationPlayState[] | undefined; WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | (import("csstype").Property.AnimationTimingFunction | undefined)[] | import("csstype").Property.AnimationTimingFunction[] | undefined; WebkitAppearance?: import("csstype").Property.WebkitAppearance | (import("csstype").Property.WebkitAppearance | undefined)[] | import("csstype").Property.WebkitAppearance[] | undefined; WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | (import("csstype").Property.BackdropFilter | undefined)[] | import("csstype").Property.BackdropFilter[] | undefined; WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | (import("csstype").Property.BackfaceVisibility | undefined)[] | import("csstype").Property.BackfaceVisibility[] | undefined; WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | (import("csstype").Property.BackgroundClip | undefined)[] | import("csstype").Property.BackgroundClip[] | undefined; WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | (import("csstype").Property.BackgroundOrigin | undefined)[] | import("csstype").Property.BackgroundOrigin[] | undefined; WebkitBackgroundSize?: (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | (import("csstype").Property.BackgroundSize<string | number> | undefined)[] | undefined; WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | (import("csstype").Property.WebkitBorderBeforeColor | undefined)[] | import("csstype").Property.WebkitBorderBeforeColor[] | undefined; WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | (import("csstype").Property.WebkitBorderBeforeStyle | undefined)[] | import("csstype").Property.WebkitBorderBeforeStyle[] | undefined; WebkitBorderBeforeWidth?: (string | (string & {}))[] | import("csstype").Property.WebkitBorderBeforeWidth<string | number> | (import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined)[] | undefined; WebkitBorderBottomLeftRadius?: (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | (import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined)[] | undefined; WebkitBorderBottomRightRadius?: (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | (import("csstype").Property.BorderBottomRightRadius<string | number> | undefined)[] | undefined; WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | (import("csstype").Property.BorderImageSlice | undefined)[] | ((string & {}) | import("csstype").Globals)[] | undefined; WebkitBorderTopLeftRadius?: (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | (import("csstype").Property.BorderTopLeftRadius<string | number> | undefined)[] | undefined; WebkitBorderTopRightRadius?: (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | (import("csstype").Property.BorderTopRightRadius<string | number> | undefined)[] | undefined; WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | (import("csstype").Property.BoxDecorationBreak | undefined)[] | import("csstype").Property.BoxDecorationBreak[] | undefined; WebkitBoxReflect?: (string | (string & {}))[] | import("csstype").Property.WebkitBoxReflect<string | number> | (import("csstype").Property.WebkitBoxReflect<string | number> | undefined)[] | undefined; WebkitBoxShadow?: import("csstype").Property.BoxShadow | (import("csstype").Property.BoxShadow | undefined)[] | import("csstype").Property.BoxShadow[] | undefined; WebkitBoxSizing?: import("csstype").Property.BoxSizing | (import("csstype").Property.BoxSizing | undefined)[] | import("csstype").Property.BoxSizing[] | undefined; WebkitClipPath?: import("csstype").Property.ClipPath | (import("csstype").Property.ClipPath | undefined)[] | import("csstype").Property.ClipPath[] | undefined; WebkitColumnCount?: import("csstype").Property.ColumnCount | (import("csstype").Property.ColumnCount | undefined)[] | ("auto" | import("csstype").Globals)[] | undefined; WebkitColumnFill?: import("csstype").Property.ColumnFill | (import("csstype").Property.ColumnFill | undefined)[] | import("csstype").Property.ColumnFill[] | undefined; WebkitColumnGap?: (string | (string & {}))[] | import("csstype").Property.ColumnGap<string | number> | (import("csstype").Property.ColumnGap<string | number> | undefined)[] | undefined; WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | (import("csstype").Property.ColumnRuleColor | undefined)[] | import("csstype").Property.ColumnRuleColor[] | undefined; WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | (import("csstype").Property.ColumnRuleStyle | undefined)[] | import("csstype").Property.ColumnRuleStyle[] | undefined; WebkitColumnRuleWidth?: (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | (import("csstype").Property.ColumnRuleWidth<string | number> | undefined)[] | undefined; WebkitColumnSpan?: import("csstype").Property.ColumnSpan | (import("csstype").Property.ColumnSpan | undefined)[] | import("csstype").Property.ColumnSpan[] | undefined; WebkitColumnWidth?: string[] | import("csstype").Property.ColumnWidth<string | number> | (import("csstype").Property.ColumnWidth<string | number> | undefined)[] | undefined; WebkitFilter?: import("csstype").Property.Filter | (import("csstype").Property.Filter | undefined)[] | import("csstype").Property.Filter[] | undefined; WebkitFlexBasis?: (string | (string & {}))[] | import("csstype").Property.FlexBasis<string | number> | (import("csstype").Property.FlexBasis<string | number> | undefined)[] | undefined; WebkitFlexDirection?: import("csstype").Property.FlexDirection | (import("csstype").Property.FlexDirection | undefined)[] | import("csstype").Property.FlexDirection[] | undefined; WebkitFlexGrow?: import("csstype").Property.FlexGrow | (import("csstype").Property.FlexGrow | undefined)[] | import("csstype").Globals[] | undefined; WebkitFlexShrink?: import("csstype").Globals[] | import("csstype").Property.FlexShrink | (import("csstype").Property.FlexShrink | undefined)[] | undefined; WebkitFlexWrap?: import("csstype").Property.FlexWrap | (import("csstype").Property.FlexWrap | undefined)[] | import("csstype").Property.FlexWrap[] | undefined; WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | (import("csstype").Property.FontFeatureSettings | undefined)[] | import("csstype").Property.FontFeatureSettings[] | undefined; WebkitFontKerning?: import("csstype").Property.FontKerning | (import("csstype").Property.FontKerning | undefined)[] | import("csstype").Property.FontKerning[] | undefined; WebkitFontSmoothing?: string[] | import("csstype").Property.FontSmooth<string | number> | (import("csstype").Property.FontSmooth<string | number> | undefined)[] | undefined; WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | (import("csstype").Property.FontVariantLigatures | undefined)[] | import("csstype").Property.FontVariantLigatures[] | undefined; WebkitHyphens?: import("csstype").Property.Hyphens | (import("csstype").Property.Hyphens | undefined)[] | import("csstype").Property.Hyphens[] | undefined; WebkitJustifyContent?: import("csstype").Property.JustifyContent | (import("csstype").Property.JustifyContent | undefined)[] | import("csstype").Property.JustifyContent[] | undefined; WebkitLineBreak?: import("csstype").Property.LineBreak | (import("csstype").Property.LineBreak | undefined)[] | import("csstype").Property.LineBreak[] | undefined; WebkitLineClamp?: ("none" | import("csstype").Globals)[] | import("csstype").Property.WebkitLineClamp | (import("csstype").Property.WebkitLineClamp | undefined)[] | undefined; WebkitMarginEnd?: (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | (import("csstype").Property.MarginInlineEnd<string | number> | undefined)[] | undefined; WebkitMarginStart?: (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | (import("csstype").Property.MarginInlineStart<string | number> | undefined)[] | undefined; WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | (import("csstype").Property.WebkitMaskAttachment | undefined)[] | import("csstype").Property.WebkitMaskAttachment[] | undefined; WebkitMaskBoxImageOutset?: (string | (string & {}))[] | import("csstype").Property.MaskBorderOutset<string | number> | (import("csstype").Property.MaskBorderOutset<string | number> | undefined)[] | undefined; WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | (import("csstype").Property.MaskBorderRepeat | undefined)[] | import("csstype").Property.MaskBorderRepeat[] | undefined; WebkitMaskBoxImageSlice?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.MaskBorderSlice | (import("csstype").Property.MaskBorderSlice | undefined)[] | undefined; WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | (import("csstype").Property.MaskBorderSource | undefined)[] | import("csstype").Property.MaskBorderSource[] | undefined; WebkitMaskBoxImageWidth?: (string | (string & {}))[] | import("csstype").Property.MaskBorderWidth<string | number> | (import("csstype").Property.MaskBorderWidth<string | number> | undefined)[] | undefined; WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | (import("csstype").Property.WebkitMaskClip | undefined)[] | import("csstype").Property.WebkitMaskClip[] | undefined; WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | (import("csstype").Property.WebkitMaskComposite | undefined)[] | import("csstype").Property.WebkitMaskComposite[] | undefined; WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | (import("csstype").Property.WebkitMaskImage | undefined)[] | import("csstype").Property.WebkitMaskImage[] | undefined; WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | (import("csstype").Property.WebkitMaskOrigin | undefined)[] | import("csstype").Property.WebkitMaskOrigin[] | undefined; WebkitMaskPosition?: (string | (string & {}))[] | import("csstype").Property.WebkitMaskPosition<string | number> | (import("csstype").Property.WebkitMaskPosition<string | number> | undefined)[] | undefined; WebkitMaskPositionX?: (string | (string & {}))[] | import("csstype").Property.WebkitMaskPositionX<string | number> | (import("csstype").Property.WebkitMaskPositionX<string | number> | undefined)[] | undefined; WebkitMaskPositionY?: (string | (string & {}))[] | import("csstype").Property.WebkitMaskPositionY<string | number> | (import("csstype").Property.WebkitMaskPositionY<string | number> | undefined)[] | undefined; WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | (import("csstype").Property.WebkitMaskRepeat | undefined)[] | import("csstype").Property.WebkitMaskRepeat[] | undefined; WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | (import("csstype").Property.WebkitMaskRepeatX | undefined)[] | import("csstype").Property.WebkitMaskRepeatX[] | undefined; WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | (import("csstype").Property.WebkitMaskRepeatY | undefined)[] | import("csstype").Property.WebkitMaskRepeatY[] | undefined; WebkitMaskSize?: (string | (string & {}))[] | import("csstype").Property.WebkitMaskSize<string | number> | (import("csstype").Property.WebkitMaskSize<string | number> | undefined)[] | undefined; WebkitMaxInlineSize?: (string | (string & {}))[] | import("csstype").Property.MaxInlineSize<string | number> | (import("csstype").Property.MaxInlineSize<string | number> | undefined)[] | undefined; WebkitOrder?: import("csstype").Globals[] | import("csstype").Property.Order | (import("csstype").Property.Order | undefined)[] | undefined; WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | (import("csstype").Property.WebkitOverflowScrolling | undefined)[] | import("csstype").Property.WebkitOverflowScrolling[] | undefined; WebkitPaddingEnd?: (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | (import("csstype").Property.PaddingInlineEnd<string | number> | undefined)[] | undefined; WebkitPaddingStart?: (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | (import("csstype").Property.PaddingInlineStart<string | number> | undefined)[] | undefined; WebkitPerspective?: string[] | import("csstype").Property.Perspective<string | number> | (import("csstype").Property.Perspective<string | number> | undefined)[] | undefined; WebkitPerspectiveOrigin?: (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | (import("csstype").Property.PerspectiveOrigin<string | number> | undefined)[] | undefined; WebkitPrintColorAdjust?: import("csstype").Property.ColorAdjust | (import("csstype").Property.ColorAdjust | undefined)[] | import("csstype").Property.ColorAdjust[] | undefined; WebkitRubyPosition?: import("csstype").Property.RubyPosition | (import("csstype").Property.RubyPosition | undefined)[] | import("csstype").Property.RubyPosition[] | undefined; WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | (import("csstype").Property.ScrollSnapType | undefined)[] | import("csstype").Property.ScrollSnapType[] | undefined; WebkitShapeMargin?: (string | (string & {}))[] | import("csstype").Property.ShapeMargin<string | number> | (import("csstype").Property.ShapeMargin<string | number> | undefined)[] | undefined; WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | (import("csstype").Property.WebkitTapHighlightColor | undefined)[] | import("csstype").Property.WebkitTapHighlightColor[] | undefined; WebkitTextCombine?: import("csstype").Property.TextCombineUpright | (import("csstype").Property.TextCombineUpright | undefined)[] | import("csstype").Property.TextCombineUpright[] | undefined; WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | (import("csstype").Property.TextDecorationColor | undefined)[] | import("csstype").Property.TextDecorationColor[] | undefined; WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | (import("csstype").Property.TextDecorationLine | undefined)[] | import("csstype").Property.TextDecorationLine[] | undefined; WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | (import("csstype").Property.TextDecorationSkip | undefined)[] | import("csstype").Property.TextDecorationSkip[] | undefined; WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | (import("csstype").Property.TextDecorationStyle | undefined)[] | import("csstype").Property.TextDecorationStyle[] | undefined; WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | (import("csstype").Property.TextEmphasisColor | undefined)[] | import("csstype").Property.TextEmphasisColor[] | undefined; WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | (import("csstype").Property.TextEmphasisPosition | undefined)[] | import("csstype").Property.TextEmphasisPosition[] | undefined; WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | (import("csstype").Property.TextEmphasisStyle | undefined)[] | import("csstype").Property.TextEmphasisStyle[] | undefined; WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | (import("csstype").Property.WebkitTextFillColor | undefined)[] | import("csstype").Property.WebkitTextFillColor[] | undefined; WebkitTextOrientation?: import("csstype").Property.TextOrientation | (import("csstype").Property.TextOrientation | undefined)[] | import("csstype").Property.TextOrientation[] | undefined; WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | (import("csstype").Property.TextSizeAdjust | undefined)[] | import("csstype").Property.TextSizeAdjust[] | undefined; WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | (import("csstype").Property.WebkitTextStrokeColor | undefined)[] | import("csstype").Property.WebkitTextStrokeColor[] | undefined; WebkitTextStrokeWidth?: string[] | import("csstype").Property.WebkitTextStrokeWidth<string | number> | (import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined)[] | undefined; WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | (import("csstype").Property.TextUnderlinePosition | undefined)[] | import("csstype").Property.TextUnderlinePosition[] | undefined; WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | (import("csstype").Property.WebkitTouchCallout | undefined)[] | import("csstype").Property.WebkitTouchCallout[] | undefined; WebkitTransform?: import("csstype").Property.Transform | (import("csstype").Property.Transform | undefined)[] | import("csstype").Property.Transform[] | undefined; WebkitTransformOrigin?: (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | (import("csstype").Property.TransformOrigin<string | number> | undefined)[] | undefined; WebkitTransformStyle?: import("csstype").Property.TransformStyle | (import("csstype").Property.TransformStyle | undefined)[] | import("csstype").Property.TransformStyle[] | undefined; WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | (import("csstype").Property.TransitionDelay<string & {}> | undefined)[] | import("csstype").Property.TransitionDelay<string & {}>[] | undefined; WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | (import("csstype").Property.TransitionDuration<string & {}> | undefined)[] | import("csstype").Property.TransitionDuration<string & {}>[] | undefined; WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | (import("csstype").Property.TransitionProperty | undefined)[] | import("csstype").Property.TransitionProperty[] | undefined; WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | (import("csstype").Property.TransitionTimingFunction | undefined)[] | import("csstype").Property.TransitionTimingFunction[] | undefined; WebkitUserModify?: import("csstype").Property.WebkitUserModify | (import("csstype").Property.WebkitUserModify | undefined)[] | import("csstype").Property.WebkitUserModify[] | undefined; WebkitUserSelect?: import("csstype").Property.UserSelect | (import("csstype").Property.UserSelect | undefined)[] | import("csstype").Property.UserSelect[] | undefined; WebkitWritingMode?: import("csstype").Property.WritingMode | (import("csstype").Property.WritingMode | undefined)[] | import("csstype").Property.WritingMode[] | undefined; MozAnimation?: import("csstype").Property.Animation<string & {}> | (import("csstype").Property.Animation<string & {}> | undefined)[] | (import("csstype").Globals | ((string & {}) | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear") | ("normal" | "alternate" | "alternate-reverse" | "reverse") | ("none" | "both" | "backwards" | "forwards") | "infinite" | "paused" | "running")[] | undefined; MozBorderImage?: import("csstype").Property.BorderImage | (import("csstype").Property.BorderImage | undefined)[] | ("none" | "repeat" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[] | undefined; MozColumnRule?: (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | (import("csstype").Property.ColumnRule<string | number> | undefined)[] | undefined; MozColumns?: (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | (import("csstype").Property.Columns<string | number> | undefined)[] | undefined; MozTransition?: import("csstype").Property.Transition<string & {}> | (import("csstype").Property.Transition<string & {}> | undefined)[] | import("csstype").Property.Transition<string & {}>[] | undefined; msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | (import("csstype").Property.MsContentZoomLimit | undefined)[] | import("csstype").Property.MsContentZoomLimit[] | undefined; msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | (import("csstype").Property.MsContentZoomSnap | undefined)[] | import("csstype").Property.MsContentZoomSnap[] | undefined; msFlex?: (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | (import("csstype").Property.Flex<string | number> | undefined)[] | undefined; msScrollLimit?: import("csstype").Property.MsScrollLimit | (import("csstype").Property.MsScrollLimit | undefined)[] | import("csstype").Property.MsScrollLimit[] | undefined; msScrollSnapX?: import("csstype").Property.MsScrollSnapX | (import("csstype").Property.MsScrollSnapX | undefined)[] | import("csstype").Property.MsScrollSnapX[] | undefined; msScrollSnapY?: import("csstype").Property.MsScrollSnapY | (import("csstype").Property.MsScrollSnapY | undefined)[] | import("csstype").Property.MsScrollSnapY[] | undefined; msTransition?: import("csstype").Property.Transition<string & {}> | (import("csstype").Property.Transition<string & {}> | undefined)[] | import("csstype").Property.Transition<string & {}>[] | undefined; WebkitAnimation?: import("csstype").Property.Animation<string & {}> | (import("csstype").Property.Animation<string & {}> | undefined)[] | (import("csstype").Globals | ((string & {}) | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear") | ("normal" | "alternate" | "alternate-reverse" | "reverse") | ("none" | "both" | "backwards" | "forwards") | "infinite" | "paused" | "running")[] | undefined; WebkitBorderBefore?: (string | (string & {}))[] | import("csstype").Property.WebkitBorderBefore<string | number> | (import("csstype").Property.WebkitBorderBefore<string | number> | undefined)[] | undefined; WebkitBorderImage?: import("csstype").Property.BorderImage | (import("csstype").Property.BorderImage | undefined)[] | ("none" | "repeat" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[] | undefined; WebkitBorderRadius?: (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | (import("csstype").Property.BorderRadius<string | number> | undefined)[] | undefined; WebkitColumnRule?: (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | (import("csstype").Property.ColumnRule<string | number> | undefined)[] | undefined; WebkitColumns?: (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | (import("csstype").Property.Columns<string | number> | undefined)[] | undefined; WebkitFlex?: (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | (import("csstype").Property.Flex<string | number> | undefined)[] | undefined; WebkitFlexFlow?: import("csstype").Property.FlexFlow | (import("csstype").Property.FlexFlow | undefined)[] | import("csstype").Property.FlexFlow[] | undefined; WebkitMask?: (string | (string & {}))[] | import("csstype").Property.WebkitMask<string | number> | (import("csstype").Property.WebkitMask<string | number> | undefined)[] | undefined; WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | (import("csstype").Property.MaskBorder | undefined)[] | ("none" | "repeat" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space" | "alpha" | "luminance")[] | undefined; WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | (import("csstype").Property.TextEmphasis | undefined)[] | import("csstype").Property.TextEmphasis[] | undefined; WebkitTextStroke?: (string | (string & {}))[] | import("csstype").Property.WebkitTextStroke<string | number> | (import("csstype").Property.WebkitTextStroke<string | number> | undefined)[] | undefined; WebkitTransition?: import("csstype").Property.Transition<string & {}> | (import("csstype").Property.Transition<string & {}> | undefined)[] | import("csstype").Property.Transition<string & {}>[] | undefined; azimuth?: import("csstype").Property.Azimuth | (import("csstype").Property.Azimuth | undefined)[] | import("csstype").Property.Azimuth[] | undefined; boxAlign?: import("csstype").Property.BoxAlign | (import("csstype").Property.BoxAlign | undefined)[] | import("csstype").Property.BoxAlign[] | undefined; boxDirection?: import("csstype").Property.BoxDirection | (import("csstype").Property.BoxDirection | undefined)[] | import("csstype").Property.BoxDirection[] | undefined; boxFlex?: import("csstype").Globals[] | import("csstype").Property.BoxFlex | (import("csstype").Property.BoxFlex | undefined)[] | undefined; boxFlexGroup?: import("csstype").Globals[] | import("csstype").Property.BoxFlexGroup | (import("csstype").Property.BoxFlexGroup | undefined)[] | undefined; boxLines?: import("csstype").Property.BoxLines | (import("csstype").Property.BoxLines | undefined)[] | import("csstype").Property.BoxLines[] | undefined; boxOrdinalGroup?: import("csstype").Globals[] | import("csstype").Property.BoxOrdinalGroup | (import("csstype").Property.BoxOrdinalGroup | undefined)[] | undefined; boxOrient?: import("csstype").Property.BoxOrient | (import("csstype").Property.BoxOrient | undefined)[] | import("csstype").Property.BoxOrient[] | undefined; boxPack?: import("csstype").Property.BoxPack | (import("csstype").Property.BoxPack | undefined)[] | import("csstype").Property.BoxPack[] | undefined; clip?: import("csstype").Property.Clip | (import("csstype").Property.Clip | undefined)[] | import("csstype").Property.Clip[] | undefined; fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | (import("csstype").Property.FontVariantAlternates | undefined)[] | import("csstype").Property.FontVariantAlternates[] | undefined; gridColumnGap?: (string | (string & {}))[] | import("csstype").Property.GridColumnGap<string | number> | (import("csstype").Property.GridColumnGap<string | number> | undefined)[] | undefined; gridGap?: (string | (string & {}))[] | import("csstype").Property.GridGap<string | number> | (import("csstype").Property.GridGap<string | number> | undefined)[] | undefined; gridRowGap?: (string | (string & {}))[] | import("csstype").Property.GridRowGap<string | number> | (import("csstype").Property.GridRowGap<string | number> | undefined)[] | undefined; imeMode?: import("csstype").Property.ImeMode | (import("csstype").Property.ImeMode | undefined)[] | import("csstype").Property.ImeMode[] | undefined; offsetBlock?: (string | (string & {}))[] | import("csstype").Property.InsetBlock<string | number> | (import("csstype").Property.InsetBlock<string | number> | undefined)[] | undefined; offsetBlockEnd?: (string | (string & {}))[] | import("csstype").Property.InsetBlockEnd<string | number> | (import("csstype").Property.InsetBlockEnd<string | number> | undefined)[] | undefined; offsetBlockStart?: (string | (string & {}))[] | import("csstype").Property.InsetBlockStart<string | number> | (import("csstype").Property.InsetBlockStart<string | number> | undefined)[] | undefined; offsetInline?: (string | (string & {}))[] | import("csstype").Property.InsetInline<string | number> | (import("csstype").Property.InsetInline<string | number> | undefined)[] | undefined; offsetInlineEnd?: (string | (string & {}))[] | import("csstype").Property.InsetInlineEnd<string | number> | (import("csstype").Property.InsetInlineEnd<string | number> | undefined)[] | undefined; offsetInlineStart?: (string | (string & {}))[] | import("csstype").Property.InsetInlineStart<string | number> | (import("csstype").Property.InsetInlineStart<string | number> | undefined)[] | undefined; scrollSnapCoordinate?: (string | (string & {}))[] | import("csstype").Property.ScrollSnapCoordinate<string | number> | (import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined)[] | undefined; scrollSnapDestination?: (string | (string & {}))[] | import("csstype").Property.ScrollSnapDestination<string | number> | (import("csstype").Property.ScrollSnapDestination<string | number> | undefined)[] | undefined; scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | (import("csstype").Property.ScrollSnapPointsX | undefined)[] | import("csstype").Property.ScrollSnapPointsX[] | undefined; scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | (import("csstype").Property.ScrollSnapPointsY | undefined)[] | import("csstype").Property.ScrollSnapPointsY[] | undefined; scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | (import("csstype").Property.ScrollSnapTypeX | undefined)[] | import("csstype").Property.ScrollSnapTypeX[] | undefined; scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | (import("csstype").Property.ScrollSnapTypeY | undefined)[] | import("csstype").Property.ScrollSnapTypeY[] | undefined; scrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | (import("csstype").Property.MsScrollbarTrackColor | undefined)[] | import("csstype").Property.MsScrollbarTrackColor[] | undefined; KhtmlBoxAlign?: import("csstype").Property.BoxAlign | (import("csstype").Property.BoxAlign | undefined)[] | import("csstype").Property.BoxAlign[] | undefined; KhtmlBoxDirection?: import("csstype").Property.BoxDirection | (import("csstype").Property.BoxDirection | undefined)[] | import("csstype").Property.BoxDirection[] | undefined; KhtmlBoxFlex?: import("csstype").Globals[] | import("csstype").Property.BoxFlex | (import("csstype").Property.BoxFlex | undefined)[] | undefined; KhtmlBoxFlexGroup?: import("csstype").Globals[] | import("csstype").Property.BoxFlexGroup | (import("csstype").Property.BoxFlexGroup | undefined)[] | undefined; KhtmlBoxLines?: import("csstype").Property.BoxLines | (import("csstype").Property.BoxLines | undefined)[] | import("csstype").Property.BoxLines[] | undefined; KhtmlBoxOrdinalGroup?: import("csstype").Globals[] | import("csstype").Property.BoxOrdinalGroup | (import("csstype").Property.BoxOrdinalGroup | undefined)[] | undefined; KhtmlBoxOrient?: import("csstype").Property.BoxOrient | (import("csstype").Property.BoxOrient | undefined)[] | import("csstype").Property.BoxOrient[] | undefined; KhtmlBoxPack?: import("csstype").Property.BoxPack | (import("csstype").Property.BoxPack | undefined)[] | import("csstype").Property.BoxPack[] | undefined; KhtmlLineBreak?: import("csstype").Property.LineBreak | (import("csstype").Property.LineBreak | undefined)[] | import("csstype").Property.LineBreak[] | undefined; KhtmlOpacity?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Opacity | (import("csstype").Property.Opacity | undefined)[] | undefined; KhtmlUserSelect?: import("csstype").Property.UserSelect | (import("csstype").Property.UserSelect | undefined)[] | import("csstype").Property.UserSelect[] | undefined; MozBackgroundClip?: import("csstype").Property.BackgroundClip | (import("csstype").Property.BackgroundClip | undefined)[] | import("csstype").Property.BackgroundClip[] | undefined; MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | (import("csstype").Property.BoxDecorationBreak | undefined)[] | import("csstype").Property.BoxDecorationBreak[] | undefined; MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | (import("csstype").Property.BackgroundOrigin | undefined)[] | import("csstype").Property.BackgroundOrigin[] | undefined; MozBackgroundSize?: (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | (import("csstype").Property.BackgroundSize<string | number> | undefined)[] | undefined; MozBinding?: import("csstype").Property.MozBinding | (import("csstype").Property.MozBinding | undefined)[] | import("csstype").Property.MozBinding[] | undefined; MozBorderRadius?: (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | (import("csstype").Property.BorderRadius<string | number> | undefined)[] | undefined; MozBorderRadiusBottomleft?: (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | (import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined)[] | undefined; MozBorderRadiusBottomright?: (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | (import("csstype").Property.BorderBottomRightRadius<string | number> | undefined)[] | undefined; MozBorderRadiusTopleft?: (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | (import("csstype").Property.BorderTopLeftRadius<string | number> | undefined)[] | undefined; MozBorderRadiusTopright?: (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | (import("csstype").Property.BorderTopRightRadius<string | number> | undefined)[] | undefined; MozBoxAlign?: import("csstype").Property.BoxAlign | (import("csstype").Property.BoxAlign | undefined)[] | import("csstype").Property.BoxAlign[] | undefined; MozBoxDirection?: import("csstype").Property.BoxDirection | (import("csstype").Property.BoxDirection | undefined)[] | import("csstype").Property.BoxDirection[] | undefined; MozBoxFlex?: import("csstype").Globals[] | import("csstype").Property.BoxFlex | (import("csstype").Property.BoxFlex | undefined)[] | undefined; MozBoxOrdinalGroup?: import("csstype").Globals[] | import("csstype").Property.BoxOrdinalGroup | (import("csstype").Property.BoxOrdinalGroup | undefined)[] | undefined; MozBoxOrient?: import("csstype").Property.BoxOrient | (import("csstype").Property.BoxOrient | undefined)[] | import("csstype").Property.BoxOrient[] | undefined; MozBoxPack?: import("csstype").Property.BoxPack | (import("csstype").Property.BoxPack | undefined)[] | import("csstype").Property.BoxPack[] | undefined; MozBoxShadow?: import("csstype").Property.BoxShadow | (import("csstype").Property.BoxShadow | undefined)[] | import("csstype").Property.BoxShadow[] | undefined; MozFloatEdge?: import("csstype").Property.MozFloatEdge | (import("csstype").Property.MozFloatEdge | undefined)[] | import("csstype").Property.MozFloatEdge[] | undefined; MozForceBrokenImageIcon?: import("csstype").Globals[] | import("csstype").Property.MozForceBrokenImageIcon | (import("csstype").Property.MozForceBrokenImageIcon | undefined)[] | undefined; MozOpacity?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Opacity | (import("csstype").Property.Opacity | undefined)[] | undefined; MozOutline?: import("csstype").Property.Outline<string | number> | (import("csstype").Property.Outline<string | number> | undefined)[] | (string | (string & {}))[] | undefined; MozOutlineColor?: import("csstype").Property.OutlineColor | (import("csstype").Property.OutlineColor | undefined)[] | import("csstype").Property.OutlineColor[] | undefined; MozOutlineRadius?: (string | (string & {}))[] | import("csstype").Property.MozOutlineRadius<string | number> | (import("csstype").Property.MozOutlineRadius<string | number> | undefined)[] | undefined; MozOutlineRadiusBottomleft?: (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | (import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined)[] | undefined; MozOutlineRadiusBottomright?: (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusBottomright<string | number> | (import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined)[] | undefined; MozOutlineRadiusTopleft?: (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusTopleft<string | number> | (import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined)[] | undefined; MozOutlineRadiusTopright?: (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusTopright<string | number> | (import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined)[] | undefined; MozOutlineStyle?: import("csstype").Property.OutlineStyle | (import("csstype").Property.OutlineStyle | undefined)[] | import("csstype").Property.OutlineStyle[] | undefined; MozOutlineWidth?: string[] | import("csstype").Property.OutlineWidth<string | number> | (import("csstype").Property.OutlineWidth<string | number> | undefined)[] | undefined; MozTextAlignLast?: import("csstype").Property.TextAlignLast | (import("csstype").Property.TextAlignLast | undefined)[] | import("csstype").Property.TextAlignLast[] | undefined; MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | (import("csstype").Property.TextDecorationColor | undefined)[] | import("csstype").Property.TextDecorationColor[] | undefined; MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | (import("csstype").Property.TextDecorationLine | undefined)[] | import("csstype").Property.TextDecorationLine[] | undefined; MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | (import("csstype").Property.TextDecorationStyle | undefined)[] | import("csstype").Property.TextDecorationStyle[] | undefined; MozUserInput?: import("csstype").Property.MozUserInput | (import("csstype").Property.MozUserInput | undefined)[] | import("csstype").Property.MozUserInput[] | undefined; msImeMode?: import("csstype").Property.ImeMode | (import("csstype").Property.ImeMode | undefined)[] | import("csstype").Property.ImeMode[] | undefined; msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | (import("csstype").Property.MsScrollbarTrackColor | undefined)[] | import("csstype").Property.MsScrollbarTrackColor[] | undefined; OAnimation?: import("csstype").Property.Animation<string & {}> | (import("csstype").Property.Animation<string & {}> | undefined)[] | (import("csstype").Globals | ((string & {}) | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear") | ("normal" | "alternate" | "alternate-reverse" | "reverse") | ("none" | "both" | "backwards" | "forwards") | "infinite" | "paused" | "running")[] | undefined; OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | (import("csstype").Property.AnimationDelay<string & {}> | undefined)[] | import("csstype").Property.AnimationDelay<string & {}>[] | undefined; OAnimationDirection?: import("csstype").Property.AnimationDirection | (import("csstype").Property.AnimationDirection | undefined)[] | import("csstype").Property.AnimationDirection[] | undefined; OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | (import("csstype").Property.AnimationDuration<string & {}> | undefined)[] | import("csstype").Property.AnimationDuration<string & {}>[] | undefined; OAnimationFillMode?: import("csstype").Property.AnimationFillMode | (import("csstype").Property.AnimationFillMode | undefined)[] | import("csstype").Property.AnimationFillMode[] | undefined; OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | (import("csstype").Property.AnimationIterationCount | undefined)[] | ((string & {}) | import("csstype").Globals | "infinite")[] | undefined; OAnimationName?: import("csstype").Property.AnimationName | (import("csstype").Property.AnimationName | undefined)[] | import("csstype").Property.AnimationName[] | undefined; OAnimationPlayState?: import("csstype").Property.AnimationPlayState | (import("csstype").Property.AnimationPlayState | undefined)[] | import("csstype").Property.AnimationPlayState[] | undefined; OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | (import("csstype").Property.AnimationTimingFunction | undefined)[] | import("csstype").Property.AnimationTimingFunction[] | undefined; OBackgroundSize?: (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | (import("csstype").Property.BackgroundSize<string | number> | undefined)[] | undefined; OBorderImage?: import("csstype").Property.BorderImage | (import("csstype").Property.BorderImage | undefined)[] | ("none" | "repeat" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[] | undefined; OObjectFit?: import("csstype").Property.ObjectFit | (import("csstype").Property.ObjectFit | undefined)[] | import("csstype").Property.ObjectFit[] | undefined; OObjectPosition?: (string | (string & {}))[] | import("csstype").Property.ObjectPosition<string | number> | (import("csstype").Property.ObjectPosition<string | number> | undefined)[] | undefined; OTabSize?: string[] | import("csstype").Property.TabSize<string | number> | (import("csstype").Property.TabSize<string | number> | undefined)[] | undefined; OTextOverflow?: import("csstype").Property.TextOverflow | (import("csstype").Property.TextOverflow | undefined)[] | import("csstype").Property.TextOverflow[] | undefined; OTransform?: import("csstype").Property.Transform | (import("csstype").Property.Transform | undefined)[] | import("csstype").Property.Transform[] | undefined; OTransformOrigin?: (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | (import("csstype").Property.TransformOrigin<string | number> | undefined)[] | undefined; OTransition?: import("csstype").Property.Transition<string & {}> | (import("csstype").Property.Transition<string & {}> | undefined)[] | import("csstype").Property.Transition<string & {}>[] | undefined; OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | (import("csstype").Property.TransitionDelay<string & {}> | undefined)[] | import("csstype").Property.TransitionDelay<string & {}>[] | undefined; OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | (import("csstype").Property.TransitionDuration<string & {}> | undefined)[] | import("csstype").Property.TransitionDuration<string & {}>[] | undefined; OTransitionProperty?: import("csstype").Property.TransitionProperty | (import("csstype").Property.TransitionProperty | undefined)[] | import("csstype").Property.TransitionProperty[] | undefined; OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | (import("csstype").Property.TransitionTimingFunction | undefined)[] | import("csstype").Property.TransitionTimingFunction[] | undefined; WebkitBoxAlign?: import("csstype").Property.BoxAlign | (import("csstype").Property.BoxAlign | undefined)[] | import("csstype").Property.BoxAlign[] | undefined; WebkitBoxDirection?: import("csstype").Property.BoxDirection | (import("csstype").Property.BoxDirection | undefined)[] | import("csstype").Property.BoxDirection[] | undefined; WebkitBoxFlex?: import("csstype").Globals[] | import("csstype").Property.BoxFlex | (import("csstype").Property.BoxFlex | undefined)[] | undefined; WebkitBoxFlexGroup?: import("csstype").Globals[] | import("csstype").Property.BoxFlexGroup | (import("csstype").Property.BoxFlexGroup | undefined)[] | undefined; WebkitBoxLines?: import("csstype").Property.BoxLines | (import("csstype").Property.BoxLines | undefined)[] | import("csstype").Property.BoxLines[] | undefined; WebkitBoxOrdinalGroup?: import("csstype").Globals[] | import("csstype").Property.BoxOrdinalGroup | (import("csstype").Property.BoxOrdinalGroup | undefined)[] | undefined; WebkitBoxOrient?: import("csstype").Property.BoxOrient | (import("csstype").Property.BoxOrient | undefined)[] | import("csstype").Property.BoxOrient[] | undefined; WebkitBoxPack?: import("csstype").Property.BoxPack | (import("csstype").Property.BoxPack | undefined)[] | import("csstype").Property.BoxPack[] | undefined; WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | (import("csstype").Property.ScrollSnapPointsX | undefined)[] | import("csstype").Property.ScrollSnapPointsX[] | undefined; WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | (import("csstype").Property.ScrollSnapPointsY | undefined)[] | import("csstype").Property.ScrollSnapPointsY[] | undefined; alignmentBaseline?: import("csstype").Property.AlignmentBaseline | (import("csstype").Property.AlignmentBaseline | undefined)[] | import("csstype").Property.AlignmentBaseline[] | undefined; baselineShift?: (string | (string & {}))[] | import("csstype").Property.BaselineShift<string | number> | (import("csstype").Property.BaselineShift<string | number> | undefined)[] | undefined; clipRule?: import("csstype").Property.ClipRule | (import("csstype").Property.ClipRule | undefined)[] | import("csstype").Property.ClipRule[] | undefined; colorInterpolation?: import("csstype").Property.ColorInterpolation | (import("csstype").Property.ColorInterpolation | undefined)[] | import("csstype").Property.ColorInterpolation[] | undefined; colorRendering?: import("csstype").Property.ColorRendering | (import("csstype").Property.ColorRendering | undefined)[] | import("csstype").Property.ColorRendering[] | undefined; dominantBaseline?: import("csstype").Property.DominantBaseline | (import("csstype").Property.DominantBaseline | undefined)[] | import("csstype").Property.DominantBaseline[] | undefined; fill?: import("csstype").Property.Fill | (import("csstype").Property.Fill | undefined)[] | import("csstype").Property.Fill[] | undefined; fillOpacity?: import("csstype").Globals[] | import("csstype").Property.FillOpacity | (import("csstype").Property.FillOpacity | undefined)[] | undefined; fillRule?: import("csstype").Property.FillRule | (import("csstype").Property.FillRule | undefined)[] | import("csstype").Property.FillRule[] | undefined; floodColor?: import("csstype").Property.FloodColor | (import("csstype").Property.FloodColor | undefined)[] | import("csstype").Property.FloodColor[] | undefined; floodOpacity?: import("csstype").Globals[] | import("csstype").Property.FloodOpacity | (import("csstype").Property.FloodOpacity | undefined)[] | undefined; glyphOrientationVertical?: ("auto" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.GlyphOrientationVertical | (import("csstype").Property.GlyphOrientationVertical | undefined)[] | undefined; lightingColor?: import("csstype").Property.LightingColor | (import("csstype").Property.LightingColor | undefined)[] | import("csstype").Property.LightingColor[] | undefined; marker?: import("csstype").Property.Marker | (import("csstype").Property.Marker | undefined)[] | import("csstype").Property.Marker[] | undefined; markerEnd?: import("csstype").Property.MarkerEnd | (import("csstype").Property.MarkerEnd | undefined)[] | import("csstype").Property.MarkerEnd[] | undefined; markerMid?: import("csstype").Property.MarkerMid | (import("csstype").Property.MarkerMid | undefined)[] | import("csstype").Property.MarkerMid[] | undefined; markerStart?: import("csstype").Property.MarkerStart | (import("csstype").Property.MarkerStart | undefined)[] | import("csstype").Property.MarkerStart[] | undefined; shapeRendering?: import("csstype").Property.ShapeRendering | (import("csstype").Property.ShapeRendering | undefined)[] | import("csstype").Property.ShapeRendering[] | undefined; stopColor?: import("csstype").Property.StopColor | (import("csstype").Property.StopColor | undefined)[] | import("csstype").Property.StopColor[] | undefined; stopOpacity?: import("csstype").Globals[] | import("csstype").Property.StopOpacity | (import("csstype").Property.StopOpacity | undefined)[] | undefined; stroke?: import("csstype").Property.Stroke | (import("csstype").Property.Stroke | undefined)[] | import("csstype").Property.Stroke[] | undefined; strokeDasharray?: (string | (string & {}))[] | import("csstype").Property.StrokeDasharray<string | number> | (import("csstype").Property.StrokeDasharray<string | number> | undefined)[] | undefined; strokeDashoffset?: (string | (string & {}))[] | import("csstype").Property.StrokeDashoffset<string | number> | (import("csstype").Property.StrokeDashoffset<string | number> | undefined)[] | undefined; strokeLinecap?: import("csstype").Property.StrokeLinecap | (import("csstype").Property.StrokeLinecap | undefined)[] | import("csstype").Property.StrokeLinecap[] | undefined; strokeLinejoin?: import("csstype").Property.StrokeLinejoin | (import("csstype").Property.StrokeLinejoin | undefined)[] | import("csstype").Property.StrokeLinejoin[] | undefined; strokeMiterlimit?: import("csstype").Globals[] | import("csstype").Property.StrokeMiterlimit | (import("csstype").Property.StrokeMiterlimit | undefined)[] | undefined; strokeOpacity?: import("csstype").Globals[] | import("csstype").Property.StrokeOpacity | (import("csstype").Property.StrokeOpacity | undefined)[] | undefined; strokeWidth?: (string | (string & {}))[] | import("csstype").Property.StrokeWidth<string | number> | (import("csstype").Property.StrokeWidth<string | number> | undefined)[] | undefined; textAnchor?: import("csstype").Property.TextAnchor | (import("csstype").Property.TextAnchor | undefined)[] | import("csstype").Property.TextAnchor[] | undefined; vectorEffect?: import("csstype").Property.VectorEffect | (import("csstype").Property.VectorEffect | undefined)[] | import("csstype").Property.VectorEffect[] | undefined; ":-moz-any()"?: import("@emotion/serialize").CSSObject | undefined; ":-moz-dir"?: import("@emotion/serialize").CSSObject | undefined; ":-webkit-any()"?: import("@emotion/serialize").CSSObject | undefined; "::cue"?: import("@emotion/serialize").CSSObject | undefined; "::cue-region"?: import("@emotion/serialize").CSSObject | undefined; "::part"?: import("@emotion/serialize").CSSObject | undefined; "::slotted"?: import("@emotion/serialize").CSSObject | undefined; ":dir"?: import("@emotion/serialize").CSSObject | undefined; ":has"?: import("@emotion/serialize").CSSObject | undefined; ":host"?: import("@emotion/serialize").CSSObject | undefined; ":host-context"?: import("@emotion/serialize").CSSObject | undefined; ":is"?: import("@emotion/serialize").CSSObject | undefined; ":lang"?: import("@emotion/serialize").CSSObject | undefined; ":matches()"?: import("@emotion/serialize").CSSObject | undefined; ":not"?: import("@emotion/serialize").CSSObject | undefined; ":nth-child"?: import("@emotion/serialize").CSSObject | undefined; ":nth-last-child"?: import("@emotion/serialize").CSSObject | undefined; ":nth-last-of-type"?: import("@emotion/serialize").CSSObject | undefined; ":nth-of-type"?: import("@emotion/serialize").CSSObject | undefined; ":where"?: import("@emotion/serialize").CSSObject | undefined; ":-khtml-any-link"?: import("@emotion/serialize").CSSObject | undefined; ":-moz-any-link"?: import("@emotion/serialize").CSSObject | undefined; ":-moz-focusring"?: import("@emotion/serialize").CSSObject | undefined; ":-moz-full-screen"?: import("@emotion/serialize").CSSObject | undefined; ":-moz-placeholder"?: import("@emotion/serialize").CSSObject | undefined; ":-moz-read-only"?: import("@emotion/serialize").CSSObject | undefined; ":-moz-read-write"?: import("@emotion/serialize").CSSObject | undefined; ":-moz-ui-invalid"?: import("@emotion/serialize").CSSObject | undefined; ":-moz-ui-valid"?: import("@emotion/serialize").CSSObject | undefined; ":-ms-fullscreen"?: import("@emotion/serialize").CSSObject | undefined; ":-ms-input-placeholder"?: import("@emotion/serialize").CSSObject | undefined; ":-webkit-any-link"?: import("@emotion/serialize").CSSObject | undefined; ":-webkit-full-screen"?: import("@emotion/serialize").CSSObject | undefined; "::-moz-placeholder"?: import("@emotion/serialize").CSSObject | undefined; "::-moz-progress-bar"?: import("@emotion/serialize").CSSObject | undefined; "::-moz-range-progress"?: import("@emotion/serialize").CSSObject | undefined; "::-moz-range-thumb"?: import("@emotion/serialize").CSSObject | undefined; "::-moz-range-track"?: import("@emotion/serialize").CSSObject | undefined; "::-moz-selection"?: import("@emotion/serialize").CSSObject | undefined; "::-ms-backdrop"?: import("@emotion/serialize").CSSObject | undefined; "::-ms-browse"?: import("@emotion/serialize").CSSObject | undefined; "::-ms-check"?: import("@emotion/serialize").CSSObject | undefined; "::-ms-clear"?: import("@emotion/serialize").CSSObject | undefined; "::-ms-fill"?: import("@emotion/serialize").CSSObject | undefined; "::-ms-fill-lower"?: import("@emotion/serialize").CSSObject | undefined; "::-ms-fill-upper"?: import("@emotion/serialize").CSSObject | undefined; "::-ms-input-placeholder"?: import("@emotion/serialize").CSSObject | undefined; "::-ms-reveal"?: import("@emotion/serialize").CSSObject | undefined; "::-ms-thumb"?: import("@emotion/serialize").CSSObject | undefined; "::-ms-ticks-after"?: import("@emotion/serialize").CSSObject | undefined; "::-ms-ticks-before"?: import("@emotion/serialize").CSSObject | undefined; "::-ms-tooltip"?: import("@emotion/serialize").CSSObject | undefined; "::-ms-track"?: import("@emotion/serialize").CSSObject | undefined; "::-ms-value"?: import("@emotion/serialize").CSSObject | undefined; "::-webkit-backdrop"?: import("@emotion/serialize").CSSObject | undefined; "::-webkit-input-placeholder"?: import("@emotion/serialize").CSSObject | undefined; "::-webkit-progress-bar"?: import("@emotion/serialize").CSSObject | undefined; "::-webkit-progress-inner-value"?: import("@emotion/serialize").CSSObject | undefined; "::-webkit-progress-value"?: import("@emotion/serialize").CSSObject | undefined; "::-webkit-slider-runnable-track"?: import("@emotion/serialize").CSSObject | undefined; "::-webkit-slider-thumb"?: import("@emotion/serialize").CSSObject | undefined; "::after"?: import("@emotion/serialize").CSSObject | undefined; "::backdrop"?: import("@emotion/serialize").CSSObject | undefined; "::before"?: import("@emotion/serialize").CSSObject | undefined; "::first-letter"?: import("@emotion/serialize").CSSObject | undefined; "::first-line"?: import("@emotion/serialize").CSSObject | undefined; "::grammar-error"?: import("@emotion/serialize").CSSObject | undefined; "::marker"?: import("@emotion/serialize").CSSObject | undefined; "::placeholder"?: import("@emotion/serialize").CSSObject | undefined; "::selection"?: import("@emotion/serialize").CSSObject | undefined; "::spelling-error"?: import("@emotion/serialize").CSSObject | undefined; "::target-text"?: import("@emotion/serialize").CSSObject | undefined; ":active"?: import("@emotion/serialize").CSSObject | undefined; ":after"?: import("@emotion/serialize").CSSObject | undefined; ":any-link"?: import("@emotion/serialize").CSSObject | undefined; ":before"?: import("@emotion/serialize").CSSObject | undefined; ":blank"?: import("@emotion/serialize").CSSObject | undefined; ":checked"?: import("@emotion/serialize").CSSObject | undefined; ":current"?: import("@emotion/serialize").CSSObject | undefined; ":default"?: import("@emotion/serialize").CSSObject | undefined; ":defined"?: import("@emotion/serialize").CSSObject | undefined; ":disabled"?: import("@emotion/serialize").CSSObject | undefined; ":empty"?: import("@emotion/serialize").CSSObject | undefined; ":enabled"?: import("@emotion/serialize").CSSObject | undefined; ":first"?: import("@emotion/serialize").CSSObject | undefined; ":first-child"?: import("@emotion/serialize").CSSObject | undefined; ":first-letter"?: import("@emotion/serialize").CSSObject | undefined; ":first-line"?: import("@emotion/serialize").CSSObject | undefined; ":first-of-type"?: import("@emotion/serialize").CSSObject | undefined; ":focus"?: import("@emotion/serialize").CSSObject | undefined; ":focus-visible"?: import("@emotion/serialize").CSSObject | undefined; ":focus-within"?: import("@emotion/serialize").CSSObject | undefined; ":fullscreen"?: import("@emotion/serialize").CSSObject | undefined; ":future"?: import("@emotion/serialize").CSSObject | undefined; ":hover"?: import("@emotion/serialize").CSSObject | undefined; ":in-range"?: import("@emotion/serialize").CSSObject | undefined; ":indeterminate"?: import("@emotion/serialize").CSSObject | undefined; ":invalid"?: import("@emotion/serialize").CSSObject | undefined; ":last-child"?: import("@emotion/serialize").CSSObject | undefined; ":last-of-type"?: import("@emotion/serialize").CSSObject | undefined; ":left"?: import("@emotion/serialize").CSSObject | undefined; ":link"?: import("@emotion/serialize").CSSObject | undefined; ":local-link"?: import("@emotion/serialize").CSSObject | undefined; ":nth-col"?: import("@emotion/serialize").CSSObject | undefined; ":nth-last-col"?: import("@emotion/serialize").CSSObject | undefined; ":only-child"?: import("@emotion/serialize").CSSObject | undefined; ":only-of-type"?: import("@emotion/serialize").CSSObject | undefined; ":optional"?: import("@emotion/serialize").CSSObject | undefined; ":out-of-range"?: import("@emotion/serialize").CSSObject | undefined; ":past"?: import("@emotion/serialize").CSSObject | undefined; ":paused"?: import("@emotion/serialize").CSSObject | undefined; ":picture-in-picture"?: import("@emotion/serialize").CSSObject | undefined; ":placeholder-shown"?: import("@emotion/serialize").CSSObject | undefined; ":read-only"?: import("@emotion/serialize").CSSObject | undefined; ":read-write"?: import("@emotion/serialize").CSSObject | undefined; ":required"?: import("@emotion/serialize").CSSObject | undefined; ":right"?: import("@emotion/serialize").CSSObject | undefined; ":root"?: import("@emotion/serialize").CSSObject | undefined; ":scope"?: import("@emotion/serialize").CSSObject | undefined; ":target"?: import("@emotion/serialize").CSSObject | undefined; ":target-within"?: import("@emotion/serialize").CSSObject | undefined; ":user-invalid"?: import("@emotion/serialize").CSSObject | undefined; ":user-valid"?: import("@emotion/serialize").CSSObject | undefined; ":valid"?: import("@emotion/serialize").CSSObject | undefined; ":visited"?: import("@emotion/serialize").CSSObject | undefined; label?: string | undefined; }; loadingIndicator: () => {}; loadingMessage: () => {}; menu: () => {}; menuList: ({ maxHeight }: { maxHeight: number; }) => { maxHeight: number; }; multiValue: () => {}; multiValueLabel: () => {}; multiValueRemove: () => {}; noOptionsMessage: () => {}; option: () => {}; placeholder: (originalStyles: CSSObjectWithLabel) => { color: string; accentColor?: import("csstype").Property.AccentColor | (import("csstype").Property.AccentColor | undefined)[] | import("csstype").Property.AccentColor[] | undefined; alignContent?: import("csstype").Property.AlignContent | (import("csstype").Property.AlignContent | undefined)[] | import("csstype").Property.AlignContent[] | undefined; alignItems?: import("csstype").Property.AlignItems | (import("csstype").Property.AlignItems | undefined)[] | import("csstype").Property.AlignItems[] | undefined; alignSelf?: import("csstype").Property.AlignSelf | (import("csstype").Property.AlignSelf | undefined)[] | import("csstype").Property.AlignSelf[] | undefined; alignTracks?: import("csstype").Property.AlignTracks | (import("csstype").Property.AlignTracks | undefined)[] | import("csstype").Property.AlignTracks[] | undefined; animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | (import("csstype").Property.AnimationDelay<string & {}> | undefined)[] | import("csstype").Property.AnimationDelay<string & {}>[] | undefined; animationDirection?: import("csstype").Property.AnimationDirection | (import("csstype").Property.AnimationDirection | undefined)[] | import("csstype").Property.AnimationDirection[] | undefined; animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | (import("csstype").Property.AnimationDuration<string & {}> | undefined)[] | import("csstype").Property.AnimationDuration<string & {}>[] | undefined; animationFillMode?: import("csstype").Property.AnimationFillMode | (import("csstype").Property.AnimationFillMode | undefined)[] | import("csstype").Property.AnimationFillMode[] | undefined; animationIterationCount?: import("csstype").Property.AnimationIterationCount | (import("csstype").Property.AnimationIterationCount | undefined)[] | ((string & {}) | import("csstype").Globals | "infinite")[] | undefined; animationName?: import("csstype").Property.AnimationName | (import("csstype").Property.AnimationName | undefined)[] | import("csstype").Property.AnimationName[] | undefined; animationPlayState?: import("csstype").Property.AnimationPlayState | (import("csstype").Property.AnimationPlayState | undefined)[] | import("csstype").Property.AnimationPlayState[] | undefined; animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | (import("csstype").Property.AnimationTimingFunction | undefined)[] | import("csstype").Property.AnimationTimingFunction[] | undefined; appearance?: import("csstype").Property.Appearance | (import("csstype").Property.Appearance | undefined)[] | import("csstype").Property.Appearance[] | undefined; aspectRatio?: import("csstype").Property.AspectRatio | (import("csstype").Property.AspectRatio | undefined)[] | import("csstype").Property.AspectRatio[] | undefined; backdropFilter?: import("csstype").Property.BackdropFilter | (import("csstype").Property.BackdropFilter | undefined)[] | import("csstype").Property.BackdropFilter[] | undefined; backfaceVisibility?: import("csstype").Property.BackfaceVisibility | (import("csstype").Property.BackfaceVisibility | undefined)[] | import("csstype").Property.BackfaceVisibility[] | undefined; backgroundAttachment?: import("csstype").Property.BackgroundAttachment | (import("csstype").Property.BackgroundAttachment | undefined)[] | import("csstype").Property.BackgroundAttachment[] | undefined; backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | (import("csstype").Property.BackgroundBlendMode | undefined)[] | import("csstype").Property.BackgroundBlendMode[] | undefined; backgroundClip?: import("csstype").Property.BackgroundClip | (import("csstype").Property.BackgroundClip | undefined)[] | import("csstype").Property.BackgroundClip[] | undefined; backgroundColor?: import("csstype").Property.BackgroundColor | (import("csstype").Property.BackgroundColor | undefined)[] | import("csstype").Property.BackgroundColor[] | undefined; backgroundImage?: import("csstype").Property.BackgroundImage | (import("csstype").Property.BackgroundImage | undefined)[] | import("csstype").Property.BackgroundImage[] | undefined; backgroundOrigin?: import("csstype").Property.BackgroundOrigin | (import("csstype").Property.BackgroundOrigin | undefined)[] | import("csstype").Property.BackgroundOrigin[] | undefined; backgroundPositionX?: (string | (string & {}))[] | import("csstype").Property.BackgroundPositionX<string | number> | (import("csstype").Property.BackgroundPositionX<string | number> | undefined)[] | undefined; backgroundPositionY?: (string | (string & {}))[] | import("csstype").Property.BackgroundPositionY<string | number> | (import("csstype").Property.BackgroundPositionY<string | number> | undefined)[] | undefined; backgroundRepeat?: import("csstype").Property.BackgroundRepeat | (import("csstype").Property.BackgroundRepeat | undefined)[] | import("csstype").Property.BackgroundRepeat[] | undefined; backgroundSize?: (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | (import("csstype").Property.BackgroundSize<string | number> | undefined)[] | undefined; blockOverflow?: import("csstype").Property.BlockOverflow | (import("csstype").Property.BlockOverflow | undefined)[] | import("csstype").Property.BlockOverflow[] | undefined; blockSize?: (string | (string & {}))[] | import("csstype").Property.BlockSize<string | number> | (import("csstype").Property.BlockSize<string | number> | undefined)[] | undefined; borderBlockColor?: import("csstype").Property.BorderBlockColor | (import("csstype").Property.BorderBlockColor | undefined)[] | import("csstype").Property.BorderBlockColor[] | undefined; borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | (import("csstype").Property.BorderBlockEndColor | undefined)[] | import("csstype").Property.BorderBlockEndColor[] | undefined; borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | (import("csstype").Property.BorderBlockEndStyle | undefined)[] | import("csstype").Property.BorderBlockEndStyle[] | undefined; borderBlockEndWidth?: string[] | import("csstype").Property.BorderBlockEndWidth<string | number> | (import("csstype").Property.BorderBlockEndWidth<string | number> | undefined)[] | undefined; borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | (import("csstype").Property.BorderBlockStartColor | undefined)[] | import("csstype").Property.BorderBlockStartColor[] | undefined; borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | (import("csstype").Property.BorderBlockStartStyle | undefined)[] | import("csstype").Property.BorderBlockStartStyle[] | undefined; borderBlockStartWidth?: string[] | import("csstype").Property.BorderBlockStartWidth<string | number> | (import("csstype").Property.BorderBlockStartWidth<string | number> | undefined)[] | undefined; borderBlockStyle?: import("csstype").Property.BorderBlockStyle | (import("csstype").Property.BorderBlockStyle | undefined)[] | import("csstype").Property.BorderBlockStyle[] | undefined; borderBlockWidth?: string[] | import("csstype").Property.BorderBlockWidth<string | number> | (import("csstype").Property.BorderBlockWidth<string | number> | undefined)[] | undefined; borderBottomColor?: import("csstype").Property.BorderBottomColor | (import("csstype").Property.BorderBottomColor | undefined)[] | import("csstype").Property.BorderBottomColor[] | undefined; borderBottomLeftRadius?: (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | (import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined)[] | undefined; borderBottomRightRadius?: (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | (import("csstype").Property.BorderBottomRightRadius<string | number> | undefined)[] | undefined; borderBottomStyle?: import("csstype").Property.BorderBottomStyle | (import("csstype").Property.BorderBottomStyle | undefined)[] | import("csstype").Property.BorderBottomStyle[] | undefined; borderBottomWidth?: string[] | import("csstype").Property.BorderBottomWidth<string | number> | (import("csstype").Property.BorderBottomWidth<string | number> | undefined)[] | undefined; borderCollapse?: import("csstype").Property.BorderCollapse | (import("csstype").Property.BorderCollapse | undefined)[] | import("csstype").Property.BorderCollapse[] | undefined; borderEndEndRadius?: (string | (string & {}))[] | import("csstype").Property.BorderEndEndRadius<string | number> | (import("csstype").Property.BorderEndEndRadius<string | number> | undefined)[] | undefined; borderEndStartRadius?: (string | (string & {}))[] | import("csstype").Property.BorderEndStartRadius<string | number> | (import("csstype").Property.BorderEndStartRadius<string | number> | undefined)[] | undefined; borderImageOutset?: (string | (string & {}))[] | import("csstype").Property.BorderImageOutset<string | number> | (import("csstype").Property.BorderImageOutset<string | number> | undefined)[] | undefined; borderImageRepeat?: import("csstype").Property.BorderImageRepeat | (import("csstype").Property.BorderImageRepeat | undefined)[] | import("csstype").Property.BorderImageRepeat[] | undefined; borderImageSlice?: import("csstype").Property.BorderImageSlice | (import("csstype").Property.BorderImageSlice | undefined)[] | ((string & {}) | import("csstype").Globals)[] | undefined; borderImageSource?: import("csstype").Property.BorderImageSource | (import("csstype").Property.BorderImageSource | undefined)[] | import("csstype").Property.BorderImageSource[] | undefined; borderImageWidth?: (string | (string & {}))[] | import("csstype").Property.BorderImageWidth<string | number> | (import("csstype").Property.BorderImageWidth<string | number> | undefined)[] | undefined; borderInlineColor?: import("csstype").Property.BorderInlineColor | (import("csstype").Property.BorderInlineColor | undefined)[] | import("csstype").Property.BorderInlineColor[] | undefined; borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | (import("csstype").Property.BorderInlineEndColor | undefined)[] | import("csstype").Property.BorderInlineEndColor[] | undefined; borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | (import("csstype").Property.BorderInlineEndStyle | undefined)[] | import("csstype").Property.BorderInlineEndStyle[] | undefined; borderInlineEndWidth?: string[] | import("csstype").Property.BorderInlineEndWidth<string | number> | (import("csstype").Property.BorderInlineEndWidth<string | number> | undefined)[] | undefined; borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | (import("csstype").Property.BorderInlineStartColor | undefined)[] | import("csstype").Property.BorderInlineStartColor[] | undefined; borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | (import("csstype").Property.BorderInlineStartStyle | undefined)[] | import("csstype").Property.BorderInlineStartStyle[] | undefined; borderInlineStartWidth?: string[] | import("csstype").Property.BorderInlineStartWidth<string | number> | (import("csstype").Property.BorderInlineStartWidth<string | number> | undefined)[] | undefined; borderInlineStyle?: import("csstype").Property.BorderInlineStyle | (import("csstype").Property.BorderInlineStyle | undefined)[] | import("csstype").Property.BorderInlineStyle[] | undefined; borderInlineWidth?: string[] | import("csstype").Property.BorderInlineWidth<string | number> | (import("csstype").Property.BorderInlineWidth<string | number> | undefined)[] | undefined; borderLeftColor?: import("csstype").Property.BorderLeftColor | (import("csstype").Property.BorderLeftColor | undefined)[] | import("csstype").Property.BorderLeftColor[] | undefined; borderLeftStyle?: import("csstype").Property.BorderLeftStyle | (import("csstype").Property.BorderLeftStyle | undefined)[] | import("csstype").Property.BorderLeftStyle[] | undefined; borderLeftWidth?: string[] | import("csstype").Property.BorderLeftWidth<string | number> | (import("csstype").Property.BorderLeftWidth<string | number> | undefined)[] | undefined; borderRightColor?: import("csstype").Property.BorderRightColor | (import("csstype").Property.BorderRightColor | undefined)[] | import("csstype").Property.BorderRightColor[] | undefined; borderRightStyle?: import("csstype").Property.BorderRightStyle | (import("csstype").Property.BorderRightStyle | undefined)[] | import("csstype").Property.BorderRightStyle[] | undefined; borderRightWidth?: string[] | import("csstype").Property.BorderRightWidth<string | number> | (import("csstype").Property.BorderRightWidth<string | number> | undefined)[] | undefined; borderSpacing?: (string | (string & {}))[] | import("csstype").Property.BorderSpacing<string | number> | (import("csstype").Property.BorderSpacing<string | number> | undefined)[] | undefined; borderStartEndRadius?: (string | (string & {}))[] | import("csstype").Property.BorderStartEndRadius<string | number> | (import("csstype").Property.BorderStartEndRadius<string | number> | undefined)[] | undefined; borderStartStartRadius?: (string | (string & {}))[] | import("csstype").Property.BorderStartStartRadius<string | number> | (import("csstype").Property.BorderStartStartRadius<string | number> | undefined)[] | undefined; borderTopColor?: import("csstype").Property.BorderTopColor | (import("csstype").Property.BorderTopColor | undefined)[] | import("csstype").Property.BorderTopColor[] | undefined; borderTopLeftRadius?: (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | (import("csstype").Property.BorderTopLeftRadius<string | number> | undefined)[] | undefined; borderTopRightRadius?: (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | (import("csstype").Property.BorderTopRightRadius<string | number> | undefined)[] | undefined; borderTopStyle?: import("csstype").Property.BorderTopStyle | (import("csstype").Property.BorderTopStyle | undefined)[] | import("csstype").Property.BorderTopStyle[] | undefined; borderTopWidth?: string[] | import("csstype").Property.BorderTopWidth<string | number> | (import("csstype").Property.BorderTopWidth<string | number> | undefined)[] | undefined; bottom?: (string | (string & {}))[] | import("csstype").Property.Bottom<string | number> | (import("csstype").Property.Bottom<string | number> | undefined)[] | undefined; boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | (import("csstype").Property.BoxDecorationBreak | undefined)[] | import("csstype").Property.BoxDecorationBreak[] | undefined; boxShadow?: import("csstype").Property.BoxShadow | (import("csstype").Property.BoxShadow | undefined)[] | import("csstype").Property.BoxShadow[] | undefined; boxSizing?: import("csstype").Property.BoxSizing | (import("csstype").Property.BoxSizing | undefined)[] | import("csstype").Property.BoxSizing[] | undefined; breakAfter?: import("csstype").Property.BreakAfter | (import("csstype").Property.BreakAfter | undefined)[] | import("csstype").Property.BreakAfter[] | undefined; breakBefore?: import("csstype").Property.BreakBefore | (import("csstype").Property.BreakBefore | undefined)[] | import("csstype").Property.BreakBefore[] | undefined; breakInside?: import("csstype").Property.BreakInside | (import("csstype").Property.BreakInside | undefined)[] | import("csstype").Property.BreakInside[] | undefined; captionSide?: import("csstype").Property.CaptionSide | (import("csstype").Property.CaptionSide | undefined)[] | import("csstype").Property.CaptionSide[] | undefined; caretColor?: import("csstype").Property.CaretColor | (import("csstype").Property.CaretColor | undefined)[] | import("csstype").Property.CaretColor[] | undefined; clear?: import("csstype").Property.Clear | (import("csstype").Property.Clear | undefined)[] | import("csstype").Property.Clear[] | undefined; clipPath?: import("csstype").Property.ClipPath | (import("csstype").Property.ClipPath | undefined)[] | import("csstype").Property.ClipPath[] | undefined; colorAdjust?: import("csstype").Property.ColorAdjust | (import("csstype").Property.ColorAdjust | undefined)[] | import("csstype").Property.ColorAdjust[] | undefined; colorScheme?: import("csstype").Property.ColorScheme | (import("csstype").Property.ColorScheme | undefined)[] | import("csstype").Property.ColorScheme[] | undefined; columnCount?: import("csstype").Property.ColumnCount | (import("csstype").Property.ColumnCount | undefined)[] | ("auto" | import("csstype").Globals)[] | undefined; columnFill?: import("csstype").Property.ColumnFill | (import("csstype").Property.ColumnFill | undefined)[] | import("csstype").Property.ColumnFill[] | undefined; columnGap?: (string | (string & {}))[] | import("csstype").Property.ColumnGap<string | number> | (import("csstype").Property.ColumnGap<string | number> | undefined)[] | undefined; columnRuleColor?: import("csstype").Property.ColumnRuleColor | (import("csstype").Property.ColumnRuleColor | undefined)[] | import("csstype").Property.ColumnRuleColor[] | undefined; columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | (import("csstype").Property.ColumnRuleStyle | undefined)[] | import("csstype").Property.ColumnRuleStyle[] | undefined; columnRuleWidth?: (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | (import("csstype").Property.ColumnRuleWidth<string | number> | undefined)[] | undefined; columnSpan?: import("csstype").Property.ColumnSpan | (import("csstype").Property.ColumnSpan | undefined)[] | import("csstype").Property.ColumnSpan[] | undefined; columnWidth?: string[] | import("csstype").Property.ColumnWidth<string | number> | (import("csstype").Property.ColumnWidth<string | number> | undefined)[] | undefined; contain?: import("csstype").Property.Contain | (import("csstype").Property.Contain | undefined)[] | import("csstype").Property.Contain[] | undefined; content?: import("csstype").Property.Content | (import("csstype").Property.Content | undefined)[] | import("csstype").Property.Content[] | undefined; contentVisibility?: import("csstype").Property.ContentVisibility | (import("csstype").Property.ContentVisibility | undefined)[] | import("csstype").Property.ContentVisibility[] | undefined; counterIncrement?: import("csstype").Property.CounterIncrement | (import("csstype").Property.CounterIncrement | undefined)[] | import("csstype").Property.CounterIncrement[] | undefined; counterReset?: import("csstype").Property.CounterReset | (import("csstype").Property.CounterReset | undefined)[] | import("csstype").Property.CounterReset[] | undefined; counterSet?: import("csstype").Property.CounterSet | (import("csstype").Property.CounterSet | undefined)[] | import("csstype").Property.CounterSet[] | undefined; cursor?: import("csstype").Property.Cursor | (import("csstype").Property.Cursor | undefined)[] | import("csstype").Property.Cursor[] | undefined; direction?: import("csstype").Property.Direction | (import("csstype").Property.Direction | undefined)[] | import("csstype").Property.Direction[] | undefined; display?: import("csstype").Property.Display | (import("csstype").Property.Display | undefined)[] | import("csstype").Property.Display[] | undefined; emptyCells?: import("csstype").Property.EmptyCells | (import("csstype").Property.EmptyCells | undefined)[] | import("csstype").Property.EmptyCells[] | undefined; filter?: import("csstype").Property.Filter | (import("csstype").Property.Filter | undefined)[] | import("csstype").Property.Filter[] | undefined; flexBasis?: (string | (string & {}))[] | import("csstype").Property.FlexBasis<string | number> | (import("csstype").Property.FlexBasis<string | number> | undefined)[] | undefined; flexDirection?: import("csstype").Property.FlexDirection | (import("csstype").Property.FlexDirection | undefined)[] | import("csstype").Property.FlexDirection[] | undefined; flexGrow?: import("csstype").Property.FlexGrow | (import("csstype").Property.FlexGrow | undefined)[] | import("csstype").Globals[] | undefined; flexShrink?: import("csstype").Globals[] | import("csstype").Property.FlexShrink | (import("csstype").Property.FlexShrink | undefined)[] | undefined; flexWrap?: import("csstype").Property.FlexWrap | (import("csstype").Property.FlexWrap | undefined)[] | import("csstype").Property.FlexWrap[] | undefined; float?: import("csstype").Property.Float | (import("csstype").Property.Float | undefined)[] | import("csstype").Property.Float[] | undefined; fontFamily?: import("csstype").Property.FontFamily | (import("csstype").Property.FontFamily | undefined)[] | import("csstype").Property.FontFamily[] | undefined; fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | (import("csstype").Property.FontFeatureSettings | undefined)[] | import("csstype").Property.FontFeatureSettings[] | undefined; fontKerning?: import("csstype").Property.FontKerning | (import("csstype").Property.FontKerning | undefined)[] | import("csstype").Property.FontKerning[] | undefined; fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | (import("csstype").Property.FontLanguageOverride | undefined)[] | import("csstype").Property.FontLanguageOverride[] | undefined; fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | (import("csstype").Property.FontOpticalSizing | undefined)[] | import("csstype").Property.FontOpticalSizing[] | undefined; fontSize?: (string | (string & {}))[] | import("csstype").Property.FontSize<string | number> | (import("csstype").Property.FontSize<string | number> | undefined)[] | undefined; fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | (import("csstype").Property.FontSizeAdjust | undefined)[] | ("none" | (string & {}) | import("csstype").Globals | "from-font")[] | undefined; fontSmooth?: string[] | import("csstype").Property.FontSmooth<string | number> | (import("csstype").Property.FontSmooth<string | number> | undefined)[] | undefined; fontStretch?: import("csstype").Property.FontStretch | (import("csstype").Property.FontStretch | undefined)[] | import("csstype").Property.FontStretch[] | undefined; fontStyle?: import("csstype").Property.FontStyle | (import("csstype").Property.FontStyle | undefined)[] | import("csstype").Property.FontStyle[] | undefined; fontSynthesis?: import("csstype").Property.FontSynthesis | (import("csstype").Property.FontSynthesis | undefined)[] | import("csstype").Property.FontSynthesis[] | undefined; fontVariant?: import("csstype").Property.FontVariant | (import("csstype").Property.FontVariant | undefined)[] | import("csstype").Property.FontVariant[] | undefined; fontVariantCaps?: import("csstype").Property.FontVariantCaps | (import("csstype").Property.FontVariantCaps | undefined)[] | import("csstype").Property.FontVariantCaps[] | undefined; fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | (import("csstype").Property.FontVariantEastAsian | undefined)[] | import("csstype").Property.FontVariantEastAsian[] | undefined; fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | (import("csstype").Property.FontVariantLigatures | undefined)[] | import("csstype").Property.FontVariantLigatures[] | undefined; fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | (import("csstype").Property.FontVariantNumeric | undefined)[] | import("csstype").Property.FontVariantNumeric[] | undefined; fontVariantPosition?: import("csstype").Property.FontVariantPosition | (import("csstype").Property.FontVariantPosition | undefined)[] | import("csstype").Property.FontVariantPosition[] | undefined; fontVariationSettings?: import("csstype").Property.FontVariationSettings | (import("csstype").Property.FontVariationSettings | undefined)[] | import("csstype").Property.FontVariationSettings[] | undefined; fontWeight?: import("csstype").Property.FontWeight | (import("csstype").Property.FontWeight | undefined)[] | ("bold" | import("csstype").Globals | "normal" | "bolder" | "lighter")[] | undefined; forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | (import("csstype").Property.ForcedColorAdjust | undefined)[] | import("csstype").Property.ForcedColorAdjust[] | undefined; gridAutoColumns?: (string | (string & {}))[] | import("csstype").Property.GridAutoColumns<string | number> | (import("csstype").Property.GridAutoColumns<string | number> | undefined)[] | undefined; gridAutoFlow?: import("csstype").Property.GridAutoFlow | (import("csstype").Property.GridAutoFlow | undefined)[] | import("csstype").Property.GridAutoFlow[] | undefined; gridAutoRows?: (string | (string & {}))[] | import("csstype").Property.GridAutoRows<string | number> | (import("csstype").Property.GridAutoRows<string | number> | undefined)[] | undefined; gridColumnEnd?: import("csstype").Property.GridColumnEnd | (import("csstype").Property.GridColumnEnd | undefined)[] | ("auto" | (string & {}) | import("csstype").Globals)[] | undefined; gridColumnStart?: ("auto" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.GridColumnStart | (import("csstype").Property.GridColumnStart | undefined)[] | undefined; gridRowEnd?: ("auto" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.GridRowEnd | (import("csstype").Property.GridRowEnd | undefined)[] | undefined; gridRowStart?: ("auto" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.GridRowStart | (import("csstype").Property.GridRowStart | undefined)[] | undefined; gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | (import("csstype").Property.GridTemplateAreas | undefined)[] | import("csstype").Property.GridTemplateAreas[] | undefined; gridTemplateColumns?: (string | (string & {}))[] | import("csstype").Property.GridTemplateColumns<string | number> | (import("csstype").Property.GridTemplateColumns<string | number> | undefined)[] | undefined; gridTemplateRows?: (string | (string & {}))[] | import("csstype").Property.GridTemplateRows<string | number> | (import("csstype").Property.GridTemplateRows<string | number> | undefined)[] | undefined; hangingPunctuation?: import("csstype").Property.HangingPunctuation | (import("csstype").Property.HangingPunctuation | undefined)[] | import("csstype").Property.HangingPunctuation[] | undefined; height?: (string | (string & {}))[] | import("csstype").Property.Height<string | number> | (import("csstype").Property.Height<string | number> | undefined)[] | undefined; hyphens?: import("csstype").Property.Hyphens | (import("csstype").Property.Hyphens | undefined)[] | import("csstype").Property.Hyphens[] | undefined; imageOrientation?: import("csstype").Property.ImageOrientation | (import("csstype").Property.ImageOrientation | undefined)[] | import("csstype").Property.ImageOrientation[] | undefined; imageRendering?: import("csstype").Property.ImageRendering | (import("csstype").Property.ImageRendering | undefined)[] | import("csstype").Property.ImageRendering[] | undefined; imageResolution?: import("csstype").Property.ImageResolution | (import("csstype").Property.ImageResolution | undefined)[] | import("csstype").Property.ImageResolution[] | undefined; initialLetter?: import("csstype").Property.InitialLetter | (import("csstype").Property.InitialLetter | undefined)[] | ((string & {}) | import("csstype").Globals | "normal")[] | undefined; inlineSize?: (string | (string & {}))[] | import("csstype").Property.InlineSize<string | number> | (import("csstype").Property.InlineSize<string | number> | undefined)[] | undefined; inset?: (string | (string & {}))[] | import("csstype").Property.Inset<string | number> | (import("csstype").Property.Inset<string | number> | undefined)[] | undefined; insetBlock?: (string | (string & {}))[] | import("csstype").Property.InsetBlock<string | number> | (import("csstype").Property.InsetBlock<string | number> | undefined)[] | undefined; insetBlockEnd?: (string | (string & {}))[] | import("csstype").Property.InsetBlockEnd<string | number> | (import("csstype").Property.InsetBlockEnd<string | number> | undefined)[] | undefined; insetBlockStart?: (string | (string & {}))[] | import("csstype").Property.InsetBlockStart<string | number> | (import("csstype").Property.InsetBlockStart<string | number> | undefined)[] | undefined; insetInline?: (string | (string & {}))[] | import("csstype").Property.InsetInline<string | number> | (import("csstype").Property.InsetInline<string | number> | undefined)[] | undefined; insetInlineEnd?: (string | (string & {}))[] | import("csstype").Property.InsetInlineEnd<string | number> | (import("csstype").Property.InsetInlineEnd<string | number> | undefined)[] | undefined; insetInlineStart?: (string | (string & {}))[] | import("csstype").Property.InsetInlineStart<string | number> | (import("csstype").Property.InsetInlineStart<string | number> | undefined)[] | undefined; isolation?: import("csstype").Property.Isolation | (import("csstype").Property.Isolation | undefined)[] | import("csstype").Property.Isolation[] | undefined; justifyContent?: import("csstype").Property.JustifyContent | (import("csstype").Property.JustifyContent | undefined)[] | import("csstype").Property.JustifyContent[] | undefined; justifyItems?: import("csstype").Property.JustifyItems | (import("csstype").Property.JustifyItems | undefined)[] | import("csstype").Property.JustifyItems[] | undefined; justifySelf?: import("csstype").Property.JustifySelf | (import("csstype").Property.JustifySelf | undefined)[] | import("csstype").Property.JustifySelf[] | undefined; justifyTracks?: import("csstype").Property.JustifyTracks | (import("csstype").Property.JustifyTracks | undefined)[] | import("csstype").Property.JustifyTracks[] | undefined; left?: (string | (string & {}))[] | import("csstype").Property.Left<string | number> | (import("csstype").Property.Left<string | number> | undefined)[] | undefined; letterSpacing?: string[] | import("csstype").Property.LetterSpacing<string | number> | (import("csstype").Property.LetterSpacing<string | number> | undefined)[] | undefined; lineBreak?: import("csstype").Property.LineBreak | (import("csstype").Property.LineBreak | undefined)[] | import("csstype").Property.LineBreak[] | undefined; lineHeight?: (string | (string & {}))[] | import("csstype").Property.LineHeight<string | number> | (import("csstype").Property.LineHeight<string | number> | undefined)[] | undefined; lineHeightStep?: string[] | import("csstype").Property.LineHeightStep<string | number> | (import("csstype").Property.LineHeightStep<string | number> | undefined)[] | undefined; listStyleImage?: import("csstype").Property.ListStyleImage | (import("csstype").Property.ListStyleImage | undefined)[] | import("csstype").Property.ListStyleImage[] | undefined; listStylePosition?: import("csstype").Property.ListStylePosition | (import("csstype").Property.ListStylePosition | undefined)[] | import("csstype").Property.ListStylePosition[] | undefined; listStyleType?: import("csstype").Property.ListStyleType | (import("csstype").Property.ListStyleType | undefined)[] | import("csstype").Property.ListStyleType[] | undefined; marginBlock?: (string | (string & {}))[] | import("csstype").Property.MarginBlock<string | number> | (import("csstype").Property.MarginBlock<string | number> | undefined)[] | undefined; marginBlockEnd?: (string | (string & {}))[] | import("csstype").Property.MarginBlockEnd<string | number> | (import("csstype").Property.MarginBlockEnd<string | number> | undefined)[] | undefined; marginBlockStart?: (string | (string & {}))[] | import("csstype").Property.MarginBlockStart<string | number> | (import("csstype").Property.MarginBlockStart<string | number> | undefined)[] | undefined; marginBottom?: (string | (string & {}))[] | import("csstype").Property.MarginBottom<string | number> | (import("csstype").Property.MarginBottom<string | number> | undefined)[] | undefined; marginInline?: (string | (string & {}))[] | import("csstype").Property.MarginInline<string | number> | (import("csstype").Property.MarginInline<string | number> | undefined)[] | undefined; marginInlineEnd?: (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | (import("csstype").Property.MarginInlineEnd<string | number> | undefined)[] | undefined; marginInlineStart?: (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | (import("csstype").Property.MarginInlineStart<string | number> | undefined)[] | undefined; marginLeft?: (string | (string & {}))[] | import("csstype").Property.MarginLeft<string | number> | (import("csstype").Property.MarginLeft<string | number> | undefined)[] | undefined; marginRight?: (string | (string & {}))[] | import("csstype").Property.MarginRight<string | number> | (import("csstype").Property.MarginRight<string | number> | undefined)[] | undefined; marginTop?: (string | (string & {}))[] | import("csstype").Property.MarginTop<string | number> | (import("csstype").Property.MarginTop<string | number> | undefined)[] | undefined; maskBorderMode?: import("csstype").Property.MaskBorderMode | (import("csstype").Property.MaskBorderMode | undefined)[] | import("csstype").Property.MaskBorderMode[] | undefined; maskBorderOutset?: (string | (string & {}))[] | import("csstype").Property.MaskBorderOutset<string | number> | (import("csstype").Property.MaskBorderOutset<string | number> | undefined)[] | undefined; maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | (import("csstype").Property.MaskBorderRepeat | undefined)[] | import("csstype").Property.MaskBorderRepeat[] | undefined; maskBorderSlice?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.MaskBorderSlice | (import("csstype").Property.MaskBorderSlice | undefined)[] | undefined; maskBorderSource?: import("csstype").Property.MaskBorderSource | (import("csstype").Property.MaskBorderSource | undefined)[] | import("csstype").Property.MaskBorderSource[] | undefined; maskBorderWidth?: (string | (string & {}))[] | import("csstype").Property.MaskBorderWidth<string | number> | (import("csstype").Property.MaskBorderWidth<string | number> | undefined)[] | undefined; maskClip?: import("csstype").Property.MaskClip | (import("csstype").Property.MaskClip | undefined)[] | import("csstype").Property.MaskClip[] | undefined; maskComposite?: import("csstype").Property.MaskComposite | (import("csstype").Property.MaskComposite | undefined)[] | import("csstype").Property.MaskComposite[] | undefined; maskImage?: import("csstype").Property.MaskImage | (import("csstype").Property.MaskImage | undefined)[] | import("csstype").Property.MaskImage[] | undefined; maskMode?: import("csstype").Property.MaskMode | (import("csstype").Property.MaskMode | undefined)[] | import("csstype").Property.MaskMode[] | undefined; maskOrigin?: import("csstype").Property.MaskOrigin | (import("csstype").Property.MaskOrigin | undefined)[] | import("csstype").Property.MaskOrigin[] | undefined; maskPosition?: (string | (string & {}))[] | import("csstype").Property.MaskPosition<string | number> | (import("csstype").Property.MaskPosition<string | number> | undefined)[] | undefined; maskRepeat?: import("csstype").Property.MaskRepeat | (import("csstype").Property.MaskRepeat | undefined)[] | import("csstype").Property.MaskRepeat[] | undefined; maskSize?: (string | (string & {}))[] | import("csstype").Property.MaskSize<string | number> | (import("csstype").Property.MaskSize<string | number> | undefined)[] | undefined; maskType?: import("csstype").Property.MaskType | (import("csstype").Property.MaskType | undefined)[] | import("csstype").Property.MaskType[] | undefined; mathStyle?: import("csstype").Property.MathStyle | (import("csstype").Property.MathStyle | undefined)[] | import("csstype").Property.MathStyle[] | undefined; maxBlockSize?: (string | (string & {}))[] | import("csstype").Property.MaxBlockSize<string | number> | (import("csstype").Property.MaxBlockSize<string | number> | undefined)[] | undefined; maxHeight?: (string | (string & {}))[] | import("csstype").Property.MaxHeight<string | number> | (import("csstype").Property.MaxHeight<string | number> | undefined)[] | undefined; maxInlineSize?: (string | (string & {}))[] | import("csstype").Property.MaxInlineSize<string | number> | (import("csstype").Property.MaxInlineSize<string | number> | undefined)[] | undefined; maxLines?: import("csstype").Property.MaxLines | (import("csstype").Property.MaxLines | undefined)[] | ("none" | import("csstype").Globals)[] | undefined; maxWidth?: (string | (string & {}))[] | import("csstype").Property.MaxWidth<string | number> | (import("csstype").Property.MaxWidth<string | number> | undefined)[] | undefined; minBlockSize?: (string | (string & {}))[] | import("csstype").Property.MinBlockSize<string | number> | (import("csstype").Property.MinBlockSize<string | number> | undefined)[] | undefined; minHeight?: (string | (string & {}))[] | import("csstype").Property.MinHeight<string | number> | (import("csstype").Property.MinHeight<string | number> | undefined)[] | undefined; minInlineSize?: (string | (string & {}))[] | import("csstype").Property.MinInlineSize<string | number> | (import("csstype").Property.MinInlineSize<string | number> | undefined)[] | undefined; minWidth?: (string | (string & {}))[] | import("csstype").Property.MinWidth<string | number> | (import("csstype").Property.MinWidth<string | number> | undefined)[] | undefined; mixBlendMode?: import("csstype").Property.MixBlendMode | (import("csstype").Property.MixBlendMode | undefined)[] | import("csstype").Property.MixBlendMode[] | undefined; motionDistance?: (string | (string & {}))[] | import("csstype").Property.OffsetDistance<string | number> | (import("csstype").Property.OffsetDistance<string | number> | undefined)[] | undefined; motionPath?: import("csstype").Property.OffsetPath | (import("csstype").Property.OffsetPath | undefined)[] | import("csstype").Property.OffsetPath[] | undefined; motionRotation?: import("csstype").Property.OffsetRotate | (import("csstype").Property.OffsetRotate | undefined)[] | import("csstype").Property.OffsetRotate[] | undefined; objectFit?: import("csstype").Property.ObjectFit | (import("csstype").Property.ObjectFit | undefined)[] | import("csstype").Property.ObjectFit[] | undefined; objectPosition?: (string | (string & {}))[] | import("csstype").Property.ObjectPosition<string | number> | (import("csstype").Property.ObjectPosition<string | number> | undefined)[] | undefined; offsetAnchor?: (string | (string & {}))[] | import("csstype").Property.OffsetAnchor<string | number> | (import("csstype").Property.OffsetAnchor<string | number> | undefined)[] | undefined; offsetDistance?: (string | (string & {}))[] | import("csstype").Property.OffsetDistance<string | number> | (import("csstype").Property.OffsetDistance<string | number> | undefined)[] | undefined; offsetPath?: import("csstype").Property.OffsetPath | (import("csstype").Property.OffsetPath | undefined)[] | import("csstype").Property.OffsetPath[] | undefined; offsetRotate?: import("csstype").Property.OffsetRotate | (import("csstype").Property.OffsetRotate | undefined)[] | import("csstype").Property.OffsetRotate[] | undefined; offsetRotation?: import("csstype").Property.OffsetRotate | (import("csstype").Property.OffsetRotate | undefined)[] | import("csstype").Property.OffsetRotate[] | undefined; opacity?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Opacity | (import("csstype").Property.Opacity | undefined)[] | undefined; order?: import("csstype").Globals[] | import("csstype").Property.Order | (import("csstype").Property.Order | undefined)[] | undefined; orphans?: import("csstype").Globals[] | import("csstype").Property.Orphans | (import("csstype").Property.Orphans | undefined)[] | undefined; outlineColor?: import("csstype").Property.OutlineColor | (import("csstype").Property.OutlineColor | undefined)[] | import("csstype").Property.OutlineColor[] | undefined; outlineOffset?: string[] | import("csstype").Property.OutlineOffset<string | number> | (import("csstype").Property.OutlineOffset<string | number> | undefined)[] | undefined; outlineStyle?: import("csstype").Property.OutlineStyle | (import("csstype").Property.OutlineStyle | undefined)[] | import("csstype").Property.OutlineStyle[] | undefined; outlineWidth?: string[] | import("csstype").Property.OutlineWidth<string | number> | (import("csstype").Property.OutlineWidth<string | number> | undefined)[] | undefined; overflowAnchor?: import("csstype").Property.OverflowAnchor | (import("csstype").Property.OverflowAnchor | undefined)[] | import("csstype").Property.OverflowAnchor[] | undefined; overflowBlock?: import("csstype").Property.OverflowBlock | (import("csstype").Property.OverflowBlock | undefined)[] | import("csstype").Property.OverflowBlock[] | undefined; overflowClipBox?: import("csstype").Property.OverflowClipBox | (import("csstype").Property.OverflowClipBox | undefined)[] | import("csstype").Property.OverflowClipBox[] | undefined; overflowClipMargin?: (string | (string & {}))[] | import("csstype").Property.OverflowClipMargin<string | number> | (import("csstype").Property.OverflowClipMargin<string | number> | undefined)[] | undefined; overflowInline?: import("csstype").Property.OverflowInline | (import("csstype").Property.OverflowInline | undefined)[] | import("csstype").Property.OverflowInline[] | undefined; overflowWrap?: import("csstype").Property.OverflowWrap | (import("csstype").Property.OverflowWrap | undefined)[] | import("csstype").Property.OverflowWrap[] | undefined; overflowX?: import("csstype").Property.OverflowX | (import("csstype").Property.OverflowX | undefined)[] | import("csstype").Property.OverflowX[] | undefined; overflowY?: import("csstype").Property.OverflowY | (import("csstype").Property.OverflowY | undefined)[] | import("csstype").Property.OverflowY[] | undefined; overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | (import("csstype").Property.OverscrollBehaviorBlock | undefined)[] | import("csstype").Property.OverscrollBehaviorBlock[] | undefined; overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | (import("csstype").Property.OverscrollBehaviorInline | undefined)[] | import("csstype").Property.OverscrollBehaviorInline[] | undefined; overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | (import("csstype").Property.OverscrollBehaviorX | undefined)[] | import("csstype").Property.OverscrollBehaviorX[] | undefined; overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | (import("csstype").Property.OverscrollBehaviorY | undefined)[] | import("csstype").Property.OverscrollBehaviorY[] | undefined; paddingBlock?: (string | (string & {}))[] | import("csstype").Property.PaddingBlock<string | number> | (import("csstype").Property.PaddingBlock<string | number> | undefined)[] | undefined; paddingBlockEnd?: (string | (string & {}))[] | import("csstype").Property.PaddingBlockEnd<string | number> | (import("csstype").Property.PaddingBlockEnd<string | number> | undefined)[] | undefined; paddingBlockStart?: (string | (string & {}))[] | import("csstype").Property.PaddingBlockStart<string | number> | (import("csstype").Property.PaddingBlockStart<string | number> | undefined)[] | undefined; paddingBottom?: (string | (string & {}))[] | import("csstype").Property.PaddingBottom<string | number> | (import("csstype").Property.PaddingBottom<string | number> | undefined)[] | undefined; paddingInline?: (string | (string & {}))[] | import("csstype").Property.PaddingInline<string | number> | (import("csstype").Property.PaddingInline<string | number> | undefined)[] | undefined; paddingInlineEnd?: (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | (import("csstype").Property.PaddingInlineEnd<string | number> | undefined)[] | undefined; paddingInlineStart?: (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | (import("csstype").Property.PaddingInlineStart<string | number> | undefined)[] | undefined; paddingLeft?: (string | (string & {}))[] | import("csstype").Property.PaddingLeft<string | number> | (import("csstype").Property.PaddingLeft<string | number> | undefined)[] | undefined; paddingRight?: (string | (string & {}))[] | import("csstype").Property.PaddingRight<string | number> | (import("csstype").Property.PaddingRight<string | number> | undefined)[] | undefined; paddingTop?: (string | (string & {}))[] | import("csstype").Property.PaddingTop<string | number> | (import("csstype").Property.PaddingTop<string | number> | undefined)[] | undefined; pageBreakAfter?: import("csstype").Property.PageBreakAfter | (import("csstype").Property.PageBreakAfter | undefined)[] | import("csstype").Property.PageBreakAfter[] | undefined; pageBreakBefore?: import("csstype").Property.PageBreakBefore | (import("csstype").Property.PageBreakBefore | undefined)[] | import("csstype").Property.PageBreakBefore[] | undefined; pageBreakInside?: import("csstype").Property.PageBreakInside | (import("csstype").Property.PageBreakInside | undefined)[] | import("csstype").Property.PageBreakInside[] | undefined; paintOrder?: import("csstype").Property.PaintOrder | (import("csstype").Property.PaintOrder | undefined)[] | import("csstype").Property.PaintOrder[] | undefined; perspective?: string[] | import("csstype").Property.Perspective<string | number> | (import("csstype").Property.Perspective<string | number> | undefined)[] | undefined; perspectiveOrigin?: (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | (import("csstype").Property.PerspectiveOrigin<string | number> | undefined)[] | undefined; placeContent?: import("csstype").Property.PlaceContent | (import("csstype").Property.PlaceContent | undefined)[] | import("csstype").Property.PlaceContent[] | undefined; pointerEvents?: import("csstype").Property.PointerEvents | (import("csstype").Property.PointerEvents | undefined)[] | import("csstype").Property.PointerEvents[] | undefined; position?: import("csstype").Property.Position | (import("csstype").Property.Position | undefined)[] | import("csstype").Property.Position[] | undefined; quotes?: import("csstype").Property.Quotes | (import("csstype").Property.Quotes | undefined)[] | import("csstype").Property.Quotes[] | undefined; resize?: import("csstype").Property.Resize | (import("csstype").Property.Resize | undefined)[] | import("csstype").Property.Resize[] | undefined; right?: (string | (string & {}))[] | import("csstype").Property.Right<string | number> | (import("csstype").Property.Right<string | number> | undefined)[] | undefined; rotate?: import("csstype").Property.Rotate | (import("csstype").Property.Rotate | undefined)[] | import("csstype").Property.Rotate[] | undefined; rowGap?: (string | (string & {}))[] | import("csstype").Property.RowGap<string | number> | (import("csstype").Property.RowGap<string | number> | undefined)[] | undefined; rubyAlign?: import("csstype").Property.RubyAlign | (import("csstype").Property.RubyAlign | undefined)[] | import("csstype").Property.RubyAlign[] | undefined; rubyMerge?: import("csstype").Property.RubyMerge | (import("csstype").Property.RubyMerge | undefined)[] | import("csstype").Property.RubyMerge[] | undefined; rubyPosition?: import("csstype").Property.RubyPosition | (import("csstype").Property.RubyPosition | undefined)[] | import("csstype").Property.RubyPosition[] | undefined; scale?: import("csstype").Property.Scale | (import("csstype").Property.Scale | undefined)[] | ("none" | (string & {}) | import("csstype").Globals)[] | undefined; scrollBehavior?: import("csstype").Property.ScrollBehavior | (import("csstype").Property.ScrollBehavior | undefined)[] | import("csstype").Property.ScrollBehavior[] | undefined; scrollMargin?: (string | (string & {}))[] | import("csstype").Property.ScrollMargin<string | number> | (import("csstype").Property.ScrollMargin<string | number> | undefined)[] | undefined; scrollMarginBlock?: (string | (string & {}))[] | import("csstype").Property.ScrollMarginBlock<string | number> | (import("csstype").Property.ScrollMarginBlock<string | number> | undefined)[] | undefined; scrollMarginBlockEnd?: string[] | import("csstype").Property.ScrollMarginBlockEnd<string | number> | (import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined)[] | undefined; scrollMarginBlockStart?: string[] | import("csstype").Property.ScrollMarginBlockStart<string | number> | (import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined)[] | undefined; scrollMarginBottom?: string[] | import("csstype").Property.ScrollMarginBottom<string | number> | (import("csstype").Property.ScrollMarginBottom<string | number> | undefined)[] | undefined; scrollMarginInline?: (string | (string & {}))[] | import("csstype").Property.ScrollMarginInline<string | number> | (import("csstype").Property.ScrollMarginInline<string | number> | undefined)[] | undefined; scrollMarginInlineEnd?: string[] | import("csstype").Property.ScrollMarginInlineEnd<string | number> | (import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined)[] | undefined; scrollMarginInlineStart?: string[] | import("csstype").Property.ScrollMarginInlineStart<string | number> | (import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined)[] | undefined; scrollMarginLeft?: string[] | import("csstype").Property.ScrollMarginLeft<string | number> | (import("csstype").Property.ScrollMarginLeft<string | number> | undefined)[] | undefined; scrollMarginRight?: string[] | import("csstype").Property.ScrollMarginRight<string | number> | (import("csstype").Property.ScrollMarginRight<string | number> | undefined)[] | undefined; scrollMarginTop?: string[] | import("csstype").Property.ScrollMarginTop<string | number> | (import("csstype").Property.ScrollMarginTop<string | number> | undefined)[] | undefined; scrollPadding?: (string | (string & {}))[] | import("csstype").Property.ScrollPadding<string | number> | (import("csstype").Property.ScrollPadding<string | number> | undefined)[] | undefined; scrollPaddingBlock?: (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlock<string | number> | (import("csstype").Property.ScrollPaddingBlock<string | number> | undefined)[] | undefined; scrollPaddingBlockEnd?: (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlockEnd<string | number> | (import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined)[] | undefined; scrollPaddingBlockStart?: (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlockStart<string | number> | (import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined)[] | undefined; scrollPaddingBottom?: (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBottom<string | number> | (import("csstype").Property.ScrollPaddingBottom<string | number> | undefined)[] | undefined; scrollPaddingInline?: (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInline<string | number> | (import("csstype").Property.ScrollPaddingInline<string | number> | undefined)[] | undefined; scrollPaddingInlineEnd?: (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInlineEnd<string | number> | (import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined)[] | undefined; scrollPaddingInlineStart?: (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInlineStart<string | number> | (import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined)[] | undefined; scrollPaddingLeft?: (string | (string & {}))[] | import("csstype").Property.ScrollPaddingLeft<string | number> | (import("csstype").Property.ScrollPaddingLeft<string | number> | undefined)[] | undefined; scrollPaddingRight?: (string | (string & {}))[] | import("csstype").Property.ScrollPaddingRight<string | number> | (import("csstype").Property.ScrollPaddingRight<string | number> | undefined)[] | undefined; scrollPaddingTop?: (string | (string & {}))[] | import("csstype").Property.ScrollPaddingTop<string | number> | (import("csstype").Property.ScrollPaddingTop<string | number> | undefined)[] | undefined; scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | (import("csstype").Property.ScrollSnapAlign | undefined)[] | import("csstype").Property.ScrollSnapAlign[] | undefined; scrollSnapMargin?: (string | (string & {}))[] | import("csstype").Property.ScrollMargin<string | number> | (import("csstype").Property.ScrollMargin<string | number> | undefined)[] | undefined; scrollSnapMarginBottom?: string[] | import("csstype").Property.ScrollMarginBottom<string | number> | (import("csstype").Property.ScrollMarginBottom<string | number> | undefined)[] | undefined; scrollSnapMarginLeft?: string[] | import("csstype").Property.ScrollMarginLeft<string | number> | (import("csstype").Property.ScrollMarginLeft<string | number> | undefined)[] | undefined; scrollSnapMarginRight?: string[] | import("csstype").Property.ScrollMarginRight<string | number> | (import("csstype").Property.ScrollMarginRight<string | number> | undefined)[] | undefined; scrollSnapMarginTop?: string[] | import("csstype").Property.ScrollMarginTop<string | number> | (import("csstype").Property.ScrollMarginTop<string | number> | undefined)[] | undefined; scrollSnapStop?: import("csstype").Property.ScrollSnapStop | (import("csstype").Property.ScrollSnapStop | undefined)[] | import("csstype").Property.ScrollSnapStop[] | undefined; scrollSnapType?: import("csstype").Property.ScrollSnapType | (import("csstype").Property.ScrollSnapType | undefined)[] | import("csstype").Property.ScrollSnapType[] | undefined; scrollbarColor?: import("csstype").Property.ScrollbarColor | (import("csstype").Property.ScrollbarColor | undefined)[] | import("csstype").Property.ScrollbarColor[] | undefined; scrollbarGutter?: import("csstype").Property.ScrollbarGutter | (import("csstype").Property.ScrollbarGutter | undefined)[] | import("csstype").Property.ScrollbarGutter[] | undefined; scrollbarWidth?: import("csstype").Property.ScrollbarWidth | (import("csstype").Property.ScrollbarWidth | undefined)[] | import("csstype").Property.ScrollbarWidth[] | undefined; shapeImageThreshold?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.ShapeImageThreshold | (import("csstype").Property.ShapeImageThreshold | undefined)[] | undefined; shapeMargin?: (string | (string & {}))[] | import("csstype").Property.ShapeMargin<string | number> | (import("csstype").Property.ShapeMargin<string | number> | undefined)[] | undefined; shapeOutside?: import("csstype").Property.ShapeOutside | (import("csstype").Property.ShapeOutside | undefined)[] | import("csstype").Property.ShapeOutside[] | undefined; tabSize?: string[] | import("csstype").Property.TabSize<string | number> | (import("csstype").Property.TabSize<string | number> | undefined)[] | undefined; tableLayout?: import("csstype").Property.TableLayout | (import("csstype").Property.TableLayout | undefined)[] | import("csstype").Property.TableLayout[] | undefined; textAlign?: import("csstype").Property.TextAlign | (import("csstype").Property.TextAlign | undefined)[] | import("csstype").Property.TextAlign[] | undefined; textAlignLast?: import("csstype").Property.TextAlignLast | (import("csstype").Property.TextAlignLast | undefined)[] | import("csstype").Property.TextAlignLast[] | undefined; textCombineUpright?: import("csstype").Property.TextCombineUpright | (import("csstype").Property.TextCombineUpright | undefined)[] | import("csstype").Property.TextCombineUpright[] | undefined; textDecorationColor?: import("csstype").Property.TextDecorationColor | (import("csstype").Property.TextDecorationColor | undefined)[] | import("csstype").Property.TextDecorationColor[] | undefined; textDecorationLine?: import("csstype").Property.TextDecorationLine | (import("csstype").Property.TextDecorationLine | undefined)[] | import("csstype").Property.TextDecorationLine[] | undefined; textDecorationSkip?: import("csstype").Property.TextDecorationSkip | (import("csstype").Property.TextDecorationSkip | undefined)[] | import("csstype").Property.TextDecorationSkip[] | undefined; textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | (import("csstype").Property.TextDecorationSkipInk | undefined)[] | import("csstype").Property.TextDecorationSkipInk[] | undefined; textDecorationStyle?: import("csstype").Property.TextDecorationStyle | (import("csstype").Property.TextDecorationStyle | undefined)[] | import("csstype").Property.TextDecorationStyle[] | undefined; textDecorationThickness?: (string | (string & {}))[] | import("csstype").Property.TextDecorationThickness<string | number> | (import("csstype").Property.TextDecorationThickness<string | number> | undefined)[] | undefined; textDecorationWidth?: (string | (string & {}))[] | import("csstype").Property.TextDecorationThickness<string | number> | (import("csstype").Property.TextDecorationThickness<string | number> | undefined)[] | undefined; textEmphasisColor?: import("csstype").Property.TextEmphasisColor | (import("csstype").Property.TextEmphasisColor | undefined)[] | import("csstype").Property.TextEmphasisColor[] | undefined; textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | (import("csstype").Property.TextEmphasisPosition | undefined)[] | import("csstype").Property.TextEmphasisPosition[] | undefined; textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | (import("csstype").Property.TextEmphasisStyle | undefined)[] | import("csstype").Property.TextEmphasisStyle[] | undefined; textIndent?: (string | (string & {}))[] | import("csstype").Property.TextIndent<string | number> | (import("csstype").Property.TextIndent<string | number> | undefined)[] | undefined; textJustify?: import("csstype").Property.TextJustify | (import("csstype").Property.TextJustify | undefined)[] | import("csstype").Property.TextJustify[] | undefined; textOrientation?: import("csstype").Property.TextOrientation | (import("csstype").Property.TextOrientation | undefined)[] | import("csstype").Property.TextOrientation[] | undefined; textOverflow?: import("csstype").Property.TextOverflow | (import("csstype").Property.TextOverflow | undefined)[] | import("csstype").Property.TextOverflow[] | undefined; textRendering?: import("csstype").Property.TextRendering | (import("csstype").Property.TextRendering | undefined)[] | import("csstype").Property.TextRendering[] | undefined; textShadow?: import("csstype").Property.TextShadow | (import("csstype").Property.TextShadow | undefined)[] | import("csstype").Property.TextShadow[] | undefined; textSizeAdjust?: import("csstype").Property.TextSizeAdjust | (import("csstype").Property.TextSizeAdjust | undefined)[] | import("csstype").Property.TextSizeAdjust[] | undefined; textTransform?: import("csstype").Property.TextTransform | (import("csstype").Property.TextTransform | undefined)[] | import("csstype").Property.TextTransform[] | undefined; textUnderlineOffset?: (string | (string & {}))[] | import("csstype").Property.TextUnderlineOffset<string | number> | (import("csstype").Property.TextUnderlineOffset<string | number> | undefined)[] | undefined; textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | (import("csstype").Property.TextUnderlinePosition | undefined)[] | import("csstype").Property.TextUnderlinePosition[] | undefined; top?: (string | (string & {}))[] | import("csstype").Property.Top<string | number> | (import("csstype").Property.Top<string | number> | undefined)[] | undefined; touchAction?: import("csstype").Property.TouchAction | (import("csstype").Property.TouchAction | undefined)[] | import("csstype").Property.TouchAction[] | undefined; transform?: import("csstype").Property.Transform | (import("csstype").Property.Transform | undefined)[] | import("csstype").Property.Transform[] | undefined; transformBox?: import("csstype").Property.TransformBox | (import("csstype").Property.TransformBox | undefined)[] | import("csstype").Property.TransformBox[] | undefined; transformOrigin?: (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | (import("csstype").Property.TransformOrigin<string | number> | undefined)[] | undefined; transformStyle?: import("csstype").Property.TransformStyle | (import("csstype").Property.TransformStyle | undefined)[] | import("csstype").Property.TransformStyle[] | undefined; transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | (import("csstype").Property.TransitionDelay<string & {}> | undefined)[] | import("csstype").Property.TransitionDelay<string & {}>[] | undefined; transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | (import("csstype").Property.TransitionDuration<string & {}> | undefined)[] | import("csstype").Property.TransitionDuration<string & {}>[] | undefined; transitionProperty?: import("csstype").Property.TransitionProperty | (import("csstype").Property.TransitionProperty | undefined)[] | import("csstype").Property.TransitionProperty[] | undefined; transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | (import("csstype").Property.TransitionTimingFunction | undefined)[] | import("csstype").Property.TransitionTimingFunction[] | undefined; translate?: (string | (string & {}))[] | import("csstype").Property.Translate<string | number> | (import("csstype").Property.Translate<string | number> | undefined)[] | undefined; unicodeBidi?: import("csstype").Property.UnicodeBidi | (import("csstype").Property.UnicodeBidi | undefined)[] | import("csstype").Property.UnicodeBidi[] | undefined; userSelect?: import("csstype").Property.UserSelect | (import("csstype").Property.UserSelect | undefined)[] | import("csstype").Property.UserSelect[] | undefined; verticalAlign?: (string | (string & {}))[] | import("csstype").Property.VerticalAlign<string | number> | (import("csstype").Property.VerticalAlign<string | number> | undefined)[] | undefined; visibility?: import("csstype").Property.Visibility | (import("csstype").Property.Visibility | undefined)[] | import("csstype").Property.Visibility[] | undefined; whiteSpace?: import("csstype").Property.WhiteSpace | (import("csstype").Property.WhiteSpace | undefined)[] | import("csstype").Property.WhiteSpace[] | undefined; widows?: import("csstype").Globals[] | import("csstype").Property.Widows | (import("csstype").Property.Widows | undefined)[] | undefined; width?: (string | (string & {}))[] | import("csstype").Property.Width<string | number> | (import("csstype").Property.Width<string | number> | undefined)[] | undefined; willChange?: import("csstype").Property.WillChange | (import("csstype").Property.WillChange | undefined)[] | import("csstype").Property.WillChange[] | undefined; wordBreak?: import("csstype").Property.WordBreak | (import("csstype").Property.WordBreak | undefined)[] | import("csstype").Property.WordBreak[] | undefined; wordSpacing?: string[] | import("csstype").Property.WordSpacing<string | number> | (import("csstype").Property.WordSpacing<string | number> | undefined)[] | undefined; wordWrap?: import("csstype").Property.WordWrap | (import("csstype").Property.WordWrap | undefined)[] | import("csstype").Property.WordWrap[] | undefined; writingMode?: import("csstype").Property.WritingMode | (import("csstype").Property.WritingMode | undefined)[] | import("csstype").Property.WritingMode[] | undefined; zIndex?: ("auto" | import("csstype").Globals)[] | import("csstype").Property.ZIndex | (import("csstype").Property.ZIndex | undefined)[] | undefined; zoom?: import("csstype").Property.Zoom | (import("csstype").Property.Zoom | undefined)[] | ((string & {}) | import("csstype").Globals | "normal" | "reset")[] | undefined; all?: import("csstype").Globals | import("csstype").Globals[] | (import("csstype").Globals | undefined)[] | undefined; animation?: import("csstype").Property.Animation<string & {}> | (import("csstype").Property.Animation<string & {}> | undefined)[] | (import("csstype").Globals | ((string & {}) | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear") | ("normal" | "alternate" | "alternate-reverse" | "reverse") | ("none" | "both" | "backwards" | "forwards") | "infinite" | "paused" | "running")[] | undefined; background?: (string | (string & {}))[] | import("csstype").Property.Background<string | number> | (import("csstype").Property.Background<string | number> | undefined)[] | undefined; backgroundPosition?: (string | (string & {}))[] | import("csstype").Property.BackgroundPosition<string | number> | (import("csstype").Property.BackgroundPosition<string | number> | undefined)[] | undefined; border?: (string | (string & {}))[] | import("csstype").Property.Border<string | number> | (import("csstype").Property.Border<string | number> | undefined)[] | undefined; borderBlock?: (string | (string & {}))[] | import("csstype").Property.BorderBlock<string | number> | (import("csstype").Property.BorderBlock<string | number> | undefined)[] | undefined; borderBlockEnd?: (string | (string & {}))[] | import("csstype").Property.BorderBlockEnd<string | number> | (import("csstype").Property.BorderBlockEnd<string | number> | undefined)[] | undefined; borderBlockStart?: (string | (string & {}))[] | import("csstype").Property.BorderBlockStart<string | number> | (import("csstype").Property.BorderBlockStart<string | number> | undefined)[] | undefined; borderBottom?: (string | (string & {}))[] | import("csstype").Property.BorderBottom<string | number> | (import("csstype").Property.BorderBottom<string | number> | undefined)[] | undefined; borderColor?: import("csstype").Property.BorderColor | (import("csstype").Property.BorderColor | undefined)[] | import("csstype").Property.BorderColor[] | undefined; borderImage?: import("csstype").Property.BorderImage | (import("csstype").Property.BorderImage | undefined)[] | ("none" | "repeat" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[] | undefined; borderInline?: (string | (string & {}))[] | import("csstype").Property.BorderInline<string | number> | (import("csstype").Property.BorderInline<string | number> | undefined)[] | undefined; borderInlineEnd?: (string | (string & {}))[] | import("csstype").Property.BorderInlineEnd<string | number> | (import("csstype").Property.BorderInlineEnd<string | number> | undefined)[] | undefined; borderInlineStart?: (string | (string & {}))[] | import("csstype").Property.BorderInlineStart<string | number> | (import("csstype").Property.BorderInlineStart<string | number> | undefined)[] | undefined; borderLeft?: (string | (string & {}))[] | import("csstype").Property.BorderLeft<string | number> | (import("csstype").Property.BorderLeft<string | number> | undefined)[] | undefined; borderRadius?: (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | (import("csstype").Property.BorderRadius<string | number> | undefined)[] | undefined; borderRight?: (string | (string & {}))[] | import("csstype").Property.BorderRight<string | number> | (import("csstype").Property.BorderRight<string | number> | undefined)[] | undefined; borderStyle?: import("csstype").Property.BorderStyle | (import("csstype").Property.BorderStyle | undefined)[] | import("csstype").Property.BorderStyle[] | undefined; borderTop?: (string | (string & {}))[] | import("csstype").Property.BorderTop<string | number> | (import("csstype").Property.BorderTop<string | number> | undefined)[] | undefined; borderWidth?: (string | (string & {}))[] | import("csstype").Property.BorderWidth<string | number> | (import("csstype").Property.BorderWidth<string | number> | undefined)[] | undefined; columnRule?: (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | (import("csstype").Property.ColumnRule<string | number> | undefined)[] | undefined; columns?: (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | (import("csstype").Property.Columns<string | number> | undefined)[] | undefined; flex?: (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | (import("csstype").Property.Flex<string | number> | undefined)[] | undefined; flexFlow?: import("csstype").Property.FlexFlow | (import("csstype").Property.FlexFlow | undefined)[] | import("csstype").Property.FlexFlow[] | undefined; font?: import("csstype").Property.Font | (import("csstype").Property.Font | undefined)[] | import("csstype").Property.Font[] | undefined; gap?: (string | (string & {}))[] | import("csstype").Property.Gap<string | number> | (import("csstype").Property.Gap<string | number> | undefined)[] | undefined; grid?: import("csstype").Property.Grid | (import("csstype").Property.Grid | undefined)[] | import("csstype").Property.Grid[] | undefined; gridArea?: ("auto" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.GridArea | (import("csstype").Property.GridArea | undefined)[] | undefined; gridColumn?: ("auto" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.GridColumn | (import("csstype").Property.GridColumn | undefined)[] | undefined; gridRow?: ("auto" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.GridRow | (import("csstype").Property.GridRow | undefined)[] | undefined; gridTemplate?: import("csstype").Property.GridTemplate | (import("csstype").Property.GridTemplate | undefined)[] | import("csstype").Property.GridTemplate[] | undefined; lineClamp?: ("none" | import("csstype").Globals)[] | import("csstype").Property.LineClamp | (import("csstype").Property.LineClamp | undefined)[] | undefined; listStyle?: import("csstype").Property.ListStyle | (import("csstype").Property.ListStyle | undefined)[] | import("csstype").Property.ListStyle[] | undefined; margin?: (string | (string & {}))[] | import("csstype").Property.Margin<string | number> | (import("csstype").Property.Margin<string | number> | undefined)[] | undefined; mask?: (string | (string & {}))[] | import("csstype").Property.Mask<string | number> | (import("csstype").Property.Mask<string | number> | undefined)[] | undefined; maskBorder?: import("csstype").Property.MaskBorder | (import("csstype").Property.MaskBorder | undefined)[] | ("none" | "repeat" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space" | "alpha" | "luminance")[] | undefined; motion?: (string | (string & {}))[] | import("csstype").Property.Offset<string | number> | (import("csstype").Property.Offset<string | number> | undefined)[] | undefined; offset?: (string | (string & {}))[] | import("csstype").Property.Offset<string | number> | (import("csstype").Property.Offset<string | number> | undefined)[] | undefined; outline?: import("csstype").Property.Outline<string | number> | (import("csstype").Property.Outline<string | number> | undefined)[] | (string | (string & {}))[] | undefined; overflow?: import("csstype").Property.Overflow | (import("csstype").Property.Overflow | undefined)[] | import("csstype").Property.Overflow[] | undefined; overscrollBehavior?: import("csstype").Property.OverscrollBehavior | (import("csstype").Property.OverscrollBehavior | undefined)[] | import("csstype").Property.OverscrollBehavior[] | undefined; padding?: (string | (string & {}))[] | import("csstype").Property.Padding<string | number> | (import("csstype").Property.Padding<string | number> | undefined)[] | undefined; placeItems?: import("csstype").Property.PlaceItems | (import("csstype").Property.PlaceItems | undefined)[] | import("csstype").Property.PlaceItems[] | undefined; placeSelf?: import("csstype").Property.PlaceSelf | (import("csstype").Property.PlaceSelf | undefined)[] | import("csstype").Property.PlaceSelf[] | undefined; textDecoration?: (string | (string & {}))[] | import("csstype").Property.TextDecoration<string | number> | (import("csstype").Property.TextDecoration<string | number> | undefined)[] | undefined; textEmphasis?: import("csstype").Property.TextEmphasis | (import("csstype").Property.TextEmphasis | undefined)[] | import("csstype").Property.TextEmphasis[] | undefined; transition?: import("csstype").Property.Transition<string & {}> | (import("csstype").Property.Transition<string & {}> | undefined)[] | import("csstype").Property.Transition<string & {}>[] | undefined; MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | (import("csstype").Property.AnimationDelay<string & {}> | undefined)[] | import("csstype").Property.AnimationDelay<string & {}>[] | undefined; MozAnimationDirection?: import("csstype").Property.AnimationDirection | (import("csstype").Property.AnimationDirection | undefined)[] | import("csstype").Property.AnimationDirection[] | undefined; MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | (import("csstype").Property.AnimationDuration<string & {}> | undefined)[] | import("csstype").Property.AnimationDuration<string & {}>[] | undefined; MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | (import("csstype").Property.AnimationFillMode | undefined)[] | import("csstype").Property.AnimationFillMode[] | undefined; MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | (import("csstype").Property.AnimationIterationCount | undefined)[] | ((string & {}) | import("csstype").Globals | "infinite")[] | undefined; MozAnimationName?: import("csstype").Property.AnimationName | (import("csstype").Property.AnimationName | undefined)[] | import("csstype").Property.AnimationName[] | undefined; MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | (import("csstype").Property.AnimationPlayState | undefined)[] | import("csstype").Property.AnimationPlayState[] | undefined; MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | (import("csstype").Property.AnimationTimingFunction | undefined)[] | import("csstype").Property.AnimationTimingFunction[] | undefined; MozAppearance?: import("csstype").Property.MozAppearance | (import("csstype").Property.MozAppearance | undefined)[] | import("csstype").Property.MozAppearance[] | undefined; MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | (import("csstype").Property.BackfaceVisibility | undefined)[] | import("csstype").Property.BackfaceVisibility[] | undefined; MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | (import("csstype").Property.MozBorderBottomColors | undefined)[] | import("csstype").Property.MozBorderBottomColors[] | undefined; MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | (import("csstype").Property.BorderInlineEndColor | undefined)[] | import("csstype").Property.BorderInlineEndColor[] | undefined; MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | (import("csstype").Property.BorderInlineEndStyle | undefined)[] | import("csstype").Property.BorderInlineEndStyle[] | undefined; MozBorderEndWidth?: string[] | import("csstype").Property.BorderInlineEndWidth<string | number> | (import("csstype").Property.BorderInlineEndWidth<string | number> | undefined)[] | undefined; MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | (import("csstype").Property.MozBorderLeftColors | undefined)[] | import("csstype").Property.MozBorderLeftColors[] | undefined; MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | (import("csstype").Property.MozBorderRightColors | undefined)[] | import("csstype").Property.MozBorderRightColors[] | undefined; MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | (import("csstype").Property.BorderInlineStartColor | undefined)[] | import("csstype").Property.BorderInlineStartColor[] | undefined; MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | (import("csstype").Property.BorderInlineStartStyle | undefined)[] | import("csstype").Property.BorderInlineStartStyle[] | undefined; MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | (import("csstype").Property.MozBorderTopColors | undefined)[] | import("csstype").Property.MozBorderTopColors[] | undefined; MozBoxSizing?: import("csstype").Property.BoxSizing | (import("csstype").Property.BoxSizing | undefined)[] | import("csstype").Property.BoxSizing[] | undefined; MozColumnCount?: import("csstype").Property.ColumnCount | (import("csstype").Property.ColumnCount | undefined)[] | ("auto" | import("csstype").Globals)[] | undefined; MozColumnFill?: import("csstype").Property.ColumnFill | (import("csstype").Property.ColumnFill | undefined)[] | import("csstype").Property.ColumnFill[] | undefined; MozColumnGap?: (string | (string & {}))[] | import("csstype").Property.ColumnGap<string | number> | (import("csstype").Property.ColumnGap<string | number> | undefined)[] | undefined; MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | (import("csstype").Property.ColumnRuleColor | undefined)[] | import("csstype").Property.ColumnRuleColor[] | undefined; MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | (import("csstype").Property.ColumnRuleStyle | undefined)[] | import("csstype").Property.ColumnRuleStyle[] | undefined; MozColumnRuleWidth?: (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | (import("csstype").Property.ColumnRuleWidth<string | number> | undefined)[] | undefined; MozColumnWidth?: string[] | import("csstype").Property.ColumnWidth<string | number> | (import("csstype").Property.ColumnWidth<string | number> | undefined)[] | undefined; MozContextProperties?: import("csstype").Property.MozContextProperties | (import("csstype").Property.MozContextProperties | undefined)[] | import("csstype").Property.MozContextProperties[] | undefined; MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | (import("csstype").Property.FontFeatureSettings | undefined)[] | import("csstype").Property.FontFeatureSettings[] | undefined; MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | (import("csstype").Property.FontLanguageOverride | undefined)[] | import("csstype").Property.FontLanguageOverride[] | undefined; MozHyphens?: import("csstype").Property.Hyphens | (import("csstype").Property.Hyphens | undefined)[] | import("csstype").Property.Hyphens[] | undefined; MozImageRegion?: import("csstype").Property.MozImageRegion | (import("csstype").Property.MozImageRegion | undefined)[] | import("csstype").Property.MozImageRegion[] | undefined; MozMarginEnd?: (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | (import("csstype").Property.MarginInlineEnd<string | number> | undefined)[] | undefined; MozMarginStart?: (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | (import("csstype").Property.MarginInlineStart<string | number> | undefined)[] | undefined; MozOrient?: import("csstype").Property.MozOrient | (import("csstype").Property.MozOrient | undefined)[] | import("csstype").Property.MozOrient[] | undefined; MozOsxFontSmoothing?: string[] | import("csstype").Property.FontSmooth<string | number> | (import("csstype").Property.FontSmooth<string | number> | undefined)[] | undefined; MozPaddingEnd?: (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | (import("csstype").Property.PaddingInlineEnd<string | number> | undefined)[] | undefined; MozPaddingStart?: (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | (import("csstype").Property.PaddingInlineStart<string | number> | undefined)[] | undefined; MozPerspective?: string[] | import("csstype").Property.Perspective<string | number> | (import("csstype").Property.Perspective<string | number> | undefined)[] | undefined; MozPerspectiveOrigin?: (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | (import("csstype").Property.PerspectiveOrigin<string | number> | undefined)[] | undefined; MozStackSizing?: import("csstype").Property.MozStackSizing | (import("csstype").Property.MozStackSizing | undefined)[] | import("csstype").Property.MozStackSizing[] | undefined; MozTabSize?: string[] | import("csstype").Property.TabSize<string | number> | (import("csstype").Property.TabSize<string | number> | undefined)[] | undefined; MozTextBlink?: import("csstype").Property.MozTextBlink | (import("csstype").Property.MozTextBlink | undefined)[] | import("csstype").Property.MozTextBlink[] | undefined; MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | (import("csstype").Property.TextSizeAdjust | undefined)[] | import("csstype").Property.TextSizeAdjust[] | undefined; MozTransformOrigin?: (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | (import("csstype").Property.TransformOrigin<string | number> | undefined)[] | undefined; MozTransformStyle?: import("csstype").Property.TransformStyle | (import("csstype").Property.TransformStyle | undefined)[] | import("csstype").Property.TransformStyle[] | undefined; MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | (import("csstype").Property.TransitionDelay<string & {}> | undefined)[] | import("csstype").Property.TransitionDelay<string & {}>[] | undefined; MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | (import("csstype").Property.TransitionDuration<string & {}> | undefined)[] | import("csstype").Property.TransitionDuration<string & {}>[] | undefined; MozTransitionProperty?: import("csstype").Property.TransitionProperty | (import("csstype").Property.TransitionProperty | undefined)[] | import("csstype").Property.TransitionProperty[] | undefined; MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | (import("csstype").Property.TransitionTimingFunction | undefined)[] | import("csstype").Property.TransitionTimingFunction[] | undefined; MozUserFocus?: import("csstype").Property.MozUserFocus | (import("csstype").Property.MozUserFocus | undefined)[] | import("csstype").Property.MozUserFocus[] | undefined; MozUserModify?: import("csstype").Property.MozUserModify | (import("csstype").Property.MozUserModify | undefined)[] | import("csstype").Property.MozUserModify[] | undefined; MozUserSelect?: import("csstype").Property.UserSelect | (import("csstype").Property.UserSelect | undefined)[] | import("csstype").Property.UserSelect[] | undefined; MozWindowDragging?: import("csstype").Property.MozWindowDragging | (import("csstype").Property.MozWindowDragging | undefined)[] | import("csstype").Property.MozWindowDragging[] | undefined; MozWindowShadow?: import("csstype").Property.MozWindowShadow | (import("csstype").Property.MozWindowShadow | undefined)[] | import("csstype").Property.MozWindowShadow[] | undefined; msAccelerator?: import("csstype").Property.MsAccelerator | (import("csstype").Property.MsAccelerator | undefined)[] | import("csstype").Property.MsAccelerator[] | undefined; msAlignSelf?: import("csstype").Property.AlignSelf | (import("csstype").Property.AlignSelf | undefined)[] | import("csstype").Property.AlignSelf[] | undefined; msBlockProgression?: import("csstype").Property.MsBlockProgression | (import("csstype").Property.MsBlockProgression | undefined)[] | import("csstype").Property.MsBlockProgression[] | undefined; msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | (import("csstype").Property.MsContentZoomChaining | undefined)[] | import("csstype").Property.MsContentZoomChaining[] | undefined; msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | (import("csstype").Property.MsContentZoomLimitMax | undefined)[] | import("csstype").Property.MsContentZoomLimitMax[] | undefined; msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | (import("csstype").Property.MsContentZoomLimitMin | undefined)[] | import("csstype").Property.MsContentZoomLimitMin[] | undefined; msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | (import("csstype").Property.MsContentZoomSnapPoints | undefined)[] | import("csstype").Property.MsContentZoomSnapPoints[] | undefined; msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | (import("csstype").Property.MsContentZoomSnapType | undefined)[] | import("csstype").Property.MsContentZoomSnapType[] | undefined; msContentZooming?: import("csstype").Property.MsContentZooming | (import("csstype").Property.MsContentZooming | undefined)[] | import("csstype").Property.MsContentZooming[] | undefined; msFilter?: import("csstype").Property.MsFilter | (import("csstype").Property.MsFilter | undefined)[] | import("csstype").Property.MsFilter[] | undefined; msFlexDirection?: import("csstype").Property.FlexDirection | (import("csstype").Property.FlexDirection | undefined)[] | import("csstype").Property.FlexDirection[] | undefined; msFlexPositive?: import("csstype").Property.FlexGrow | (import("csstype").Property.FlexGrow | undefined)[] | import("csstype").Globals[] | undefined; msFlowFrom?: import("csstype").Property.MsFlowFrom | (import("csstype").Property.MsFlowFrom | undefined)[] | import("csstype").Property.MsFlowFrom[] | undefined; msFlowInto?: import("csstype").Property.MsFlowInto | (import("csstype").Property.MsFlowInto | undefined)[] | import("csstype").Property.MsFlowInto[] | undefined; msGridColumns?: (string | (string & {}))[] | import("csstype").Property.MsGridColumns<string | number> | (import("csstype").Property.MsGridColumns<string | number> | undefined)[] | undefined; msGridRows?: (string | (string & {}))[] | import("csstype").Property.MsGridRows<string | number> | (import("csstype").Property.MsGridRows<string | number> | undefined)[] | undefined; msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | (import("csstype").Property.MsHighContrastAdjust | undefined)[] | import("csstype").Property.MsHighContrastAdjust[] | undefined; msHyphenateLimitChars?: ("auto" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.MsHyphenateLimitChars | (import("csstype").Property.MsHyphenateLimitChars | undefined)[] | undefined; msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | (import("csstype").Property.MsHyphenateLimitLines | undefined)[] | (import("csstype").Globals | "no-limit")[] | undefined; msHyphenateLimitZone?: (string | (string & {}))[] | import("csstype").Property.MsHyphenateLimitZone<string | number> | (import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined)[] | undefined; msHyphens?: import("csstype").Property.Hyphens | (import("csstype").Property.Hyphens | undefined)[] | import("csstype").Property.Hyphens[] | undefined; msImeAlign?: import("csstype").Property.MsImeAlign | (import("csstype").Property.MsImeAlign | undefined)[] | import("csstype").Property.MsImeAlign[] | undefined; msJustifySelf?: import("csstype").Property.JustifySelf | (import("csstype").Property.JustifySelf | undefined)[] | import("csstype").Property.JustifySelf[] | undefined; msLineBreak?: import("csstype").Property.LineBreak | (import("csstype").Property.LineBreak | undefined)[] | import("csstype").Property.LineBreak[] | undefined; msOrder?: import("csstype").Globals[] | import("csstype").Property.Order | (import("csstype").Property.Order | undefined)[] | undefined; msOverflowStyle?: import("csstype").Property.MsOverflowStyle | (import("csstype").Property.MsOverflowStyle | undefined)[] | import("csstype").Property.MsOverflowStyle[] | undefined; msOverflowX?: import("csstype").Property.OverflowX | (import("csstype").Property.OverflowX | undefined)[] | import("csstype").Property.OverflowX[] | undefined; msOverflowY?: import("csstype").Property.OverflowY | (import("csstype").Property.OverflowY | undefined)[] | import("csstype").Property.OverflowY[] | undefined; msScrollChaining?: import("csstype").Property.MsScrollChaining | (import("csstype").Property.MsScrollChaining | undefined)[] | import("csstype").Property.MsScrollChaining[] | undefined; msScrollLimitXMax?: string[] | import("csstype").Property.MsScrollLimitXMax<string | number> | (import("csstype").Property.MsScrollLimitXMax<string | number> | undefined)[] | undefined; msScrollLimitXMin?: string[] | import("csstype").Property.MsScrollLimitXMin<string | number> | (import("csstype").Property.MsScrollLimitXMin<string | number> | undefined)[] | undefined; msScrollLimitYMax?: string[] | import("csstype").Property.MsScrollLimitYMax<string | number> | (import("csstype").Property.MsScrollLimitYMax<string | number> | undefined)[] | undefined; msScrollLimitYMin?: string[] | import("csstype").Property.MsScrollLimitYMin<string | number> | (import("csstype").Property.MsScrollLimitYMin<string | number> | undefined)[] | undefined; msScrollRails?: import("csstype").Property.MsScrollRails | (import("csstype").Property.MsScrollRails | undefined)[] | import("csstype").Property.MsScrollRails[] | undefined; msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | (import("csstype").Property.MsScrollSnapPointsX | undefined)[] | import("csstype").Property.MsScrollSnapPointsX[] | undefined; msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | (import("csstype").Property.MsScrollSnapPointsY | undefined)[] | import("csstype").Property.MsScrollSnapPointsY[] | undefined; msScrollSnapType?: import("csstype").Property.MsScrollSnapType | (import("csstype").Property.MsScrollSnapType | undefined)[] | import("csstype").Property.MsScrollSnapType[] | undefined; msScrollTranslation?: import("csstype").Property.MsScrollTranslation | (import("csstype").Property.MsScrollTranslation | undefined)[] | import("csstype").Property.MsScrollTranslation[] | undefined; msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | (import("csstype").Property.MsScrollbar3dlightColor | undefined)[] | import("csstype").Property.MsScrollbar3dlightColor[] | undefined; msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | (import("csstype").Property.MsScrollbarArrowColor | undefined)[] | import("csstype").Property.MsScrollbarArrowColor[] | undefined; msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | (import("csstype").Property.MsScrollbarBaseColor | undefined)[] | import("csstype").Property.MsScrollbarBaseColor[] | undefined; msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | (import("csstype").Property.MsScrollbarDarkshadowColor | undefined)[] | import("csstype").Property.MsScrollbarDarkshadowColor[] | undefined; msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | (import("csstype").Property.MsScrollbarFaceColor | undefined)[] | import("csstype").Property.MsScrollbarFaceColor[] | undefined; msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | (import("csstype").Property.MsScrollbarHighlightColor | undefined)[] | import("csstype").Property.MsScrollbarHighlightColor[] | undefined; msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | (import("csstype").Property.MsScrollbarShadowColor | undefined)[] | import("csstype").Property.MsScrollbarShadowColor[] | undefined; msTextAutospace?: import("csstype").Property.MsTextAutospace | (import("csstype").Property.MsTextAutospace | undefined)[] | import("csstype").Property.MsTextAutospace[] | undefined; msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | (import("csstype").Property.TextCombineUpright | undefined)[] | import("csstype").Property.TextCombineUpright[] | undefined; msTextOverflow?: import("csstype").Property.TextOverflow | (import("csstype").Property.TextOverflow | undefined)[] | import("csstype").Property.TextOverflow[] | undefined; msTouchAction?: import("csstype").Property.TouchAction | (import("csstype").Property.TouchAction | undefined)[] | import("csstype").Property.TouchAction[] | undefined; msTouchSelect?: import("csstype").Property.MsTouchSelect | (import("csstype").Property.MsTouchSelect | undefined)[] | import("csstype").Property.MsTouchSelect[] | undefined; msTransform?: import("csstype").Property.Transform | (import("csstype").Property.Transform | undefined)[] | import("csstype").Property.Transform[] | undefined; msTransformOrigin?: (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | (import("csstype").Property.TransformOrigin<string | number> | undefined)[] | undefined; msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | (import("csstype").Property.TransitionDelay<string & {}> | undefined)[] | import("csstype").Property.TransitionDelay<string & {}>[] | undefined; msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | (import("csstype").Property.TransitionDuration<string & {}> | undefined)[] | import("csstype").Property.TransitionDuration<string & {}>[] | undefined; msTransitionProperty?: import("csstype").Property.TransitionProperty | (import("csstype").Property.TransitionProperty | undefined)[] | import("csstype").Property.TransitionProperty[] | undefined; msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | (import("csstype").Property.TransitionTimingFunction | undefined)[] | import("csstype").Property.TransitionTimingFunction[] | undefined; msUserSelect?: import("csstype").Property.MsUserSelect | (import("csstype").Property.MsUserSelect | undefined)[] | import("csstype").Property.MsUserSelect[] | undefined; msWordBreak?: import("csstype").Property.WordBreak | (import("csstype").Property.WordBreak | undefined)[] | import("csstype").Property.WordBreak[] | undefined; msWrapFlow?: import("csstype").Property.MsWrapFlow | (import("csstype").Property.MsWrapFlow | undefined)[] | import("csstype").Property.MsWrapFlow[] | undefined; msWrapMargin?: string[] | import("csstype").Property.MsWrapMargin<string | number> | (import("csstype").Property.MsWrapMargin<string | number> | undefined)[] | undefined; msWrapThrough?: import("csstype").Property.MsWrapThrough | (import("csstype").Property.MsWrapThrough | undefined)[] | import("csstype").Property.MsWrapThrough[] | undefined; msWritingMode?: import("csstype").Property.WritingMode | (import("csstype").Property.WritingMode | undefined)[] | import("csstype").Property.WritingMode[] | undefined; WebkitAlignContent?: import("csstype").Property.AlignContent | (import("csstype").Property.AlignContent | undefined)[] | import("csstype").Property.AlignContent[] | undefined; WebkitAlignItems?: import("csstype").Property.AlignItems | (import("csstype").Property.AlignItems | undefined)[] | import("csstype").Property.AlignItems[] | undefined; WebkitAlignSelf?: import("csstype").Property.AlignSelf | (import("csstype").Property.AlignSelf | undefined)[] | import("csstype").Property.AlignSelf[] | undefined; WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | (import("csstype").Property.AnimationDelay<string & {}> | undefined)[] | import("csstype").Property.AnimationDelay<string & {}>[] | undefined; WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | (import("csstype").Property.AnimationDirection | undefined)[] | import("csstype").Property.AnimationDirection[] | undefined; WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | (import("csstype").Property.AnimationDuration<string & {}> | undefined)[] | import("csstype").Property.AnimationDuration<string & {}>[] | undefined; WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | (import("csstype").Property.AnimationFillMode | undefined)[] | import("csstype").Property.AnimationFillMode[] | undefined; WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | (import("csstype").Property.AnimationIterationCount | undefined)[] | ((string & {}) | import("csstype").Globals | "infinite")[] | undefined; WebkitAnimationName?: import("csstype").Property.AnimationName | (import("csstype").Property.AnimationName | undefined)[] | import("csstype").Property.AnimationName[] | undefined; WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | (import("csstype").Property.AnimationPlayState | undefined)[] | import("csstype").Property.AnimationPlayState[] | undefined; WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | (import("csstype").Property.AnimationTimingFunction | undefined)[] | import("csstype").Property.AnimationTimingFunction[] | undefined; WebkitAppearance?: import("csstype").Property.WebkitAppearance | (import("csstype").Property.WebkitAppearance | undefined)[] | import("csstype").Property.WebkitAppearance[] | undefined; WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | (import("csstype").Property.BackdropFilter | undefined)[] | import("csstype").Property.BackdropFilter[] | undefined; WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | (import("csstype").Property.BackfaceVisibility | undefined)[] | import("csstype").Property.BackfaceVisibility[] | undefined; WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | (import("csstype").Property.BackgroundClip | undefined)[] | import("csstype").Property.BackgroundClip[] | undefined; WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | (import("csstype").Property.BackgroundOrigin | undefined)[] | import("csstype").Property.BackgroundOrigin[] | undefined; WebkitBackgroundSize?: (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | (import("csstype").Property.BackgroundSize<string | number> | undefined)[] | undefined; WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | (import("csstype").Property.WebkitBorderBeforeColor | undefined)[] | import("csstype").Property.WebkitBorderBeforeColor[] | undefined; WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | (import("csstype").Property.WebkitBorderBeforeStyle | undefined)[] | import("csstype").Property.WebkitBorderBeforeStyle[] | undefined; WebkitBorderBeforeWidth?: (string | (string & {}))[] | import("csstype").Property.WebkitBorderBeforeWidth<string | number> | (import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined)[] | undefined; WebkitBorderBottomLeftRadius?: (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | (import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined)[] | undefined; WebkitBorderBottomRightRadius?: (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | (import("csstype").Property.BorderBottomRightRadius<string | number> | undefined)[] | undefined; WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | (import("csstype").Property.BorderImageSlice | undefined)[] | ((string & {}) | import("csstype").Globals)[] | undefined; WebkitBorderTopLeftRadius?: (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | (import("csstype").Property.BorderTopLeftRadius<string | number> | undefined)[] | undefined; WebkitBorderTopRightRadius?: (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | (import("csstype").Property.BorderTopRightRadius<string | number> | undefined)[] | undefined; WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | (import("csstype").Property.BoxDecorationBreak | undefined)[] | import("csstype").Property.BoxDecorationBreak[] | undefined; WebkitBoxReflect?: (string | (string & {}))[] | import("csstype").Property.WebkitBoxReflect<string | number> | (import("csstype").Property.WebkitBoxReflect<string | number> | undefined)[] | undefined; WebkitBoxShadow?: import("csstype").Property.BoxShadow | (import("csstype").Property.BoxShadow | undefined)[] | import("csstype").Property.BoxShadow[] | undefined; WebkitBoxSizing?: import("csstype").Property.BoxSizing | (import("csstype").Property.BoxSizing | undefined)[] | import("csstype").Property.BoxSizing[] | undefined; WebkitClipPath?: import("csstype").Property.ClipPath | (import("csstype").Property.ClipPath | undefined)[] | import("csstype").Property.ClipPath[] | undefined; WebkitColumnCount?: import("csstype").Property.ColumnCount | (import("csstype").Property.ColumnCount | undefined)[] | ("auto" | import("csstype").Globals)[] | undefined; WebkitColumnFill?: import("csstype").Property.ColumnFill | (import("csstype").Property.ColumnFill | undefined)[] | import("csstype").Property.ColumnFill[] | undefined; WebkitColumnGap?: (string | (string & {}))[] | import("csstype").Property.ColumnGap<string | number> | (import("csstype").Property.ColumnGap<string | number> | undefined)[] | undefined; WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | (import("csstype").Property.ColumnRuleColor | undefined)[] | import("csstype").Property.ColumnRuleColor[] | undefined; WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | (import("csstype").Property.ColumnRuleStyle | undefined)[] | import("csstype").Property.ColumnRuleStyle[] | undefined; WebkitColumnRuleWidth?: (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | (import("csstype").Property.ColumnRuleWidth<string | number> | undefined)[] | undefined; WebkitColumnSpan?: import("csstype").Property.ColumnSpan | (import("csstype").Property.ColumnSpan | undefined)[] | import("csstype").Property.ColumnSpan[] | undefined; WebkitColumnWidth?: string[] | import("csstype").Property.ColumnWidth<string | number> | (import("csstype").Property.ColumnWidth<string | number> | undefined)[] | undefined; WebkitFilter?: import("csstype").Property.Filter | (import("csstype").Property.Filter | undefined)[] | import("csstype").Property.Filter[] | undefined; WebkitFlexBasis?: (string | (string & {}))[] | import("csstype").Property.FlexBasis<string | number> | (import("csstype").Property.FlexBasis<string | number> | undefined)[] | undefined; WebkitFlexDirection?: import("csstype").Property.FlexDirection | (import("csstype").Property.FlexDirection | undefined)[] | import("csstype").Property.FlexDirection[] | undefined; WebkitFlexGrow?: import("csstype").Property.FlexGrow | (import("csstype").Property.FlexGrow | undefined)[] | import("csstype").Globals[] | undefined; WebkitFlexShrink?: import("csstype").Globals[] | import("csstype").Property.FlexShrink | (import("csstype").Property.FlexShrink | undefined)[] | undefined; WebkitFlexWrap?: import("csstype").Property.FlexWrap | (import("csstype").Property.FlexWrap | undefined)[] | import("csstype").Property.FlexWrap[] | undefined; WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | (import("csstype").Property.FontFeatureSettings | undefined)[] | import("csstype").Property.FontFeatureSettings[] | undefined; WebkitFontKerning?: import("csstype").Property.FontKerning | (import("csstype").Property.FontKerning | undefined)[] | import("csstype").Property.FontKerning[] | undefined; WebkitFontSmoothing?: string[] | import("csstype").Property.FontSmooth<string | number> | (import("csstype").Property.FontSmooth<string | number> | undefined)[] | undefined; WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | (import("csstype").Property.FontVariantLigatures | undefined)[] | import("csstype").Property.FontVariantLigatures[] | undefined; WebkitHyphens?: import("csstype").Property.Hyphens | (import("csstype").Property.Hyphens | undefined)[] | import("csstype").Property.Hyphens[] | undefined; WebkitJustifyContent?: import("csstype").Property.JustifyContent | (import("csstype").Property.JustifyContent | undefined)[] | import("csstype").Property.JustifyContent[] | undefined; WebkitLineBreak?: import("csstype").Property.LineBreak | (import("csstype").Property.LineBreak | undefined)[] | import("csstype").Property.LineBreak[] | undefined; WebkitLineClamp?: ("none" | import("csstype").Globals)[] | import("csstype").Property.WebkitLineClamp | (import("csstype").Property.WebkitLineClamp | undefined)[] | undefined; WebkitMarginEnd?: (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | (import("csstype").Property.MarginInlineEnd<string | number> | undefined)[] | undefined; WebkitMarginStart?: (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | (import("csstype").Property.MarginInlineStart<string | number> | undefined)[] | undefined; WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | (import("csstype").Property.WebkitMaskAttachment | undefined)[] | import("csstype").Property.WebkitMaskAttachment[] | undefined; WebkitMaskBoxImageOutset?: (string | (string & {}))[] | import("csstype").Property.MaskBorderOutset<string | number> | (import("csstype").Property.MaskBorderOutset<string | number> | undefined)[] | undefined; WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | (import("csstype").Property.MaskBorderRepeat | undefined)[] | import("csstype").Property.MaskBorderRepeat[] | undefined; WebkitMaskBoxImageSlice?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.MaskBorderSlice | (import("csstype").Property.MaskBorderSlice | undefined)[] | undefined; WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | (import("csstype").Property.MaskBorderSource | undefined)[] | import("csstype").Property.MaskBorderSource[] | undefined; WebkitMaskBoxImageWidth?: (string | (string & {}))[] | import("csstype").Property.MaskBorderWidth<string | number> | (import("csstype").Property.MaskBorderWidth<string | number> | undefined)[] | undefined; WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | (import("csstype").Property.WebkitMaskClip | undefined)[] | import("csstype").Property.WebkitMaskClip[] | undefined; WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | (import("csstype").Property.WebkitMaskComposite | undefined)[] | import("csstype").Property.WebkitMaskComposite[] | undefined; WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | (import("csstype").Property.WebkitMaskImage | undefined)[] | import("csstype").Property.WebkitMaskImage[] | undefined; WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | (import("csstype").Property.WebkitMaskOrigin | undefined)[] | import("csstype").Property.WebkitMaskOrigin[] | undefined; WebkitMaskPosition?: (string | (string & {}))[] | import("csstype").Property.WebkitMaskPosition<string | number> | (import("csstype").Property.WebkitMaskPosition<string | number> | undefined)[] | undefined; WebkitMaskPositionX?: (string | (string & {}))[] | import("csstype").Property.WebkitMaskPositionX<string | number> | (import("csstype").Property.WebkitMaskPositionX<string | number> | undefined)[] | undefined; WebkitMaskPositionY?: (string | (string & {}))[] | import("csstype").Property.WebkitMaskPositionY<string | number> | (import("csstype").Property.WebkitMaskPositionY<string | number> | undefined)[] | undefined; WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | (import("csstype").Property.WebkitMaskRepeat | undefined)[] | import("csstype").Property.WebkitMaskRepeat[] | undefined; WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | (import("csstype").Property.WebkitMaskRepeatX | undefined)[] | import("csstype").Property.WebkitMaskRepeatX[] | undefined; WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | (import("csstype").Property.WebkitMaskRepeatY | undefined)[] | import("csstype").Property.WebkitMaskRepeatY[] | undefined; WebkitMaskSize?: (string | (string & {}))[] | import("csstype").Property.WebkitMaskSize<string | number> | (import("csstype").Property.WebkitMaskSize<string | number> | undefined)[] | undefined; WebkitMaxInlineSize?: (string | (string & {}))[] | import("csstype").Property.MaxInlineSize<string | number> | (import("csstype").Property.MaxInlineSize<string | number> | undefined)[] | undefined; WebkitOrder?: import("csstype").Globals[] | import("csstype").Property.Order | (import("csstype").Property.Order | undefined)[] | undefined; WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | (import("csstype").Property.WebkitOverflowScrolling | undefined)[] | import("csstype").Property.WebkitOverflowScrolling[] | undefined; WebkitPaddingEnd?: (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | (import("csstype").Property.PaddingInlineEnd<string | number> | undefined)[] | undefined; WebkitPaddingStart?: (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | (import("csstype").Property.PaddingInlineStart<string | number> | undefined)[] | undefined; WebkitPerspective?: string[] | import("csstype").Property.Perspective<string | number> | (import("csstype").Property.Perspective<string | number> | undefined)[] | undefined; WebkitPerspectiveOrigin?: (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | (import("csstype").Property.PerspectiveOrigin<string | number> | undefined)[] | undefined; WebkitPrintColorAdjust?: import("csstype").Property.ColorAdjust | (import("csstype").Property.ColorAdjust | undefined)[] | import("csstype").Property.ColorAdjust[] | undefined; WebkitRubyPosition?: import("csstype").Property.RubyPosition | (import("csstype").Property.RubyPosition | undefined)[] | import("csstype").Property.RubyPosition[] | undefined; WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | (import("csstype").Property.ScrollSnapType | undefined)[] | import("csstype").Property.ScrollSnapType[] | undefined; WebkitShapeMargin?: (string | (string & {}))[] | import("csstype").Property.ShapeMargin<string | number> | (import("csstype").Property.ShapeMargin<string | number> | undefined)[] | undefined; WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | (import("csstype").Property.WebkitTapHighlightColor | undefined)[] | import("csstype").Property.WebkitTapHighlightColor[] | undefined; WebkitTextCombine?: import("csstype").Property.TextCombineUpright | (import("csstype").Property.TextCombineUpright | undefined)[] | import("csstype").Property.TextCombineUpright[] | undefined; WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | (import("csstype").Property.TextDecorationColor | undefined)[] | import("csstype").Property.TextDecorationColor[] | undefined; WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | (import("csstype").Property.TextDecorationLine | undefined)[] | import("csstype").Property.TextDecorationLine[] | undefined; WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | (import("csstype").Property.TextDecorationSkip | undefined)[] | import("csstype").Property.TextDecorationSkip[] | undefined; WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | (import("csstype").Property.TextDecorationStyle | undefined)[] | import("csstype").Property.TextDecorationStyle[] | undefined; WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | (import("csstype").Property.TextEmphasisColor | undefined)[] | import("csstype").Property.TextEmphasisColor[] | undefined; WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | (import("csstype").Property.TextEmphasisPosition | undefined)[] | import("csstype").Property.TextEmphasisPosition[] | undefined; WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | (import("csstype").Property.TextEmphasisStyle | undefined)[] | import("csstype").Property.TextEmphasisStyle[] | undefined; WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | (import("csstype").Property.WebkitTextFillColor | undefined)[] | import("csstype").Property.WebkitTextFillColor[] | undefined; WebkitTextOrientation?: import("csstype").Property.TextOrientation | (import("csstype").Property.TextOrientation | undefined)[] | import("csstype").Property.TextOrientation[] | undefined; WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | (import("csstype").Property.TextSizeAdjust | undefined)[] | import("csstype").Property.TextSizeAdjust[] | undefined; WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | (import("csstype").Property.WebkitTextStrokeColor | undefined)[] | import("csstype").Property.WebkitTextStrokeColor[] | undefined; WebkitTextStrokeWidth?: string[] | import("csstype").Property.WebkitTextStrokeWidth<string | number> | (import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined)[] | undefined; WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | (import("csstype").Property.TextUnderlinePosition | undefined)[] | import("csstype").Property.TextUnderlinePosition[] | undefined; WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | (import("csstype").Property.WebkitTouchCallout | undefined)[] | import("csstype").Property.WebkitTouchCallout[] | undefined; WebkitTransform?: import("csstype").Property.Transform | (import("csstype").Property.Transform | undefined)[] | import("csstype").Property.Transform[] | undefined; WebkitTransformOrigin?: (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | (import("csstype").Property.TransformOrigin<string | number> | undefined)[] | undefined; WebkitTransformStyle?: import("csstype").Property.TransformStyle | (import("csstype").Property.TransformStyle | undefined)[] | import("csstype").Property.TransformStyle[] | undefined; WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | (import("csstype").Property.TransitionDelay<string & {}> | undefined)[] | import("csstype").Property.TransitionDelay<string & {}>[] | undefined; WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | (import("csstype").Property.TransitionDuration<string & {}> | undefined)[] | import("csstype").Property.TransitionDuration<string & {}>[] | undefined; WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | (import("csstype").Property.TransitionProperty | undefined)[] | import("csstype").Property.TransitionProperty[] | undefined; WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | (import("csstype").Property.TransitionTimingFunction | undefined)[] | import("csstype").Property.TransitionTimingFunction[] | undefined; WebkitUserModify?: import("csstype").Property.WebkitUserModify | (import("csstype").Property.WebkitUserModify | undefined)[] | import("csstype").Property.WebkitUserModify[] | undefined; WebkitUserSelect?: import("csstype").Property.UserSelect | (import("csstype").Property.UserSelect | undefined)[] | import("csstype").Property.UserSelect[] | undefined; WebkitWritingMode?: import("csstype").Property.WritingMode | (import("csstype").Property.WritingMode | undefined)[] | import("csstype").Property.WritingMode[] | undefined; MozAnimation?: import("csstype").Property.Animation<string & {}> | (import("csstype").Property.Animation<string & {}> | undefined)[] | (import("csstype").Globals | ((string & {}) | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear") | ("normal" | "alternate" | "alternate-reverse" | "reverse") | ("none" | "both" | "backwards" | "forwards") | "infinite" | "paused" | "running")[] | undefined; MozBorderImage?: import("csstype").Property.BorderImage | (import("csstype").Property.BorderImage | undefined)[] | ("none" | "repeat" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[] | undefined; MozColumnRule?: (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | (import("csstype").Property.ColumnRule<string | number> | undefined)[] | undefined; MozColumns?: (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | (import("csstype").Property.Columns<string | number> | undefined)[] | undefined; MozTransition?: import("csstype").Property.Transition<string & {}> | (import("csstype").Property.Transition<string & {}> | undefined)[] | import("csstype").Property.Transition<string & {}>[] | undefined; msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | (import("csstype").Property.MsContentZoomLimit | undefined)[] | import("csstype").Property.MsContentZoomLimit[] | undefined; msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | (import("csstype").Property.MsContentZoomSnap | undefined)[] | import("csstype").Property.MsContentZoomSnap[] | undefined; msFlex?: (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | (import("csstype").Property.Flex<string | number> | undefined)[] | undefined; msScrollLimit?: import("csstype").Property.MsScrollLimit | (import("csstype").Property.MsScrollLimit | undefined)[] | import("csstype").Property.MsScrollLimit[] | undefined; msScrollSnapX?: import("csstype").Property.MsScrollSnapX | (import("csstype").Property.MsScrollSnapX | undefined)[] | import("csstype").Property.MsScrollSnapX[] | undefined; msScrollSnapY?: import("csstype").Property.MsScrollSnapY | (import("csstype").Property.MsScrollSnapY | undefined)[] | import("csstype").Property.MsScrollSnapY[] | undefined; msTransition?: import("csstype").Property.Transition<string & {}> | (import("csstype").Property.Transition<string & {}> | undefined)[] | import("csstype").Property.Transition<string & {}>[] | undefined; WebkitAnimation?: import("csstype").Property.Animation<string & {}> | (import("csstype").Property.Animation<string & {}> | undefined)[] | (import("csstype").Globals | ((string & {}) | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear") | ("normal" | "alternate" | "alternate-reverse" | "reverse") | ("none" | "both" | "backwards" | "forwards") | "infinite" | "paused" | "running")[] | undefined; WebkitBorderBefore?: (string | (string & {}))[] | import("csstype").Property.WebkitBorderBefore<string | number> | (import("csstype").Property.WebkitBorderBefore<string | number> | undefined)[] | undefined; WebkitBorderImage?: import("csstype").Property.BorderImage | (import("csstype").Property.BorderImage | undefined)[] | ("none" | "repeat" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[] | undefined; WebkitBorderRadius?: (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | (import("csstype").Property.BorderRadius<string | number> | undefined)[] | undefined; WebkitColumnRule?: (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | (import("csstype").Property.ColumnRule<string | number> | undefined)[] | undefined; WebkitColumns?: (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | (import("csstype").Property.Columns<string | number> | undefined)[] | undefined; WebkitFlex?: (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | (import("csstype").Property.Flex<string | number> | undefined)[] | undefined; WebkitFlexFlow?: import("csstype").Property.FlexFlow | (import("csstype").Property.FlexFlow | undefined)[] | import("csstype").Property.FlexFlow[] | undefined; WebkitMask?: (string | (string & {}))[] | import("csstype").Property.WebkitMask<string | number> | (import("csstype").Property.WebkitMask<string | number> | undefined)[] | undefined; WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | (import("csstype").Property.MaskBorder | undefined)[] | ("none" | "repeat" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space" | "alpha" | "luminance")[] | undefined; WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | (import("csstype").Property.TextEmphasis | undefined)[] | import("csstype").Property.TextEmphasis[] | undefined; WebkitTextStroke?: (string | (string & {}))[] | import("csstype").Property.WebkitTextStroke<string | number> | (import("csstype").Property.WebkitTextStroke<string | number> | undefined)[] | undefined; WebkitTransition?: import("csstype").Property.Transition<string & {}> | (import("csstype").Property.Transition<string & {}> | undefined)[] | import("csstype").Property.Transition<string & {}>[] | undefined; azimuth?: import("csstype").Property.Azimuth | (import("csstype").Property.Azimuth | undefined)[] | import("csstype").Property.Azimuth[] | undefined; boxAlign?: import("csstype").Property.BoxAlign | (import("csstype").Property.BoxAlign | undefined)[] | import("csstype").Property.BoxAlign[] | undefined; boxDirection?: import("csstype").Property.BoxDirection | (import("csstype").Property.BoxDirection | undefined)[] | import("csstype").Property.BoxDirection[] | undefined; boxFlex?: import("csstype").Globals[] | import("csstype").Property.BoxFlex | (import("csstype").Property.BoxFlex | undefined)[] | undefined; boxFlexGroup?: import("csstype").Globals[] | import("csstype").Property.BoxFlexGroup | (import("csstype").Property.BoxFlexGroup | undefined)[] | undefined; boxLines?: import("csstype").Property.BoxLines | (import("csstype").Property.BoxLines | undefined)[] | import("csstype").Property.BoxLines[] | undefined; boxOrdinalGroup?: import("csstype").Globals[] | import("csstype").Property.BoxOrdinalGroup | (import("csstype").Property.BoxOrdinalGroup | undefined)[] | undefined; boxOrient?: import("csstype").Property.BoxOrient | (import("csstype").Property.BoxOrient | undefined)[] | import("csstype").Property.BoxOrient[] | undefined; boxPack?: import("csstype").Property.BoxPack | (import("csstype").Property.BoxPack | undefined)[] | import("csstype").Property.BoxPack[] | undefined; clip?: import("csstype").Property.Clip | (import("csstype").Property.Clip | undefined)[] | import("csstype").Property.Clip[] | undefined; fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | (import("csstype").Property.FontVariantAlternates | undefined)[] | import("csstype").Property.FontVariantAlternates[] | undefined; gridColumnGap?: (string | (string & {}))[] | import("csstype").Property.GridColumnGap<string | number> | (import("csstype").Property.GridColumnGap<string | number> | undefined)[] | undefined; gridGap?: (string | (string & {}))[] | import("csstype").Property.GridGap<string | number> | (import("csstype").Property.GridGap<string | number> | undefined)[] | undefined; gridRowGap?: (string | (string & {}))[] | import("csstype").Property.GridRowGap<string | number> | (import("csstype").Property.GridRowGap<string | number> | undefined)[] | undefined; imeMode?: import("csstype").Property.ImeMode | (import("csstype").Property.ImeMode | undefined)[] | import("csstype").Property.ImeMode[] | undefined; offsetBlock?: (string | (string & {}))[] | import("csstype").Property.InsetBlock<string | number> | (import("csstype").Property.InsetBlock<string | number> | undefined)[] | undefined; offsetBlockEnd?: (string | (string & {}))[] | import("csstype").Property.InsetBlockEnd<string | number> | (import("csstype").Property.InsetBlockEnd<string | number> | undefined)[] | undefined; offsetBlockStart?: (string | (string & {}))[] | import("csstype").Property.InsetBlockStart<string | number> | (import("csstype").Property.InsetBlockStart<string | number> | undefined)[] | undefined; offsetInline?: (string | (string & {}))[] | import("csstype").Property.InsetInline<string | number> | (import("csstype").Property.InsetInline<string | number> | undefined)[] | undefined; offsetInlineEnd?: (string | (string & {}))[] | import("csstype").Property.InsetInlineEnd<string | number> | (import("csstype").Property.InsetInlineEnd<string | number> | undefined)[] | undefined; offsetInlineStart?: (string | (string & {}))[] | import("csstype").Property.InsetInlineStart<string | number> | (import("csstype").Property.InsetInlineStart<string | number> | undefined)[] | undefined; scrollSnapCoordinate?: (string | (string & {}))[] | import("csstype").Property.ScrollSnapCoordinate<string | number> | (import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined)[] | undefined; scrollSnapDestination?: (string | (string & {}))[] | import("csstype").Property.ScrollSnapDestination<string | number> | (import("csstype").Property.ScrollSnapDestination<string | number> | undefined)[] | undefined; scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | (import("csstype").Property.ScrollSnapPointsX | undefined)[] | import("csstype").Property.ScrollSnapPointsX[] | undefined; scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | (import("csstype").Property.ScrollSnapPointsY | undefined)[] | import("csstype").Property.ScrollSnapPointsY[] | undefined; scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | (import("csstype").Property.ScrollSnapTypeX | undefined)[] | import("csstype").Property.ScrollSnapTypeX[] | undefined; scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | (import("csstype").Property.ScrollSnapTypeY | undefined)[] | import("csstype").Property.ScrollSnapTypeY[] | undefined; scrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | (import("csstype").Property.MsScrollbarTrackColor | undefined)[] | import("csstype").Property.MsScrollbarTrackColor[] | undefined; KhtmlBoxAlign?: import("csstype").Property.BoxAlign | (import("csstype").Property.BoxAlign | undefined)[] | import("csstype").Property.BoxAlign[] | undefined; KhtmlBoxDirection?: import("csstype").Property.BoxDirection | (import("csstype").Property.BoxDirection | undefined)[] | import("csstype").Property.BoxDirection[] | undefined; KhtmlBoxFlex?: import("csstype").Globals[] | import("csstype").Property.BoxFlex | (import("csstype").Property.BoxFlex | undefined)[] | undefined; KhtmlBoxFlexGroup?: import("csstype").Globals[] | import("csstype").Property.BoxFlexGroup | (import("csstype").Property.BoxFlexGroup | undefined)[] | undefined; KhtmlBoxLines?: import("csstype").Property.BoxLines | (import("csstype").Property.BoxLines | undefined)[] | import("csstype").Property.BoxLines[] | undefined; KhtmlBoxOrdinalGroup?: import("csstype").Globals[] | import("csstype").Property.BoxOrdinalGroup | (import("csstype").Property.BoxOrdinalGroup | undefined)[] | undefined; KhtmlBoxOrient?: import("csstype").Property.BoxOrient | (import("csstype").Property.BoxOrient | undefined)[] | import("csstype").Property.BoxOrient[] | undefined; KhtmlBoxPack?: import("csstype").Property.BoxPack | (import("csstype").Property.BoxPack | undefined)[] | import("csstype").Property.BoxPack[] | undefined; KhtmlLineBreak?: import("csstype").Property.LineBreak | (import("csstype").Property.LineBreak | undefined)[] | import("csstype").Property.LineBreak[] | undefined; KhtmlOpacity?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Opacity | (import("csstype").Property.Opacity | undefined)[] | undefined; KhtmlUserSelect?: import("csstype").Property.UserSelect | (import("csstype").Property.UserSelect | undefined)[] | import("csstype").Property.UserSelect[] | undefined; MozBackgroundClip?: import("csstype").Property.BackgroundClip | (import("csstype").Property.BackgroundClip | undefined)[] | import("csstype").Property.BackgroundClip[] | undefined; MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | (import("csstype").Property.BoxDecorationBreak | undefined)[] | import("csstype").Property.BoxDecorationBreak[] | undefined; MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | (import("csstype").Property.BackgroundOrigin | undefined)[] | import("csstype").Property.BackgroundOrigin[] | undefined; MozBackgroundSize?: (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | (import("csstype").Property.BackgroundSize<string | number> | undefined)[] | undefined; MozBinding?: import("csstype").Property.MozBinding | (import("csstype").Property.MozBinding | undefined)[] | import("csstype").Property.MozBinding[] | undefined; MozBorderRadius?: (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | (import("csstype").Property.BorderRadius<string | number> | undefined)[] | undefined; MozBorderRadiusBottomleft?: (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | (import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined)[] | undefined; MozBorderRadiusBottomright?: (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | (import("csstype").Property.BorderBottomRightRadius<string | number> | undefined)[] | undefined; MozBorderRadiusTopleft?: (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | (import("csstype").Property.BorderTopLeftRadius<string | number> | undefined)[] | undefined; MozBorderRadiusTopright?: (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | (import("csstype").Property.BorderTopRightRadius<string | number> | undefined)[] | undefined; MozBoxAlign?: import("csstype").Property.BoxAlign | (import("csstype").Property.BoxAlign | undefined)[] | import("csstype").Property.BoxAlign[] | undefined; MozBoxDirection?: import("csstype").Property.BoxDirection | (import("csstype").Property.BoxDirection | undefined)[] | import("csstype").Property.BoxDirection[] | undefined; MozBoxFlex?: import("csstype").Globals[] | import("csstype").Property.BoxFlex | (import("csstype").Property.BoxFlex | undefined)[] | undefined; MozBoxOrdinalGroup?: import("csstype").Globals[] | import("csstype").Property.BoxOrdinalGroup | (import("csstype").Property.BoxOrdinalGroup | undefined)[] | undefined; MozBoxOrient?: import("csstype").Property.BoxOrient | (import("csstype").Property.BoxOrient | undefined)[] | import("csstype").Property.BoxOrient[] | undefined; MozBoxPack?: import("csstype").Property.BoxPack | (import("csstype").Property.BoxPack | undefined)[] | import("csstype").Property.BoxPack[] | undefined; MozBoxShadow?: import("csstype").Property.BoxShadow | (import("csstype").Property.BoxShadow | undefined)[] | import("csstype").Property.BoxShadow[] | undefined; MozFloatEdge?: import("csstype").Property.MozFloatEdge | (import("csstype").Property.MozFloatEdge | undefined)[] | import("csstype").Property.MozFloatEdge[] | undefined; MozForceBrokenImageIcon?: import("csstype").Globals[] | import("csstype").Property.MozForceBrokenImageIcon | (import("csstype").Property.MozForceBrokenImageIcon | undefined)[] | undefined; MozOpacity?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Opacity | (import("csstype").Property.Opacity | undefined)[] | undefined; MozOutline?: import("csstype").Property.Outline<string | number> | (import("csstype").Property.Outline<string | number> | undefined)[] | (string | (string & {}))[] | undefined; MozOutlineColor?: import("csstype").Property.OutlineColor | (import("csstype").Property.OutlineColor | undefined)[] | import("csstype").Property.OutlineColor[] | undefined; MozOutlineRadius?: (string | (string & {}))[] | import("csstype").Property.MozOutlineRadius<string | number> | (import("csstype").Property.MozOutlineRadius<string | number> | undefined)[] | undefined; MozOutlineRadiusBottomleft?: (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | (import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined)[] | undefined; MozOutlineRadiusBottomright?: (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusBottomright<string | number> | (import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined)[] | undefined; MozOutlineRadiusTopleft?: (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusTopleft<string | number> | (import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined)[] | undefined; MozOutlineRadiusTopright?: (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusTopright<string | number> | (import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined)[] | undefined; MozOutlineStyle?: import("csstype").Property.OutlineStyle | (import("csstype").Property.OutlineStyle | undefined)[] | import("csstype").Property.OutlineStyle[] | undefined; MozOutlineWidth?: string[] | import("csstype").Property.OutlineWidth<string | number> | (import("csstype").Property.OutlineWidth<string | number> | undefined)[] | undefined; MozTextAlignLast?: import("csstype").Property.TextAlignLast | (import("csstype").Property.TextAlignLast | undefined)[] | import("csstype").Property.TextAlignLast[] | undefined; MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | (import("csstype").Property.TextDecorationColor | undefined)[] | import("csstype").Property.TextDecorationColor[] | undefined; MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | (import("csstype").Property.TextDecorationLine | undefined)[] | import("csstype").Property.TextDecorationLine[] | undefined; MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | (import("csstype").Property.TextDecorationStyle | undefined)[] | import("csstype").Property.TextDecorationStyle[] | undefined; MozUserInput?: import("csstype").Property.MozUserInput | (import("csstype").Property.MozUserInput | undefined)[] | import("csstype").Property.MozUserInput[] | undefined; msImeMode?: import("csstype").Property.ImeMode | (import("csstype").Property.ImeMode | undefined)[] | import("csstype").Property.ImeMode[] | undefined; msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | (import("csstype").Property.MsScrollbarTrackColor | undefined)[] | import("csstype").Property.MsScrollbarTrackColor[] | undefined; OAnimation?: import("csstype").Property.Animation<string & {}> | (import("csstype").Property.Animation<string & {}> | undefined)[] | (import("csstype").Globals | ((string & {}) | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear") | ("normal" | "alternate" | "alternate-reverse" | "reverse") | ("none" | "both" | "backwards" | "forwards") | "infinite" | "paused" | "running")[] | undefined; OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | (import("csstype").Property.AnimationDelay<string & {}> | undefined)[] | import("csstype").Property.AnimationDelay<string & {}>[] | undefined; OAnimationDirection?: import("csstype").Property.AnimationDirection | (import("csstype").Property.AnimationDirection | undefined)[] | import("csstype").Property.AnimationDirection[] | undefined; OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | (import("csstype").Property.AnimationDuration<string & {}> | undefined)[] | import("csstype").Property.AnimationDuration<string & {}>[] | undefined; OAnimationFillMode?: import("csstype").Property.AnimationFillMode | (import("csstype").Property.AnimationFillMode | undefined)[] | import("csstype").Property.AnimationFillMode[] | undefined; OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | (import("csstype").Property.AnimationIterationCount | undefined)[] | ((string & {}) | import("csstype").Globals | "infinite")[] | undefined; OAnimationName?: import("csstype").Property.AnimationName | (import("csstype").Property.AnimationName | undefined)[] | import("csstype").Property.AnimationName[] | undefined; OAnimationPlayState?: import("csstype").Property.AnimationPlayState | (import("csstype").Property.AnimationPlayState | undefined)[] | import("csstype").Property.AnimationPlayState[] | undefined; OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | (import("csstype").Property.AnimationTimingFunction | undefined)[] | import("csstype").Property.AnimationTimingFunction[] | undefined; OBackgroundSize?: (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | (import("csstype").Property.BackgroundSize<string | number> | undefined)[] | undefined; OBorderImage?: import("csstype").Property.BorderImage | (import("csstype").Property.BorderImage | undefined)[] | ("none" | "repeat" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[] | undefined; OObjectFit?: import("csstype").Property.ObjectFit | (import("csstype").Property.ObjectFit | undefined)[] | import("csstype").Property.ObjectFit[] | undefined; OObjectPosition?: (string | (string & {}))[] | import("csstype").Property.ObjectPosition<string | number> | (import("csstype").Property.ObjectPosition<string | number> | undefined)[] | undefined; OTabSize?: string[] | import("csstype").Property.TabSize<string | number> | (import("csstype").Property.TabSize<string | number> | undefined)[] | undefined; OTextOverflow?: import("csstype").Property.TextOverflow | (import("csstype").Property.TextOverflow | undefined)[] | import("csstype").Property.TextOverflow[] | undefined; OTransform?: import("csstype").Property.Transform | (import("csstype").Property.Transform | undefined)[] | import("csstype").Property.Transform[] | undefined; OTransformOrigin?: (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | (import("csstype").Property.TransformOrigin<string | number> | undefined)[] | undefined; OTransition?: import("csstype").Property.Transition<string & {}> | (import("csstype").Property.Transition<string & {}> | undefined)[] | import("csstype").Property.Transition<string & {}>[] | undefined; OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | (import("csstype").Property.TransitionDelay<string & {}> | undefined)[] | import("csstype").Property.TransitionDelay<string & {}>[] | undefined; OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | (import("csstype").Property.TransitionDuration<string & {}> | undefined)[] | import("csstype").Property.TransitionDuration<string & {}>[] | undefined; OTransitionProperty?: import("csstype").Property.TransitionProperty | (import("csstype").Property.TransitionProperty | undefined)[] | import("csstype").Property.TransitionProperty[] | undefined; OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | (import("csstype").Property.TransitionTimingFunction | undefined)[] | import("csstype").Property.TransitionTimingFunction[] | undefined; WebkitBoxAlign?: import("csstype").Property.BoxAlign | (import("csstype").Property.BoxAlign | undefined)[] | import("csstype").Property.BoxAlign[] | undefined; WebkitBoxDirection?: import("csstype").Property.BoxDirection | (import("csstype").Property.BoxDirection | undefined)[] | import("csstype").Property.BoxDirection[] | undefined; WebkitBoxFlex?: import("csstype").Globals[] | import("csstype").Property.BoxFlex | (import("csstype").Property.BoxFlex | undefined)[] | undefined; WebkitBoxFlexGroup?: import("csstype").Globals[] | import("csstype").Property.BoxFlexGroup | (import("csstype").Property.BoxFlexGroup | undefined)[] | undefined; WebkitBoxLines?: import("csstype").Property.BoxLines | (import("csstype").Property.BoxLines | undefined)[] | import("csstype").Property.BoxLines[] | undefined; WebkitBoxOrdinalGroup?: import("csstype").Globals[] | import("csstype").Property.BoxOrdinalGroup | (import("csstype").Property.BoxOrdinalGroup | undefined)[] | undefined; WebkitBoxOrient?: import("csstype").Property.BoxOrient | (import("csstype").Property.BoxOrient | undefined)[] | import("csstype").Property.BoxOrient[] | undefined; WebkitBoxPack?: import("csstype").Property.BoxPack | (import("csstype").Property.BoxPack | undefined)[] | import("csstype").Property.BoxPack[] | undefined; WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | (import("csstype").Property.ScrollSnapPointsX | undefined)[] | import("csstype").Property.ScrollSnapPointsX[] | undefined; WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | (import("csstype").Property.ScrollSnapPointsY | undefined)[] | import("csstype").Property.ScrollSnapPointsY[] | undefined; alignmentBaseline?: import("csstype").Property.AlignmentBaseline | (import("csstype").Property.AlignmentBaseline | undefined)[] | import("csstype").Property.AlignmentBaseline[] | undefined; baselineShift?: (string | (string & {}))[] | import("csstype").Property.BaselineShift<string | number> | (import("csstype").Property.BaselineShift<string | number> | undefined)[] | undefined; clipRule?: import("csstype").Property.ClipRule | (import("csstype").Property.ClipRule | undefined)[] | import("csstype").Property.ClipRule[] | undefined; colorInterpolation?: import("csstype").Property.ColorInterpolation | (import("csstype").Property.ColorInterpolation | undefined)[] | import("csstype").Property.ColorInterpolation[] | undefined; colorRendering?: import("csstype").Property.ColorRendering | (import("csstype").Property.ColorRendering | undefined)[] | import("csstype").Property.ColorRendering[] | undefined; dominantBaseline?: import("csstype").Property.DominantBaseline | (import("csstype").Property.DominantBaseline | undefined)[] | import("csstype").Property.DominantBaseline[] | undefined; fill?: import("csstype").Property.Fill | (import("csstype").Property.Fill | undefined)[] | import("csstype").Property.Fill[] | undefined; fillOpacity?: import("csstype").Globals[] | import("csstype").Property.FillOpacity | (import("csstype").Property.FillOpacity | undefined)[] | undefined; fillRule?: import("csstype").Property.FillRule | (import("csstype").Property.FillRule | undefined)[] | import("csstype").Property.FillRule[] | undefined; floodColor?: import("csstype").Property.FloodColor | (import("csstype").Property.FloodColor | undefined)[] | import("csstype").Property.FloodColor[] | undefined; floodOpacity?: import("csstype").Globals[] | import("csstype").Property.FloodOpacity | (import("csstype").Property.FloodOpacity | undefined)[] | undefined; glyphOrientationVertical?: ("auto" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.GlyphOrientationVertical | (import("csstype").Property.GlyphOrientationVertical | undefined)[] | undefined; lightingColor?: import("csstype").Property.LightingColor | (import("csstype").Property.LightingColor | undefined)[] | import("csstype").Property.LightingColor[] | undefined; marker?: import("csstype").Property.Marker | (import("csstype").Property.Marker | undefined)[] | import("csstype").Property.Marker[] | undefined; markerEnd?: import("csstype").Property.MarkerEnd | (import("csstype").Property.MarkerEnd | undefined)[] | import("csstype").Property.MarkerEnd[] | undefined; markerMid?: import("csstype").Property.MarkerMid | (import("csstype").Property.MarkerMid | undefined)[] | import("csstype").Property.MarkerMid[] | undefined; markerStart?: import("csstype").Property.MarkerStart | (import("csstype").Property.MarkerStart | undefined)[] | import("csstype").Property.MarkerStart[] | undefined; shapeRendering?: import("csstype").Property.ShapeRendering | (import("csstype").Property.ShapeRendering | undefined)[] | import("csstype").Property.ShapeRendering[] | undefined; stopColor?: import("csstype").Property.StopColor | (import("csstype").Property.StopColor | undefined)[] | import("csstype").Property.StopColor[] | undefined; stopOpacity?: import("csstype").Globals[] | import("csstype").Property.StopOpacity | (import("csstype").Property.StopOpacity | undefined)[] | undefined; stroke?: import("csstype").Property.Stroke | (import("csstype").Property.Stroke | undefined)[] | import("csstype").Property.Stroke[] | undefined; strokeDasharray?: (string | (string & {}))[] | import("csstype").Property.StrokeDasharray<string | number> | (import("csstype").Property.StrokeDasharray<string | number> | undefined)[] | undefined; strokeDashoffset?: (string | (string & {}))[] | import("csstype").Property.StrokeDashoffset<string | number> | (import("csstype").Property.StrokeDashoffset<string | number> | undefined)[] | undefined; strokeLinecap?: import("csstype").Property.StrokeLinecap | (import("csstype").Property.StrokeLinecap | undefined)[] | import("csstype").Property.StrokeLinecap[] | undefined; strokeLinejoin?: import("csstype").Property.StrokeLinejoin | (import("csstype").Property.StrokeLinejoin | undefined)[] | import("csstype").Property.StrokeLinejoin[] | undefined; strokeMiterlimit?: import("csstype").Globals[] | import("csstype").Property.StrokeMiterlimit | (import("csstype").Property.StrokeMiterlimit | undefined)[] | undefined; strokeOpacity?: import("csstype").Globals[] | import("csstype").Property.StrokeOpacity | (import("csstype").Property.StrokeOpacity | undefined)[] | undefined; strokeWidth?: (string | (string & {}))[] | import("csstype").Property.StrokeWidth<string | number> | (import("csstype").Property.StrokeWidth<string | number> | undefined)[] | undefined; textAnchor?: import("csstype").Property.TextAnchor | (import("csstype").Property.TextAnchor | undefined)[] | import("csstype").Property.TextAnchor[] | undefined; vectorEffect?: import("csstype").Property.VectorEffect | (import("csstype").Property.VectorEffect | undefined)[] | import("csstype").Property.VectorEffect[] | undefined; ":-moz-any()"?: import("@emotion/serialize").CSSObject | undefined; ":-moz-dir"?: import("@emotion/serialize").CSSObject | undefined; ":-webkit-any()"?: import("@emotion/serialize").CSSObject | undefined; "::cue"?: import("@emotion/serialize").CSSObject | undefined; "::cue-region"?: import("@emotion/serialize").CSSObject | undefined; "::part"?: import("@emotion/serialize").CSSObject | undefined; "::slotted"?: import("@emotion/serialize").CSSObject | undefined; ":dir"?: import("@emotion/serialize").CSSObject | undefined; ":has"?: import("@emotion/serialize").CSSObject | undefined; ":host"?: import("@emotion/serialize").CSSObject | undefined; ":host-context"?: import("@emotion/serialize").CSSObject | undefined; ":is"?: import("@emotion/serialize").CSSObject | undefined; ":lang"?: import("@emotion/serialize").CSSObject | undefined; ":matches()"?: import("@emotion/serialize").CSSObject | undefined; ":not"?: import("@emotion/serialize").CSSObject | undefined; ":nth-child"?: import("@emotion/serialize").CSSObject | undefined; ":nth-last-child"?: import("@emotion/serialize").CSSObject | undefined; ":nth-last-of-type"?: import("@emotion/serialize").CSSObject | undefined; ":nth-of-type"?: import("@emotion/serialize").CSSObject | undefined; ":where"?: import("@emotion/serialize").CSSObject | undefined; ":-khtml-any-link"?: import("@emotion/serialize").CSSObject | undefined; ":-moz-any-link"?: import("@emotion/serialize").CSSObject | undefined; ":-moz-focusring"?: import("@emotion/serialize").CSSObject | undefined; ":-moz-full-screen"?: import("@emotion/serialize").CSSObject | undefined; ":-moz-placeholder"?: import("@emotion/serialize").CSSObject | undefined; ":-moz-read-only"?: import("@emotion/serialize").CSSObject | undefined; ":-moz-read-write"?: import("@emotion/serialize").CSSObject | undefined; ":-moz-ui-invalid"?: import("@emotion/serialize").CSSObject | undefined; ":-moz-ui-valid"?: import("@emotion/serialize").CSSObject | undefined; ":-ms-fullscreen"?: import("@emotion/serialize").CSSObject | undefined; ":-ms-input-placeholder"?: import("@emotion/serialize").CSSObject | undefined; ":-webkit-any-link"?: import("@emotion/serialize").CSSObject | undefined; ":-webkit-full-screen"?: import("@emotion/serialize").CSSObject | undefined; "::-moz-placeholder"?: import("@emotion/serialize").CSSObject | undefined; "::-moz-progress-bar"?: import("@emotion/serialize").CSSObject | undefined; "::-moz-range-progress"?: import("@emotion/serialize").CSSObject | undefined; "::-moz-range-thumb"?: import("@emotion/serialize").CSSObject | undefined; "::-moz-range-track"?: import("@emotion/serialize").CSSObject | undefined; "::-moz-selection"?: import("@emotion/serialize").CSSObject | undefined; "::-ms-backdrop"?: import("@emotion/serialize").CSSObject | undefined; "::-ms-browse"?: import("@emotion/serialize").CSSObject | undefined; "::-ms-check"?: import("@emotion/serialize").CSSObject | undefined; "::-ms-clear"?: import("@emotion/serialize").CSSObject | undefined; "::-ms-fill"?: import("@emotion/serialize").CSSObject | undefined; "::-ms-fill-lower"?: import("@emotion/serialize").CSSObject | undefined; "::-ms-fill-upper"?: import("@emotion/serialize").CSSObject | undefined; "::-ms-input-placeholder"?: import("@emotion/serialize").CSSObject | undefined; "::-ms-reveal"?: import("@emotion/serialize").CSSObject | undefined; "::-ms-thumb"?: import("@emotion/serialize").CSSObject | undefined; "::-ms-ticks-after"?: import("@emotion/serialize").CSSObject | undefined; "::-ms-ticks-before"?: import("@emotion/serialize").CSSObject | undefined; "::-ms-tooltip"?: import("@emotion/serialize").CSSObject | undefined; "::-ms-track"?: import("@emotion/serialize").CSSObject | undefined; "::-ms-value"?: import("@emotion/serialize").CSSObject | undefined; "::-webkit-backdrop"?: import("@emotion/serialize").CSSObject | undefined; "::-webkit-input-placeholder"?: import("@emotion/serialize").CSSObject | undefined; "::-webkit-progress-bar"?: import("@emotion/serialize").CSSObject | undefined; "::-webkit-progress-inner-value"?: import("@emotion/serialize").CSSObject | undefined; "::-webkit-progress-value"?: import("@emotion/serialize").CSSObject | undefined; "::-webkit-slider-runnable-track"?: import("@emotion/serialize").CSSObject | undefined; "::-webkit-slider-thumb"?: import("@emotion/serialize").CSSObject | undefined; "::after"?: import("@emotion/serialize").CSSObject | undefined; "::backdrop"?: import("@emotion/serialize").CSSObject | undefined; "::before"?: import("@emotion/serialize").CSSObject | undefined; "::first-letter"?: import("@emotion/serialize").CSSObject | undefined; "::first-line"?: import("@emotion/serialize").CSSObject | undefined; "::grammar-error"?: import("@emotion/serialize").CSSObject | undefined; "::marker"?: import("@emotion/serialize").CSSObject | undefined; "::placeholder"?: import("@emotion/serialize").CSSObject | undefined; "::selection"?: import("@emotion/serialize").CSSObject | undefined; "::spelling-error"?: import("@emotion/serialize").CSSObject | undefined; "::target-text"?: import("@emotion/serialize").CSSObject | undefined; ":active"?: import("@emotion/serialize").CSSObject | undefined; ":after"?: import("@emotion/serialize").CSSObject | undefined; ":any-link"?: import("@emotion/serialize").CSSObject | undefined; ":before"?: import("@emotion/serialize").CSSObject | undefined; ":blank"?: import("@emotion/serialize").CSSObject | undefined; ":checked"?: import("@emotion/serialize").CSSObject | undefined; ":current"?: import("@emotion/serialize").CSSObject | undefined; ":default"?: import("@emotion/serialize").CSSObject | undefined; ":defined"?: import("@emotion/serialize").CSSObject | undefined; ":disabled"?: import("@emotion/serialize").CSSObject | undefined; ":empty"?: import("@emotion/serialize").CSSObject | undefined; ":enabled"?: import("@emotion/serialize").CSSObject | undefined; ":first"?: import("@emotion/serialize").CSSObject | undefined; ":first-child"?: import("@emotion/serialize").CSSObject | undefined; ":first-letter"?: import("@emotion/serialize").CSSObject | undefined; ":first-line"?: import("@emotion/serialize").CSSObject | undefined; ":first-of-type"?: import("@emotion/serialize").CSSObject | undefined; ":focus"?: import("@emotion/serialize").CSSObject | undefined; ":focus-visible"?: import("@emotion/serialize").CSSObject | undefined; ":focus-within"?: import("@emotion/serialize").CSSObject | undefined; ":fullscreen"?: import("@emotion/serialize").CSSObject | undefined; ":future"?: import("@emotion/serialize").CSSObject | undefined; ":hover"?: import("@emotion/serialize").CSSObject | undefined; ":in-range"?: import("@emotion/serialize").CSSObject | undefined; ":indeterminate"?: import("@emotion/serialize").CSSObject | undefined; ":invalid"?: import("@emotion/serialize").CSSObject | undefined; ":last-child"?: import("@emotion/serialize").CSSObject | undefined; ":last-of-type"?: import("@emotion/serialize").CSSObject | undefined; ":left"?: import("@emotion/serialize").CSSObject | undefined; ":link"?: import("@emotion/serialize").CSSObject | undefined; ":local-link"?: import("@emotion/serialize").CSSObject | undefined; ":nth-col"?: import("@emotion/serialize").CSSObject | undefined; ":nth-last-col"?: import("@emotion/serialize").CSSObject | undefined; ":only-child"?: import("@emotion/serialize").CSSObject | undefined; ":only-of-type"?: import("@emotion/serialize").CSSObject | undefined; ":optional"?: import("@emotion/serialize").CSSObject | undefined; ":out-of-range"?: import("@emotion/serialize").CSSObject | undefined; ":past"?: import("@emotion/serialize").CSSObject | undefined; ":paused"?: import("@emotion/serialize").CSSObject | undefined; ":picture-in-picture"?: import("@emotion/serialize").CSSObject | undefined; ":placeholder-shown"?: import("@emotion/serialize").CSSObject | undefined; ":read-only"?: import("@emotion/serialize").CSSObject | undefined; ":read-write"?: import("@emotion/serialize").CSSObject | undefined; ":required"?: import("@emotion/serialize").CSSObject | undefined; ":right"?: import("@emotion/serialize").CSSObject | undefined; ":root"?: import("@emotion/serialize").CSSObject | undefined; ":scope"?: import("@emotion/serialize").CSSObject | undefined; ":target"?: import("@emotion/serialize").CSSObject | undefined; ":target-within"?: import("@emotion/serialize").CSSObject | undefined; ":user-invalid"?: import("@emotion/serialize").CSSObject | undefined; ":user-valid"?: import("@emotion/serialize").CSSObject | undefined; ":valid"?: import("@emotion/serialize").CSSObject | undefined; ":visited"?: import("@emotion/serialize").CSSObject | undefined; label?: string | undefined; }; singleValue: () => {}; valueContainer: () => {}; }