@rocket.chat/fuselage 0.30.1 → 0.31.3

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 (499) hide show
  1. package/README.md +4 -18
  2. package/dist/components/Accordion/Accordion.d.ts +23 -0
  3. package/dist/components/Accordion/Accordion.d.ts.map +1 -0
  4. package/dist/components/Accordion/AccordionItem.d.ts +16 -0
  5. package/dist/components/Accordion/AccordionItem.d.ts.map +1 -0
  6. package/dist/components/Accordion/index.d.ts +2 -13
  7. package/dist/components/Accordion/index.d.ts.map +1 -0
  8. package/dist/components/AutoComplete/AutoComplete.d.ts +18 -0
  9. package/dist/components/AutoComplete/index.d.ts +2 -18
  10. package/dist/components/AutoComplete/index.d.ts.map +1 -0
  11. package/dist/components/Avatar/Avatar.d.ts +14 -0
  12. package/dist/components/Avatar/Avatar.d.ts.map +1 -0
  13. package/dist/components/Avatar/index.d.ts +2 -28
  14. package/dist/components/Avatar/index.d.ts.map +1 -0
  15. package/dist/components/Badge/Badge.d.ts +11 -0
  16. package/dist/components/Badge/Badge.d.ts.map +1 -0
  17. package/dist/components/Badge/index.d.ts +2 -11
  18. package/dist/components/Badge/index.d.ts.map +1 -0
  19. package/dist/components/Banner/Banner.d.ts +15 -0
  20. package/dist/components/Banner/Banner.d.ts.map +1 -0
  21. package/dist/components/Banner/index.d.ts +2 -15
  22. package/dist/components/Banner/index.d.ts.map +1 -0
  23. package/dist/components/Box/AnimatedVisibility/AnimatedVisibility.d.ts +8 -15
  24. package/dist/components/Box/AnimatedVisibility/AnimatedVisibility.d.ts.map +1 -0
  25. package/dist/components/Box/AnimatedVisibility/index.d.ts +12 -1
  26. package/dist/components/Box/AnimatedVisibility/index.d.ts.map +1 -1
  27. package/dist/components/Box/Flex/Flex.d.ts +13 -0
  28. package/dist/components/Box/Flex/Flex.d.ts.map +1 -0
  29. package/dist/components/Box/Flex/FlexItem.d.ts +12 -0
  30. package/dist/components/Box/Flex/FlexItem.d.ts.map +1 -0
  31. package/dist/components/Box/Flex/index.d.ts +9 -31
  32. package/dist/components/Box/Flex/index.d.ts.map +1 -0
  33. package/dist/components/Box/Position/Position.d.ts +11 -13
  34. package/dist/components/Box/Position/Position.d.ts.map +1 -0
  35. package/dist/components/Box/Position/PositionAnimated.d.ts +6 -9
  36. package/dist/components/Box/Position/PositionAnimated.d.ts.map +1 -0
  37. package/dist/components/Box/Scrollable/Scrollable.d.ts +12 -0
  38. package/dist/components/Box/Scrollable/Scrollable.d.ts.map +1 -0
  39. package/dist/components/Box/Scrollable/index.d.ts +2 -8
  40. package/dist/components/Box/Scrollable/index.d.ts.map +1 -0
  41. package/dist/components/Box/index.d.ts +69 -17
  42. package/dist/components/Button/ActionButton.d.ts +267 -0
  43. package/dist/components/Button/ActionButton.d.ts.map +1 -0
  44. package/dist/components/Button/Button.d.ts +275 -0
  45. package/dist/components/Button/Button.d.ts.map +1 -0
  46. package/dist/components/Button/index.d.ts +3 -26
  47. package/dist/components/Button/index.d.ts.map +1 -0
  48. package/dist/components/ButtonGroup/ButtonGroup.d.ts +13 -0
  49. package/dist/components/ButtonGroup/ButtonGroup.d.ts.map +1 -0
  50. package/dist/components/ButtonGroup/index.d.ts +2 -13
  51. package/dist/components/ButtonGroup/index.d.ts.map +1 -0
  52. package/dist/components/Callout/Callout.d.ts +10 -0
  53. package/dist/components/Callout/Callout.d.ts.map +1 -0
  54. package/dist/components/Callout/index.d.ts +2 -8
  55. package/dist/components/Callout/index.d.ts.map +1 -0
  56. package/dist/components/CheckBox/CheckBox.d.ts +248 -0
  57. package/dist/components/CheckBox/CheckBox.d.ts.map +1 -0
  58. package/dist/components/CheckBox/index.d.ts +2 -8
  59. package/dist/components/CheckBox/index.d.ts.map +1 -0
  60. package/dist/components/Chevron/Chevron.d.ts +14 -0
  61. package/dist/components/Chevron/Chevron.d.ts.map +1 -0
  62. package/dist/components/Chevron/index.d.ts +2 -12
  63. package/dist/components/Chevron/index.d.ts.map +1 -0
  64. package/dist/components/Chip/Chip.d.ts +14 -0
  65. package/dist/components/Chip/Chip.d.ts.map +1 -0
  66. package/dist/components/Chip/index.d.ts +6 -8
  67. package/dist/components/Chip/index.d.ts.map +1 -0
  68. package/dist/components/CodeSnippet/CodeSnippet.d.ts +10 -0
  69. package/dist/components/CodeSnippet/CodeSnippet.d.ts.map +1 -0
  70. package/dist/components/CodeSnippet/index.d.ts +2 -0
  71. package/dist/components/CodeSnippet/index.d.ts.map +1 -0
  72. package/dist/components/Divider/Divider.d.ts +6 -0
  73. package/dist/components/Divider/Divider.d.ts.map +1 -0
  74. package/dist/components/Divider/index.d.ts +1 -5
  75. package/dist/components/Divider/index.d.ts.map +1 -1
  76. package/dist/components/Dropdown/Dropdown.d.ts +8 -0
  77. package/dist/components/Dropdown/Dropdown.d.ts.map +1 -0
  78. package/dist/components/Dropdown/DropdownDesktop.d.ts +8 -0
  79. package/dist/components/Dropdown/DropdownDesktop.d.ts.map +1 -0
  80. package/dist/components/Dropdown/DropdownMobile.d.ts +5 -0
  81. package/dist/components/Dropdown/DropdownMobile.d.ts.map +1 -0
  82. package/dist/components/Dropdown/index.d.ts +2 -0
  83. package/dist/components/Dropdown/index.d.ts.map +1 -0
  84. package/dist/components/EmailInput/EmailInput.d.ts +255 -0
  85. package/dist/components/EmailInput/EmailInput.d.ts.map +1 -0
  86. package/dist/components/EmailInput/index.d.ts +2 -9
  87. package/dist/components/EmailInput/index.d.ts.map +1 -0
  88. package/dist/components/Field/Field.d.ts +6 -0
  89. package/dist/components/Field/Field.d.ts.map +1 -0
  90. package/dist/components/Field/FieldDescription.d.ts +6 -0
  91. package/dist/components/Field/FieldDescription.d.ts.map +1 -0
  92. package/dist/components/Field/FieldError.d.ts +6 -0
  93. package/dist/components/Field/FieldError.d.ts.map +1 -0
  94. package/dist/components/Field/FieldHint.d.ts +6 -0
  95. package/dist/components/Field/FieldHint.d.ts.map +1 -0
  96. package/dist/components/Field/FieldLabel.d.ts +6 -0
  97. package/dist/components/Field/FieldLabel.d.ts.map +1 -0
  98. package/dist/components/Field/FieldLink.d.ts +6 -0
  99. package/dist/components/Field/FieldLink.d.ts.map +1 -0
  100. package/dist/components/Field/FieldRow.d.ts +6 -0
  101. package/dist/components/Field/FieldRow.d.ts.map +1 -0
  102. package/dist/components/Field/index.d.ts +1338 -17
  103. package/dist/components/Field/index.d.ts.map +1 -0
  104. package/dist/components/FieldGroup/FieldGroup.d.ts +6 -0
  105. package/dist/components/FieldGroup/FieldGroup.d.ts.map +1 -0
  106. package/dist/components/FieldGroup/index.d.ts +2 -6
  107. package/dist/components/FieldGroup/index.d.ts.map +1 -0
  108. package/dist/components/Grid/Grid.d.ts +143 -0
  109. package/dist/components/Grid/Grid.d.ts.map +1 -0
  110. package/dist/components/Grid/GridItem.d.ts +12 -0
  111. package/dist/components/Grid/GridItem.d.ts.map +1 -0
  112. package/dist/components/Grid/index.d.ts +5 -23
  113. package/dist/components/Grid/index.d.ts.map +1 -0
  114. package/dist/components/Icon/Icon.d.ts +134 -0
  115. package/dist/components/Icon/Icon.d.ts.map +1 -0
  116. package/dist/components/Icon/IconsList.d.ts +4 -0
  117. package/dist/components/Icon/IconsList.d.ts.map +1 -0
  118. package/dist/components/Icon/index.d.ts +2 -8
  119. package/dist/components/Icon/index.d.ts.map +1 -0
  120. package/dist/components/InputBox/Addon.d.ts +244 -0
  121. package/dist/components/InputBox/Addon.d.ts.map +1 -0
  122. package/dist/components/InputBox/Input.d.ts +244 -0
  123. package/dist/components/InputBox/Input.d.ts.map +1 -0
  124. package/dist/components/InputBox/InputBox.d.ts +23 -0
  125. package/dist/components/InputBox/InputBox.d.ts.map +1 -0
  126. package/dist/components/InputBox/InputBoxSkeleton.d.ts +6 -0
  127. package/dist/components/InputBox/InputBoxSkeleton.d.ts.map +1 -0
  128. package/dist/components/InputBox/Option.d.ts +244 -0
  129. package/dist/components/InputBox/Option.d.ts.map +1 -0
  130. package/dist/components/InputBox/Placeholder.d.ts +244 -0
  131. package/dist/components/InputBox/Placeholder.d.ts.map +1 -0
  132. package/dist/components/InputBox/Wrapper.d.ts +4 -0
  133. package/dist/components/InputBox/Wrapper.d.ts.map +1 -0
  134. package/dist/components/InputBox/index.d.ts +2083 -39
  135. package/dist/components/InputBox/index.d.ts.map +1 -0
  136. package/dist/components/Label/Label.d.ts +10 -0
  137. package/dist/components/Label/Label.d.ts.map +1 -0
  138. package/dist/components/Label/index.d.ts +2 -0
  139. package/dist/components/Label/index.d.ts.map +1 -0
  140. package/dist/components/Margins/Margins.d.ts +15 -0
  141. package/dist/components/Margins/Margins.d.ts.map +1 -0
  142. package/dist/components/Margins/index.d.ts +3 -20
  143. package/dist/components/Margins/index.d.ts.map +1 -0
  144. package/dist/components/Menu/Menu.d.ts +17 -0
  145. package/dist/components/Menu/Menu.d.ts.map +1 -0
  146. package/dist/components/Menu/index.d.ts +2 -20
  147. package/dist/components/Menu/index.d.ts.map +1 -0
  148. package/dist/components/Message/Message.d.ts +4 -847
  149. package/dist/components/Message/Message.d.ts.map +1 -1
  150. package/dist/components/Message/MessageBlock.d.ts +6 -0
  151. package/dist/components/Message/MessageBlock.d.ts.map +1 -0
  152. package/dist/components/Message/MessageBody.d.ts +7 -0
  153. package/dist/components/Message/MessageBody.d.ts.map +1 -0
  154. package/dist/components/Message/MessageContainer.d.ts +7 -0
  155. package/dist/components/Message/MessageContainer.d.ts.map +1 -0
  156. package/dist/components/Message/MessageContainerFixed.d.ts +7 -0
  157. package/dist/components/Message/MessageContainerFixed.d.ts.map +1 -0
  158. package/dist/components/Message/MessageDivider/MessageDivider.d.ts +8 -0
  159. package/dist/components/Message/MessageDivider/MessageDivider.d.ts.map +1 -0
  160. package/dist/components/Message/MessageDivider/index.d.ts +2 -0
  161. package/dist/components/Message/MessageDivider/index.d.ts.map +1 -0
  162. package/dist/components/Message/MessageGenericPreview/MessageGenericPreview.d.ts +4 -0
  163. package/dist/components/Message/MessageGenericPreview/MessageGenericPreview.d.ts.map +1 -0
  164. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewContent.d.ts +8 -0
  165. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewContent.d.ts.map +1 -0
  166. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewDescription.d.ts +8 -0
  167. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewDescription.d.ts.map +1 -0
  168. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewFooter.d.ts +8 -0
  169. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewFooter.d.ts.map +1 -0
  170. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewImage.d.ts +8 -0
  171. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewImage.d.ts.map +1 -0
  172. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewThumb.d.ts +3 -0
  173. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewThumb.d.ts.map +1 -0
  174. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewTitle.d.ts +8 -0
  175. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewTitle.d.ts.map +1 -0
  176. package/dist/components/Message/MessageGenericPreview/index.d.ts +8 -0
  177. package/dist/components/Message/MessageGenericPreview/index.d.ts.map +1 -0
  178. package/dist/components/Message/MessageHeader.d.ts +7 -0
  179. package/dist/components/Message/MessageHeader.d.ts.map +1 -0
  180. package/dist/components/Message/MessageLeftContainer.d.ts +7 -0
  181. package/dist/components/Message/MessageLeftContainer.d.ts.map +1 -0
  182. package/dist/components/Message/MessageMetrics/MessageMetrics.d.ts +5 -0
  183. package/dist/components/Message/MessageMetrics/MessageMetrics.d.ts.map +1 -0
  184. package/dist/components/Message/MessageMetrics/MessageMetricsContent.d.ts +7 -0
  185. package/dist/components/Message/MessageMetrics/MessageMetricsContent.d.ts.map +1 -0
  186. package/dist/components/Message/MessageMetrics/MessageMetricsContentItem.d.ts +7 -0
  187. package/dist/components/Message/MessageMetrics/MessageMetricsContentItem.d.ts.map +1 -0
  188. package/dist/components/Message/MessageMetrics/MessageMetricsFollowing.d.ts +6 -0
  189. package/dist/components/Message/MessageMetrics/MessageMetricsFollowing.d.ts.map +1 -0
  190. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItem.d.ts +5 -0
  191. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItem.d.ts.map +1 -0
  192. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItemIcon.d.ts +6 -0
  193. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItemIcon.d.ts.map +1 -0
  194. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItemLabel.d.ts +7 -0
  195. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItemLabel.d.ts.map +1 -0
  196. package/dist/components/Message/MessageMetrics/MessageMetricsItem/index.d.ts +11 -0
  197. package/dist/components/Message/MessageMetrics/MessageMetricsItem/index.d.ts.map +1 -0
  198. package/dist/components/Message/MessageMetrics/MessageMetricsReply.d.ts +6 -0
  199. package/dist/components/Message/MessageMetrics/MessageMetricsReply.d.ts.map +1 -0
  200. package/dist/components/Message/MessageMetrics/index.d.ts +277 -0
  201. package/dist/components/Message/MessageMetrics/index.d.ts.map +1 -0
  202. package/dist/components/Message/MessageName.d.ts +5 -0
  203. package/dist/components/Message/MessageName.d.ts.map +1 -0
  204. package/dist/components/Message/MessageReactions/MessageReaction.d.ts +8 -0
  205. package/dist/components/Message/MessageReactions/MessageReaction.d.ts.map +1 -0
  206. package/dist/components/Message/MessageReactions/MessageReactionAction.d.ts +3 -0
  207. package/dist/components/Message/MessageReactions/MessageReactionAction.d.ts.map +1 -0
  208. package/dist/components/Message/MessageReactions/MessageReactionCounter.d.ts +7 -0
  209. package/dist/components/Message/MessageReactions/MessageReactionCounter.d.ts.map +1 -0
  210. package/dist/components/Message/MessageReactions/MessageReactionEmoji.d.ts +8 -0
  211. package/dist/components/Message/MessageReactions/MessageReactionEmoji.d.ts.map +1 -0
  212. package/dist/components/Message/MessageReactions/MessageReactions.d.ts +6 -0
  213. package/dist/components/Message/MessageReactions/MessageReactions.d.ts.map +1 -0
  214. package/dist/components/Message/MessageReactions/index.d.ts +148 -0
  215. package/dist/components/Message/MessageReactions/index.d.ts.map +1 -0
  216. package/dist/components/Message/MessageRole.d.ts +7 -0
  217. package/dist/components/Message/MessageRole.d.ts.map +1 -0
  218. package/dist/components/Message/MessageRoles.d.ts +7 -0
  219. package/dist/components/Message/MessageRoles.d.ts.map +1 -0
  220. package/dist/components/Message/MessageStatusIndicator/MessageStatusIndicator.d.ts +6 -0
  221. package/dist/components/Message/MessageStatusIndicator/MessageStatusIndicator.d.ts.map +1 -0
  222. package/dist/components/Message/MessageStatusIndicator/MessageStatusIndicatorItem.d.ts +9 -0
  223. package/dist/components/Message/MessageStatusIndicator/MessageStatusIndicatorItem.d.ts.map +1 -0
  224. package/dist/components/Message/MessageStatusIndicator/MessageStatusPrivateIndicator.d.ts +6 -0
  225. package/dist/components/Message/MessageStatusIndicator/MessageStatusPrivateIndicator.d.ts.map +1 -0
  226. package/dist/components/Message/MessageStatusIndicator/index.d.ts +4 -0
  227. package/dist/components/Message/MessageStatusIndicator/index.d.ts.map +1 -0
  228. package/dist/components/Message/MessageSystem/MessageSystem.d.ts +8 -0
  229. package/dist/components/Message/MessageSystem/MessageSystem.d.ts.map +1 -0
  230. package/dist/components/Message/MessageSystem/MessageSystemBlock.d.ts +7 -0
  231. package/dist/components/Message/MessageSystem/MessageSystemBlock.d.ts.map +1 -0
  232. package/dist/components/Message/MessageSystem/MessageSystemBody.d.ts +5 -0
  233. package/dist/components/Message/MessageSystem/MessageSystemBody.d.ts.map +1 -0
  234. package/dist/components/Message/MessageSystem/MessageSystemContainer.d.ts +7 -0
  235. package/dist/components/Message/MessageSystem/MessageSystemContainer.d.ts.map +1 -0
  236. package/dist/components/Message/MessageSystem/MessageSystemName.d.ts +3 -0
  237. package/dist/components/Message/MessageSystem/MessageSystemName.d.ts.map +1 -0
  238. package/dist/components/Message/MessageSystem/index.d.ts +13 -0
  239. package/dist/components/Message/MessageSystem/index.d.ts.map +1 -0
  240. package/dist/components/Message/MessageTimestamp.d.ts +7 -0
  241. package/dist/components/Message/MessageTimestamp.d.ts.map +1 -0
  242. package/dist/components/Message/MessageToolbox/MessageToolbox.d.ts +6 -0
  243. package/dist/components/Message/MessageToolbox/MessageToolbox.d.ts.map +1 -0
  244. package/dist/components/Message/MessageToolbox/MessageToolboxItem.d.ts +391 -0
  245. package/dist/components/Message/MessageToolbox/MessageToolboxItem.d.ts.map +1 -0
  246. package/dist/components/Message/MessageToolbox/MessageToolboxWrapper.d.ts +5 -0
  247. package/dist/components/Message/MessageToolbox/MessageToolboxWrapper.d.ts.map +1 -0
  248. package/dist/components/Message/MessageToolbox/index.d.ts +531 -0
  249. package/dist/components/Message/MessageToolbox/index.d.ts.map +1 -0
  250. package/dist/components/Message/MessageUsername.d.ts +5 -0
  251. package/dist/components/Message/MessageUsername.d.ts.map +1 -0
  252. package/dist/components/Message/ThreadMessage/ThreadMessage.d.ts +6 -0
  253. package/dist/components/Message/ThreadMessage/ThreadMessage.d.ts.map +1 -0
  254. package/dist/components/Message/ThreadMessage/ThreadMessageBody.d.ts +7 -0
  255. package/dist/components/Message/ThreadMessage/ThreadMessageBody.d.ts.map +1 -0
  256. package/dist/components/Message/ThreadMessage/ThreadMessageContainer.d.ts +7 -0
  257. package/dist/components/Message/ThreadMessage/ThreadMessageContainer.d.ts.map +1 -0
  258. package/dist/components/Message/ThreadMessage/ThreadMessageFollow.d.ts +2 -0
  259. package/dist/components/Message/ThreadMessage/ThreadMessageFollow.d.ts.map +1 -0
  260. package/dist/components/Message/ThreadMessage/ThreadMessageIcon.d.ts +4 -0
  261. package/dist/components/Message/ThreadMessage/ThreadMessageIcon.d.ts.map +1 -0
  262. package/dist/components/Message/ThreadMessage/ThreadMessageIconThread.d.ts +2 -0
  263. package/dist/components/Message/ThreadMessage/ThreadMessageIconThread.d.ts.map +1 -0
  264. package/dist/components/Message/ThreadMessage/ThreadMessageOrigin.d.ts +7 -0
  265. package/dist/components/Message/ThreadMessage/ThreadMessageOrigin.d.ts.map +1 -0
  266. package/dist/components/Message/ThreadMessage/ThreadMessageRow.d.ts +5 -0
  267. package/dist/components/Message/ThreadMessage/ThreadMessageRow.d.ts.map +1 -0
  268. package/dist/components/Message/ThreadMessage/ThreadMessageUnfollow.d.ts +2 -0
  269. package/dist/components/Message/ThreadMessage/ThreadMessageUnfollow.d.ts.map +1 -0
  270. package/dist/components/Message/ThreadMessage/index.d.ts +35 -11
  271. package/dist/components/Message/ThreadMessage/index.d.ts.map +1 -1
  272. package/dist/components/Message/index.d.ts +971 -2
  273. package/dist/components/Message/index.d.ts.map +1 -1
  274. package/dist/components/Modal/Modal.d.ts +244 -0
  275. package/dist/components/Modal/Modal.d.ts.map +1 -0
  276. package/dist/components/Modal/ModalBackdrop.d.ts +5 -0
  277. package/dist/components/Modal/ModalBackdrop.d.ts.map +1 -0
  278. package/dist/components/Modal/ModalClose.d.ts +5 -0
  279. package/dist/components/Modal/ModalClose.d.ts.map +1 -0
  280. package/dist/components/Modal/ModalContent.d.ts +9 -0
  281. package/dist/components/Modal/ModalContent.d.ts.map +1 -0
  282. package/dist/components/Modal/ModalFooter.d.ts +5 -0
  283. package/dist/components/Modal/ModalFooter.d.ts.map +1 -0
  284. package/dist/components/Modal/ModalHeader.d.ts +5 -0
  285. package/dist/components/Modal/ModalHeader.d.ts.map +1 -0
  286. package/dist/components/Modal/ModalIcon.d.ts +5 -0
  287. package/dist/components/Modal/ModalIcon.d.ts.map +1 -0
  288. package/dist/components/Modal/ModalThumb.d.ts +5 -0
  289. package/dist/components/Modal/ModalThumb.d.ts.map +1 -0
  290. package/dist/components/Modal/ModalTitle.d.ts +5 -0
  291. package/dist/components/Modal/ModalTitle.d.ts.map +1 -0
  292. package/dist/components/Modal/index.d.ts +1002 -22
  293. package/dist/components/Modal/index.d.ts.map +1 -0
  294. package/dist/components/MultiSelect/MultiSelect.d.ts +13 -0
  295. package/dist/components/MultiSelect/MultiSelectFiltered.d.ts +13 -0
  296. package/dist/components/MultiSelect/SelectedOptions.d.ts +11 -0
  297. package/dist/components/MultiSelect/SelectedOptions.d.ts.map +1 -0
  298. package/dist/components/MultiSelect/index.d.ts +4 -15
  299. package/dist/components/MultiSelect/index.d.ts.map +1 -0
  300. package/dist/components/NumberInput/NumberInput.d.ts +125 -0
  301. package/dist/components/NumberInput/NumberInput.d.ts.map +1 -0
  302. package/dist/components/NumberInput/index.d.ts +2 -6
  303. package/dist/components/NumberInput/index.d.ts.map +1 -0
  304. package/dist/components/Options/CheckOption.d.ts +6 -0
  305. package/dist/components/Options/CheckOption.d.ts.map +1 -0
  306. package/dist/components/Options/Option/Option.d.ts +22 -0
  307. package/dist/components/Options/Option/Option.d.ts.map +1 -0
  308. package/dist/components/Options/Option/OptionAvatar.d.ts +7 -0
  309. package/dist/components/Options/Option/OptionAvatar.d.ts.map +1 -0
  310. package/dist/components/Options/Option/OptionColumn.d.ts +7 -0
  311. package/dist/components/Options/Option/OptionColumn.d.ts.map +1 -0
  312. package/dist/components/Options/Option/OptionContent.d.ts +7 -0
  313. package/dist/components/Options/Option/OptionContent.d.ts.map +1 -0
  314. package/dist/components/Options/Option/OptionDescription.d.ts +7 -0
  315. package/dist/components/Options/Option/OptionDescription.d.ts.map +1 -0
  316. package/dist/components/Options/Option/OptionDivider.d.ts +6 -0
  317. package/dist/components/Options/Option/OptionDivider.d.ts.map +1 -0
  318. package/dist/components/Options/Option/OptionIcon.d.ts +7 -0
  319. package/dist/components/Options/Option/OptionIcon.d.ts.map +1 -0
  320. package/dist/components/Options/Option/OptionMenu.d.ts +7 -0
  321. package/dist/components/Options/Option/OptionMenu.d.ts.map +1 -0
  322. package/dist/components/Options/Option/OptionSkeleton.d.ts +3 -0
  323. package/dist/components/Options/Option/OptionSkeleton.d.ts.map +1 -0
  324. package/dist/components/Options/Option/OptionTitle.d.ts +7 -0
  325. package/dist/components/Options/Option/OptionTitle.d.ts.map +1 -0
  326. package/dist/components/Options/Option/index.d.ts +196 -15
  327. package/dist/components/Options/Option/index.d.ts.map +1 -0
  328. package/dist/components/Options/Options.d.ts +255 -0
  329. package/dist/components/Options/Options.d.ts.map +1 -0
  330. package/dist/components/Options/index.d.ts +256 -17
  331. package/dist/components/Options/index.d.ts.map +1 -0
  332. package/dist/components/Options/useCursor.d.ts +3 -7
  333. package/dist/components/Options/useCursor.d.ts.map +1 -1
  334. package/dist/components/Options/useVisible.d.ts +1 -1
  335. package/dist/components/Options/useVisible.d.ts.map +1 -1
  336. package/dist/components/OptionsPaginated/OptionsPaginated.d.ts +274 -0
  337. package/dist/components/OptionsPaginated/OptionsPaginated.d.ts.map +1 -0
  338. package/dist/components/OptionsPaginated/index.d.ts +2 -0
  339. package/dist/components/OptionsPaginated/index.d.ts.map +1 -0
  340. package/dist/components/Pagination/Pagination.d.ts +24 -0
  341. package/dist/components/Pagination/Pagination.d.ts.map +1 -0
  342. package/dist/components/Pagination/index.d.ts +2 -24
  343. package/dist/components/Pagination/index.d.ts.map +1 -0
  344. package/dist/components/PasswordInput/PasswordInput.d.ts +120 -1
  345. package/dist/components/PasswordInput/PasswordInput.d.ts.map +1 -1
  346. package/dist/components/ProgressBar/ProgressBar.d.ts +250 -0
  347. package/dist/components/ProgressBar/ProgressBar.d.ts.map +1 -0
  348. package/dist/components/ProgressBar/index.d.ts +1 -128
  349. package/dist/components/ProgressBar/index.d.ts.map +1 -1
  350. package/dist/components/RadioButton/RadioButton.d.ts +247 -0
  351. package/dist/components/RadioButton/RadioButton.d.ts.map +1 -0
  352. package/dist/components/RadioButton/index.d.ts +2 -6
  353. package/dist/components/RadioButton/index.d.ts.map +1 -0
  354. package/dist/components/SearchInput/SearchInput.d.ts +255 -0
  355. package/dist/components/SearchInput/SearchInput.d.ts.map +1 -0
  356. package/dist/components/SearchInput/index.d.ts +2 -9
  357. package/dist/components/SearchInput/index.d.ts.map +1 -0
  358. package/dist/components/Select/Select.d.ts +749 -0
  359. package/dist/components/Select/Select.d.ts.map +1 -0
  360. package/dist/components/Select/SelectFiltered.d.ts +374 -0
  361. package/dist/components/Select/SelectFiltered.d.ts.map +1 -0
  362. package/dist/components/Select/index.d.ts +3 -15
  363. package/dist/components/Select/index.d.ts.map +1 -0
  364. package/dist/components/SelectInput/SelectInput.d.ts +259 -0
  365. package/dist/components/SelectInput/SelectInput.d.ts.map +1 -0
  366. package/dist/components/SelectInput/index.d.ts +245 -0
  367. package/dist/components/SelectInput/index.d.ts.map +1 -0
  368. package/dist/components/SelectPaginated/PaginatedMultiSelect.d.ts +23 -0
  369. package/dist/components/SelectPaginated/PaginatedMultiSelect.d.ts.map +1 -0
  370. package/dist/components/SelectPaginated/PaginatedSelect.d.ts +16 -0
  371. package/dist/components/SelectPaginated/PaginatedSelect.d.ts.map +1 -0
  372. package/dist/components/SelectPaginated/PaginatedSelectFiltered.d.ts +5 -0
  373. package/dist/components/SelectPaginated/PaginatedSelectFiltered.d.ts.map +1 -0
  374. package/dist/components/SelectPaginated/index.d.ts +4 -0
  375. package/dist/components/SelectPaginated/index.d.ts.map +1 -0
  376. package/dist/components/Sidebar/Item.d.ts +603 -0
  377. package/dist/components/Sidebar/Item.d.ts.map +1 -0
  378. package/dist/components/Sidebar/Section.d.ts +14 -0
  379. package/dist/components/Sidebar/Section.d.ts.map +1 -0
  380. package/dist/components/Sidebar/SidebarActions.d.ts +9 -0
  381. package/dist/components/Sidebar/SidebarActions.d.ts.map +1 -0
  382. package/dist/components/Sidebar/SidebarFooter.d.ts +12 -0
  383. package/dist/components/Sidebar/SidebarFooter.d.ts.map +1 -0
  384. package/dist/components/Sidebar/TopBar.d.ts +567 -0
  385. package/dist/components/Sidebar/TopBar.d.ts.map +1 -0
  386. package/dist/components/Sidebar/index.d.ts +1005 -39
  387. package/dist/components/Sidebar/index.d.ts.map +1 -0
  388. package/dist/components/Skeleton/Skeleton.d.ts +8 -0
  389. package/dist/components/Skeleton/Skeleton.d.ts.map +1 -0
  390. package/dist/components/Skeleton/index.d.ts +2 -8
  391. package/dist/components/Skeleton/index.d.ts.map +1 -0
  392. package/dist/components/States/States.d.ts +8 -0
  393. package/dist/components/States/States.d.ts.map +1 -0
  394. package/dist/components/States/StatesAction.d.ts +6 -0
  395. package/dist/components/States/StatesAction.d.ts.map +1 -0
  396. package/dist/components/States/StatesActions.d.ts +6 -0
  397. package/dist/components/States/StatesActions.d.ts.map +1 -0
  398. package/dist/components/States/StatesIcon.d.ts +9 -0
  399. package/dist/components/States/StatesIcon.d.ts.map +1 -0
  400. package/dist/components/States/StatesSubtitle.d.ts +7 -0
  401. package/dist/components/States/StatesSubtitle.d.ts.map +1 -0
  402. package/dist/components/States/StatesSuggestion.d.ts +7 -0
  403. package/dist/components/States/StatesSuggestion.d.ts.map +1 -0
  404. package/dist/components/States/StatesSuggestionList.d.ts +7 -0
  405. package/dist/components/States/StatesSuggestionList.d.ts.map +1 -0
  406. package/dist/components/States/StatesSuggestionListItem.d.ts +7 -0
  407. package/dist/components/States/StatesSuggestionListItem.d.ts.map +1 -0
  408. package/dist/components/States/StatesSuggestionText.d.ts +7 -0
  409. package/dist/components/States/StatesSuggestionText.d.ts.map +1 -0
  410. package/dist/components/States/StatesTitle.d.ts +7 -0
  411. package/dist/components/States/StatesTitle.d.ts.map +1 -0
  412. package/dist/components/States/index.d.ts +12 -0
  413. package/dist/components/States/index.d.ts.map +1 -0
  414. package/dist/components/StatusBullet/StatusBullet.d.ts +8 -0
  415. package/dist/components/StatusBullet/StatusBullet.d.ts.map +1 -0
  416. package/dist/components/StatusBullet/index.d.ts +2 -7
  417. package/dist/components/StatusBullet/index.d.ts.map +1 -0
  418. package/dist/components/Table/Table.d.ts +260 -0
  419. package/dist/components/Table/Table.d.ts.map +1 -0
  420. package/dist/components/Table/TableBody.d.ts +5 -0
  421. package/dist/components/Table/TableBody.d.ts.map +1 -0
  422. package/dist/components/Table/TableCell.d.ts +8 -0
  423. package/dist/components/Table/TableCell.d.ts.map +1 -0
  424. package/dist/components/Table/TableFoot.d.ts +5 -0
  425. package/dist/components/Table/TableFoot.d.ts.map +1 -0
  426. package/dist/components/Table/TableHead.d.ts +7 -0
  427. package/dist/components/Table/TableHead.d.ts.map +1 -0
  428. package/dist/components/Table/TableRow.d.ts +9 -0
  429. package/dist/components/Table/TableRow.d.ts.map +1 -0
  430. package/dist/components/Table/TableSelection.d.ts +8 -0
  431. package/dist/components/Table/TableSelection.d.ts.map +1 -0
  432. package/dist/components/Table/TableSelectionButton.d.ts +6 -0
  433. package/dist/components/Table/TableSelectionButton.d.ts.map +1 -0
  434. package/dist/components/Table/index.d.ts +527 -23
  435. package/dist/components/Table/index.d.ts.map +1 -0
  436. package/dist/components/Tabs/Tabs.d.ts +253 -0
  437. package/dist/components/Tabs/Tabs.d.ts.map +1 -0
  438. package/dist/components/Tabs/TabsItem.d.ts +247 -0
  439. package/dist/components/Tabs/TabsItem.d.ts.map +1 -0
  440. package/dist/components/Tabs/index.d.ts +2 -15
  441. package/dist/components/Tabs/index.d.ts.map +1 -0
  442. package/dist/components/Tag/Tag.d.ts +11 -0
  443. package/dist/components/Tag/Tag.d.ts.map +1 -0
  444. package/dist/components/Tag/index.d.ts +2 -9
  445. package/dist/components/Tag/index.d.ts.map +1 -0
  446. package/dist/components/TelephoneInput/TelephoneInput.d.ts +256 -0
  447. package/dist/components/TelephoneInput/TelephoneInput.d.ts.map +1 -0
  448. package/dist/components/TelephoneInput/index.d.ts +2 -0
  449. package/dist/components/TelephoneInput/index.d.ts.map +1 -0
  450. package/dist/components/TextAreaInput/TextArea.d.ts +255 -0
  451. package/dist/components/TextAreaInput/TextArea.d.ts.map +1 -0
  452. package/dist/components/TextAreaInput/index.d.ts +2 -9
  453. package/dist/components/TextAreaInput/index.d.ts.map +1 -0
  454. package/dist/components/TextInput/TextInput.d.ts +260 -0
  455. package/dist/components/TextInput/TextInput.d.ts.map +1 -0
  456. package/dist/components/TextInput/index.d.ts +2 -9
  457. package/dist/components/TextInput/index.d.ts.map +1 -0
  458. package/dist/components/Throbber/Throbber.d.ts +248 -0
  459. package/dist/components/Throbber/Throbber.d.ts.map +1 -0
  460. package/dist/components/Throbber/index.d.ts +2 -11
  461. package/dist/components/Throbber/index.d.ts.map +1 -0
  462. package/dist/components/Tile/Tile.d.ts +245 -6
  463. package/dist/components/Tile/Tile.d.ts.map +1 -1
  464. package/dist/components/ToggleSwitch/ToggleSwitch.d.ts +247 -0
  465. package/dist/components/ToggleSwitch/ToggleSwitch.d.ts.map +1 -0
  466. package/dist/components/ToggleSwitch/index.d.ts +2 -6
  467. package/dist/components/ToggleSwitch/index.d.ts.map +1 -0
  468. package/dist/components/Tooltip/Tooltip.d.ts +128 -7
  469. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
  470. package/dist/components/UrlInput/UrlInput.d.ts +120 -1
  471. package/dist/components/UrlInput/UrlInput.d.ts.map +1 -1
  472. package/dist/components/index.d.ts +11 -3
  473. package/dist/components/index.d.ts.map +1 -1
  474. package/dist/fuselage.development.js +13538 -12159
  475. package/dist/fuselage.development.js.map +1 -1
  476. package/dist/fuselage.production.js +1 -1
  477. package/dist/helpers/appendClassName.d.ts +3 -1
  478. package/dist/helpers/appendClassName.d.ts.map +1 -1
  479. package/package.json +43 -68
  480. package/dist/components/Message/Divider/index.d.ts +0 -6
  481. package/dist/components/Message/Divider/index.d.ts.map +0 -1
  482. package/dist/components/Message/Metrics/index.d.ts +0 -22
  483. package/dist/components/Message/Metrics/index.d.ts.map +0 -1
  484. package/dist/components/Message/Reactions/index.d.ts +0 -14
  485. package/dist/components/Message/Reactions/index.d.ts.map +0 -1
  486. package/dist/components/Message/Toolbox/index.d.ts +0 -11
  487. package/dist/components/Message/Toolbox/index.d.ts.map +0 -1
  488. package/dist/components/PasswordInput/PasswordInput.spec.d.ts +0 -2
  489. package/dist/components/PasswordInput/PasswordInput.spec.d.ts.map +0 -1
  490. package/dist/components/ProgressBar/spec.d.ts +0 -2
  491. package/dist/components/ProgressBar/spec.d.ts.map +0 -1
  492. package/dist/components/Tile/Tile.spec.d.ts +0 -2
  493. package/dist/components/Tile/Tile.spec.d.ts.map +0 -1
  494. package/dist/components/Tooltip/Tooltip.spec.d.ts +0 -2
  495. package/dist/components/Tooltip/Tooltip.spec.d.ts.map +0 -1
  496. package/dist/components/UrlInput/UrlInput.spec.d.ts +0 -2
  497. package/dist/components/UrlInput/UrlInput.spec.d.ts.map +0 -1
  498. package/dist/helpers/createPropType.d.ts +0 -3
  499. package/dist/helpers/createPropType.d.ts.map +0 -1
@@ -1,40 +1,2084 @@
1
- import { ComponentProps, ForwardRefExoticComponent, ReactNode } from 'react';
2
-
3
- import { Box } from '../Box';
4
-
5
- type InputBoxProps = ComponentProps<typeof Box> & {
6
- addon?: ReactNode;
7
- input?: ReactNode;
8
- error?: string;
9
- type:
10
- | 'button'
11
- | 'checkbox'
12
- | 'color'
13
- | 'date'
14
- | 'datetime'
15
- | 'datetime-local'
16
- | 'email'
17
- | 'file'
18
- | 'hidden'
19
- | 'image'
20
- | 'month'
21
- | 'number'
22
- | 'password'
23
- | 'radio'
24
- | 'range'
25
- | 'reset'
26
- | 'search'
27
- | 'submit'
28
- | 'tel'
29
- | 'text'
30
- | 'time'
31
- | 'url'
32
- | 'week'
33
- | 'textarea'
34
- | 'select';
35
- };
36
- type InputBoxSkeletonProps = ComponentProps<typeof Box>;
37
-
38
- export const InputBox: ForwardRefExoticComponent<InputBoxProps> & {
39
- Skeleton: ForwardRefExoticComponent<InputBoxSkeletonProps>;
1
+ /// <reference types="react" />
2
+ export * from './Input';
3
+ export * from './InputBox';
4
+ export * from './InputBoxSkeleton';
5
+ export * from './Wrapper';
6
+ declare const _default: import("react").ForwardRefExoticComponent<{
7
+ is?: import("react").ElementType<any> | undefined;
8
+ htmlSize?: number | undefined;
9
+ } & {
10
+ border?: import("csstype").Property.Border<string | number> | undefined;
11
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
12
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
13
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
14
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
15
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
16
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
17
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
18
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
19
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
20
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
21
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
22
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
23
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
24
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
25
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
26
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
27
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
28
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
29
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
30
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
31
+ borderColor?: import("csstype").Property.BorderColor | undefined;
32
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
33
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
34
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
35
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
36
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
37
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
38
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
39
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
40
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
41
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
42
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
43
+ color?: import("csstype").Property.Color | undefined;
44
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
45
+ bg?: import("csstype").Property.BackgroundColor | undefined;
46
+ opacity?: import("csstype").Property.Opacity | undefined;
47
+ alignItems?: import("csstype").Property.AlignItems | undefined;
48
+ alignContent?: import("csstype").Property.AlignContent | undefined;
49
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
50
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
51
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
52
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
53
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
54
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
55
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
56
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
57
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
58
+ order?: import("csstype").Property.Order | undefined;
59
+ w?: import("csstype").Property.Width<string | number> | undefined;
60
+ width?: import("csstype").Property.Width<string | number> | undefined;
61
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
62
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
63
+ h?: import("csstype").Property.Height<string | number> | undefined;
64
+ height?: import("csstype").Property.Height<string | number> | undefined;
65
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
66
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
67
+ display?: import("csstype").Property.Display | undefined;
68
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
69
+ overflow?: import("csstype").Property.Overflow | undefined;
70
+ overflowX?: import("csstype").Property.OverflowX | undefined;
71
+ overflowY?: import("csstype").Property.OverflowY | undefined;
72
+ position?: import("csstype").Property.Position | undefined;
73
+ zIndex?: import("csstype").Property.ZIndex | undefined;
74
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
75
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
76
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
77
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
78
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
79
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
80
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
81
+ m?: import("csstype").Property.Margin<string | number> | undefined;
82
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
83
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
84
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
85
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
86
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
87
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
88
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
89
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
90
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
91
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
92
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
93
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
94
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
95
+ p?: import("csstype").Property.Padding<string | number> | undefined;
96
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
97
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
98
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
99
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
100
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
101
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
102
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
103
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
104
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
105
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
106
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
107
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
108
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
109
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
110
+ fontSize?: string | number | (string & {}) | undefined;
111
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
112
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
113
+ letterSpacing?: string | number | undefined;
114
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
115
+ textAlign?: import("csstype").Property.TextAlign | undefined;
116
+ textTransform?: import("csstype").Property.TextTransform | undefined;
117
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
118
+ animated?: boolean | undefined;
119
+ elevation?: "0" | "1" | "2" | undefined;
120
+ invisible?: boolean | undefined;
121
+ withRichContent?: string | boolean | undefined;
122
+ withTruncatedText?: boolean | undefined;
123
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
124
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
125
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
126
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
127
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
128
+ } & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLElement>> & import("react").RefAttributes<any> & {
129
+ addon?: import("react").ReactNode;
130
+ input?: import("react").ReactNode;
131
+ multiple?: boolean | undefined;
132
+ error?: string | undefined;
133
+ placeholder?: string | undefined;
134
+ placeholderVisible?: boolean | undefined;
135
+ type: "number" | "color" | "hidden" | "button" | "select" | "textarea" | "time" | "image" | "text" | "checkbox" | "radio" | "search" | "tel" | "url" | "email" | "file" | "date" | "datetime" | "datetime-local" | "month" | "password" | "range" | "reset" | "submit" | "week";
136
+ }> & {
137
+ Input: import("react").ForwardRefExoticComponent<{
138
+ is?: import("react").ElementType<any> | undefined;
139
+ htmlSize?: number | undefined;
140
+ } & {
141
+ border?: import("csstype").Property.Border<string | number> | undefined;
142
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
143
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
144
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
145
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
146
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
147
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
148
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
149
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
150
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
151
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
152
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
153
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
154
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
155
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
156
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
157
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
158
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
159
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
160
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
161
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
162
+ borderColor?: import("csstype").Property.BorderColor | undefined;
163
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
164
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
165
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
166
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
167
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
168
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
169
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
170
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
171
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
172
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
173
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
174
+ color?: import("csstype").Property.Color | undefined;
175
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
176
+ bg?: import("csstype").Property.BackgroundColor | undefined;
177
+ opacity?: import("csstype").Property.Opacity | undefined;
178
+ alignItems?: import("csstype").Property.AlignItems | undefined;
179
+ alignContent?: import("csstype").Property.AlignContent | undefined;
180
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
181
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
182
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
183
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
184
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
185
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
186
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
187
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
188
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
189
+ order?: import("csstype").Property.Order | undefined;
190
+ w?: import("csstype").Property.Width<string | number> | undefined;
191
+ width?: import("csstype").Property.Width<string | number> | undefined;
192
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
193
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
194
+ h?: import("csstype").Property.Height<string | number> | undefined;
195
+ height?: import("csstype").Property.Height<string | number> | undefined;
196
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
197
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
198
+ display?: import("csstype").Property.Display | undefined;
199
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
200
+ overflow?: import("csstype").Property.Overflow | undefined;
201
+ overflowX?: import("csstype").Property.OverflowX | undefined;
202
+ overflowY?: import("csstype").Property.OverflowY | undefined;
203
+ position?: import("csstype").Property.Position | undefined;
204
+ zIndex?: import("csstype").Property.ZIndex | undefined;
205
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
206
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
207
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
208
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
209
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
210
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
211
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
212
+ m?: import("csstype").Property.Margin<string | number> | undefined;
213
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
214
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
215
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
216
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
217
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
218
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
219
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
220
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
221
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
222
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
223
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
224
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
225
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
226
+ p?: import("csstype").Property.Padding<string | number> | undefined;
227
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
228
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
229
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
230
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
231
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
232
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
233
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
234
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
235
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
236
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
237
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
238
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
239
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
240
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
241
+ fontSize?: string | number | (string & {}) | undefined;
242
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
243
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
244
+ letterSpacing?: string | number | undefined;
245
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
246
+ textAlign?: import("csstype").Property.TextAlign | undefined;
247
+ textTransform?: import("csstype").Property.TextTransform | undefined;
248
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
249
+ animated?: boolean | undefined;
250
+ elevation?: "0" | "1" | "2" | undefined;
251
+ invisible?: boolean | undefined;
252
+ withRichContent?: string | boolean | undefined;
253
+ withTruncatedText?: boolean | undefined;
254
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
255
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
256
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
257
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
258
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
259
+ } & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLElement>> & import("react").RefAttributes<any>>;
260
+ Skeleton: import("react").ForwardRefExoticComponent<{
261
+ is?: import("react").ElementType<any> | undefined;
262
+ htmlSize?: number | undefined;
263
+ } & {
264
+ border?: import("csstype").Property.Border<string | number> | undefined;
265
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
266
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
267
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
268
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
269
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
270
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
271
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
272
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
273
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
274
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
275
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
276
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
277
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
278
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
279
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
280
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
281
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
282
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
283
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
284
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
285
+ borderColor?: import("csstype").Property.BorderColor | undefined;
286
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
287
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
288
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
289
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
290
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
291
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
292
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
293
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
294
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
295
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
296
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
297
+ color?: import("csstype").Property.Color | undefined;
298
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
299
+ bg?: import("csstype").Property.BackgroundColor | undefined;
300
+ opacity?: import("csstype").Property.Opacity | undefined;
301
+ alignItems?: import("csstype").Property.AlignItems | undefined;
302
+ alignContent?: import("csstype").Property.AlignContent | undefined;
303
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
304
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
305
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
306
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
307
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
308
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
309
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
310
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
311
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
312
+ order?: import("csstype").Property.Order | undefined;
313
+ w?: import("csstype").Property.Width<string | number> | undefined;
314
+ width?: import("csstype").Property.Width<string | number> | undefined;
315
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
316
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
317
+ h?: import("csstype").Property.Height<string | number> | undefined;
318
+ height?: import("csstype").Property.Height<string | number> | undefined;
319
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
320
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
321
+ display?: import("csstype").Property.Display | undefined;
322
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
323
+ overflow?: import("csstype").Property.Overflow | undefined;
324
+ overflowX?: import("csstype").Property.OverflowX | undefined;
325
+ overflowY?: import("csstype").Property.OverflowY | undefined;
326
+ position?: import("csstype").Property.Position | undefined;
327
+ zIndex?: import("csstype").Property.ZIndex | undefined;
328
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
329
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
330
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
331
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
332
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
333
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
334
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
335
+ m?: import("csstype").Property.Margin<string | number> | undefined;
336
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
337
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
338
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
339
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
340
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
341
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
342
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
343
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
344
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
345
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
346
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
347
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
348
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
349
+ p?: import("csstype").Property.Padding<string | number> | undefined;
350
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
351
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
352
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
353
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
354
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
355
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
356
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
357
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
358
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
359
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
360
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
361
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
362
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
363
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
364
+ fontSize?: string | number | (string & {}) | undefined;
365
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
366
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
367
+ letterSpacing?: string | number | undefined;
368
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
369
+ textAlign?: import("csstype").Property.TextAlign | undefined;
370
+ textTransform?: import("csstype").Property.TextTransform | undefined;
371
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
372
+ animated?: boolean | undefined;
373
+ elevation?: "0" | "1" | "2" | undefined;
374
+ invisible?: boolean | undefined;
375
+ withRichContent?: string | boolean | undefined;
376
+ withTruncatedText?: boolean | undefined;
377
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
378
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
379
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
380
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
381
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
382
+ } & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLElement>> & import("react").RefAttributes<any>>;
383
+ Option: import("react").ForwardRefExoticComponent<Pick<{
384
+ is?: import("react").ElementType<any> | undefined;
385
+ htmlSize?: number | undefined;
386
+ } & {
387
+ border?: import("csstype").Property.Border<string | number> | undefined;
388
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
389
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
390
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
391
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
392
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
393
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
394
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
395
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
396
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
397
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
398
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
399
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
400
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
401
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
402
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
403
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
404
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
405
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
406
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
407
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
408
+ borderColor?: import("csstype").Property.BorderColor | undefined;
409
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
410
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
411
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
412
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
413
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
414
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
415
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
416
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
417
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
418
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
419
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
420
+ color?: import("csstype").Property.Color | undefined;
421
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
422
+ bg?: import("csstype").Property.BackgroundColor | undefined;
423
+ opacity?: import("csstype").Property.Opacity | undefined;
424
+ alignItems?: import("csstype").Property.AlignItems | undefined;
425
+ alignContent?: import("csstype").Property.AlignContent | undefined;
426
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
427
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
428
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
429
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
430
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
431
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
432
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
433
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
434
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
435
+ order?: import("csstype").Property.Order | undefined;
436
+ w?: import("csstype").Property.Width<string | number> | undefined;
437
+ width?: import("csstype").Property.Width<string | number> | undefined;
438
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
439
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
440
+ h?: import("csstype").Property.Height<string | number> | undefined;
441
+ height?: import("csstype").Property.Height<string | number> | undefined;
442
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
443
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
444
+ display?: import("csstype").Property.Display | undefined;
445
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
446
+ overflow?: import("csstype").Property.Overflow | undefined;
447
+ overflowX?: import("csstype").Property.OverflowX | undefined;
448
+ overflowY?: import("csstype").Property.OverflowY | undefined;
449
+ position?: import("csstype").Property.Position | undefined;
450
+ zIndex?: import("csstype").Property.ZIndex | undefined;
451
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
452
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
453
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
454
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
455
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
456
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
457
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
458
+ m?: import("csstype").Property.Margin<string | number> | undefined;
459
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
460
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
461
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
462
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
463
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
464
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
465
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
466
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
467
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
468
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
469
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
470
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
471
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
472
+ p?: import("csstype").Property.Padding<string | number> | undefined;
473
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
474
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
475
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
476
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
477
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
478
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
479
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
480
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
481
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
482
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
483
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
484
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
485
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
486
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
487
+ fontSize?: string | number | (string & {}) | undefined;
488
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
489
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
490
+ letterSpacing?: string | number | undefined;
491
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
492
+ textAlign?: import("csstype").Property.TextAlign | undefined;
493
+ textTransform?: import("csstype").Property.TextTransform | undefined;
494
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
495
+ animated?: boolean | undefined;
496
+ elevation?: "0" | "1" | "2" | undefined;
497
+ invisible?: boolean | undefined;
498
+ withRichContent?: string | boolean | undefined;
499
+ withTruncatedText?: boolean | undefined;
500
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
501
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
502
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
503
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
504
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
505
+ } & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLElement>> & import("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 {
506
+ border?: import("csstype").Property.Border<string | number> | undefined;
507
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
508
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
509
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
510
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
511
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
512
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
513
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
514
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
515
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
516
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
517
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
518
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
519
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
520
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
521
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
522
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
523
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
524
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
525
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
526
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
527
+ borderColor?: import("csstype").Property.BorderColor | undefined;
528
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
529
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
530
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
531
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
532
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
533
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
534
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
535
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
536
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
537
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
538
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
539
+ color?: import("csstype").Property.Color | undefined;
540
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
541
+ bg?: import("csstype").Property.BackgroundColor | undefined;
542
+ opacity?: import("csstype").Property.Opacity | undefined;
543
+ alignItems?: import("csstype").Property.AlignItems | undefined;
544
+ alignContent?: import("csstype").Property.AlignContent | undefined;
545
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
546
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
547
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
548
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
549
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
550
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
551
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
552
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
553
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
554
+ order?: import("csstype").Property.Order | undefined;
555
+ w?: import("csstype").Property.Width<string | number> | undefined;
556
+ width?: import("csstype").Property.Width<string | number> | undefined;
557
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
558
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
559
+ h?: import("csstype").Property.Height<string | number> | undefined;
560
+ height?: import("csstype").Property.Height<string | number> | undefined;
561
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
562
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
563
+ display?: import("csstype").Property.Display | undefined;
564
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
565
+ overflow?: import("csstype").Property.Overflow | undefined;
566
+ overflowX?: import("csstype").Property.OverflowX | undefined;
567
+ overflowY?: import("csstype").Property.OverflowY | undefined;
568
+ position?: import("csstype").Property.Position | undefined;
569
+ zIndex?: import("csstype").Property.ZIndex | undefined;
570
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
571
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
572
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
573
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
574
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
575
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
576
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
577
+ m?: import("csstype").Property.Margin<string | number> | undefined;
578
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
579
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
580
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
581
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
582
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
583
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
584
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
585
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
586
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
587
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
588
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
589
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
590
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
591
+ p?: import("csstype").Property.Padding<string | number> | undefined;
592
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
593
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
594
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
595
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
596
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
597
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
598
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
599
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
600
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
601
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
602
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
603
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
604
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
605
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
606
+ fontSize?: string | number | (string & {}) | undefined;
607
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
608
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
609
+ letterSpacing?: string | number | undefined;
610
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
611
+ textAlign?: import("csstype").Property.TextAlign | undefined;
612
+ textTransform?: import("csstype").Property.TextTransform | undefined;
613
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
614
+ animated?: boolean | undefined;
615
+ elevation?: "0" | "1" | "2" | undefined;
616
+ invisible?: boolean | undefined;
617
+ withRichContent?: string | boolean | undefined;
618
+ withTruncatedText?: boolean | undefined;
619
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
620
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
621
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
622
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
623
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
624
+ } | "key"> & import("react").RefAttributes<HTMLInputElement>>;
625
+ Placeholder: import("react").ForwardRefExoticComponent<Pick<{
626
+ is?: import("react").ElementType<any> | undefined;
627
+ htmlSize?: number | undefined;
628
+ } & {
629
+ border?: import("csstype").Property.Border<string | number> | undefined;
630
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
631
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
632
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
633
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
634
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
635
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
636
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
637
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
638
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
639
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
640
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
641
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
642
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
643
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
644
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
645
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
646
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
647
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
648
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
649
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
650
+ borderColor?: import("csstype").Property.BorderColor | undefined;
651
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
652
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
653
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
654
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
655
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
656
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
657
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
658
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
659
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
660
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
661
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
662
+ color?: import("csstype").Property.Color | undefined;
663
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
664
+ bg?: import("csstype").Property.BackgroundColor | undefined;
665
+ opacity?: import("csstype").Property.Opacity | undefined;
666
+ alignItems?: import("csstype").Property.AlignItems | undefined;
667
+ alignContent?: import("csstype").Property.AlignContent | undefined;
668
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
669
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
670
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
671
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
672
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
673
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
674
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
675
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
676
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
677
+ order?: import("csstype").Property.Order | undefined;
678
+ w?: import("csstype").Property.Width<string | number> | undefined;
679
+ width?: import("csstype").Property.Width<string | number> | undefined;
680
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
681
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
682
+ h?: import("csstype").Property.Height<string | number> | undefined;
683
+ height?: import("csstype").Property.Height<string | number> | undefined;
684
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
685
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
686
+ display?: import("csstype").Property.Display | undefined;
687
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
688
+ overflow?: import("csstype").Property.Overflow | undefined;
689
+ overflowX?: import("csstype").Property.OverflowX | undefined;
690
+ overflowY?: import("csstype").Property.OverflowY | undefined;
691
+ position?: import("csstype").Property.Position | undefined;
692
+ zIndex?: import("csstype").Property.ZIndex | undefined;
693
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
694
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
695
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
696
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
697
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
698
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
699
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
700
+ m?: import("csstype").Property.Margin<string | number> | undefined;
701
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
702
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
703
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
704
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
705
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
706
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
707
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
708
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
709
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
710
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
711
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
712
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
713
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
714
+ p?: import("csstype").Property.Padding<string | number> | undefined;
715
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
716
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
717
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
718
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
719
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
720
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
721
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
722
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
723
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
724
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
725
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
726
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
727
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
728
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
729
+ fontSize?: string | number | (string & {}) | undefined;
730
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
731
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
732
+ letterSpacing?: string | number | undefined;
733
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
734
+ textAlign?: import("csstype").Property.TextAlign | undefined;
735
+ textTransform?: import("csstype").Property.TextTransform | undefined;
736
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
737
+ animated?: boolean | undefined;
738
+ elevation?: "0" | "1" | "2" | undefined;
739
+ invisible?: boolean | undefined;
740
+ withRichContent?: string | boolean | undefined;
741
+ withTruncatedText?: boolean | undefined;
742
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
743
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
744
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
745
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
746
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
747
+ } & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLElement>> & import("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 {
748
+ border?: import("csstype").Property.Border<string | number> | undefined;
749
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
750
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
751
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
752
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
753
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
754
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
755
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
756
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
757
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
758
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
759
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
760
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
761
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
762
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
763
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
764
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
765
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
766
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
767
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
768
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
769
+ borderColor?: import("csstype").Property.BorderColor | undefined;
770
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
771
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
772
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
773
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
774
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
775
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
776
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
777
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
778
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
779
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
780
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
781
+ color?: import("csstype").Property.Color | undefined;
782
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
783
+ bg?: import("csstype").Property.BackgroundColor | undefined;
784
+ opacity?: import("csstype").Property.Opacity | undefined;
785
+ alignItems?: import("csstype").Property.AlignItems | undefined;
786
+ alignContent?: import("csstype").Property.AlignContent | undefined;
787
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
788
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
789
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
790
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
791
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
792
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
793
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
794
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
795
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
796
+ order?: import("csstype").Property.Order | undefined;
797
+ w?: import("csstype").Property.Width<string | number> | undefined;
798
+ width?: import("csstype").Property.Width<string | number> | undefined;
799
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
800
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
801
+ h?: import("csstype").Property.Height<string | number> | undefined;
802
+ height?: import("csstype").Property.Height<string | number> | undefined;
803
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
804
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
805
+ display?: import("csstype").Property.Display | undefined;
806
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
807
+ overflow?: import("csstype").Property.Overflow | undefined;
808
+ overflowX?: import("csstype").Property.OverflowX | undefined;
809
+ overflowY?: import("csstype").Property.OverflowY | undefined;
810
+ position?: import("csstype").Property.Position | undefined;
811
+ zIndex?: import("csstype").Property.ZIndex | undefined;
812
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
813
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
814
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
815
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
816
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
817
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
818
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
819
+ m?: import("csstype").Property.Margin<string | number> | undefined;
820
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
821
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
822
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
823
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
824
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
825
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
826
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
827
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
828
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
829
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
830
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
831
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
832
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
833
+ p?: import("csstype").Property.Padding<string | number> | undefined;
834
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
835
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
836
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
837
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
838
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
839
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
840
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
841
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
842
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
843
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
844
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
845
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
846
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
847
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
848
+ fontSize?: string | number | (string & {}) | undefined;
849
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
850
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
851
+ letterSpacing?: string | number | undefined;
852
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
853
+ textAlign?: import("csstype").Property.TextAlign | undefined;
854
+ textTransform?: import("csstype").Property.TextTransform | undefined;
855
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
856
+ animated?: boolean | undefined;
857
+ elevation?: "0" | "1" | "2" | undefined;
858
+ invisible?: boolean | undefined;
859
+ withRichContent?: string | boolean | undefined;
860
+ withTruncatedText?: boolean | undefined;
861
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
862
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
863
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
864
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
865
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
866
+ } | "key"> & import("react").RefAttributes<HTMLOptionElement>>;
867
+ } & {
868
+ Input: import("react").ForwardRefExoticComponent<Pick<{
869
+ is?: import("react").ElementType<any> | undefined;
870
+ htmlSize?: number | undefined;
871
+ } & {
872
+ border?: import("csstype").Property.Border<string | number> | undefined;
873
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
874
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
875
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
876
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
877
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
878
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
879
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
880
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
881
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
882
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
883
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
884
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
885
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
886
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
887
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
888
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
889
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
890
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
891
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
892
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
893
+ borderColor?: import("csstype").Property.BorderColor | undefined;
894
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
895
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
896
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
897
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
898
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
899
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
900
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
901
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
902
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
903
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
904
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
905
+ color?: import("csstype").Property.Color | undefined;
906
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
907
+ bg?: import("csstype").Property.BackgroundColor | undefined;
908
+ opacity?: import("csstype").Property.Opacity | undefined;
909
+ alignItems?: import("csstype").Property.AlignItems | undefined;
910
+ alignContent?: import("csstype").Property.AlignContent | undefined;
911
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
912
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
913
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
914
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
915
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
916
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
917
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
918
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
919
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
920
+ order?: import("csstype").Property.Order | undefined;
921
+ w?: import("csstype").Property.Width<string | number> | undefined;
922
+ width?: import("csstype").Property.Width<string | number> | undefined;
923
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
924
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
925
+ h?: import("csstype").Property.Height<string | number> | undefined;
926
+ height?: import("csstype").Property.Height<string | number> | undefined;
927
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
928
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
929
+ display?: import("csstype").Property.Display | undefined;
930
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
931
+ overflow?: import("csstype").Property.Overflow | undefined;
932
+ overflowX?: import("csstype").Property.OverflowX | undefined;
933
+ overflowY?: import("csstype").Property.OverflowY | undefined;
934
+ position?: import("csstype").Property.Position | undefined;
935
+ zIndex?: import("csstype").Property.ZIndex | undefined;
936
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
937
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
938
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
939
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
940
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
941
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
942
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
943
+ m?: import("csstype").Property.Margin<string | number> | undefined;
944
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
945
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
946
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
947
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
948
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
949
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
950
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
951
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
952
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
953
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
954
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
955
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
956
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
957
+ p?: import("csstype").Property.Padding<string | number> | undefined;
958
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
959
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
960
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
961
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
962
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
963
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
964
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
965
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
966
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
967
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
968
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
969
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
970
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
971
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
972
+ fontSize?: string | number | (string & {}) | undefined;
973
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
974
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
975
+ letterSpacing?: string | number | undefined;
976
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
977
+ textAlign?: import("csstype").Property.TextAlign | undefined;
978
+ textTransform?: import("csstype").Property.TextTransform | undefined;
979
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
980
+ animated?: boolean | undefined;
981
+ elevation?: "0" | "1" | "2" | undefined;
982
+ invisible?: boolean | undefined;
983
+ withRichContent?: string | boolean | undefined;
984
+ withTruncatedText?: boolean | undefined;
985
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
986
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
987
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
988
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
989
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
990
+ } & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLElement>> & import("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 {
991
+ border?: import("csstype").Property.Border<string | number> | undefined;
992
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
993
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
994
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
995
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
996
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
997
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
998
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
999
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
1000
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
1001
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
1002
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
1003
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
1004
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1005
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
1006
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
1007
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
1008
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
1009
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
1010
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1011
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1012
+ borderColor?: import("csstype").Property.BorderColor | undefined;
1013
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
1014
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
1015
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
1016
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
1017
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1018
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1019
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1020
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
1021
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
1022
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
1023
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
1024
+ color?: import("csstype").Property.Color | undefined;
1025
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
1026
+ bg?: import("csstype").Property.BackgroundColor | undefined;
1027
+ opacity?: import("csstype").Property.Opacity | undefined;
1028
+ alignItems?: import("csstype").Property.AlignItems | undefined;
1029
+ alignContent?: import("csstype").Property.AlignContent | undefined;
1030
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
1031
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
1032
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
1033
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
1034
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
1035
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
1036
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1037
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
1038
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
1039
+ order?: import("csstype").Property.Order | undefined;
1040
+ w?: import("csstype").Property.Width<string | number> | undefined;
1041
+ width?: import("csstype").Property.Width<string | number> | undefined;
1042
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
1043
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
1044
+ h?: import("csstype").Property.Height<string | number> | undefined;
1045
+ height?: import("csstype").Property.Height<string | number> | undefined;
1046
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
1047
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
1048
+ display?: import("csstype").Property.Display | undefined;
1049
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1050
+ overflow?: import("csstype").Property.Overflow | undefined;
1051
+ overflowX?: import("csstype").Property.OverflowX | undefined;
1052
+ overflowY?: import("csstype").Property.OverflowY | undefined;
1053
+ position?: import("csstype").Property.Position | undefined;
1054
+ zIndex?: import("csstype").Property.ZIndex | undefined;
1055
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
1056
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1057
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1058
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1059
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1060
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1061
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1062
+ m?: import("csstype").Property.Margin<string | number> | undefined;
1063
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
1064
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
1065
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
1066
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1067
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1068
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1069
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1070
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
1071
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
1072
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1073
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1074
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1075
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1076
+ p?: import("csstype").Property.Padding<string | number> | undefined;
1077
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
1078
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1079
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1080
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1081
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1082
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1083
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1084
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
1085
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
1086
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1087
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1088
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1089
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1090
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
1091
+ fontSize?: string | number | (string & {}) | undefined;
1092
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
1093
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
1094
+ letterSpacing?: string | number | undefined;
1095
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
1096
+ textAlign?: import("csstype").Property.TextAlign | undefined;
1097
+ textTransform?: import("csstype").Property.TextTransform | undefined;
1098
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1099
+ animated?: boolean | undefined;
1100
+ elevation?: "0" | "1" | "2" | undefined;
1101
+ invisible?: boolean | undefined;
1102
+ withRichContent?: string | boolean | undefined;
1103
+ withTruncatedText?: boolean | undefined;
1104
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
1105
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
1106
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
1107
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
1108
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
1109
+ } | "key"> & import("react").RefAttributes<HTMLInputElement>>;
1110
+ Skeleton: (props: {
1111
+ is?: import("react").ElementType<any> | undefined;
1112
+ htmlSize?: number | undefined;
1113
+ } & {
1114
+ border?: import("csstype").Property.Border<string | number> | undefined;
1115
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
1116
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1117
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1118
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
1119
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1120
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1121
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
1122
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
1123
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
1124
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
1125
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
1126
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
1127
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1128
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
1129
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
1130
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
1131
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
1132
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
1133
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1134
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1135
+ borderColor?: import("csstype").Property.BorderColor | undefined;
1136
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
1137
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
1138
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
1139
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
1140
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1141
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1142
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1143
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
1144
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
1145
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
1146
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
1147
+ color?: import("csstype").Property.Color | undefined;
1148
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
1149
+ bg?: import("csstype").Property.BackgroundColor | undefined;
1150
+ opacity?: import("csstype").Property.Opacity | undefined;
1151
+ alignItems?: import("csstype").Property.AlignItems | undefined;
1152
+ alignContent?: import("csstype").Property.AlignContent | undefined;
1153
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
1154
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
1155
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
1156
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
1157
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
1158
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
1159
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1160
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
1161
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
1162
+ order?: import("csstype").Property.Order | undefined;
1163
+ w?: import("csstype").Property.Width<string | number> | undefined;
1164
+ width?: import("csstype").Property.Width<string | number> | undefined;
1165
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
1166
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
1167
+ h?: import("csstype").Property.Height<string | number> | undefined;
1168
+ height?: import("csstype").Property.Height<string | number> | undefined;
1169
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
1170
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
1171
+ display?: import("csstype").Property.Display | undefined;
1172
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1173
+ overflow?: import("csstype").Property.Overflow | undefined;
1174
+ overflowX?: import("csstype").Property.OverflowX | undefined;
1175
+ overflowY?: import("csstype").Property.OverflowY | undefined;
1176
+ position?: import("csstype").Property.Position | undefined;
1177
+ zIndex?: import("csstype").Property.ZIndex | undefined;
1178
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
1179
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1180
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1181
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1182
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1183
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1184
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1185
+ m?: import("csstype").Property.Margin<string | number> | undefined;
1186
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
1187
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
1188
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
1189
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1190
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1191
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1192
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1193
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
1194
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
1195
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1196
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1197
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1198
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1199
+ p?: import("csstype").Property.Padding<string | number> | undefined;
1200
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
1201
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1202
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1203
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1204
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1205
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1206
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1207
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
1208
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
1209
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1210
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1211
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1212
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1213
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
1214
+ fontSize?: string | number | (string & {}) | undefined;
1215
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
1216
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
1217
+ letterSpacing?: string | number | undefined;
1218
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
1219
+ textAlign?: import("csstype").Property.TextAlign | undefined;
1220
+ textTransform?: import("csstype").Property.TextTransform | undefined;
1221
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1222
+ animated?: boolean | undefined;
1223
+ elevation?: "0" | "1" | "2" | undefined;
1224
+ invisible?: boolean | undefined;
1225
+ withRichContent?: string | boolean | undefined;
1226
+ withTruncatedText?: boolean | undefined;
1227
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
1228
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
1229
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
1230
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
1231
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
1232
+ } & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLElement>> & import("react").RefAttributes<any>) => JSX.Element;
1233
+ Wrapper: (props: {
1234
+ is?: import("react").ElementType<any> | undefined;
1235
+ htmlSize?: number | undefined;
1236
+ } & {
1237
+ border?: import("csstype").Property.Border<string | number> | undefined;
1238
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
1239
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1240
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1241
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
1242
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1243
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1244
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
1245
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
1246
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
1247
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
1248
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
1249
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
1250
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1251
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
1252
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
1253
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
1254
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
1255
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
1256
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1257
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1258
+ borderColor?: import("csstype").Property.BorderColor | undefined;
1259
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
1260
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
1261
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
1262
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
1263
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1264
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1265
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1266
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
1267
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
1268
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
1269
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
1270
+ color?: import("csstype").Property.Color | undefined;
1271
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
1272
+ bg?: import("csstype").Property.BackgroundColor | undefined;
1273
+ opacity?: import("csstype").Property.Opacity | undefined;
1274
+ alignItems?: import("csstype").Property.AlignItems | undefined;
1275
+ alignContent?: import("csstype").Property.AlignContent | undefined;
1276
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
1277
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
1278
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
1279
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
1280
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
1281
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
1282
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1283
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
1284
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
1285
+ order?: import("csstype").Property.Order | undefined;
1286
+ w?: import("csstype").Property.Width<string | number> | undefined;
1287
+ width?: import("csstype").Property.Width<string | number> | undefined;
1288
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
1289
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
1290
+ h?: import("csstype").Property.Height<string | number> | undefined;
1291
+ height?: import("csstype").Property.Height<string | number> | undefined;
1292
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
1293
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
1294
+ display?: import("csstype").Property.Display | undefined;
1295
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1296
+ overflow?: import("csstype").Property.Overflow | undefined;
1297
+ overflowX?: import("csstype").Property.OverflowX | undefined;
1298
+ overflowY?: import("csstype").Property.OverflowY | undefined;
1299
+ position?: import("csstype").Property.Position | undefined;
1300
+ zIndex?: import("csstype").Property.ZIndex | undefined;
1301
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
1302
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1303
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1304
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1305
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1306
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1307
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1308
+ m?: import("csstype").Property.Margin<string | number> | undefined;
1309
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
1310
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
1311
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
1312
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1313
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1314
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1315
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1316
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
1317
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
1318
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1319
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1320
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1321
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1322
+ p?: import("csstype").Property.Padding<string | number> | undefined;
1323
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
1324
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1325
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1326
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1327
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1328
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1329
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1330
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
1331
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
1332
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1333
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1334
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1335
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1336
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
1337
+ fontSize?: string | number | (string & {}) | undefined;
1338
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
1339
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
1340
+ letterSpacing?: string | number | undefined;
1341
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
1342
+ textAlign?: import("csstype").Property.TextAlign | undefined;
1343
+ textTransform?: import("csstype").Property.TextTransform | undefined;
1344
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1345
+ animated?: boolean | undefined;
1346
+ elevation?: "0" | "1" | "2" | undefined;
1347
+ invisible?: boolean | undefined;
1348
+ withRichContent?: string | boolean | undefined;
1349
+ withTruncatedText?: boolean | undefined;
1350
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
1351
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
1352
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
1353
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
1354
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
1355
+ } & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLElement>> & import("react").RefAttributes<any>) => JSX.Element;
1356
+ Addon: import("react").ForwardRefExoticComponent<Pick<{
1357
+ is?: import("react").ElementType<any> | undefined;
1358
+ htmlSize?: number | undefined;
1359
+ } & {
1360
+ border?: import("csstype").Property.Border<string | number> | undefined;
1361
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
1362
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1363
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1364
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
1365
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1366
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1367
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
1368
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
1369
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
1370
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
1371
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
1372
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
1373
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1374
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
1375
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
1376
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
1377
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
1378
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
1379
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1380
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1381
+ borderColor?: import("csstype").Property.BorderColor | undefined;
1382
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
1383
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
1384
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
1385
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
1386
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1387
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1388
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1389
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
1390
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
1391
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
1392
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
1393
+ color?: import("csstype").Property.Color | undefined;
1394
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
1395
+ bg?: import("csstype").Property.BackgroundColor | undefined;
1396
+ opacity?: import("csstype").Property.Opacity | undefined;
1397
+ alignItems?: import("csstype").Property.AlignItems | undefined;
1398
+ alignContent?: import("csstype").Property.AlignContent | undefined;
1399
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
1400
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
1401
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
1402
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
1403
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
1404
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
1405
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1406
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
1407
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
1408
+ order?: import("csstype").Property.Order | undefined;
1409
+ w?: import("csstype").Property.Width<string | number> | undefined;
1410
+ width?: import("csstype").Property.Width<string | number> | undefined;
1411
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
1412
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
1413
+ h?: import("csstype").Property.Height<string | number> | undefined;
1414
+ height?: import("csstype").Property.Height<string | number> | undefined;
1415
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
1416
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
1417
+ display?: import("csstype").Property.Display | undefined;
1418
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1419
+ overflow?: import("csstype").Property.Overflow | undefined;
1420
+ overflowX?: import("csstype").Property.OverflowX | undefined;
1421
+ overflowY?: import("csstype").Property.OverflowY | undefined;
1422
+ position?: import("csstype").Property.Position | undefined;
1423
+ zIndex?: import("csstype").Property.ZIndex | undefined;
1424
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
1425
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1426
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1427
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1428
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1429
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1430
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1431
+ m?: import("csstype").Property.Margin<string | number> | undefined;
1432
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
1433
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
1434
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
1435
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1436
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1437
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1438
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1439
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
1440
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
1441
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1442
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1443
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1444
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1445
+ p?: import("csstype").Property.Padding<string | number> | undefined;
1446
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
1447
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1448
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1449
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1450
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1451
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1452
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1453
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
1454
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
1455
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1456
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1457
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1458
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1459
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
1460
+ fontSize?: string | number | (string & {}) | undefined;
1461
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
1462
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
1463
+ letterSpacing?: string | number | undefined;
1464
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
1465
+ textAlign?: import("csstype").Property.TextAlign | undefined;
1466
+ textTransform?: import("csstype").Property.TextTransform | undefined;
1467
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1468
+ animated?: boolean | undefined;
1469
+ elevation?: "0" | "1" | "2" | undefined;
1470
+ invisible?: boolean | undefined;
1471
+ withRichContent?: string | boolean | undefined;
1472
+ withTruncatedText?: boolean | undefined;
1473
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
1474
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
1475
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
1476
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
1477
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
1478
+ } & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLElement>> & import("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 {
1479
+ border?: import("csstype").Property.Border<string | number> | undefined;
1480
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
1481
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1482
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1483
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
1484
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1485
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1486
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
1487
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
1488
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
1489
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
1490
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
1491
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
1492
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1493
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
1494
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
1495
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
1496
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
1497
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
1498
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1499
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1500
+ borderColor?: import("csstype").Property.BorderColor | undefined;
1501
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
1502
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
1503
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
1504
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
1505
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1506
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1507
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1508
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
1509
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
1510
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
1511
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
1512
+ color?: import("csstype").Property.Color | undefined;
1513
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
1514
+ bg?: import("csstype").Property.BackgroundColor | undefined;
1515
+ opacity?: import("csstype").Property.Opacity | undefined;
1516
+ alignItems?: import("csstype").Property.AlignItems | undefined;
1517
+ alignContent?: import("csstype").Property.AlignContent | undefined;
1518
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
1519
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
1520
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
1521
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
1522
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
1523
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
1524
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1525
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
1526
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
1527
+ order?: import("csstype").Property.Order | undefined;
1528
+ w?: import("csstype").Property.Width<string | number> | undefined;
1529
+ width?: import("csstype").Property.Width<string | number> | undefined;
1530
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
1531
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
1532
+ h?: import("csstype").Property.Height<string | number> | undefined;
1533
+ height?: import("csstype").Property.Height<string | number> | undefined;
1534
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
1535
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
1536
+ display?: import("csstype").Property.Display | undefined;
1537
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1538
+ overflow?: import("csstype").Property.Overflow | undefined;
1539
+ overflowX?: import("csstype").Property.OverflowX | undefined;
1540
+ overflowY?: import("csstype").Property.OverflowY | undefined;
1541
+ position?: import("csstype").Property.Position | undefined;
1542
+ zIndex?: import("csstype").Property.ZIndex | undefined;
1543
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
1544
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1545
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1546
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1547
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1548
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1549
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1550
+ m?: import("csstype").Property.Margin<string | number> | undefined;
1551
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
1552
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
1553
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
1554
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1555
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1556
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1557
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1558
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
1559
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
1560
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1561
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1562
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1563
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1564
+ p?: import("csstype").Property.Padding<string | number> | undefined;
1565
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
1566
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1567
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1568
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1569
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1570
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1571
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1572
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
1573
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
1574
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1575
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1576
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1577
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1578
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
1579
+ fontSize?: string | number | (string & {}) | undefined;
1580
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
1581
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
1582
+ letterSpacing?: string | number | undefined;
1583
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
1584
+ textAlign?: import("csstype").Property.TextAlign | undefined;
1585
+ textTransform?: import("csstype").Property.TextTransform | undefined;
1586
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1587
+ animated?: boolean | undefined;
1588
+ elevation?: "0" | "1" | "2" | undefined;
1589
+ invisible?: boolean | undefined;
1590
+ withRichContent?: string | boolean | undefined;
1591
+ withTruncatedText?: boolean | undefined;
1592
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
1593
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
1594
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
1595
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
1596
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
1597
+ } | "key"> & import("react").RefAttributes<HTMLSpanElement>>;
1598
+ Placeholder: import("react").ForwardRefExoticComponent<Pick<{
1599
+ is?: import("react").ElementType<any> | undefined;
1600
+ htmlSize?: number | undefined;
1601
+ } & {
1602
+ border?: import("csstype").Property.Border<string | number> | undefined;
1603
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
1604
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1605
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1606
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
1607
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1608
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1609
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
1610
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
1611
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
1612
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
1613
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
1614
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
1615
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1616
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
1617
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
1618
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
1619
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
1620
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
1621
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1622
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1623
+ borderColor?: import("csstype").Property.BorderColor | undefined;
1624
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
1625
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
1626
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
1627
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
1628
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1629
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1630
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1631
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
1632
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
1633
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
1634
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
1635
+ color?: import("csstype").Property.Color | undefined;
1636
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
1637
+ bg?: import("csstype").Property.BackgroundColor | undefined;
1638
+ opacity?: import("csstype").Property.Opacity | undefined;
1639
+ alignItems?: import("csstype").Property.AlignItems | undefined;
1640
+ alignContent?: import("csstype").Property.AlignContent | undefined;
1641
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
1642
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
1643
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
1644
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
1645
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
1646
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
1647
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1648
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
1649
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
1650
+ order?: import("csstype").Property.Order | undefined;
1651
+ w?: import("csstype").Property.Width<string | number> | undefined;
1652
+ width?: import("csstype").Property.Width<string | number> | undefined;
1653
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
1654
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
1655
+ h?: import("csstype").Property.Height<string | number> | undefined;
1656
+ height?: import("csstype").Property.Height<string | number> | undefined;
1657
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
1658
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
1659
+ display?: import("csstype").Property.Display | undefined;
1660
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1661
+ overflow?: import("csstype").Property.Overflow | undefined;
1662
+ overflowX?: import("csstype").Property.OverflowX | undefined;
1663
+ overflowY?: import("csstype").Property.OverflowY | undefined;
1664
+ position?: import("csstype").Property.Position | undefined;
1665
+ zIndex?: import("csstype").Property.ZIndex | undefined;
1666
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
1667
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1668
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1669
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1670
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1671
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1672
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1673
+ m?: import("csstype").Property.Margin<string | number> | undefined;
1674
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
1675
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
1676
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
1677
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1678
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1679
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1680
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1681
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
1682
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
1683
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1684
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1685
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1686
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1687
+ p?: import("csstype").Property.Padding<string | number> | undefined;
1688
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
1689
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1690
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1691
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1692
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1693
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1694
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1695
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
1696
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
1697
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1698
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1699
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1700
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1701
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
1702
+ fontSize?: string | number | (string & {}) | undefined;
1703
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
1704
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
1705
+ letterSpacing?: string | number | undefined;
1706
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
1707
+ textAlign?: import("csstype").Property.TextAlign | undefined;
1708
+ textTransform?: import("csstype").Property.TextTransform | undefined;
1709
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1710
+ animated?: boolean | undefined;
1711
+ elevation?: "0" | "1" | "2" | undefined;
1712
+ invisible?: boolean | undefined;
1713
+ withRichContent?: string | boolean | undefined;
1714
+ withTruncatedText?: boolean | undefined;
1715
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
1716
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
1717
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
1718
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
1719
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
1720
+ } & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLElement>> & import("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 {
1721
+ border?: import("csstype").Property.Border<string | number> | undefined;
1722
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
1723
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1724
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1725
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
1726
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1727
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1728
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
1729
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
1730
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
1731
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
1732
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
1733
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
1734
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1735
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
1736
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
1737
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
1738
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
1739
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
1740
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1741
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1742
+ borderColor?: import("csstype").Property.BorderColor | undefined;
1743
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
1744
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
1745
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
1746
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
1747
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1748
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1749
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1750
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
1751
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
1752
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
1753
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
1754
+ color?: import("csstype").Property.Color | undefined;
1755
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
1756
+ bg?: import("csstype").Property.BackgroundColor | undefined;
1757
+ opacity?: import("csstype").Property.Opacity | undefined;
1758
+ alignItems?: import("csstype").Property.AlignItems | undefined;
1759
+ alignContent?: import("csstype").Property.AlignContent | undefined;
1760
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
1761
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
1762
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
1763
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
1764
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
1765
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
1766
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1767
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
1768
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
1769
+ order?: import("csstype").Property.Order | undefined;
1770
+ w?: import("csstype").Property.Width<string | number> | undefined;
1771
+ width?: import("csstype").Property.Width<string | number> | undefined;
1772
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
1773
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
1774
+ h?: import("csstype").Property.Height<string | number> | undefined;
1775
+ height?: import("csstype").Property.Height<string | number> | undefined;
1776
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
1777
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
1778
+ display?: import("csstype").Property.Display | undefined;
1779
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1780
+ overflow?: import("csstype").Property.Overflow | undefined;
1781
+ overflowX?: import("csstype").Property.OverflowX | undefined;
1782
+ overflowY?: import("csstype").Property.OverflowY | undefined;
1783
+ position?: import("csstype").Property.Position | undefined;
1784
+ zIndex?: import("csstype").Property.ZIndex | undefined;
1785
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
1786
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1787
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1788
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1789
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1790
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1791
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1792
+ m?: import("csstype").Property.Margin<string | number> | undefined;
1793
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
1794
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
1795
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
1796
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1797
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1798
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1799
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1800
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
1801
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
1802
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1803
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1804
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1805
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1806
+ p?: import("csstype").Property.Padding<string | number> | undefined;
1807
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
1808
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1809
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1810
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1811
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1812
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1813
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1814
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
1815
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
1816
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1817
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1818
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1819
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1820
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
1821
+ fontSize?: string | number | (string & {}) | undefined;
1822
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
1823
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
1824
+ letterSpacing?: string | number | undefined;
1825
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
1826
+ textAlign?: import("csstype").Property.TextAlign | undefined;
1827
+ textTransform?: import("csstype").Property.TextTransform | undefined;
1828
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1829
+ animated?: boolean | undefined;
1830
+ elevation?: "0" | "1" | "2" | undefined;
1831
+ invisible?: boolean | undefined;
1832
+ withRichContent?: string | boolean | undefined;
1833
+ withTruncatedText?: boolean | undefined;
1834
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
1835
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
1836
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
1837
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
1838
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
1839
+ } | "key"> & import("react").RefAttributes<HTMLOptionElement>>;
1840
+ Option: import("react").ForwardRefExoticComponent<Pick<{
1841
+ is?: import("react").ElementType<any> | undefined;
1842
+ htmlSize?: number | undefined;
1843
+ } & {
1844
+ border?: import("csstype").Property.Border<string | number> | undefined;
1845
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
1846
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1847
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1848
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
1849
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1850
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1851
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
1852
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
1853
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
1854
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
1855
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
1856
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
1857
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1858
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
1859
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
1860
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
1861
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
1862
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
1863
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1864
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1865
+ borderColor?: import("csstype").Property.BorderColor | undefined;
1866
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
1867
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
1868
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
1869
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
1870
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1871
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1872
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1873
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
1874
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
1875
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
1876
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
1877
+ color?: import("csstype").Property.Color | undefined;
1878
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
1879
+ bg?: import("csstype").Property.BackgroundColor | undefined;
1880
+ opacity?: import("csstype").Property.Opacity | undefined;
1881
+ alignItems?: import("csstype").Property.AlignItems | undefined;
1882
+ alignContent?: import("csstype").Property.AlignContent | undefined;
1883
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
1884
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
1885
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
1886
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
1887
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
1888
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
1889
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1890
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
1891
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
1892
+ order?: import("csstype").Property.Order | undefined;
1893
+ w?: import("csstype").Property.Width<string | number> | undefined;
1894
+ width?: import("csstype").Property.Width<string | number> | undefined;
1895
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
1896
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
1897
+ h?: import("csstype").Property.Height<string | number> | undefined;
1898
+ height?: import("csstype").Property.Height<string | number> | undefined;
1899
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
1900
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
1901
+ display?: import("csstype").Property.Display | undefined;
1902
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1903
+ overflow?: import("csstype").Property.Overflow | undefined;
1904
+ overflowX?: import("csstype").Property.OverflowX | undefined;
1905
+ overflowY?: import("csstype").Property.OverflowY | undefined;
1906
+ position?: import("csstype").Property.Position | undefined;
1907
+ zIndex?: import("csstype").Property.ZIndex | undefined;
1908
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
1909
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1910
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1911
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1912
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1913
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1914
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1915
+ m?: import("csstype").Property.Margin<string | number> | undefined;
1916
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
1917
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
1918
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
1919
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1920
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1921
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1922
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1923
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
1924
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
1925
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1926
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1927
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1928
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1929
+ p?: import("csstype").Property.Padding<string | number> | undefined;
1930
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
1931
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1932
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1933
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1934
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1935
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1936
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1937
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
1938
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
1939
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1940
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1941
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1942
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1943
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
1944
+ fontSize?: string | number | (string & {}) | undefined;
1945
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
1946
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
1947
+ letterSpacing?: string | number | undefined;
1948
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
1949
+ textAlign?: import("csstype").Property.TextAlign | undefined;
1950
+ textTransform?: import("csstype").Property.TextTransform | undefined;
1951
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1952
+ animated?: boolean | undefined;
1953
+ elevation?: "0" | "1" | "2" | undefined;
1954
+ invisible?: boolean | undefined;
1955
+ withRichContent?: string | boolean | undefined;
1956
+ withTruncatedText?: boolean | undefined;
1957
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
1958
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
1959
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
1960
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
1961
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
1962
+ } & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLElement>> & import("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 {
1963
+ border?: import("csstype").Property.Border<string | number> | undefined;
1964
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
1965
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1966
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1967
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
1968
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1969
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1970
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
1971
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
1972
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
1973
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
1974
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
1975
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
1976
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1977
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
1978
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
1979
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
1980
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
1981
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
1982
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1983
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1984
+ borderColor?: import("csstype").Property.BorderColor | undefined;
1985
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
1986
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
1987
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
1988
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
1989
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1990
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1991
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1992
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
1993
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
1994
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
1995
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
1996
+ color?: import("csstype").Property.Color | undefined;
1997
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
1998
+ bg?: import("csstype").Property.BackgroundColor | undefined;
1999
+ opacity?: import("csstype").Property.Opacity | undefined;
2000
+ alignItems?: import("csstype").Property.AlignItems | undefined;
2001
+ alignContent?: import("csstype").Property.AlignContent | undefined;
2002
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
2003
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
2004
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
2005
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
2006
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
2007
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
2008
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
2009
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
2010
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
2011
+ order?: import("csstype").Property.Order | undefined;
2012
+ w?: import("csstype").Property.Width<string | number> | undefined;
2013
+ width?: import("csstype").Property.Width<string | number> | undefined;
2014
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
2015
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
2016
+ h?: import("csstype").Property.Height<string | number> | undefined;
2017
+ height?: import("csstype").Property.Height<string | number> | undefined;
2018
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
2019
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
2020
+ display?: import("csstype").Property.Display | undefined;
2021
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
2022
+ overflow?: import("csstype").Property.Overflow | undefined;
2023
+ overflowX?: import("csstype").Property.OverflowX | undefined;
2024
+ overflowY?: import("csstype").Property.OverflowY | undefined;
2025
+ position?: import("csstype").Property.Position | undefined;
2026
+ zIndex?: import("csstype").Property.ZIndex | undefined;
2027
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
2028
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
2029
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
2030
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
2031
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
2032
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
2033
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
2034
+ m?: import("csstype").Property.Margin<string | number> | undefined;
2035
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
2036
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
2037
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
2038
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
2039
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
2040
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
2041
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
2042
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
2043
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
2044
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
2045
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
2046
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
2047
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
2048
+ p?: import("csstype").Property.Padding<string | number> | undefined;
2049
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
2050
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
2051
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
2052
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
2053
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
2054
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
2055
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
2056
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
2057
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
2058
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
2059
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
2060
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
2061
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
2062
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
2063
+ fontSize?: string | number | (string & {}) | undefined;
2064
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
2065
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
2066
+ letterSpacing?: string | number | undefined;
2067
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
2068
+ textAlign?: import("csstype").Property.TextAlign | undefined;
2069
+ textTransform?: import("csstype").Property.TextTransform | undefined;
2070
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
2071
+ animated?: boolean | undefined;
2072
+ elevation?: "0" | "1" | "2" | undefined;
2073
+ invisible?: boolean | undefined;
2074
+ withRichContent?: string | boolean | undefined;
2075
+ withTruncatedText?: boolean | undefined;
2076
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
2077
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
2078
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
2079
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
2080
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
2081
+ } | "key"> & import("react").RefAttributes<HTMLInputElement>>;
40
2082
  };
2083
+ export default _default;
2084
+ //# sourceMappingURL=index.d.ts.map