@rocket.chat/fuselage 0.31.3 → 0.31.4

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