@rocket.chat/fuselage 0.6.3-dev.437 → 0.6.3-dev.440

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (163) hide show
  1. package/dist/components/{Box/AnimatedVisibility → AnimatedVisibility}/AnimatedVisibility.d.ts +0 -0
  2. package/dist/components/AnimatedVisibility/AnimatedVisibility.d.ts.map +1 -0
  3. package/dist/components/{Box/AnimatedVisibility → AnimatedVisibility}/index.d.ts +0 -0
  4. package/dist/components/AnimatedVisibility/index.d.ts.map +1 -0
  5. package/dist/components/Box/BoxTransforms.d.ts.map +1 -1
  6. package/dist/components/Box/index.d.ts +2 -20
  7. package/dist/components/Button/ActionButton.d.ts +2 -240
  8. package/dist/components/Button/ActionButton.d.ts.map +1 -1
  9. package/dist/components/Button/Button.d.ts +2 -240
  10. package/dist/components/Button/Button.d.ts.map +1 -1
  11. package/dist/components/CheckBox/CheckBox.d.ts +2 -240
  12. package/dist/components/CheckBox/CheckBox.d.ts.map +1 -1
  13. package/dist/components/EmailInput/EmailInput.d.ts +2 -240
  14. package/dist/components/EmailInput/EmailInput.d.ts.map +1 -1
  15. package/dist/components/Field/index.d.ts +6 -1315
  16. package/dist/components/Field/index.d.ts.map +1 -1
  17. package/dist/components/{Box/Flex/Flex.d.ts → Flex/FlexContainer.d.ts} +3 -3
  18. package/dist/components/Flex/FlexContainer.d.ts.map +1 -0
  19. package/dist/components/{Box/Flex → Flex}/FlexItem.d.ts +2 -2
  20. package/dist/components/Flex/FlexItem.d.ts.map +1 -0
  21. package/dist/components/Flex/index.d.ts +8 -0
  22. package/dist/components/Flex/index.d.ts.map +1 -0
  23. package/dist/components/Grid/Grid.d.ts +1 -120
  24. package/dist/components/Grid/Grid.d.ts.map +1 -1
  25. package/dist/components/Icon/Icon.d.ts +1 -120
  26. package/dist/components/Icon/Icon.d.ts.map +1 -1
  27. package/dist/components/InputBox/Addon.d.ts +1 -239
  28. package/dist/components/InputBox/Addon.d.ts.map +1 -1
  29. package/dist/components/InputBox/Input.d.ts +1 -239
  30. package/dist/components/InputBox/Input.d.ts.map +1 -1
  31. package/dist/components/InputBox/Option.d.ts +1 -239
  32. package/dist/components/InputBox/Option.d.ts.map +1 -1
  33. package/dist/components/InputBox/Placeholder.d.ts +1 -239
  34. package/dist/components/InputBox/Placeholder.d.ts.map +1 -1
  35. package/dist/components/InputBox/index.d.ts +11 -2034
  36. package/dist/components/InputBox/index.d.ts.map +1 -1
  37. package/dist/components/Message/MessageMetrics/index.d.ts +2 -240
  38. package/dist/components/Message/MessageMetrics/index.d.ts.map +1 -1
  39. package/dist/components/Message/MessageReactions/index.d.ts +1 -120
  40. package/dist/components/Message/MessageReactions/index.d.ts.map +1 -1
  41. package/dist/components/Message/MessageToolbox/MessageToolboxItem.d.ts +4 -361
  42. package/dist/components/Message/MessageToolbox/MessageToolboxItem.d.ts.map +1 -1
  43. package/dist/components/Message/MessageToolbox/index.d.ts +5 -481
  44. package/dist/components/Message/MessageToolbox/index.d.ts.map +1 -1
  45. package/dist/components/Message/index.d.ts +8 -841
  46. package/dist/components/Message/index.d.ts.map +1 -1
  47. package/dist/components/Modal/Modal.d.ts +1 -239
  48. package/dist/components/Modal/Modal.d.ts.map +1 -1
  49. package/dist/components/Modal/index.d.ts +9 -961
  50. package/dist/components/Modal/index.d.ts.map +1 -1
  51. package/dist/components/MultiSelect/MultiSelect.d.ts +18 -1
  52. package/dist/components/MultiSelect/MultiSelectAnchor.d.ts +12 -0
  53. package/dist/components/MultiSelect/MultiSelectAnchor.d.ts.map +1 -0
  54. package/dist/components/MultiSelect/MultiSelectFilteredAnchor.d.ts +15 -0
  55. package/dist/components/MultiSelect/MultiSelectFilteredAnchor.d.ts.map +1 -0
  56. package/dist/components/NumberInput/NumberInput.d.ts +1 -120
  57. package/dist/components/NumberInput/NumberInput.d.ts.map +1 -1
  58. package/dist/components/Options/CheckOption.d.ts +17 -5
  59. package/dist/components/Options/CheckOption.d.ts.map +1 -1
  60. package/dist/components/Options/Option/OptionHeader.d.ts +7 -0
  61. package/dist/components/Options/Option/OptionHeader.d.ts.map +1 -0
  62. package/dist/components/Options/Option/OptionIcon.d.ts +3 -2
  63. package/dist/components/Options/Option/OptionIcon.d.ts.map +1 -1
  64. package/dist/components/Options/Option/index.d.ts +15 -124
  65. package/dist/components/Options/Option/index.d.ts.map +1 -1
  66. package/dist/components/Options/Options.d.ts +2 -240
  67. package/dist/components/Options/Options.d.ts.map +1 -1
  68. package/dist/components/Options/index.d.ts +2 -240
  69. package/dist/components/Options/index.d.ts.map +1 -1
  70. package/dist/components/Options/useCursor.d.ts +1 -1
  71. package/dist/components/Options/useCursor.d.ts.map +1 -1
  72. package/dist/components/Options/useVisible.d.ts +2 -2
  73. package/dist/components/Options/useVisible.d.ts.map +1 -1
  74. package/dist/components/OptionsPaginated/OptionsPaginated.d.ts +4 -242
  75. package/dist/components/OptionsPaginated/OptionsPaginated.d.ts.map +1 -1
  76. package/dist/components/PasswordInput/PasswordInput.d.ts +1 -120
  77. package/dist/components/PasswordInput/PasswordInput.d.ts.map +1 -1
  78. package/dist/components/{Box/Position → Position}/Position.d.ts +1 -1
  79. package/dist/components/Position/Position.d.ts.map +1 -0
  80. package/dist/components/Position/index.d.ts +2 -0
  81. package/dist/components/Position/index.d.ts.map +1 -0
  82. package/dist/components/{Box/Position → PositionAnimated}/PositionAnimated.d.ts +1 -1
  83. package/dist/components/PositionAnimated/PositionAnimated.d.ts.map +1 -0
  84. package/dist/components/PositionAnimated/index.d.ts +2 -0
  85. package/dist/components/PositionAnimated/index.d.ts.map +1 -0
  86. package/dist/components/ProgressBar/ProgressBar.d.ts +2 -240
  87. package/dist/components/ProgressBar/ProgressBar.d.ts.map +1 -1
  88. package/dist/components/RadioButton/RadioButton.d.ts +2 -240
  89. package/dist/components/RadioButton/RadioButton.d.ts.map +1 -1
  90. package/dist/components/{Box/Scrollable → Scrollable}/Scrollable.d.ts +0 -0
  91. package/dist/components/Scrollable/Scrollable.d.ts.map +1 -0
  92. package/dist/components/{Box/Scrollable → Scrollable}/index.d.ts +0 -0
  93. package/dist/components/Scrollable/index.d.ts.map +1 -0
  94. package/dist/components/SearchInput/SearchInput.d.ts +2 -240
  95. package/dist/components/SearchInput/SearchInput.d.ts.map +1 -1
  96. package/dist/components/Select/Select.d.ts +3 -725
  97. package/dist/components/Select/Select.d.ts.map +1 -1
  98. package/dist/components/Select/SelectAddon.d.ts +8 -0
  99. package/dist/components/Select/SelectAddon.d.ts.map +1 -0
  100. package/dist/components/Select/SelectFiltered.d.ts +3 -360
  101. package/dist/components/Select/SelectFiltered.d.ts.map +1 -1
  102. package/dist/components/Select/SelectFocus.d.ts +8 -0
  103. package/dist/components/Select/SelectFocus.d.ts.map +1 -0
  104. package/dist/components/SelectInput/SelectInput.d.ts +2 -240
  105. package/dist/components/SelectInput/SelectInput.d.ts.map +1 -1
  106. package/dist/components/SelectInput/index.d.ts +1 -239
  107. package/dist/components/SelectInput/index.d.ts.map +1 -1
  108. package/dist/components/SelectPaginated/PaginatedMultiSelect.d.ts.map +1 -1
  109. package/dist/components/SelectPaginated/PaginatedSelect.d.ts.map +1 -1
  110. package/dist/components/Sidebar/Item.d.ts +5 -481
  111. package/dist/components/Sidebar/Item.d.ts.map +1 -1
  112. package/dist/components/Sidebar/TopBar.d.ts +5 -481
  113. package/dist/components/Sidebar/TopBar.d.ts.map +1 -1
  114. package/dist/components/Sidebar/index.d.ts +10 -843
  115. package/dist/components/Sidebar/index.d.ts.map +1 -1
  116. package/dist/components/Table/Table.d.ts +2 -240
  117. package/dist/components/Table/Table.d.ts.map +1 -1
  118. package/dist/components/Table/index.d.ts +4 -480
  119. package/dist/components/Table/index.d.ts.map +1 -1
  120. package/dist/components/Tabs/Tabs.d.ts +2 -240
  121. package/dist/components/Tabs/TabsItem.d.ts +2 -240
  122. package/dist/components/Tabs/TabsItem.d.ts.map +1 -1
  123. package/dist/components/TelephoneInput/TelephoneInput.d.ts +2 -240
  124. package/dist/components/TelephoneInput/TelephoneInput.d.ts.map +1 -1
  125. package/dist/components/TextAreaInput/TextArea.d.ts +2 -240
  126. package/dist/components/TextAreaInput/TextArea.d.ts.map +1 -1
  127. package/dist/components/TextInput/TextInput.d.ts +2 -240
  128. package/dist/components/TextInput/TextInput.d.ts.map +1 -1
  129. package/dist/components/Throbber/Throbber.d.ts +2 -240
  130. package/dist/components/Throbber/Throbber.d.ts.map +1 -1
  131. package/dist/components/Tile/Tile.d.ts +2 -240
  132. package/dist/components/Tile/Tile.d.ts.map +1 -1
  133. package/dist/components/ToggleSwitch/ToggleSwitch.d.ts +2 -240
  134. package/dist/components/ToggleSwitch/ToggleSwitch.d.ts.map +1 -1
  135. package/dist/components/Tooltip/Tooltip.d.ts +3 -241
  136. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
  137. package/dist/components/UrlInput/UrlInput.d.ts +1 -120
  138. package/dist/components/UrlInput/UrlInput.d.ts.map +1 -1
  139. package/dist/components/index.d.ts +7 -1
  140. package/dist/components/index.d.ts.map +1 -1
  141. package/dist/fuselage.development.js +1764 -1273
  142. package/dist/fuselage.development.js.map +1 -1
  143. package/dist/fuselage.production.js +1 -1
  144. package/dist/fuselage.production.js.LICENSE.txt +9 -0
  145. package/dist/hooks/useArrayLikeClassNameProp.d.ts +6 -0
  146. package/dist/hooks/useArrayLikeClassNameProp.d.ts.map +1 -0
  147. package/dist/hooks/useBoxOnlyProps.d.ts +8 -0
  148. package/dist/hooks/useBoxOnlyProps.d.ts.map +1 -0
  149. package/dist/hooks/useStyle.d.ts +1 -2
  150. package/dist/hooks/useStyle.d.ts.map +1 -1
  151. package/package.json +15 -19
  152. package/dist/components/Box/AnimatedVisibility/AnimatedVisibility.d.ts.map +0 -1
  153. package/dist/components/Box/AnimatedVisibility/index.d.ts.map +0 -1
  154. package/dist/components/Box/Flex/Flex.d.ts.map +0 -1
  155. package/dist/components/Box/Flex/FlexItem.d.ts.map +0 -1
  156. package/dist/components/Box/Flex/index.d.ts +0 -10
  157. package/dist/components/Box/Flex/index.d.ts.map +0 -1
  158. package/dist/components/Box/Position/Position.d.ts.map +0 -1
  159. package/dist/components/Box/Position/PositionAnimated.d.ts.map +0 -1
  160. package/dist/components/Box/Position/index.d.ts +0 -3
  161. package/dist/components/Box/Position/index.d.ts.map +0 -1
  162. package/dist/components/Box/Scrollable/Scrollable.d.ts.map +0 -1
  163. package/dist/components/Box/Scrollable/index.d.ts.map +0 -1
@@ -2,490 +2,6 @@ import React, { ComponentProps, ElementType } from 'react';
2
2
  import { Box } from '../Box';
3
3
  import { Icon } from '../Icon';
4
4
  export declare type SelectOptions = readonly [value: string, label: string][];
5
- export declare const Addon: React.ForwardRefExoticComponent<Pick<{
6
- is?: React.ElementType<any> | undefined;
7
- htmlSize?: number | undefined;
8
- } & {
9
- border?: import("csstype").Property.Border<string | number> | undefined;
10
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
11
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
12
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
13
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
14
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
15
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
16
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
17
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
18
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
19
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
20
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
21
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
22
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
23
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
24
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
25
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
26
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
27
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
28
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
29
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
30
- borderColor?: import("csstype").Property.BorderColor | undefined;
31
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
32
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
33
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
34
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
35
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
36
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
37
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
38
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
39
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
40
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
41
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
42
- color?: import("csstype").Property.Color | undefined;
43
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
44
- bg?: import("csstype").Property.BackgroundColor | undefined;
45
- opacity?: import("csstype").Property.Opacity | undefined;
46
- alignItems?: import("csstype").Property.AlignItems | undefined;
47
- alignContent?: import("csstype").Property.AlignContent | undefined;
48
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
49
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
50
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
51
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
52
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
53
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
54
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
55
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
56
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
57
- order?: import("csstype").Property.Order | undefined;
58
- w?: import("csstype").Property.Width<string | number> | undefined;
59
- width?: import("csstype").Property.Width<string | number> | undefined;
60
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
61
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
62
- h?: import("csstype").Property.Height<string | number> | undefined;
63
- height?: import("csstype").Property.Height<string | number> | undefined;
64
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
65
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
66
- display?: import("csstype").Property.Display | undefined;
67
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
68
- overflow?: import("csstype").Property.Overflow | undefined;
69
- overflowX?: import("csstype").Property.OverflowX | undefined;
70
- overflowY?: import("csstype").Property.OverflowY | undefined;
71
- position?: import("csstype").Property.Position | undefined;
72
- zIndex?: import("csstype").Property.ZIndex | undefined;
73
- inset?: import("csstype").Property.Inset<string | number> | undefined;
74
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
75
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
76
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
77
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
78
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
79
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
80
- m?: import("csstype").Property.Margin<string | number> | undefined;
81
- margin?: import("csstype").Property.Margin<string | number> | undefined;
82
- mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
83
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
84
- mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
85
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
86
- mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
87
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
88
- mi?: import("csstype").Property.MarginInline<string | number> | undefined;
89
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
90
- mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
91
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
92
- mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
93
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
94
- p?: import("csstype").Property.Padding<string | number> | undefined;
95
- padding?: import("csstype").Property.Padding<string | number> | undefined;
96
- pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
97
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
98
- pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
99
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
100
- pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
101
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
102
- pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
103
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
104
- pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
105
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
106
- pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
107
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
108
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
109
- fontSize?: string | number | (string & {}) | undefined;
110
- fontStyle?: import("csstype").Property.FontStyle | undefined;
111
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
112
- letterSpacing?: string | number | undefined;
113
- lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
114
- textAlign?: import("csstype").Property.TextAlign | undefined;
115
- textTransform?: import("csstype").Property.TextTransform | undefined;
116
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
117
- animated?: boolean | undefined;
118
- elevation?: "0" | "1" | "2" | undefined;
119
- invisible?: boolean | undefined;
120
- withRichContent?: string | boolean | undefined;
121
- withTruncatedText?: boolean | undefined;
122
- size?: import("csstype").Property.BlockSize<string | number> | undefined;
123
- minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
124
- maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
125
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
126
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
127
- } & Omit<React.AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLElement>> & React.RefAttributes<any>, "string" | "y" | "r" | "default" | "disabled" | "type" | "is" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "defer" | "download" | "encType" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "label" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "useMap" | "value" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontSizeAdjust" | "fontStretch" | "fontVariant" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan" | "htmlSize" | keyof {
128
- border?: import("csstype").Property.Border<string | number> | undefined;
129
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
130
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
131
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
132
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
133
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
134
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
135
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
136
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
137
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
138
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
139
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
140
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
141
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
142
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
143
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
144
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
145
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
146
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
147
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
148
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
149
- borderColor?: import("csstype").Property.BorderColor | undefined;
150
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
151
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
152
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
153
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
154
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
155
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
156
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
157
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
158
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
159
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
160
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
161
- color?: import("csstype").Property.Color | undefined;
162
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
163
- bg?: import("csstype").Property.BackgroundColor | undefined;
164
- opacity?: import("csstype").Property.Opacity | undefined;
165
- alignItems?: import("csstype").Property.AlignItems | undefined;
166
- alignContent?: import("csstype").Property.AlignContent | undefined;
167
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
168
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
169
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
170
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
171
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
172
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
173
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
174
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
175
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
176
- order?: import("csstype").Property.Order | undefined;
177
- w?: import("csstype").Property.Width<string | number> | undefined;
178
- width?: import("csstype").Property.Width<string | number> | undefined;
179
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
180
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
181
- h?: import("csstype").Property.Height<string | number> | undefined;
182
- height?: import("csstype").Property.Height<string | number> | undefined;
183
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
184
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
185
- display?: import("csstype").Property.Display | undefined;
186
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
187
- overflow?: import("csstype").Property.Overflow | undefined;
188
- overflowX?: import("csstype").Property.OverflowX | undefined;
189
- overflowY?: import("csstype").Property.OverflowY | undefined;
190
- position?: import("csstype").Property.Position | undefined;
191
- zIndex?: import("csstype").Property.ZIndex | undefined;
192
- inset?: import("csstype").Property.Inset<string | number> | undefined;
193
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
194
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
195
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
196
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
197
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
198
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
199
- m?: import("csstype").Property.Margin<string | number> | undefined;
200
- margin?: import("csstype").Property.Margin<string | number> | undefined;
201
- mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
202
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
203
- mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
204
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
205
- mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
206
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
207
- mi?: import("csstype").Property.MarginInline<string | number> | undefined;
208
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
209
- mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
210
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
211
- mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
212
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
213
- p?: import("csstype").Property.Padding<string | number> | undefined;
214
- padding?: import("csstype").Property.Padding<string | number> | undefined;
215
- pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
216
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
217
- pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
218
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
219
- pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
220
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
221
- pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
222
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
223
- pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
224
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
225
- pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
226
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
227
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
228
- fontSize?: string | number | (string & {}) | undefined;
229
- fontStyle?: import("csstype").Property.FontStyle | undefined;
230
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
231
- letterSpacing?: string | number | undefined;
232
- lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
233
- textAlign?: import("csstype").Property.TextAlign | undefined;
234
- textTransform?: import("csstype").Property.TextTransform | undefined;
235
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
236
- animated?: boolean | undefined;
237
- elevation?: "0" | "1" | "2" | undefined;
238
- invisible?: boolean | undefined;
239
- withRichContent?: string | boolean | undefined;
240
- withTruncatedText?: boolean | undefined;
241
- size?: import("csstype").Property.BlockSize<string | number> | undefined;
242
- minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
243
- maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
244
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
245
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
246
- } | "key"> & React.RefAttributes<HTMLDivElement>>;
247
- export declare const Focus: React.ForwardRefExoticComponent<Pick<{
248
- is?: React.ElementType<any> | undefined;
249
- htmlSize?: number | undefined;
250
- } & {
251
- border?: import("csstype").Property.Border<string | number> | undefined;
252
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
253
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
254
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
255
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
256
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
257
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
258
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
259
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
260
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
261
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
262
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
263
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
264
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
265
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
266
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
267
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
268
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
269
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
270
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
271
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
272
- borderColor?: import("csstype").Property.BorderColor | undefined;
273
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
274
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
275
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
276
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
277
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
278
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
279
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
280
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
281
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
282
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
283
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
284
- color?: import("csstype").Property.Color | undefined;
285
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
286
- bg?: import("csstype").Property.BackgroundColor | undefined;
287
- opacity?: import("csstype").Property.Opacity | undefined;
288
- alignItems?: import("csstype").Property.AlignItems | undefined;
289
- alignContent?: import("csstype").Property.AlignContent | undefined;
290
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
291
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
292
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
293
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
294
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
295
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
296
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
297
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
298
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
299
- order?: import("csstype").Property.Order | undefined;
300
- w?: import("csstype").Property.Width<string | number> | undefined;
301
- width?: import("csstype").Property.Width<string | number> | undefined;
302
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
303
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
304
- h?: import("csstype").Property.Height<string | number> | undefined;
305
- height?: import("csstype").Property.Height<string | number> | undefined;
306
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
307
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
308
- display?: import("csstype").Property.Display | undefined;
309
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
310
- overflow?: import("csstype").Property.Overflow | undefined;
311
- overflowX?: import("csstype").Property.OverflowX | undefined;
312
- overflowY?: import("csstype").Property.OverflowY | undefined;
313
- position?: import("csstype").Property.Position | undefined;
314
- zIndex?: import("csstype").Property.ZIndex | undefined;
315
- inset?: import("csstype").Property.Inset<string | number> | undefined;
316
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
317
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
318
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
319
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
320
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
321
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
322
- m?: import("csstype").Property.Margin<string | number> | undefined;
323
- margin?: import("csstype").Property.Margin<string | number> | undefined;
324
- mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
325
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
326
- mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
327
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
328
- mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
329
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
330
- mi?: import("csstype").Property.MarginInline<string | number> | undefined;
331
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
332
- mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
333
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
334
- mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
335
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
336
- p?: import("csstype").Property.Padding<string | number> | undefined;
337
- padding?: import("csstype").Property.Padding<string | number> | undefined;
338
- pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
339
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
340
- pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
341
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
342
- pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
343
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
344
- pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
345
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
346
- pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
347
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
348
- pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
349
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
350
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
351
- fontSize?: string | number | (string & {}) | undefined;
352
- fontStyle?: import("csstype").Property.FontStyle | undefined;
353
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
354
- letterSpacing?: string | number | undefined;
355
- lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
356
- textAlign?: import("csstype").Property.TextAlign | undefined;
357
- textTransform?: import("csstype").Property.TextTransform | undefined;
358
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
359
- animated?: boolean | undefined;
360
- elevation?: "0" | "1" | "2" | undefined;
361
- invisible?: boolean | undefined;
362
- withRichContent?: string | boolean | undefined;
363
- withTruncatedText?: boolean | undefined;
364
- size?: import("csstype").Property.BlockSize<string | number> | undefined;
365
- minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
366
- maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
367
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
368
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
369
- } & Omit<React.AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLElement>> & React.RefAttributes<any>, "string" | "y" | "r" | "default" | "disabled" | "type" | "is" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "defer" | "download" | "encType" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "label" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "useMap" | "value" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontSizeAdjust" | "fontStretch" | "fontVariant" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan" | "htmlSize" | keyof {
370
- border?: import("csstype").Property.Border<string | number> | undefined;
371
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
372
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
373
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
374
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
375
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
376
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
377
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
378
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
379
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
380
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
381
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
382
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
383
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
384
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
385
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
386
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
387
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
388
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
389
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
390
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
391
- borderColor?: import("csstype").Property.BorderColor | undefined;
392
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
393
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
394
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
395
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
396
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
397
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
398
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
399
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
400
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
401
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
402
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
403
- color?: import("csstype").Property.Color | undefined;
404
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
405
- bg?: import("csstype").Property.BackgroundColor | undefined;
406
- opacity?: import("csstype").Property.Opacity | undefined;
407
- alignItems?: import("csstype").Property.AlignItems | undefined;
408
- alignContent?: import("csstype").Property.AlignContent | undefined;
409
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
410
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
411
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
412
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
413
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
414
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
415
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
416
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
417
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
418
- order?: import("csstype").Property.Order | undefined;
419
- w?: import("csstype").Property.Width<string | number> | undefined;
420
- width?: import("csstype").Property.Width<string | number> | undefined;
421
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
422
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
423
- h?: import("csstype").Property.Height<string | number> | undefined;
424
- height?: import("csstype").Property.Height<string | number> | undefined;
425
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
426
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
427
- display?: import("csstype").Property.Display | undefined;
428
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
429
- overflow?: import("csstype").Property.Overflow | undefined;
430
- overflowX?: import("csstype").Property.OverflowX | undefined;
431
- overflowY?: import("csstype").Property.OverflowY | undefined;
432
- position?: import("csstype").Property.Position | undefined;
433
- zIndex?: import("csstype").Property.ZIndex | undefined;
434
- inset?: import("csstype").Property.Inset<string | number> | undefined;
435
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
436
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
437
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
438
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
439
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
440
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
441
- m?: import("csstype").Property.Margin<string | number> | undefined;
442
- margin?: import("csstype").Property.Margin<string | number> | undefined;
443
- mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
444
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
445
- mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
446
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
447
- mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
448
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
449
- mi?: import("csstype").Property.MarginInline<string | number> | undefined;
450
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
451
- mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
452
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
453
- mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
454
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
455
- p?: import("csstype").Property.Padding<string | number> | undefined;
456
- padding?: import("csstype").Property.Padding<string | number> | undefined;
457
- pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
458
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
459
- pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
460
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
461
- pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
462
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
463
- pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
464
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
465
- pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
466
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
467
- pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
468
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
469
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
470
- fontSize?: string | number | (string & {}) | undefined;
471
- fontStyle?: import("csstype").Property.FontStyle | undefined;
472
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
473
- letterSpacing?: string | number | undefined;
474
- lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
475
- textAlign?: import("csstype").Property.TextAlign | undefined;
476
- textTransform?: import("csstype").Property.TextTransform | undefined;
477
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
478
- animated?: boolean | undefined;
479
- elevation?: "0" | "1" | "2" | undefined;
480
- invisible?: boolean | undefined;
481
- withRichContent?: string | boolean | undefined;
482
- withTruncatedText?: boolean | undefined;
483
- size?: import("csstype").Property.BlockSize<string | number> | undefined;
484
- minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
485
- maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
486
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
487
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
488
- } | "key"> & React.RefAttributes<HTMLButtonElement>>;
489
5
  export declare type SelectProps = Omit<ComponentProps<typeof Box>, 'onChange'> & {
490
6
  anchor?: ElementType;
491
7
  error?: string;
@@ -501,126 +17,7 @@ export declare type SelectProps = Omit<ComponentProps<typeof Box>, 'onChange'> &
501
17
  export declare const Select: React.ForwardRefExoticComponent<Pick<Omit<{
502
18
  is?: React.ElementType<any> | undefined;
503
19
  htmlSize?: number | undefined;
504
- } & {
505
- border?: import("csstype").Property.Border<string | number> | undefined;
506
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
507
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
508
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
509
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
510
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
511
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
512
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
513
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
514
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
515
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
516
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
517
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
518
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
519
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
520
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
521
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
522
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
523
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
524
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
525
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
526
- borderColor?: import("csstype").Property.BorderColor | undefined;
527
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
528
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
529
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
530
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
531
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
532
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
533
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
534
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
535
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
536
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
537
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
538
- color?: import("csstype").Property.Color | undefined;
539
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
540
- bg?: import("csstype").Property.BackgroundColor | undefined;
541
- opacity?: import("csstype").Property.Opacity | undefined;
542
- alignItems?: import("csstype").Property.AlignItems | undefined;
543
- alignContent?: import("csstype").Property.AlignContent | undefined;
544
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
545
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
546
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
547
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
548
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
549
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
550
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
551
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
552
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
553
- order?: import("csstype").Property.Order | undefined;
554
- w?: import("csstype").Property.Width<string | number> | undefined;
555
- width?: import("csstype").Property.Width<string | number> | undefined;
556
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
557
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
558
- h?: import("csstype").Property.Height<string | number> | undefined;
559
- height?: import("csstype").Property.Height<string | number> | undefined;
560
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
561
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
562
- display?: import("csstype").Property.Display | undefined;
563
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
564
- overflow?: import("csstype").Property.Overflow | undefined;
565
- overflowX?: import("csstype").Property.OverflowX | undefined;
566
- overflowY?: import("csstype").Property.OverflowY | undefined;
567
- position?: import("csstype").Property.Position | undefined;
568
- zIndex?: import("csstype").Property.ZIndex | undefined;
569
- inset?: import("csstype").Property.Inset<string | number> | undefined;
570
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
571
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
572
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
573
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
574
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
575
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
576
- m?: import("csstype").Property.Margin<string | number> | undefined;
577
- margin?: import("csstype").Property.Margin<string | number> | undefined;
578
- mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
579
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
580
- mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
581
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
582
- mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
583
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
584
- mi?: import("csstype").Property.MarginInline<string | number> | undefined;
585
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
586
- mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
587
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
588
- mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
589
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
590
- p?: import("csstype").Property.Padding<string | number> | undefined;
591
- padding?: import("csstype").Property.Padding<string | number> | undefined;
592
- pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
593
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
594
- pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
595
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
596
- pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
597
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
598
- pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
599
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
600
- pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
601
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
602
- pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
603
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
604
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
605
- fontSize?: string | number | (string & {}) | undefined;
606
- fontStyle?: import("csstype").Property.FontStyle | undefined;
607
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
608
- letterSpacing?: string | number | undefined;
609
- lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
610
- textAlign?: import("csstype").Property.TextAlign | undefined;
611
- textTransform?: import("csstype").Property.TextTransform | undefined;
612
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
613
- animated?: boolean | undefined;
614
- elevation?: "0" | "1" | "2" | undefined;
615
- invisible?: boolean | undefined;
616
- withRichContent?: string | boolean | undefined;
617
- withTruncatedText?: boolean | undefined;
618
- size?: import("csstype").Property.BlockSize<string | number> | undefined;
619
- minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
620
- maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
621
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
622
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
623
- } & Omit<React.AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLElement>> & React.RefAttributes<any>, "onChange"> & {
20
+ } & import("../Box").BoxStylingProps & Omit<React.AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLElement>> & React.RefAttributes<any>, "onChange"> & {
624
21
  anchor?: React.ElementType<any> | undefined;
625
22
  error?: string | undefined;
626
23
  options: SelectOptions;
@@ -630,125 +27,6 @@ export declare const Select: React.ForwardRefExoticComponent<Pick<Omit<{
630
27
  filter?: string | undefined;
631
28
  renderOptions?: React.ElementType<any> | undefined;
632
29
  customEmpty?: string | undefined;
633
- addonIcon?: "info" | "warning" | "link" | "download" | "list" | "clip" | "italic" | "bold" | "key" | "audio" | "code" | "menu" | "video" | "circle" | "image" | "underline" | "user" | "bell" | "bell-off" | "arrow-back" | "arrow-collapse" | "arrow-down" | "arrow-down-box" | "arrow-expand" | "arrow-fall" | "arrow-jump" | "arrow-loop" | "arrow-return" | "arrow-rise" | "arrow-up-box" | "at" | "avatar" | "backspace" | "bag" | "ball" | "balloon" | "balloon-arrow-left" | "balloon-arrow-top-right" | "balloon-close-top-right" | "balloon-ellipsis" | "balloon-exclamation" | "balloon-off" | "balloons" | "balloon-text" | "ban" | "book" | "brush" | "burger" | "burger-arrow-left" | "business" | "calendar" | "camera" | "card" | "check" | "chevron-down" | "chevron-expand" | "chevron-left" | "chevron-right" | "chevron-up" | "circle-arrow-down" | "circle-check" | "circle-cross" | "circle-exclamation" | "clipboard" | "clock" | "cloud-arrow-up" | "cloud-plus" | "cog" | "condensed-view" | "contact" | "copy" | "crop" | "cross" | "cross-small" | "cube" | "customize" | "desktop" | "dialpad" | "doc" | "document-eye" | "doner" | "emoji" | "emoji-neutral" | "emoji-plus" | "eraser" | "error-circle" | "exit" | "extended-view" | "eye" | "eye-off" | "file" | "fingerprint" | "flag" | "folder" | "globe" | "globe-off" | "group-by-type" | "hash" | "hashtag-lock" | "h-bar" | "headphone" | "headphone-off" | "headset" | "help" | "history" | "home" | "joystick" | "kebab" | "keyboard" | "language" | "list-bullets" | "list-numbers" | "live" | "lock" | "login" | "magnifier" | "mail" | "mail-arrow-top-right" | "meatballs" | "medium-view" | "members" | "mic" | "mic-off" | "mobile" | "moon" | "musical-note" | "new-window" | "pause" | "pause-unfilled" | "pencil" | "pencil-box" | "phone" | "phone-disabled" | "phone-in" | "phone-off" | "phone-out" | "pin" | "pin-map" | "play" | "plus" | "plus-small" | "podcast" | "quote" | "rec" | "refresh" | "send" | "send-filled" | "sheet" | "shield" | "shield-check" | "signal" | "sms" | "sort" | "sort-az" | "squares" | "stack" | "star" | "star-filled" | "stopwatch" | "strike" | "success-circle" | "sun" | "team" | "team-arrow-right" | "team-lock" | "text-decrease" | "text-increase" | "trash" | "undo" | "user-arrow-right" | "user-plus" | "video-disabled" | "video-filled" | "video-off" | "volume" | "volume-disabled" | "volume-lock" | "volume-off" | "zip" | "add-reaction" | "add-user" | "attachment" | "back" | "baloon-arrow-left" | "baloon-arrow-top-right" | "baloon-close-top-right" | "baloon-ellipsis" | "baloon-exclamation" | "baloons" | "baloon-text" | "cancel" | "canned-response" | "chat" | "checkmark-circled" | "circled-arrow-down" | "computer" | "discover" | "discussion" | "edit" | "edit-rounded" | "file-document" | "file-generic" | "file-google-drive" | "file-pdf" | "files-audio" | "file-sheets" | "files-video" | "files-zip" | "game" | "hashtag" | "import" | "info-circled" | "jump" | "jump-to-message" | "map-pin" | "message" | "message-disabled" | "modal-warning" | "multiline" | "omnichannel" | "permalink" | "post" | "queue" | "reload" | "reply-directly" | "report" | "send-active" | "share" | "shield-alt" | "sign-out" | "sort-amount-down" | "th-list" | "thread" | "upload" | "user-rounded" | "file-keynote" | "hand-pointer" | "list-alt" | "livechat" | "loading" | "play-solid" | "reply" | "adobe" | "facebook" | "github" | "gitlab" | "google" | "google-drive" | "hubot" | "linkedin" | "twitter" | undefined;
634
- }, "string" | "y" | "r" | "default" | "disabled" | "type" | "is" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "defer" | "download" | "encType" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "label" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "useMap" | "value" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontSizeAdjust" | "fontStretch" | "fontVariant" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan" | "htmlSize" | keyof {
635
- border?: import("csstype").Property.Border<string | number> | undefined;
636
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
637
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
638
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
639
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
640
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
641
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
642
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
643
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
644
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
645
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
646
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
647
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
648
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
649
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
650
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
651
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
652
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
653
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
654
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
655
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
656
- borderColor?: import("csstype").Property.BorderColor | undefined;
657
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
658
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
659
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
660
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
661
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
662
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
663
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
664
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
665
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
666
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
667
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
668
- color?: import("csstype").Property.Color | undefined;
669
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
670
- bg?: import("csstype").Property.BackgroundColor | undefined;
671
- opacity?: import("csstype").Property.Opacity | undefined;
672
- alignItems?: import("csstype").Property.AlignItems | undefined;
673
- alignContent?: import("csstype").Property.AlignContent | undefined;
674
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
675
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
676
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
677
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
678
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
679
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
680
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
681
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
682
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
683
- order?: import("csstype").Property.Order | undefined;
684
- w?: import("csstype").Property.Width<string | number> | undefined;
685
- width?: import("csstype").Property.Width<string | number> | undefined;
686
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
687
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
688
- h?: import("csstype").Property.Height<string | number> | undefined;
689
- height?: import("csstype").Property.Height<string | number> | undefined;
690
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
691
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
692
- display?: import("csstype").Property.Display | undefined;
693
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
694
- overflow?: import("csstype").Property.Overflow | undefined;
695
- overflowX?: import("csstype").Property.OverflowX | undefined;
696
- overflowY?: import("csstype").Property.OverflowY | undefined;
697
- position?: import("csstype").Property.Position | undefined;
698
- zIndex?: import("csstype").Property.ZIndex | undefined;
699
- inset?: import("csstype").Property.Inset<string | number> | undefined;
700
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
701
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
702
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
703
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
704
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
705
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
706
- m?: import("csstype").Property.Margin<string | number> | undefined;
707
- margin?: import("csstype").Property.Margin<string | number> | undefined;
708
- mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
709
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
710
- mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
711
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
712
- mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
713
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
714
- mi?: import("csstype").Property.MarginInline<string | number> | undefined;
715
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
716
- mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
717
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
718
- mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
719
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
720
- p?: import("csstype").Property.Padding<string | number> | undefined;
721
- padding?: import("csstype").Property.Padding<string | number> | undefined;
722
- pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
723
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
724
- pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
725
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
726
- pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
727
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
728
- pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
729
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
730
- pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
731
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
732
- pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
733
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
734
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
735
- fontSize?: string | number | (string & {}) | undefined;
736
- fontStyle?: import("csstype").Property.FontStyle | undefined;
737
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
738
- letterSpacing?: string | number | undefined;
739
- lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
740
- textAlign?: import("csstype").Property.TextAlign | undefined;
741
- textTransform?: import("csstype").Property.TextTransform | undefined;
742
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
743
- animated?: boolean | undefined;
744
- elevation?: "0" | "1" | "2" | undefined;
745
- invisible?: boolean | undefined;
746
- withRichContent?: string | boolean | undefined;
747
- withTruncatedText?: boolean | undefined;
748
- size?: import("csstype").Property.BlockSize<string | number> | undefined;
749
- minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
750
- maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
751
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
752
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
753
- } | "key" | "options" | "customEmpty" | "error" | "anchor" | "getValue" | "getLabel" | "renderOptions" | "addonIcon"> & React.RefAttributes<HTMLInputElement>>;
30
+ addonIcon?: "info" | "warning" | "link" | "download" | "list" | "clip" | "italic" | "bold" | "key" | "audio" | "code" | "menu" | "video" | "circle" | "image" | "user" | "bell" | "bell-off" | "arrow-back" | "arrow-collapse" | "arrow-down" | "arrow-down-box" | "arrow-expand" | "arrow-fall" | "arrow-jump" | "arrow-loop" | "arrow-return" | "arrow-rise" | "arrow-up-box" | "at" | "avatar" | "backspace" | "bag" | "ball" | "balloon" | "balloon-arrow-left" | "balloon-arrow-top-right" | "balloon-close-top-right" | "balloon-ellipsis" | "balloon-exclamation" | "balloon-off" | "balloons" | "balloon-text" | "ban" | "book" | "brush" | "burger" | "burger-arrow-left" | "business" | "calendar" | "camera" | "card" | "check" | "chevron-down" | "chevron-expand" | "chevron-left" | "chevron-right" | "chevron-up" | "circle-arrow-down" | "circle-check" | "circle-cross" | "circle-exclamation" | "clipboard" | "clock" | "cloud-arrow-up" | "cloud-plus" | "cog" | "condensed-view" | "contact" | "copy" | "crop" | "cross" | "cross-small" | "cube" | "customize" | "desktop" | "dialpad" | "doc" | "document-eye" | "doner" | "emoji" | "emoji-neutral" | "emoji-plus" | "eraser" | "error-circle" | "exit" | "extended-view" | "eye" | "eye-off" | "file" | "fingerprint" | "flag" | "folder" | "globe" | "globe-off" | "group-by-type" | "hash" | "hashtag-lock" | "h-bar" | "headphone" | "headphone-off" | "headset" | "help" | "history" | "home" | "joystick" | "kebab" | "keyboard" | "language" | "list-bullets" | "list-numbers" | "live" | "lock" | "login" | "magnifier" | "mail" | "mail-arrow-top-right" | "meatballs" | "medium-view" | "members" | "mic" | "mic-off" | "mobile" | "moon" | "musical-note" | "new-window" | "pause" | "pause-unfilled" | "pencil" | "pencil-box" | "phone" | "phone-disabled" | "phone-in" | "phone-off" | "phone-out" | "pin" | "pin-map" | "play" | "plus" | "plus-small" | "podcast" | "quote" | "rec" | "refresh" | "send" | "send-filled" | "sheet" | "shield" | "shield-check" | "signal" | "sms" | "sort" | "sort-az" | "squares" | "stack" | "star" | "star-filled" | "stopwatch" | "strike" | "success-circle" | "sun" | "team" | "team-arrow-right" | "team-lock" | "text-decrease" | "text-increase" | "trash" | "underline" | "undo" | "user-arrow-right" | "user-plus" | "video-disabled" | "video-filled" | "video-off" | "volume" | "volume-disabled" | "volume-lock" | "volume-off" | "zip" | "add-reaction" | "add-user" | "attachment" | "back" | "baloon-arrow-left" | "baloon-arrow-top-right" | "baloon-close-top-right" | "baloon-ellipsis" | "baloon-exclamation" | "baloons" | "baloon-text" | "cancel" | "canned-response" | "chat" | "checkmark-circled" | "circled-arrow-down" | "computer" | "discover" | "discussion" | "edit" | "edit-rounded" | "file-document" | "file-generic" | "file-google-drive" | "file-pdf" | "files-audio" | "file-sheets" | "files-video" | "files-zip" | "game" | "hashtag" | "import" | "info-circled" | "jump" | "jump-to-message" | "map-pin" | "message" | "message-disabled" | "modal-warning" | "multiline" | "omnichannel" | "permalink" | "post" | "queue" | "reload" | "reply-directly" | "report" | "send-active" | "share" | "shield-alt" | "sign-out" | "sort-amount-down" | "th-list" | "thread" | "upload" | "user-rounded" | "file-keynote" | "hand-pointer" | "list-alt" | "livechat" | "loading" | "play-solid" | "reply" | "adobe" | "facebook" | "github" | "gitlab" | "google" | "google-drive" | "hubot" | "linkedin" | "twitter" | undefined;
31
+ }, "string" | "y" | "r" | "default" | "disabled" | "type" | "is" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "defer" | "download" | "encType" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "label" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "useMap" | "value" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontSizeAdjust" | "fontStretch" | "fontVariant" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan" | "htmlSize" | keyof import("../Box").BoxStylingProps | "key" | "options" | "customEmpty" | "error" | "anchor" | "getValue" | "getLabel" | "renderOptions" | "addonIcon"> & React.RefAttributes<HTMLInputElement>>;
754
32
  //# sourceMappingURL=Select.d.ts.map