@rocket.chat/fuselage 0.31.2 → 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 (440) hide show
  1. package/README.md +0 -14
  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 +14 -14
  20. package/dist/components/Banner/Banner.d.ts.map +1 -0
  21. package/dist/components/Box/AnimatedVisibility/AnimatedVisibility.d.ts +8 -15
  22. package/dist/components/Box/AnimatedVisibility/AnimatedVisibility.d.ts.map +1 -0
  23. package/dist/components/Box/AnimatedVisibility/index.d.ts +12 -1
  24. package/dist/components/Box/AnimatedVisibility/index.d.ts.map +1 -1
  25. package/dist/components/Box/Flex/Flex.d.ts +13 -0
  26. package/dist/components/Box/Flex/Flex.d.ts.map +1 -0
  27. package/dist/components/Box/Flex/FlexItem.d.ts +12 -0
  28. package/dist/components/Box/Flex/FlexItem.d.ts.map +1 -0
  29. package/dist/components/Box/Flex/index.d.ts +9 -31
  30. package/dist/components/Box/Flex/index.d.ts.map +1 -0
  31. package/dist/components/Box/Position/Position.d.ts +11 -13
  32. package/dist/components/Box/Position/Position.d.ts.map +1 -0
  33. package/dist/components/Box/Position/PositionAnimated.d.ts +6 -9
  34. package/dist/components/Box/Position/PositionAnimated.d.ts.map +1 -0
  35. package/dist/components/Box/Scrollable/Scrollable.d.ts +12 -0
  36. package/dist/components/Box/Scrollable/Scrollable.d.ts.map +1 -0
  37. package/dist/components/Box/Scrollable/index.d.ts +2 -8
  38. package/dist/components/Box/Scrollable/index.d.ts.map +1 -0
  39. package/dist/components/Box/index.d.ts +42 -16
  40. package/dist/components/Button/ActionButton.d.ts +267 -0
  41. package/dist/components/Button/ActionButton.d.ts.map +1 -0
  42. package/dist/components/Button/Button.d.ts +275 -0
  43. package/dist/components/Button/Button.d.ts.map +1 -0
  44. package/dist/components/Button/index.d.ts +3 -27
  45. package/dist/components/Button/index.d.ts.map +1 -0
  46. package/dist/components/ButtonGroup/ButtonGroup.d.ts +13 -0
  47. package/dist/components/ButtonGroup/ButtonGroup.d.ts.map +1 -0
  48. package/dist/components/ButtonGroup/index.d.ts +2 -13
  49. package/dist/components/ButtonGroup/index.d.ts.map +1 -0
  50. package/dist/components/Callout/Callout.d.ts +10 -0
  51. package/dist/components/Callout/Callout.d.ts.map +1 -0
  52. package/dist/components/Callout/index.d.ts +2 -8
  53. package/dist/components/Callout/index.d.ts.map +1 -0
  54. package/dist/components/CheckBox/CheckBox.d.ts +248 -0
  55. package/dist/components/CheckBox/CheckBox.d.ts.map +1 -0
  56. package/dist/components/CheckBox/index.d.ts +2 -8
  57. package/dist/components/CheckBox/index.d.ts.map +1 -0
  58. package/dist/components/Chevron/Chevron.d.ts +14 -0
  59. package/dist/components/Chevron/Chevron.d.ts.map +1 -0
  60. package/dist/components/Chevron/index.d.ts +2 -12
  61. package/dist/components/Chevron/index.d.ts.map +1 -0
  62. package/dist/components/Chip/Chip.d.ts +14 -0
  63. package/dist/components/Chip/Chip.d.ts.map +1 -0
  64. package/dist/components/Chip/index.d.ts +6 -8
  65. package/dist/components/Chip/index.d.ts.map +1 -0
  66. package/dist/components/CodeSnippet/CodeSnippet.d.ts +10 -0
  67. package/dist/components/CodeSnippet/CodeSnippet.d.ts.map +1 -0
  68. package/dist/components/CodeSnippet/index.d.ts +2 -0
  69. package/dist/components/CodeSnippet/index.d.ts.map +1 -0
  70. package/dist/components/Divider/Divider.d.ts +6 -0
  71. package/dist/components/Divider/Divider.d.ts.map +1 -0
  72. package/dist/components/Divider/index.d.ts +1 -5
  73. package/dist/components/Divider/index.d.ts.map +1 -1
  74. package/dist/components/EmailInput/EmailInput.d.ts +255 -0
  75. package/dist/components/EmailInput/EmailInput.d.ts.map +1 -0
  76. package/dist/components/EmailInput/index.d.ts +2 -9
  77. package/dist/components/EmailInput/index.d.ts.map +1 -0
  78. package/dist/components/Field/Field.d.ts +6 -0
  79. package/dist/components/Field/Field.d.ts.map +1 -0
  80. package/dist/components/Field/FieldDescription.d.ts +6 -0
  81. package/dist/components/Field/FieldDescription.d.ts.map +1 -0
  82. package/dist/components/Field/FieldError.d.ts +6 -0
  83. package/dist/components/Field/FieldError.d.ts.map +1 -0
  84. package/dist/components/Field/FieldHint.d.ts +6 -0
  85. package/dist/components/Field/FieldHint.d.ts.map +1 -0
  86. package/dist/components/Field/FieldLabel.d.ts +6 -0
  87. package/dist/components/Field/FieldLabel.d.ts.map +1 -0
  88. package/dist/components/Field/FieldLink.d.ts +6 -0
  89. package/dist/components/Field/FieldLink.d.ts.map +1 -0
  90. package/dist/components/Field/FieldRow.d.ts +6 -0
  91. package/dist/components/Field/FieldRow.d.ts.map +1 -0
  92. package/dist/components/Field/index.d.ts +1338 -17
  93. package/dist/components/Field/index.d.ts.map +1 -0
  94. package/dist/components/FieldGroup/FieldGroup.d.ts +6 -0
  95. package/dist/components/FieldGroup/FieldGroup.d.ts.map +1 -0
  96. package/dist/components/FieldGroup/index.d.ts +2 -6
  97. package/dist/components/FieldGroup/index.d.ts.map +1 -0
  98. package/dist/components/Grid/Grid.d.ts +143 -0
  99. package/dist/components/Grid/Grid.d.ts.map +1 -0
  100. package/dist/components/Grid/GridItem.d.ts +12 -0
  101. package/dist/components/Grid/GridItem.d.ts.map +1 -0
  102. package/dist/components/Grid/index.d.ts +5 -23
  103. package/dist/components/Grid/index.d.ts.map +1 -0
  104. package/dist/components/Icon/Icon.d.ts +134 -0
  105. package/dist/components/Icon/Icon.d.ts.map +1 -0
  106. package/dist/components/Icon/IconsList.d.ts +4 -0
  107. package/dist/components/Icon/IconsList.d.ts.map +1 -0
  108. package/dist/components/Icon/index.d.ts +2 -10
  109. package/dist/components/Icon/index.d.ts.map +1 -0
  110. package/dist/components/InputBox/Addon.d.ts +244 -0
  111. package/dist/components/InputBox/Addon.d.ts.map +1 -0
  112. package/dist/components/InputBox/Input.d.ts +244 -0
  113. package/dist/components/InputBox/Input.d.ts.map +1 -0
  114. package/dist/components/InputBox/InputBox.d.ts +23 -0
  115. package/dist/components/InputBox/InputBox.d.ts.map +1 -0
  116. package/dist/components/InputBox/InputBoxSkeleton.d.ts +6 -0
  117. package/dist/components/InputBox/InputBoxSkeleton.d.ts.map +1 -0
  118. package/dist/components/InputBox/Option.d.ts +244 -0
  119. package/dist/components/InputBox/Option.d.ts.map +1 -0
  120. package/dist/components/InputBox/Placeholder.d.ts +244 -0
  121. package/dist/components/InputBox/Placeholder.d.ts.map +1 -0
  122. package/dist/components/InputBox/Wrapper.d.ts +4 -0
  123. package/dist/components/InputBox/Wrapper.d.ts.map +1 -0
  124. package/dist/components/InputBox/index.d.ts +2083 -39
  125. package/dist/components/InputBox/index.d.ts.map +1 -0
  126. package/dist/components/Label/Label.d.ts +10 -0
  127. package/dist/components/Label/Label.d.ts.map +1 -0
  128. package/dist/components/Label/index.d.ts +2 -9
  129. package/dist/components/Label/index.d.ts.map +1 -0
  130. package/dist/components/Margins/Margins.d.ts +15 -0
  131. package/dist/components/Margins/Margins.d.ts.map +1 -0
  132. package/dist/components/Margins/index.d.ts +3 -20
  133. package/dist/components/Margins/index.d.ts.map +1 -0
  134. package/dist/components/Menu/Menu.d.ts +17 -0
  135. package/dist/components/Menu/Menu.d.ts.map +1 -0
  136. package/dist/components/Menu/index.d.ts +2 -20
  137. package/dist/components/Menu/index.d.ts.map +1 -0
  138. package/dist/components/Message/Message.d.ts.map +1 -1
  139. package/dist/components/Message/MessageBlock.d.ts +4 -2
  140. package/dist/components/Message/MessageBlock.d.ts.map +1 -1
  141. package/dist/components/Message/MessageContainer.d.ts +6 -2
  142. package/dist/components/Message/MessageContainer.d.ts.map +1 -1
  143. package/dist/components/Message/MessageContainerFixed.d.ts +6 -2
  144. package/dist/components/Message/MessageContainerFixed.d.ts.map +1 -1
  145. package/dist/components/Message/MessageDivider/MessageDivider.d.ts +6 -3
  146. package/dist/components/Message/MessageDivider/MessageDivider.d.ts.map +1 -1
  147. package/dist/components/Message/MessageGenericPreview/MessageGenericPreview.d.ts +2 -2
  148. package/dist/components/Message/MessageGenericPreview/MessageGenericPreview.d.ts.map +1 -1
  149. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewContent.d.ts +3 -2
  150. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewContent.d.ts.map +1 -1
  151. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewDescription.d.ts +6 -3
  152. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewDescription.d.ts.map +1 -1
  153. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewFooter.d.ts +6 -3
  154. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewFooter.d.ts.map +1 -1
  155. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewImage.d.ts +4 -3
  156. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewImage.d.ts.map +1 -1
  157. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewThumb.d.ts +2 -2
  158. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewThumb.d.ts.map +1 -1
  159. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewTitle.d.ts +3 -2
  160. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewTitle.d.ts.map +1 -1
  161. package/dist/components/Message/MessageHeader.d.ts +6 -2
  162. package/dist/components/Message/MessageHeader.d.ts.map +1 -1
  163. package/dist/components/Message/MessageMetrics/MessageMetrics.d.ts +4 -2
  164. package/dist/components/Message/MessageMetrics/MessageMetrics.d.ts.map +1 -1
  165. package/dist/components/Message/MessageMetrics/MessageMetricsContent.d.ts +6 -2
  166. package/dist/components/Message/MessageMetrics/MessageMetricsContent.d.ts.map +1 -1
  167. package/dist/components/Message/MessageMetrics/MessageMetricsContentItem.d.ts +6 -2
  168. package/dist/components/Message/MessageMetrics/MessageMetricsContentItem.d.ts.map +1 -1
  169. package/dist/components/Message/MessageMetrics/MessageMetricsFollowing.d.ts +2 -3
  170. package/dist/components/Message/MessageMetrics/MessageMetricsFollowing.d.ts.map +1 -1
  171. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItem.d.ts +4 -2
  172. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItem.d.ts.map +1 -1
  173. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItemIcon.d.ts +2 -3
  174. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItemIcon.d.ts.map +1 -1
  175. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItemLabel.d.ts +6 -2
  176. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItemLabel.d.ts.map +1 -1
  177. package/dist/components/Message/MessageMetrics/MessageMetricsItem/index.d.ts +7 -5
  178. package/dist/components/Message/MessageMetrics/MessageMetricsItem/index.d.ts.map +1 -1
  179. package/dist/components/Message/MessageMetrics/MessageMetricsReply.d.ts +4 -2
  180. package/dist/components/Message/MessageMetrics/MessageMetricsReply.d.ts.map +1 -1
  181. package/dist/components/Message/MessageMetrics/index.d.ts +139 -15
  182. package/dist/components/Message/MessageMetrics/index.d.ts.map +1 -1
  183. package/dist/components/Message/MessageName.d.ts +4 -2
  184. package/dist/components/Message/MessageName.d.ts.map +1 -1
  185. package/dist/components/Message/MessageReactions/MessageReaction.d.ts.map +1 -1
  186. package/dist/components/Message/MessageReactions/MessageReactionCounter.d.ts +4 -3
  187. package/dist/components/Message/MessageReactions/MessageReactionCounter.d.ts.map +1 -1
  188. package/dist/components/Message/MessageReactions/MessageReactionEmoji.d.ts +4 -3
  189. package/dist/components/Message/MessageReactions/MessageReactionEmoji.d.ts.map +1 -1
  190. package/dist/components/Message/MessageReactions/MessageReactions.d.ts +4 -2
  191. package/dist/components/Message/MessageReactions/MessageReactions.d.ts.map +1 -1
  192. package/dist/components/Message/MessageReactions/index.d.ts +7 -7
  193. package/dist/components/Message/MessageRole.d.ts +6 -2
  194. package/dist/components/Message/MessageRole.d.ts.map +1 -1
  195. package/dist/components/Message/MessageRoles.d.ts +6 -2
  196. package/dist/components/Message/MessageRoles.d.ts.map +1 -1
  197. package/dist/components/Message/MessageStatusIndicator/MessageStatusIndicator.d.ts +4 -2
  198. package/dist/components/Message/MessageStatusIndicator/MessageStatusIndicator.d.ts.map +1 -1
  199. package/dist/components/Message/MessageStatusIndicator/MessageStatusPrivateIndicator.d.ts +2 -2
  200. package/dist/components/Message/MessageStatusIndicator/MessageStatusPrivateIndicator.d.ts.map +1 -1
  201. package/dist/components/Message/MessageSystem/MessageSystem.d.ts +6 -2
  202. package/dist/components/Message/MessageSystem/MessageSystem.d.ts.map +1 -1
  203. package/dist/components/Message/MessageSystem/MessageSystemBlock.d.ts +6 -2
  204. package/dist/components/Message/MessageSystem/MessageSystemBlock.d.ts.map +1 -1
  205. package/dist/components/Message/MessageSystem/MessageSystemBody.d.ts +4 -2
  206. package/dist/components/Message/MessageSystem/MessageSystemBody.d.ts.map +1 -1
  207. package/dist/components/Message/MessageSystem/MessageSystemContainer.d.ts +6 -2
  208. package/dist/components/Message/MessageSystem/MessageSystemContainer.d.ts.map +1 -1
  209. package/dist/components/Message/MessageSystem/MessageSystemName.d.ts +2 -3
  210. package/dist/components/Message/MessageSystem/MessageSystemName.d.ts.map +1 -1
  211. package/dist/components/Message/MessageSystem/index.d.ts +3 -3
  212. package/dist/components/Message/MessageSystem/index.d.ts.map +1 -1
  213. package/dist/components/Message/MessageTimestamp.d.ts +6 -4
  214. package/dist/components/Message/MessageTimestamp.d.ts.map +1 -1
  215. package/dist/components/Message/MessageToolbox/MessageToolbox.d.ts +4 -2
  216. package/dist/components/Message/MessageToolbox/MessageToolbox.d.ts.map +1 -1
  217. package/dist/components/Message/MessageToolbox/MessageToolboxItem.d.ts +258 -8
  218. package/dist/components/Message/MessageToolbox/MessageToolboxItem.d.ts.map +1 -1
  219. package/dist/components/Message/MessageToolbox/MessageToolboxWrapper.d.ts +4 -2
  220. package/dist/components/Message/MessageToolbox/MessageToolboxWrapper.d.ts.map +1 -1
  221. package/dist/components/Message/MessageToolbox/index.d.ts +266 -16
  222. package/dist/components/Message/MessageToolbox/index.d.ts.map +1 -1
  223. package/dist/components/Message/MessageUsername.d.ts +4 -2
  224. package/dist/components/Message/MessageUsername.d.ts.map +1 -1
  225. package/dist/components/Message/ThreadMessage/ThreadMessage.d.ts +4 -2
  226. package/dist/components/Message/ThreadMessage/ThreadMessage.d.ts.map +1 -1
  227. package/dist/components/Message/ThreadMessage/ThreadMessageBody.d.ts +6 -2
  228. package/dist/components/Message/ThreadMessage/ThreadMessageBody.d.ts.map +1 -1
  229. package/dist/components/Message/ThreadMessage/ThreadMessageContainer.d.ts +6 -2
  230. package/dist/components/Message/ThreadMessage/ThreadMessageContainer.d.ts.map +1 -1
  231. package/dist/components/Message/ThreadMessage/ThreadMessageOrigin.d.ts +6 -2
  232. package/dist/components/Message/ThreadMessage/ThreadMessageOrigin.d.ts.map +1 -1
  233. package/dist/components/Message/ThreadMessage/ThreadMessageRow.d.ts +4 -2
  234. package/dist/components/Message/ThreadMessage/ThreadMessageRow.d.ts.map +1 -1
  235. package/dist/components/Message/ThreadMessage/index.d.ts +12 -6
  236. package/dist/components/Message/ThreadMessage/index.d.ts.map +1 -1
  237. package/dist/components/Message/index.d.ts +433 -48
  238. package/dist/components/Message/index.d.ts.map +1 -1
  239. package/dist/components/Modal/Modal.d.ts +244 -0
  240. package/dist/components/Modal/Modal.d.ts.map +1 -0
  241. package/dist/components/Modal/ModalBackdrop.d.ts +5 -0
  242. package/dist/components/Modal/ModalBackdrop.d.ts.map +1 -0
  243. package/dist/components/Modal/ModalClose.d.ts +5 -0
  244. package/dist/components/Modal/ModalClose.d.ts.map +1 -0
  245. package/dist/components/Modal/ModalContent.d.ts +9 -0
  246. package/dist/components/Modal/ModalContent.d.ts.map +1 -0
  247. package/dist/components/Modal/ModalFooter.d.ts +5 -0
  248. package/dist/components/Modal/ModalFooter.d.ts.map +1 -0
  249. package/dist/components/Modal/ModalHeader.d.ts +5 -0
  250. package/dist/components/Modal/ModalHeader.d.ts.map +1 -0
  251. package/dist/components/Modal/ModalIcon.d.ts +5 -0
  252. package/dist/components/Modal/ModalIcon.d.ts.map +1 -0
  253. package/dist/components/Modal/ModalThumb.d.ts +5 -0
  254. package/dist/components/Modal/ModalThumb.d.ts.map +1 -0
  255. package/dist/components/Modal/ModalTitle.d.ts +5 -0
  256. package/dist/components/Modal/ModalTitle.d.ts.map +1 -0
  257. package/dist/components/Modal/index.d.ts +1002 -22
  258. package/dist/components/Modal/index.d.ts.map +1 -0
  259. package/dist/components/MultiSelect/MultiSelect.d.ts +13 -0
  260. package/dist/components/MultiSelect/MultiSelectFiltered.d.ts +13 -0
  261. package/dist/components/MultiSelect/SelectedOptions.d.ts +11 -0
  262. package/dist/components/MultiSelect/SelectedOptions.d.ts.map +1 -0
  263. package/dist/components/MultiSelect/index.d.ts +4 -15
  264. package/dist/components/MultiSelect/index.d.ts.map +1 -0
  265. package/dist/components/NumberInput/NumberInput.d.ts +125 -0
  266. package/dist/components/NumberInput/NumberInput.d.ts.map +1 -0
  267. package/dist/components/NumberInput/index.d.ts +2 -6
  268. package/dist/components/NumberInput/index.d.ts.map +1 -0
  269. package/dist/components/Options/CheckOption.d.ts +6 -0
  270. package/dist/components/Options/CheckOption.d.ts.map +1 -0
  271. package/dist/components/Options/Option/Option.d.ts +4 -3
  272. package/dist/components/Options/Option/Option.d.ts.map +1 -1
  273. package/dist/components/Options/Option/OptionAvatar.d.ts +5 -2
  274. package/dist/components/Options/Option/OptionAvatar.d.ts.map +1 -1
  275. package/dist/components/Options/Option/OptionColumn.d.ts +5 -2
  276. package/dist/components/Options/Option/OptionColumn.d.ts.map +1 -1
  277. package/dist/components/Options/Option/OptionContent.d.ts +5 -2
  278. package/dist/components/Options/Option/OptionContent.d.ts.map +1 -1
  279. package/dist/components/Options/Option/OptionDescription.d.ts +5 -2
  280. package/dist/components/Options/Option/OptionDescription.d.ts.map +1 -1
  281. package/dist/components/Options/Option/OptionDivider.d.ts +3 -2
  282. package/dist/components/Options/Option/OptionDivider.d.ts.map +1 -1
  283. package/dist/components/Options/Option/OptionMenu.d.ts +5 -2
  284. package/dist/components/Options/Option/OptionMenu.d.ts.map +1 -1
  285. package/dist/components/Options/Option/OptionTitle.d.ts +5 -2
  286. package/dist/components/Options/Option/OptionTitle.d.ts.map +1 -1
  287. package/dist/components/Options/Option/index.d.ts +33 -265
  288. package/dist/components/Options/Option/index.d.ts.map +1 -1
  289. package/dist/components/Options/Options.d.ts +255 -0
  290. package/dist/components/Options/Options.d.ts.map +1 -0
  291. package/dist/components/Options/index.d.ts +256 -17
  292. package/dist/components/Options/index.d.ts.map +1 -0
  293. package/dist/components/Options/useCursor.d.ts +3 -7
  294. package/dist/components/Options/useCursor.d.ts.map +1 -1
  295. package/dist/components/Options/useVisible.d.ts +1 -1
  296. package/dist/components/Options/useVisible.d.ts.map +1 -1
  297. package/dist/components/OptionsPaginated/OptionsPaginated.d.ts +274 -0
  298. package/dist/components/OptionsPaginated/OptionsPaginated.d.ts.map +1 -0
  299. package/dist/components/OptionsPaginated/index.d.ts +2 -0
  300. package/dist/components/OptionsPaginated/index.d.ts.map +1 -0
  301. package/dist/components/Pagination/Pagination.d.ts +24 -0
  302. package/dist/components/Pagination/Pagination.d.ts.map +1 -0
  303. package/dist/components/Pagination/index.d.ts +2 -24
  304. package/dist/components/Pagination/index.d.ts.map +1 -0
  305. package/dist/components/PasswordInput/PasswordInput.d.ts +120 -1
  306. package/dist/components/PasswordInput/PasswordInput.d.ts.map +1 -1
  307. package/dist/components/ProgressBar/ProgressBar.d.ts +250 -0
  308. package/dist/components/ProgressBar/ProgressBar.d.ts.map +1 -0
  309. package/dist/components/ProgressBar/index.d.ts +1 -128
  310. package/dist/components/ProgressBar/index.d.ts.map +1 -1
  311. package/dist/components/RadioButton/RadioButton.d.ts +247 -0
  312. package/dist/components/RadioButton/RadioButton.d.ts.map +1 -0
  313. package/dist/components/RadioButton/index.d.ts +2 -6
  314. package/dist/components/RadioButton/index.d.ts.map +1 -0
  315. package/dist/components/SearchInput/SearchInput.d.ts +255 -0
  316. package/dist/components/SearchInput/SearchInput.d.ts.map +1 -0
  317. package/dist/components/SearchInput/index.d.ts +2 -9
  318. package/dist/components/SearchInput/index.d.ts.map +1 -0
  319. package/dist/components/Select/Select.d.ts +749 -0
  320. package/dist/components/Select/Select.d.ts.map +1 -0
  321. package/dist/components/Select/SelectFiltered.d.ts +374 -0
  322. package/dist/components/Select/SelectFiltered.d.ts.map +1 -0
  323. package/dist/components/Select/index.d.ts +3 -15
  324. package/dist/components/Select/index.d.ts.map +1 -0
  325. package/dist/components/SelectInput/SelectInput.d.ts +259 -0
  326. package/dist/components/SelectInput/SelectInput.d.ts.map +1 -0
  327. package/dist/components/SelectInput/index.d.ts +245 -0
  328. package/dist/components/SelectInput/index.d.ts.map +1 -0
  329. package/dist/components/SelectPaginated/PaginatedMultiSelect.d.ts +23 -0
  330. package/dist/components/SelectPaginated/PaginatedMultiSelect.d.ts.map +1 -0
  331. package/dist/components/SelectPaginated/PaginatedSelect.d.ts +16 -0
  332. package/dist/components/SelectPaginated/PaginatedSelect.d.ts.map +1 -0
  333. package/dist/components/SelectPaginated/PaginatedSelectFiltered.d.ts +5 -0
  334. package/dist/components/SelectPaginated/PaginatedSelectFiltered.d.ts.map +1 -0
  335. package/dist/components/SelectPaginated/index.d.ts +4 -0
  336. package/dist/components/SelectPaginated/index.d.ts.map +1 -0
  337. package/dist/components/Sidebar/Item.d.ts +467 -33
  338. package/dist/components/Sidebar/Item.d.ts.map +1 -1
  339. package/dist/components/Sidebar/Section.d.ts +12 -5
  340. package/dist/components/Sidebar/Section.d.ts.map +1 -1
  341. package/dist/components/Sidebar/SidebarActions.d.ts +6 -3
  342. package/dist/components/Sidebar/SidebarActions.d.ts.map +1 -1
  343. package/dist/components/Sidebar/SidebarFooter.d.ts +10 -4
  344. package/dist/components/Sidebar/SidebarFooter.d.ts.map +1 -1
  345. package/dist/components/Sidebar/TopBar.d.ts +438 -30
  346. package/dist/components/Sidebar/TopBar.d.ts.map +1 -1
  347. package/dist/components/Sidebar/index.d.ts +996 -9
  348. package/dist/components/Sidebar/index.d.ts.map +1 -1
  349. package/dist/components/Skeleton/Skeleton.d.ts +8 -0
  350. package/dist/components/Skeleton/Skeleton.d.ts.map +1 -0
  351. package/dist/components/Skeleton/index.d.ts +2 -8
  352. package/dist/components/Skeleton/index.d.ts.map +1 -0
  353. package/dist/components/States/States.d.ts +5 -2
  354. package/dist/components/States/States.d.ts.map +1 -1
  355. package/dist/components/States/StatesAction.d.ts +3 -2
  356. package/dist/components/States/StatesAction.d.ts.map +1 -1
  357. package/dist/components/States/StatesActions.d.ts +3 -2
  358. package/dist/components/States/StatesActions.d.ts.map +1 -1
  359. package/dist/components/States/StatesIcon.d.ts +4 -3
  360. package/dist/components/States/StatesIcon.d.ts.map +1 -1
  361. package/dist/components/States/StatesSubtitle.d.ts +5 -2
  362. package/dist/components/States/StatesSubtitle.d.ts.map +1 -1
  363. package/dist/components/States/StatesSuggestion.d.ts +5 -2
  364. package/dist/components/States/StatesSuggestion.d.ts.map +1 -1
  365. package/dist/components/States/StatesSuggestionList.d.ts +5 -2
  366. package/dist/components/States/StatesSuggestionList.d.ts.map +1 -1
  367. package/dist/components/States/StatesSuggestionListItem.d.ts +5 -2
  368. package/dist/components/States/StatesSuggestionListItem.d.ts.map +1 -1
  369. package/dist/components/States/StatesSuggestionText.d.ts +5 -2
  370. package/dist/components/States/StatesSuggestionText.d.ts.map +1 -1
  371. package/dist/components/States/StatesTitle.d.ts +5 -2
  372. package/dist/components/States/StatesTitle.d.ts.map +1 -1
  373. package/dist/components/StatusBullet/StatusBullet.d.ts +8 -0
  374. package/dist/components/StatusBullet/StatusBullet.d.ts.map +1 -0
  375. package/dist/components/StatusBullet/index.d.ts +2 -7
  376. package/dist/components/StatusBullet/index.d.ts.map +1 -0
  377. package/dist/components/Table/Table.d.ts +260 -0
  378. package/dist/components/Table/Table.d.ts.map +1 -0
  379. package/dist/components/Table/TableBody.d.ts +5 -0
  380. package/dist/components/Table/TableBody.d.ts.map +1 -0
  381. package/dist/components/Table/TableCell.d.ts +8 -0
  382. package/dist/components/Table/TableCell.d.ts.map +1 -0
  383. package/dist/components/Table/TableFoot.d.ts +5 -0
  384. package/dist/components/Table/TableFoot.d.ts.map +1 -0
  385. package/dist/components/Table/TableHead.d.ts +7 -0
  386. package/dist/components/Table/TableHead.d.ts.map +1 -0
  387. package/dist/components/Table/TableRow.d.ts +9 -0
  388. package/dist/components/Table/TableRow.d.ts.map +1 -0
  389. package/dist/components/Table/TableSelection.d.ts +8 -0
  390. package/dist/components/Table/TableSelection.d.ts.map +1 -0
  391. package/dist/components/Table/TableSelectionButton.d.ts +6 -0
  392. package/dist/components/Table/TableSelectionButton.d.ts.map +1 -0
  393. package/dist/components/Table/index.d.ts +527 -25
  394. package/dist/components/Table/index.d.ts.map +1 -0
  395. package/dist/components/Tabs/Tabs.d.ts +253 -0
  396. package/dist/components/Tabs/Tabs.d.ts.map +1 -0
  397. package/dist/components/Tabs/TabsItem.d.ts +247 -0
  398. package/dist/components/Tabs/TabsItem.d.ts.map +1 -0
  399. package/dist/components/Tabs/index.d.ts +2 -15
  400. package/dist/components/Tabs/index.d.ts.map +1 -0
  401. package/dist/components/Tag/Tag.d.ts +11 -0
  402. package/dist/components/Tag/Tag.d.ts.map +1 -0
  403. package/dist/components/Tag/index.d.ts +2 -9
  404. package/dist/components/Tag/index.d.ts.map +1 -0
  405. package/dist/components/TelephoneInput/TelephoneInput.d.ts +256 -0
  406. package/dist/components/TelephoneInput/TelephoneInput.d.ts.map +1 -0
  407. package/dist/components/TelephoneInput/index.d.ts +2 -0
  408. package/dist/components/TelephoneInput/index.d.ts.map +1 -0
  409. package/dist/components/TextAreaInput/TextArea.d.ts +255 -0
  410. package/dist/components/TextAreaInput/TextArea.d.ts.map +1 -0
  411. package/dist/components/TextAreaInput/index.d.ts +2 -9
  412. package/dist/components/TextAreaInput/index.d.ts.map +1 -0
  413. package/dist/components/TextInput/TextInput.d.ts +260 -0
  414. package/dist/components/TextInput/TextInput.d.ts.map +1 -0
  415. package/dist/components/TextInput/index.d.ts +2 -9
  416. package/dist/components/TextInput/index.d.ts.map +1 -0
  417. package/dist/components/Throbber/Throbber.d.ts +248 -0
  418. package/dist/components/Throbber/Throbber.d.ts.map +1 -0
  419. package/dist/components/Throbber/index.d.ts +2 -11
  420. package/dist/components/Throbber/index.d.ts.map +1 -0
  421. package/dist/components/Tile/Tile.d.ts +245 -6
  422. package/dist/components/Tile/Tile.d.ts.map +1 -1
  423. package/dist/components/ToggleSwitch/ToggleSwitch.d.ts +247 -0
  424. package/dist/components/ToggleSwitch/ToggleSwitch.d.ts.map +1 -0
  425. package/dist/components/ToggleSwitch/index.d.ts +2 -6
  426. package/dist/components/ToggleSwitch/index.d.ts.map +1 -0
  427. package/dist/components/Tooltip/Tooltip.d.ts +125 -4
  428. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
  429. package/dist/components/UrlInput/UrlInput.d.ts +120 -1
  430. package/dist/components/UrlInput/UrlInput.d.ts.map +1 -1
  431. package/dist/components/index.d.ts +7 -3
  432. package/dist/components/index.d.ts.map +1 -1
  433. package/dist/fuselage.development.js +9805 -11259
  434. package/dist/fuselage.development.js.map +1 -1
  435. package/dist/fuselage.production.js +1 -1
  436. package/dist/helpers/appendClassName.d.ts +3 -1
  437. package/dist/helpers/appendClassName.d.ts.map +1 -1
  438. package/package.json +25 -62
  439. package/dist/helpers/createPropType.d.ts +0 -3
  440. package/dist/helpers/createPropType.d.ts.map +0 -1
@@ -1,18 +1,1339 @@
1
- import { ComponentProps } from 'react';
2
-
3
- import { Box } from '../Box';
4
-
5
- type FieldProps = ComponentProps<typeof Box>;
6
- type FieldRowProps = ComponentProps<typeof Box>;
7
- type FieldLabelProps = ComponentProps<typeof Box>;
8
- type FieldDescriptionProps = ComponentProps<typeof Box>;
9
- type FieldHintProps = ComponentProps<typeof Box>;
10
- type FieldErrorProps = ComponentProps<typeof Box>;
11
-
12
- export const Field: ForwardRefExoticComponent<FieldProps> & {
13
- Row: ForwardRefExoticComponent<FieldRowProps>;
14
- Label: ForwardRefExoticComponent<FieldLabelProps>;
15
- Description: ForwardRefExoticComponent<FieldDescriptionProps>;
16
- Hint: ForwardRefExoticComponent<FieldHintProps>;
17
- Error: ForwardRefExoticComponent<FieldErrorProps>;
1
+ /// <reference types="react" />
2
+ import { Field } from './Field';
3
+ declare const _default: typeof Field & {
4
+ Label: (props: Pick<{
5
+ is?: import("react").ElementType<any> | undefined;
6
+ htmlSize?: number | undefined;
7
+ } & {
8
+ border?: import("csstype").Property.Border<string | number> | undefined;
9
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
10
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
11
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
12
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
13
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
14
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
15
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
16
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
17
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
18
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
19
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
20
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
21
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
22
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
23
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
24
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
25
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
26
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
27
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
28
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
29
+ borderColor?: import("csstype").Property.BorderColor | undefined;
30
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
31
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
32
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
33
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
34
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
35
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
36
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
37
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
38
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
39
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
40
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
41
+ color?: import("csstype").Property.Color | undefined;
42
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
43
+ bg?: import("csstype").Property.BackgroundColor | undefined;
44
+ opacity?: import("csstype").Property.Opacity | undefined;
45
+ alignItems?: import("csstype").Property.AlignItems | undefined;
46
+ alignContent?: import("csstype").Property.AlignContent | undefined;
47
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
48
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
49
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
50
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
51
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
52
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
53
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
54
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
55
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
56
+ order?: import("csstype").Property.Order | undefined;
57
+ w?: import("csstype").Property.Width<string | number> | undefined;
58
+ width?: import("csstype").Property.Width<string | number> | undefined;
59
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
60
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
61
+ h?: import("csstype").Property.Height<string | number> | undefined;
62
+ height?: import("csstype").Property.Height<string | number> | undefined;
63
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
64
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
65
+ display?: import("csstype").Property.Display | undefined;
66
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
67
+ overflow?: import("csstype").Property.Overflow | undefined;
68
+ overflowX?: import("csstype").Property.OverflowX | undefined;
69
+ overflowY?: import("csstype").Property.OverflowY | undefined;
70
+ position?: import("csstype").Property.Position | undefined;
71
+ zIndex?: import("csstype").Property.ZIndex | undefined;
72
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
73
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
74
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
75
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
76
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
77
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
78
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
79
+ m?: import("csstype").Property.Margin<string | number> | undefined;
80
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
81
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
82
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
83
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
84
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
85
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
86
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
87
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
88
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
89
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
90
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
91
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
92
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
93
+ p?: import("csstype").Property.Padding<string | number> | undefined;
94
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
95
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
96
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
97
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
98
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
99
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
100
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
101
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
102
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
103
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
104
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
105
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
106
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
107
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
108
+ fontSize?: string | number | (string & {}) | undefined;
109
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
110
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
111
+ letterSpacing?: string | number | undefined;
112
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
113
+ textAlign?: import("csstype").Property.TextAlign | undefined;
114
+ textTransform?: import("csstype").Property.TextTransform | undefined;
115
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
116
+ animated?: boolean | undefined;
117
+ elevation?: "0" | "1" | "2" | undefined;
118
+ invisible?: boolean | undefined;
119
+ withRichContent?: string | boolean | undefined;
120
+ withTruncatedText?: boolean | undefined;
121
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
122
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
123
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
124
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
125
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
126
+ } & 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 {
127
+ border?: import("csstype").Property.Border<string | number> | undefined;
128
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
129
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
130
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
131
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
132
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
133
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
134
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
135
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
136
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
137
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
138
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
139
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
140
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
141
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
142
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
143
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
144
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
145
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
146
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
147
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
148
+ borderColor?: import("csstype").Property.BorderColor | undefined;
149
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
150
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
151
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
152
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
153
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
154
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
155
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
156
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
157
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
158
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
159
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
160
+ color?: import("csstype").Property.Color | undefined;
161
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
162
+ bg?: import("csstype").Property.BackgroundColor | undefined;
163
+ opacity?: import("csstype").Property.Opacity | undefined;
164
+ alignItems?: import("csstype").Property.AlignItems | undefined;
165
+ alignContent?: import("csstype").Property.AlignContent | undefined;
166
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
167
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
168
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
169
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
170
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
171
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
172
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
173
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
174
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
175
+ order?: import("csstype").Property.Order | undefined;
176
+ w?: import("csstype").Property.Width<string | number> | undefined;
177
+ width?: import("csstype").Property.Width<string | number> | undefined;
178
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
179
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
180
+ h?: import("csstype").Property.Height<string | number> | undefined;
181
+ height?: import("csstype").Property.Height<string | number> | undefined;
182
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
183
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
184
+ display?: import("csstype").Property.Display | undefined;
185
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
186
+ overflow?: import("csstype").Property.Overflow | undefined;
187
+ overflowX?: import("csstype").Property.OverflowX | undefined;
188
+ overflowY?: import("csstype").Property.OverflowY | undefined;
189
+ position?: import("csstype").Property.Position | undefined;
190
+ zIndex?: import("csstype").Property.ZIndex | undefined;
191
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
192
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
193
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
194
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
195
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
196
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
197
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
198
+ m?: import("csstype").Property.Margin<string | number> | undefined;
199
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
200
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
201
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
202
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
203
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
204
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
205
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
206
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
207
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
208
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
209
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
210
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
211
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
212
+ p?: import("csstype").Property.Padding<string | number> | undefined;
213
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
214
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
215
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
216
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
217
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
218
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
219
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
220
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
221
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
222
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
223
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
224
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
225
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
226
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
227
+ fontSize?: string | number | (string & {}) | undefined;
228
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
229
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
230
+ letterSpacing?: string | number | undefined;
231
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
232
+ textAlign?: import("csstype").Property.TextAlign | undefined;
233
+ textTransform?: import("csstype").Property.TextTransform | undefined;
234
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
235
+ animated?: boolean | undefined;
236
+ elevation?: "0" | "1" | "2" | undefined;
237
+ invisible?: boolean | undefined;
238
+ withRichContent?: string | boolean | undefined;
239
+ withTruncatedText?: boolean | undefined;
240
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
241
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
242
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
243
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
244
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
245
+ } | "key">) => JSX.Element;
246
+ Description: (props: Pick<{
247
+ is?: import("react").ElementType<any> | undefined;
248
+ htmlSize?: number | undefined;
249
+ } & {
250
+ border?: import("csstype").Property.Border<string | number> | undefined;
251
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
252
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
253
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
254
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
255
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
256
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
257
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
258
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
259
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
260
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
261
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
262
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
263
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
264
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
265
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
266
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
267
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
268
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
269
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
270
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
271
+ borderColor?: import("csstype").Property.BorderColor | undefined;
272
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
273
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
274
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
275
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
276
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
277
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
278
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
279
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
280
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
281
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
282
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
283
+ color?: import("csstype").Property.Color | undefined;
284
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
285
+ bg?: import("csstype").Property.BackgroundColor | undefined;
286
+ opacity?: import("csstype").Property.Opacity | undefined;
287
+ alignItems?: import("csstype").Property.AlignItems | undefined;
288
+ alignContent?: import("csstype").Property.AlignContent | undefined;
289
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
290
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
291
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
292
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
293
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
294
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
295
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
296
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
297
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
298
+ order?: import("csstype").Property.Order | undefined;
299
+ w?: import("csstype").Property.Width<string | number> | undefined;
300
+ width?: import("csstype").Property.Width<string | number> | undefined;
301
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
302
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
303
+ h?: import("csstype").Property.Height<string | number> | undefined;
304
+ height?: import("csstype").Property.Height<string | number> | undefined;
305
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
306
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
307
+ display?: import("csstype").Property.Display | undefined;
308
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
309
+ overflow?: import("csstype").Property.Overflow | undefined;
310
+ overflowX?: import("csstype").Property.OverflowX | undefined;
311
+ overflowY?: import("csstype").Property.OverflowY | undefined;
312
+ position?: import("csstype").Property.Position | undefined;
313
+ zIndex?: import("csstype").Property.ZIndex | undefined;
314
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
315
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
316
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
317
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
318
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
319
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
320
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
321
+ m?: import("csstype").Property.Margin<string | number> | undefined;
322
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
323
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
324
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
325
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
326
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
327
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
328
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
329
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
330
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
331
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
332
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
333
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
334
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
335
+ p?: import("csstype").Property.Padding<string | number> | undefined;
336
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
337
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
338
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
339
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
340
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
341
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
342
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
343
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
344
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
345
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
346
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
347
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
348
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
349
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
350
+ fontSize?: string | number | (string & {}) | undefined;
351
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
352
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
353
+ letterSpacing?: string | number | undefined;
354
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
355
+ textAlign?: import("csstype").Property.TextAlign | undefined;
356
+ textTransform?: import("csstype").Property.TextTransform | undefined;
357
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
358
+ animated?: boolean | undefined;
359
+ elevation?: "0" | "1" | "2" | undefined;
360
+ invisible?: boolean | undefined;
361
+ withRichContent?: string | boolean | undefined;
362
+ withTruncatedText?: boolean | undefined;
363
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
364
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
365
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
366
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
367
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
368
+ } & 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 {
369
+ border?: import("csstype").Property.Border<string | number> | undefined;
370
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
371
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
372
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
373
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
374
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
375
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
376
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
377
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
378
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
379
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
380
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
381
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
382
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
383
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
384
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
385
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
386
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
387
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
388
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
389
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
390
+ borderColor?: import("csstype").Property.BorderColor | undefined;
391
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
392
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
393
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
394
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
395
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
396
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
397
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
398
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
399
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
400
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
401
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
402
+ color?: import("csstype").Property.Color | undefined;
403
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
404
+ bg?: import("csstype").Property.BackgroundColor | undefined;
405
+ opacity?: import("csstype").Property.Opacity | undefined;
406
+ alignItems?: import("csstype").Property.AlignItems | undefined;
407
+ alignContent?: import("csstype").Property.AlignContent | undefined;
408
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
409
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
410
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
411
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
412
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
413
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
414
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
415
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
416
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
417
+ order?: import("csstype").Property.Order | undefined;
418
+ w?: import("csstype").Property.Width<string | number> | undefined;
419
+ width?: import("csstype").Property.Width<string | number> | undefined;
420
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
421
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
422
+ h?: import("csstype").Property.Height<string | number> | undefined;
423
+ height?: import("csstype").Property.Height<string | number> | undefined;
424
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
425
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
426
+ display?: import("csstype").Property.Display | undefined;
427
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
428
+ overflow?: import("csstype").Property.Overflow | undefined;
429
+ overflowX?: import("csstype").Property.OverflowX | undefined;
430
+ overflowY?: import("csstype").Property.OverflowY | undefined;
431
+ position?: import("csstype").Property.Position | undefined;
432
+ zIndex?: import("csstype").Property.ZIndex | undefined;
433
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
434
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
435
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
436
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
437
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
438
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
439
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
440
+ m?: import("csstype").Property.Margin<string | number> | undefined;
441
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
442
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
443
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
444
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
445
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
446
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
447
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
448
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
449
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
450
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
451
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
452
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
453
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
454
+ p?: import("csstype").Property.Padding<string | number> | undefined;
455
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
456
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
457
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
458
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
459
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
460
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
461
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
462
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
463
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
464
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
465
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
466
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
467
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
468
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
469
+ fontSize?: string | number | (string & {}) | undefined;
470
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
471
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
472
+ letterSpacing?: string | number | undefined;
473
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
474
+ textAlign?: import("csstype").Property.TextAlign | undefined;
475
+ textTransform?: import("csstype").Property.TextTransform | undefined;
476
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
477
+ animated?: boolean | undefined;
478
+ elevation?: "0" | "1" | "2" | undefined;
479
+ invisible?: boolean | undefined;
480
+ withRichContent?: string | boolean | undefined;
481
+ withTruncatedText?: boolean | undefined;
482
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
483
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
484
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
485
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
486
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
487
+ } | "key">) => JSX.Element;
488
+ Row: (props: Pick<{
489
+ is?: import("react").ElementType<any> | undefined;
490
+ htmlSize?: number | undefined;
491
+ } & {
492
+ border?: import("csstype").Property.Border<string | number> | undefined;
493
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
494
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
495
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
496
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
497
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
498
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
499
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
500
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
501
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
502
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
503
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
504
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
505
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
506
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
507
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
508
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
509
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
510
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
511
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
512
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
513
+ borderColor?: import("csstype").Property.BorderColor | undefined;
514
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
515
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
516
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
517
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
518
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
519
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
520
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
521
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
522
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
523
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
524
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
525
+ color?: import("csstype").Property.Color | undefined;
526
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
527
+ bg?: import("csstype").Property.BackgroundColor | undefined;
528
+ opacity?: import("csstype").Property.Opacity | undefined;
529
+ alignItems?: import("csstype").Property.AlignItems | undefined;
530
+ alignContent?: import("csstype").Property.AlignContent | undefined;
531
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
532
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
533
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
534
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
535
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
536
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
537
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
538
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
539
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
540
+ order?: import("csstype").Property.Order | undefined;
541
+ w?: import("csstype").Property.Width<string | number> | undefined;
542
+ width?: import("csstype").Property.Width<string | number> | undefined;
543
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
544
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
545
+ h?: import("csstype").Property.Height<string | number> | undefined;
546
+ height?: import("csstype").Property.Height<string | number> | undefined;
547
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
548
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
549
+ display?: import("csstype").Property.Display | undefined;
550
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
551
+ overflow?: import("csstype").Property.Overflow | undefined;
552
+ overflowX?: import("csstype").Property.OverflowX | undefined;
553
+ overflowY?: import("csstype").Property.OverflowY | undefined;
554
+ position?: import("csstype").Property.Position | undefined;
555
+ zIndex?: import("csstype").Property.ZIndex | undefined;
556
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
557
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
558
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
559
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
560
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
561
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
562
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
563
+ m?: import("csstype").Property.Margin<string | number> | undefined;
564
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
565
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
566
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
567
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
568
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
569
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
570
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
571
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
572
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
573
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
574
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
575
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
576
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
577
+ p?: import("csstype").Property.Padding<string | number> | undefined;
578
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
579
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
580
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
581
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
582
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
583
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
584
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
585
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
586
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
587
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
588
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
589
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
590
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
591
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
592
+ fontSize?: string | number | (string & {}) | undefined;
593
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
594
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
595
+ letterSpacing?: string | number | undefined;
596
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
597
+ textAlign?: import("csstype").Property.TextAlign | undefined;
598
+ textTransform?: import("csstype").Property.TextTransform | undefined;
599
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
600
+ animated?: boolean | undefined;
601
+ elevation?: "0" | "1" | "2" | undefined;
602
+ invisible?: boolean | undefined;
603
+ withRichContent?: string | boolean | undefined;
604
+ withTruncatedText?: boolean | undefined;
605
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
606
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
607
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
608
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
609
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
610
+ } & 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 {
611
+ border?: import("csstype").Property.Border<string | number> | undefined;
612
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
613
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
614
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
615
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
616
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
617
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
618
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
619
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
620
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
621
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
622
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
623
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
624
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
625
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
626
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
627
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
628
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
629
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
630
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
631
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
632
+ borderColor?: import("csstype").Property.BorderColor | undefined;
633
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
634
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
635
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
636
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
637
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
638
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
639
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
640
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
641
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
642
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
643
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
644
+ color?: import("csstype").Property.Color | undefined;
645
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
646
+ bg?: import("csstype").Property.BackgroundColor | undefined;
647
+ opacity?: import("csstype").Property.Opacity | undefined;
648
+ alignItems?: import("csstype").Property.AlignItems | undefined;
649
+ alignContent?: import("csstype").Property.AlignContent | undefined;
650
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
651
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
652
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
653
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
654
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
655
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
656
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
657
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
658
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
659
+ order?: import("csstype").Property.Order | undefined;
660
+ w?: import("csstype").Property.Width<string | number> | undefined;
661
+ width?: import("csstype").Property.Width<string | number> | undefined;
662
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
663
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
664
+ h?: import("csstype").Property.Height<string | number> | undefined;
665
+ height?: import("csstype").Property.Height<string | number> | undefined;
666
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
667
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
668
+ display?: import("csstype").Property.Display | undefined;
669
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
670
+ overflow?: import("csstype").Property.Overflow | undefined;
671
+ overflowX?: import("csstype").Property.OverflowX | undefined;
672
+ overflowY?: import("csstype").Property.OverflowY | undefined;
673
+ position?: import("csstype").Property.Position | undefined;
674
+ zIndex?: import("csstype").Property.ZIndex | undefined;
675
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
676
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
677
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
678
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
679
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
680
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
681
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
682
+ m?: import("csstype").Property.Margin<string | number> | undefined;
683
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
684
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
685
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
686
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
687
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
688
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
689
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
690
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
691
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
692
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
693
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
694
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
695
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
696
+ p?: import("csstype").Property.Padding<string | number> | undefined;
697
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
698
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
699
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
700
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
701
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
702
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
703
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
704
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
705
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
706
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
707
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
708
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
709
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
710
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
711
+ fontSize?: string | number | (string & {}) | undefined;
712
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
713
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
714
+ letterSpacing?: string | number | undefined;
715
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
716
+ textAlign?: import("csstype").Property.TextAlign | undefined;
717
+ textTransform?: import("csstype").Property.TextTransform | undefined;
718
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
719
+ animated?: boolean | undefined;
720
+ elevation?: "0" | "1" | "2" | undefined;
721
+ invisible?: boolean | undefined;
722
+ withRichContent?: string | boolean | undefined;
723
+ withTruncatedText?: boolean | undefined;
724
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
725
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
726
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
727
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
728
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
729
+ } | "key">) => JSX.Element;
730
+ Error: (props: Pick<{
731
+ is?: import("react").ElementType<any> | undefined;
732
+ htmlSize?: number | undefined;
733
+ } & {
734
+ border?: import("csstype").Property.Border<string | number> | undefined;
735
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
736
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
737
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
738
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
739
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
740
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
741
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
742
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
743
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
744
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
745
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
746
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
747
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
748
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
749
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
750
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
751
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
752
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
753
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
754
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
755
+ borderColor?: import("csstype").Property.BorderColor | undefined;
756
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
757
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
758
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
759
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
760
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
761
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
762
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
763
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
764
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
765
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
766
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
767
+ color?: import("csstype").Property.Color | undefined;
768
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
769
+ bg?: import("csstype").Property.BackgroundColor | undefined;
770
+ opacity?: import("csstype").Property.Opacity | undefined;
771
+ alignItems?: import("csstype").Property.AlignItems | undefined;
772
+ alignContent?: import("csstype").Property.AlignContent | undefined;
773
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
774
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
775
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
776
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
777
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
778
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
779
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
780
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
781
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
782
+ order?: import("csstype").Property.Order | undefined;
783
+ w?: import("csstype").Property.Width<string | number> | undefined;
784
+ width?: import("csstype").Property.Width<string | number> | undefined;
785
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
786
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
787
+ h?: import("csstype").Property.Height<string | number> | undefined;
788
+ height?: import("csstype").Property.Height<string | number> | undefined;
789
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
790
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
791
+ display?: import("csstype").Property.Display | undefined;
792
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
793
+ overflow?: import("csstype").Property.Overflow | undefined;
794
+ overflowX?: import("csstype").Property.OverflowX | undefined;
795
+ overflowY?: import("csstype").Property.OverflowY | undefined;
796
+ position?: import("csstype").Property.Position | undefined;
797
+ zIndex?: import("csstype").Property.ZIndex | undefined;
798
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
799
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
800
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
801
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
802
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
803
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
804
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
805
+ m?: import("csstype").Property.Margin<string | number> | undefined;
806
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
807
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
808
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
809
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
810
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
811
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
812
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
813
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
814
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
815
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
816
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
817
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
818
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
819
+ p?: import("csstype").Property.Padding<string | number> | undefined;
820
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
821
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
822
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
823
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
824
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
825
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
826
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
827
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
828
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
829
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
830
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
831
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
832
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
833
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
834
+ fontSize?: string | number | (string & {}) | undefined;
835
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
836
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
837
+ letterSpacing?: string | number | undefined;
838
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
839
+ textAlign?: import("csstype").Property.TextAlign | undefined;
840
+ textTransform?: import("csstype").Property.TextTransform | undefined;
841
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
842
+ animated?: boolean | undefined;
843
+ elevation?: "0" | "1" | "2" | undefined;
844
+ invisible?: boolean | undefined;
845
+ withRichContent?: string | boolean | undefined;
846
+ withTruncatedText?: boolean | undefined;
847
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
848
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
849
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
850
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
851
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
852
+ } & 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 {
853
+ border?: import("csstype").Property.Border<string | number> | undefined;
854
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
855
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
856
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
857
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
858
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
859
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
860
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
861
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
862
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
863
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
864
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
865
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
866
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
867
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
868
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
869
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
870
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
871
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
872
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
873
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
874
+ borderColor?: import("csstype").Property.BorderColor | undefined;
875
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
876
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
877
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
878
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
879
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
880
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
881
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
882
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
883
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
884
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
885
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
886
+ color?: import("csstype").Property.Color | undefined;
887
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
888
+ bg?: import("csstype").Property.BackgroundColor | undefined;
889
+ opacity?: import("csstype").Property.Opacity | undefined;
890
+ alignItems?: import("csstype").Property.AlignItems | undefined;
891
+ alignContent?: import("csstype").Property.AlignContent | undefined;
892
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
893
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
894
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
895
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
896
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
897
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
898
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
899
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
900
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
901
+ order?: import("csstype").Property.Order | undefined;
902
+ w?: import("csstype").Property.Width<string | number> | undefined;
903
+ width?: import("csstype").Property.Width<string | number> | undefined;
904
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
905
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
906
+ h?: import("csstype").Property.Height<string | number> | undefined;
907
+ height?: import("csstype").Property.Height<string | number> | undefined;
908
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
909
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
910
+ display?: import("csstype").Property.Display | undefined;
911
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
912
+ overflow?: import("csstype").Property.Overflow | undefined;
913
+ overflowX?: import("csstype").Property.OverflowX | undefined;
914
+ overflowY?: import("csstype").Property.OverflowY | undefined;
915
+ position?: import("csstype").Property.Position | undefined;
916
+ zIndex?: import("csstype").Property.ZIndex | undefined;
917
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
918
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
919
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
920
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
921
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
922
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
923
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
924
+ m?: import("csstype").Property.Margin<string | number> | undefined;
925
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
926
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
927
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
928
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
929
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
930
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
931
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
932
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
933
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
934
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
935
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
936
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
937
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
938
+ p?: import("csstype").Property.Padding<string | number> | undefined;
939
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
940
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
941
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
942
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
943
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
944
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
945
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
946
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
947
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
948
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
949
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
950
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
951
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
952
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
953
+ fontSize?: string | number | (string & {}) | undefined;
954
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
955
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
956
+ letterSpacing?: string | number | undefined;
957
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
958
+ textAlign?: import("csstype").Property.TextAlign | undefined;
959
+ textTransform?: import("csstype").Property.TextTransform | undefined;
960
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
961
+ animated?: boolean | undefined;
962
+ elevation?: "0" | "1" | "2" | undefined;
963
+ invisible?: boolean | undefined;
964
+ withRichContent?: string | boolean | undefined;
965
+ withTruncatedText?: boolean | undefined;
966
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
967
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
968
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
969
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
970
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
971
+ } | "key">) => JSX.Element;
972
+ Hint: (props: Pick<{
973
+ is?: import("react").ElementType<any> | undefined;
974
+ htmlSize?: number | undefined;
975
+ } & {
976
+ border?: import("csstype").Property.Border<string | number> | undefined;
977
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
978
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
979
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
980
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
981
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
982
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
983
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
984
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
985
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
986
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
987
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
988
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
989
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
990
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
991
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
992
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
993
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
994
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
995
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
996
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
997
+ borderColor?: import("csstype").Property.BorderColor | undefined;
998
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
999
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
1000
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
1001
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
1002
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1003
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1004
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1005
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
1006
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
1007
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
1008
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
1009
+ color?: import("csstype").Property.Color | undefined;
1010
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
1011
+ bg?: import("csstype").Property.BackgroundColor | undefined;
1012
+ opacity?: import("csstype").Property.Opacity | undefined;
1013
+ alignItems?: import("csstype").Property.AlignItems | undefined;
1014
+ alignContent?: import("csstype").Property.AlignContent | undefined;
1015
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
1016
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
1017
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
1018
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
1019
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
1020
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
1021
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1022
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
1023
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
1024
+ order?: import("csstype").Property.Order | undefined;
1025
+ w?: import("csstype").Property.Width<string | number> | undefined;
1026
+ width?: import("csstype").Property.Width<string | number> | undefined;
1027
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
1028
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
1029
+ h?: import("csstype").Property.Height<string | number> | undefined;
1030
+ height?: import("csstype").Property.Height<string | number> | undefined;
1031
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
1032
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
1033
+ display?: import("csstype").Property.Display | undefined;
1034
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1035
+ overflow?: import("csstype").Property.Overflow | undefined;
1036
+ overflowX?: import("csstype").Property.OverflowX | undefined;
1037
+ overflowY?: import("csstype").Property.OverflowY | undefined;
1038
+ position?: import("csstype").Property.Position | undefined;
1039
+ zIndex?: import("csstype").Property.ZIndex | undefined;
1040
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
1041
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1042
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1043
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1044
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1045
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1046
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1047
+ m?: import("csstype").Property.Margin<string | number> | undefined;
1048
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
1049
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
1050
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
1051
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1052
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1053
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1054
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1055
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
1056
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
1057
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1058
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1059
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1060
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1061
+ p?: import("csstype").Property.Padding<string | number> | undefined;
1062
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
1063
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1064
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1065
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1066
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1067
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1068
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1069
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
1070
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
1071
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1072
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1073
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1074
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1075
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
1076
+ fontSize?: string | number | (string & {}) | undefined;
1077
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
1078
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
1079
+ letterSpacing?: string | number | undefined;
1080
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
1081
+ textAlign?: import("csstype").Property.TextAlign | undefined;
1082
+ textTransform?: import("csstype").Property.TextTransform | undefined;
1083
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1084
+ animated?: boolean | undefined;
1085
+ elevation?: "0" | "1" | "2" | undefined;
1086
+ invisible?: boolean | undefined;
1087
+ withRichContent?: string | boolean | undefined;
1088
+ withTruncatedText?: boolean | undefined;
1089
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
1090
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
1091
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
1092
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
1093
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
1094
+ } & 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 {
1095
+ border?: import("csstype").Property.Border<string | number> | undefined;
1096
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
1097
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1098
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1099
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
1100
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1101
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1102
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
1103
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
1104
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
1105
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
1106
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
1107
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
1108
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1109
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
1110
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
1111
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
1112
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
1113
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
1114
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1115
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1116
+ borderColor?: import("csstype").Property.BorderColor | undefined;
1117
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
1118
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
1119
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
1120
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
1121
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1122
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1123
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1124
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
1125
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
1126
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
1127
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
1128
+ color?: import("csstype").Property.Color | undefined;
1129
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
1130
+ bg?: import("csstype").Property.BackgroundColor | undefined;
1131
+ opacity?: import("csstype").Property.Opacity | undefined;
1132
+ alignItems?: import("csstype").Property.AlignItems | undefined;
1133
+ alignContent?: import("csstype").Property.AlignContent | undefined;
1134
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
1135
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
1136
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
1137
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
1138
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
1139
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
1140
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1141
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
1142
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
1143
+ order?: import("csstype").Property.Order | undefined;
1144
+ w?: import("csstype").Property.Width<string | number> | undefined;
1145
+ width?: import("csstype").Property.Width<string | number> | undefined;
1146
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
1147
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
1148
+ h?: import("csstype").Property.Height<string | number> | undefined;
1149
+ height?: import("csstype").Property.Height<string | number> | undefined;
1150
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
1151
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
1152
+ display?: import("csstype").Property.Display | undefined;
1153
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1154
+ overflow?: import("csstype").Property.Overflow | undefined;
1155
+ overflowX?: import("csstype").Property.OverflowX | undefined;
1156
+ overflowY?: import("csstype").Property.OverflowY | undefined;
1157
+ position?: import("csstype").Property.Position | undefined;
1158
+ zIndex?: import("csstype").Property.ZIndex | undefined;
1159
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
1160
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1161
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1162
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1163
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1164
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1165
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1166
+ m?: import("csstype").Property.Margin<string | number> | undefined;
1167
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
1168
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
1169
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
1170
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1171
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1172
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1173
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1174
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
1175
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
1176
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1177
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1178
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1179
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1180
+ p?: import("csstype").Property.Padding<string | number> | undefined;
1181
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
1182
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1183
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1184
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1185
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1186
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1187
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1188
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
1189
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
1190
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1191
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1192
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1193
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1194
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
1195
+ fontSize?: string | number | (string & {}) | undefined;
1196
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
1197
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
1198
+ letterSpacing?: string | number | undefined;
1199
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
1200
+ textAlign?: import("csstype").Property.TextAlign | undefined;
1201
+ textTransform?: import("csstype").Property.TextTransform | undefined;
1202
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1203
+ animated?: boolean | undefined;
1204
+ elevation?: "0" | "1" | "2" | undefined;
1205
+ invisible?: boolean | undefined;
1206
+ withRichContent?: string | boolean | undefined;
1207
+ withTruncatedText?: boolean | undefined;
1208
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
1209
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
1210
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
1211
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
1212
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
1213
+ } | "key">) => JSX.Element;
1214
+ Link: (props: {
1215
+ is?: import("react").ElementType<any> | undefined;
1216
+ htmlSize?: number | undefined;
1217
+ } & {
1218
+ border?: import("csstype").Property.Border<string | number> | undefined;
1219
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
1220
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1221
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1222
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
1223
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1224
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1225
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
1226
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
1227
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
1228
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
1229
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
1230
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
1231
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1232
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
1233
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
1234
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
1235
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
1236
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
1237
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1238
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1239
+ borderColor?: import("csstype").Property.BorderColor | undefined;
1240
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
1241
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
1242
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
1243
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
1244
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1245
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1246
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1247
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
1248
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
1249
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
1250
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
1251
+ color?: import("csstype").Property.Color | undefined;
1252
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
1253
+ bg?: import("csstype").Property.BackgroundColor | undefined;
1254
+ opacity?: import("csstype").Property.Opacity | undefined;
1255
+ alignItems?: import("csstype").Property.AlignItems | undefined;
1256
+ alignContent?: import("csstype").Property.AlignContent | undefined;
1257
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
1258
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
1259
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
1260
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
1261
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
1262
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
1263
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1264
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
1265
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
1266
+ order?: import("csstype").Property.Order | undefined;
1267
+ w?: import("csstype").Property.Width<string | number> | undefined;
1268
+ width?: import("csstype").Property.Width<string | number> | undefined;
1269
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
1270
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
1271
+ h?: import("csstype").Property.Height<string | number> | undefined;
1272
+ height?: import("csstype").Property.Height<string | number> | undefined;
1273
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
1274
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
1275
+ display?: import("csstype").Property.Display | undefined;
1276
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1277
+ overflow?: import("csstype").Property.Overflow | undefined;
1278
+ overflowX?: import("csstype").Property.OverflowX | undefined;
1279
+ overflowY?: import("csstype").Property.OverflowY | undefined;
1280
+ position?: import("csstype").Property.Position | undefined;
1281
+ zIndex?: import("csstype").Property.ZIndex | undefined;
1282
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
1283
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1284
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1285
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1286
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1287
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1288
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1289
+ m?: import("csstype").Property.Margin<string | number> | undefined;
1290
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
1291
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
1292
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
1293
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1294
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1295
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1296
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1297
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
1298
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
1299
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1300
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1301
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1302
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1303
+ p?: import("csstype").Property.Padding<string | number> | undefined;
1304
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
1305
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1306
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1307
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1308
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1309
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1310
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1311
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
1312
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
1313
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1314
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1315
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1316
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1317
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
1318
+ fontSize?: string | number | (string & {}) | undefined;
1319
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
1320
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
1321
+ letterSpacing?: string | number | undefined;
1322
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
1323
+ textAlign?: import("csstype").Property.TextAlign | undefined;
1324
+ textTransform?: import("csstype").Property.TextTransform | undefined;
1325
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1326
+ animated?: boolean | undefined;
1327
+ elevation?: "0" | "1" | "2" | undefined;
1328
+ invisible?: boolean | undefined;
1329
+ withRichContent?: string | boolean | undefined;
1330
+ withTruncatedText?: boolean | undefined;
1331
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
1332
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
1333
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
1334
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
1335
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
1336
+ } & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLElement>> & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
18
1337
  };
1338
+ export default _default;
1339
+ //# sourceMappingURL=index.d.ts.map