@luxonis/common-fe-components 1.9.5

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 (694) hide show
  1. package/LICENSE.md +1 -0
  2. package/README.md +4 -0
  3. package/dist/components/custom/Alert.d.ts +11 -0
  4. package/dist/components/custom/Alert.d.ts.map +1 -0
  5. package/dist/components/custom/Alert.js +11 -0
  6. package/dist/components/custom/Alert.js.map +1 -0
  7. package/dist/components/custom/Badge.d.ts +71 -0
  8. package/dist/components/custom/Badge.d.ts.map +1 -0
  9. package/dist/components/custom/Badge.js +82 -0
  10. package/dist/components/custom/Badge.js.map +1 -0
  11. package/dist/components/custom/BadgeLine.d.ts +11 -0
  12. package/dist/components/custom/BadgeLine.d.ts.map +1 -0
  13. package/dist/components/custom/BadgeLine.js +25 -0
  14. package/dist/components/custom/BadgeLine.js.map +1 -0
  15. package/dist/components/custom/Button.d.ts +51 -0
  16. package/dist/components/custom/Button.d.ts.map +1 -0
  17. package/dist/components/custom/Button.js +71 -0
  18. package/dist/components/custom/Button.js.map +1 -0
  19. package/dist/components/custom/Card.d.ts +17 -0
  20. package/dist/components/custom/Card.d.ts.map +1 -0
  21. package/dist/components/custom/Card.js +19 -0
  22. package/dist/components/custom/Card.js.map +1 -0
  23. package/dist/components/custom/CardList.d.ts +68 -0
  24. package/dist/components/custom/CardList.d.ts.map +1 -0
  25. package/dist/components/custom/CardList.js +72 -0
  26. package/dist/components/custom/CardList.js.map +1 -0
  27. package/dist/components/custom/Checkbox.d.ts +17 -0
  28. package/dist/components/custom/Checkbox.d.ts.map +1 -0
  29. package/dist/components/custom/Checkbox.js +31 -0
  30. package/dist/components/custom/Checkbox.js.map +1 -0
  31. package/dist/components/custom/Circle.d.ts +56 -0
  32. package/dist/components/custom/Circle.d.ts.map +1 -0
  33. package/dist/components/custom/Circle.js +73 -0
  34. package/dist/components/custom/Circle.js.map +1 -0
  35. package/dist/components/custom/Command.d.ts +4 -0
  36. package/dist/components/custom/Command.d.ts.map +1 -0
  37. package/dist/components/custom/Command.js +6 -0
  38. package/dist/components/custom/Command.js.map +1 -0
  39. package/dist/components/custom/DropdownMenu.d.ts +1111 -0
  40. package/dist/components/custom/DropdownMenu.d.ts.map +1 -0
  41. package/dist/components/custom/DropdownMenu.js +12 -0
  42. package/dist/components/custom/DropdownMenu.js.map +1 -0
  43. package/dist/components/custom/Dropzone.d.ts +16 -0
  44. package/dist/components/custom/Dropzone.d.ts.map +1 -0
  45. package/dist/components/custom/Dropzone.js +158 -0
  46. package/dist/components/custom/Dropzone.js.map +1 -0
  47. package/dist/components/custom/EmptyView.d.ts +10 -0
  48. package/dist/components/custom/EmptyView.d.ts.map +1 -0
  49. package/dist/components/custom/EmptyView.js +10 -0
  50. package/dist/components/custom/EmptyView.js.map +1 -0
  51. package/dist/components/custom/ErrorView.d.ts +11 -0
  52. package/dist/components/custom/ErrorView.d.ts.map +1 -0
  53. package/dist/components/custom/ErrorView.js +55 -0
  54. package/dist/components/custom/ErrorView.js.map +1 -0
  55. package/dist/components/custom/ExternalLink.d.ts +12 -0
  56. package/dist/components/custom/ExternalLink.d.ts.map +1 -0
  57. package/dist/components/custom/ExternalLink.js +26 -0
  58. package/dist/components/custom/ExternalLink.js.map +1 -0
  59. package/dist/components/custom/FilterDropdown.d.ts +21 -0
  60. package/dist/components/custom/FilterDropdown.d.ts.map +1 -0
  61. package/dist/components/custom/FilterDropdown.js +81 -0
  62. package/dist/components/custom/FilterDropdown.js.map +1 -0
  63. package/dist/components/custom/Flex.d.ts +15 -0
  64. package/dist/components/custom/Flex.d.ts.map +1 -0
  65. package/dist/components/custom/Flex.js +19 -0
  66. package/dist/components/custom/Flex.js.map +1 -0
  67. package/dist/components/custom/Form.d.ts +39 -0
  68. package/dist/components/custom/Form.d.ts.map +1 -0
  69. package/dist/components/custom/Form.js +91 -0
  70. package/dist/components/custom/Form.js.map +1 -0
  71. package/dist/components/custom/Grid.d.ts +16 -0
  72. package/dist/components/custom/Grid.d.ts.map +1 -0
  73. package/dist/components/custom/Grid.js +29 -0
  74. package/dist/components/custom/Grid.js.map +1 -0
  75. package/dist/components/custom/Icon.d.ts +92 -0
  76. package/dist/components/custom/Icon.d.ts.map +1 -0
  77. package/dist/components/custom/Icon.js +77 -0
  78. package/dist/components/custom/Icon.js.map +1 -0
  79. package/dist/components/custom/Input.d.ts +9 -0
  80. package/dist/components/custom/Input.d.ts.map +1 -0
  81. package/dist/components/custom/Input.js +41 -0
  82. package/dist/components/custom/Input.js.map +1 -0
  83. package/dist/components/custom/KpiDisplay.d.ts +11 -0
  84. package/dist/components/custom/KpiDisplay.d.ts.map +1 -0
  85. package/dist/components/custom/KpiDisplay.js +10 -0
  86. package/dist/components/custom/KpiDisplay.js.map +1 -0
  87. package/dist/components/custom/LabelledProgress.d.ts +11 -0
  88. package/dist/components/custom/LabelledProgress.d.ts.map +1 -0
  89. package/dist/components/custom/LabelledProgress.js +44 -0
  90. package/dist/components/custom/LabelledProgress.js.map +1 -0
  91. package/dist/components/custom/Markdown.d.ts +9 -0
  92. package/dist/components/custom/Markdown.d.ts.map +1 -0
  93. package/dist/components/custom/Markdown.js +36 -0
  94. package/dist/components/custom/Markdown.js.map +1 -0
  95. package/dist/components/custom/Modal.d.ts +50 -0
  96. package/dist/components/custom/Modal.d.ts.map +1 -0
  97. package/dist/components/custom/Modal.js +83 -0
  98. package/dist/components/custom/Modal.js.map +1 -0
  99. package/dist/components/custom/MonospaceBlock.d.ts +9 -0
  100. package/dist/components/custom/MonospaceBlock.d.ts.map +1 -0
  101. package/dist/components/custom/MonospaceBlock.js +23 -0
  102. package/dist/components/custom/MonospaceBlock.js.map +1 -0
  103. package/dist/components/custom/PasswordInput.d.ts +9 -0
  104. package/dist/components/custom/PasswordInput.d.ts.map +1 -0
  105. package/dist/components/custom/PasswordInput.js +15 -0
  106. package/dist/components/custom/PasswordInput.js.map +1 -0
  107. package/dist/components/custom/ProgressTicker.d.ts +9 -0
  108. package/dist/components/custom/ProgressTicker.d.ts.map +1 -0
  109. package/dist/components/custom/ProgressTicker.js +32 -0
  110. package/dist/components/custom/ProgressTicker.js.map +1 -0
  111. package/dist/components/custom/RadioGroup.d.ts +2178 -0
  112. package/dist/components/custom/RadioGroup.d.ts.map +1 -0
  113. package/dist/components/custom/RadioGroup.js +128 -0
  114. package/dist/components/custom/RadioGroup.js.map +1 -0
  115. package/dist/components/custom/Select.d.ts +20 -0
  116. package/dist/components/custom/Select.d.ts.map +1 -0
  117. package/dist/components/custom/Select.js +10 -0
  118. package/dist/components/custom/Select.js.map +1 -0
  119. package/dist/components/custom/SelectCards.d.ts +16 -0
  120. package/dist/components/custom/SelectCards.d.ts.map +1 -0
  121. package/dist/components/custom/SelectCards.js +25 -0
  122. package/dist/components/custom/SelectCards.js.map +1 -0
  123. package/dist/components/custom/Slider.d.ts +2189 -0
  124. package/dist/components/custom/Slider.d.ts.map +1 -0
  125. package/dist/components/custom/Slider.js +12 -0
  126. package/dist/components/custom/Slider.js.map +1 -0
  127. package/dist/components/custom/SourceCode.d.ts +18 -0
  128. package/dist/components/custom/SourceCode.d.ts.map +1 -0
  129. package/dist/components/custom/SourceCode.js +29 -0
  130. package/dist/components/custom/SourceCode.js.map +1 -0
  131. package/dist/components/custom/StatusBar.d.ts +8 -0
  132. package/dist/components/custom/StatusBar.d.ts.map +1 -0
  133. package/dist/components/custom/StatusBar.js +10 -0
  134. package/dist/components/custom/StatusBar.js.map +1 -0
  135. package/dist/components/custom/Stepper.d.ts +20 -0
  136. package/dist/components/custom/Stepper.d.ts.map +1 -0
  137. package/dist/components/custom/Stepper.js +33 -0
  138. package/dist/components/custom/Stepper.js.map +1 -0
  139. package/dist/components/custom/Switch.d.ts +12 -0
  140. package/dist/components/custom/Switch.d.ts.map +1 -0
  141. package/dist/components/custom/Switch.js +9 -0
  142. package/dist/components/custom/Switch.js.map +1 -0
  143. package/dist/components/custom/Table.d.ts +18 -0
  144. package/dist/components/custom/Table.d.ts.map +1 -0
  145. package/dist/components/custom/Table.js +29 -0
  146. package/dist/components/custom/Table.js.map +1 -0
  147. package/dist/components/custom/Text.d.ts +143 -0
  148. package/dist/components/custom/Text.d.ts.map +1 -0
  149. package/dist/components/custom/Text.js +84 -0
  150. package/dist/components/custom/Text.js.map +1 -0
  151. package/dist/components/custom/TimePicker.d.ts +15 -0
  152. package/dist/components/custom/TimePicker.d.ts.map +1 -0
  153. package/dist/components/custom/TimePicker.js +37 -0
  154. package/dist/components/custom/TimePicker.js.map +1 -0
  155. package/dist/components/custom/Toast.d.ts +18 -0
  156. package/dist/components/custom/Toast.d.ts.map +1 -0
  157. package/dist/components/custom/Toast.js +26 -0
  158. package/dist/components/custom/Toast.js.map +1 -0
  159. package/dist/components/custom/Tooltip.d.ts +10 -0
  160. package/dist/components/custom/Tooltip.d.ts.map +1 -0
  161. package/dist/components/custom/Tooltip.js +16 -0
  162. package/dist/components/custom/Tooltip.js.map +1 -0
  163. package/dist/components/custom/TurnstileWidget.d.ts +26 -0
  164. package/dist/components/custom/TurnstileWidget.d.ts.map +1 -0
  165. package/dist/components/custom/TurnstileWidget.js +37 -0
  166. package/dist/components/custom/TurnstileWidget.js.map +1 -0
  167. package/dist/components/custom/VideoPlayer.d.ts +71 -0
  168. package/dist/components/custom/VideoPlayer.d.ts.map +1 -0
  169. package/dist/components/custom/VideoPlayer.js +287 -0
  170. package/dist/components/custom/VideoPlayer.js.map +1 -0
  171. package/dist/components/custom/index.d.ts +43 -0
  172. package/dist/components/custom/index.d.ts.map +1 -0
  173. package/dist/components/custom/index.js +43 -0
  174. package/dist/components/custom/index.js.map +1 -0
  175. package/dist/components/shadow-panda/Accordion.d.ts +14 -0
  176. package/dist/components/shadow-panda/Accordion.d.ts.map +1 -0
  177. package/dist/components/shadow-panda/Accordion.js +23 -0
  178. package/dist/components/shadow-panda/Accordion.js.map +1 -0
  179. package/dist/components/shadow-panda/Avatar.d.ts +11 -0
  180. package/dist/components/shadow-panda/Avatar.d.ts.map +1 -0
  181. package/dist/components/shadow-panda/Avatar.js +14 -0
  182. package/dist/components/shadow-panda/Avatar.js.map +1 -0
  183. package/dist/components/shadow-panda/DropdownMenu.d.ts +42 -0
  184. package/dist/components/shadow-panda/DropdownMenu.d.ts.map +1 -0
  185. package/dist/components/shadow-panda/DropdownMenu.js +56 -0
  186. package/dist/components/shadow-panda/DropdownMenu.js.map +1 -0
  187. package/dist/components/shadow-panda/Form.d.ts +22 -0
  188. package/dist/components/shadow-panda/Form.d.ts.map +1 -0
  189. package/dist/components/shadow-panda/Form.js +72 -0
  190. package/dist/components/shadow-panda/Form.js.map +1 -0
  191. package/dist/components/shadow-panda/Progress.d.ts +4 -0
  192. package/dist/components/shadow-panda/Progress.d.ts.map +1 -0
  193. package/dist/components/shadow-panda/Progress.js +14 -0
  194. package/dist/components/shadow-panda/Progress.js.map +1 -0
  195. package/dist/components/shadow-panda/Separator.d.ts +4 -0
  196. package/dist/components/shadow-panda/Separator.d.ts.map +1 -0
  197. package/dist/components/shadow-panda/Separator.js +11 -0
  198. package/dist/components/shadow-panda/Separator.js.map +1 -0
  199. package/dist/components/shadow-panda/Skeleton.d.ts +2 -0
  200. package/dist/components/shadow-panda/Skeleton.d.ts.map +1 -0
  201. package/dist/components/shadow-panda/Skeleton.js +4 -0
  202. package/dist/components/shadow-panda/Skeleton.js.map +1 -0
  203. package/dist/components/shadow-panda/Table.d.ts +11 -0
  204. package/dist/components/shadow-panda/Table.d.ts.map +1 -0
  205. package/dist/components/shadow-panda/Table.js +24 -0
  206. package/dist/components/shadow-panda/Table.js.map +1 -0
  207. package/dist/components/shadow-panda/Tabs.d.ts +13 -0
  208. package/dist/components/shadow-panda/Tabs.d.ts.map +1 -0
  209. package/dist/components/shadow-panda/Tabs.js +16 -0
  210. package/dist/components/shadow-panda/Tabs.js.map +1 -0
  211. package/dist/components/shadow-panda/Textarea.d.ts +9 -0
  212. package/dist/components/shadow-panda/Textarea.d.ts.map +1 -0
  213. package/dist/components/shadow-panda/Textarea.js +18 -0
  214. package/dist/components/shadow-panda/Textarea.js.map +1 -0
  215. package/dist/components/shadow-panda/Toaster.d.ts +2 -0
  216. package/dist/components/shadow-panda/Toaster.d.ts.map +1 -0
  217. package/dist/components/shadow-panda/Toaster.js +15 -0
  218. package/dist/components/shadow-panda/Toaster.js.map +1 -0
  219. package/dist/components/shadow-panda/Wrap.d.ts +2 -0
  220. package/dist/components/shadow-panda/Wrap.d.ts.map +1 -0
  221. package/dist/components/shadow-panda/Wrap.js +2 -0
  222. package/dist/components/shadow-panda/Wrap.js.map +1 -0
  223. package/dist/components/shadow-panda/_Alert.d.ts +6 -0
  224. package/dist/components/shadow-panda/_Alert.d.ts.map +1 -0
  225. package/dist/components/shadow-panda/_Alert.js +9 -0
  226. package/dist/components/shadow-panda/_Alert.js.map +1 -0
  227. package/dist/components/shadow-panda/_Badge.d.ts +4 -0
  228. package/dist/components/shadow-panda/_Badge.d.ts.map +1 -0
  229. package/dist/components/shadow-panda/_Badge.js +4 -0
  230. package/dist/components/shadow-panda/_Badge.js.map +1 -0
  231. package/dist/components/shadow-panda/_Button.d.ts +6 -0
  232. package/dist/components/shadow-panda/_Button.d.ts.map +1 -0
  233. package/dist/components/shadow-panda/_Button.js +12 -0
  234. package/dist/components/shadow-panda/_Button.js.map +1 -0
  235. package/dist/components/shadow-panda/_Card.d.ts +7 -0
  236. package/dist/components/shadow-panda/_Card.d.ts.map +1 -0
  237. package/dist/components/shadow-panda/_Card.js +14 -0
  238. package/dist/components/shadow-panda/_Card.js.map +1 -0
  239. package/dist/components/shadow-panda/_Checkbox.d.ts +4 -0
  240. package/dist/components/shadow-panda/_Checkbox.d.ts.map +1 -0
  241. package/dist/components/shadow-panda/_Checkbox.js +16 -0
  242. package/dist/components/shadow-panda/_Checkbox.js.map +1 -0
  243. package/dist/components/shadow-panda/_Command.d.ts +80 -0
  244. package/dist/components/shadow-panda/_Command.d.ts.map +1 -0
  245. package/dist/components/shadow-panda/_Command.js +38 -0
  246. package/dist/components/shadow-panda/_Command.js.map +1 -0
  247. package/dist/components/shadow-panda/_Dialog.d.ts +20 -0
  248. package/dist/components/shadow-panda/_Dialog.d.ts.map +1 -0
  249. package/dist/components/shadow-panda/_Dialog.js +27 -0
  250. package/dist/components/shadow-panda/_Dialog.js.map +1 -0
  251. package/dist/components/shadow-panda/_Input.d.ts +4 -0
  252. package/dist/components/shadow-panda/_Input.d.ts.map +1 -0
  253. package/dist/components/shadow-panda/_Input.js +4 -0
  254. package/dist/components/shadow-panda/_Input.js.map +1 -0
  255. package/dist/components/shadow-panda/_Label.d.ts +4 -0
  256. package/dist/components/shadow-panda/_Label.d.ts.map +1 -0
  257. package/dist/components/shadow-panda/_Label.js +4 -0
  258. package/dist/components/shadow-panda/_Label.js.map +1 -0
  259. package/dist/components/shadow-panda/_RadioGroup.d.ts +10 -0
  260. package/dist/components/shadow-panda/_RadioGroup.d.ts.map +1 -0
  261. package/dist/components/shadow-panda/_RadioGroup.js +20 -0
  262. package/dist/components/shadow-panda/_RadioGroup.js.map +1 -0
  263. package/dist/components/shadow-panda/_Select.d.ts +22 -0
  264. package/dist/components/shadow-panda/_Select.d.ts.map +1 -0
  265. package/dist/components/shadow-panda/_Select.js +35 -0
  266. package/dist/components/shadow-panda/_Select.js.map +1 -0
  267. package/dist/components/shadow-panda/_Slider.d.ts +12 -0
  268. package/dist/components/shadow-panda/_Slider.d.ts.map +1 -0
  269. package/dist/components/shadow-panda/_Slider.js +41 -0
  270. package/dist/components/shadow-panda/_Slider.js.map +1 -0
  271. package/dist/components/shadow-panda/_Toast.d.ts +7 -0
  272. package/dist/components/shadow-panda/_Toast.d.ts.map +1 -0
  273. package/dist/components/shadow-panda/_Toast.js +9 -0
  274. package/dist/components/shadow-panda/_Toast.js.map +1 -0
  275. package/dist/components/shadow-panda/_Tooltip.d.ts +12 -0
  276. package/dist/components/shadow-panda/_Tooltip.d.ts.map +1 -0
  277. package/dist/components/shadow-panda/_Tooltip.js +16 -0
  278. package/dist/components/shadow-panda/_Tooltip.js.map +1 -0
  279. package/dist/components/shadow-panda/index.d.ts +12 -0
  280. package/dist/components/shadow-panda/index.d.ts.map +1 -0
  281. package/dist/components/shadow-panda/index.js +12 -0
  282. package/dist/components/shadow-panda/index.js.map +1 -0
  283. package/dist/components/skeletons/Button.d.ts +3 -0
  284. package/dist/components/skeletons/Button.d.ts.map +1 -0
  285. package/dist/components/skeletons/Button.js +13 -0
  286. package/dist/components/skeletons/Button.js.map +1 -0
  287. package/dist/components/skeletons/Grid.d.ts +30 -0
  288. package/dist/components/skeletons/Grid.d.ts.map +1 -0
  289. package/dist/components/skeletons/Grid.js +29 -0
  290. package/dist/components/skeletons/Grid.js.map +1 -0
  291. package/dist/components/skeletons/Input.d.ts +3 -0
  292. package/dist/components/skeletons/Input.d.ts.map +1 -0
  293. package/dist/components/skeletons/Input.js +13 -0
  294. package/dist/components/skeletons/Input.js.map +1 -0
  295. package/dist/components/skeletons/Table.d.ts +7 -0
  296. package/dist/components/skeletons/Table.d.ts.map +1 -0
  297. package/dist/components/skeletons/Table.js +16 -0
  298. package/dist/components/skeletons/Table.js.map +1 -0
  299. package/dist/components/skeletons/Textarea.d.ts +3 -0
  300. package/dist/components/skeletons/Textarea.d.ts.map +1 -0
  301. package/dist/components/skeletons/Textarea.js +13 -0
  302. package/dist/components/skeletons/Textarea.js.map +1 -0
  303. package/dist/components/skeletons/index.d.ts +6 -0
  304. package/dist/components/skeletons/index.d.ts.map +1 -0
  305. package/dist/components/skeletons/index.js +6 -0
  306. package/dist/components/skeletons/index.js.map +1 -0
  307. package/dist/helpers.d.ts +38 -0
  308. package/dist/helpers.d.ts.map +1 -0
  309. package/dist/helpers.js +20 -0
  310. package/dist/helpers.js.map +1 -0
  311. package/dist/hooks/copy.d.ts +8 -0
  312. package/dist/hooks/copy.d.ts.map +1 -0
  313. package/dist/hooks/copy.js +14 -0
  314. package/dist/hooks/copy.js.map +1 -0
  315. package/dist/hooks/dropzone.d.ts +16 -0
  316. package/dist/hooks/dropzone.d.ts.map +1 -0
  317. package/dist/hooks/dropzone.js +23 -0
  318. package/dist/hooks/dropzone.js.map +1 -0
  319. package/dist/hooks/index.d.ts +6 -0
  320. package/dist/hooks/index.d.ts.map +1 -0
  321. package/dist/hooks/index.js +6 -0
  322. package/dist/hooks/index.js.map +1 -0
  323. package/dist/hooks/modal.d.ts +25 -0
  324. package/dist/hooks/modal.d.ts.map +1 -0
  325. package/dist/hooks/modal.js +50 -0
  326. package/dist/hooks/modal.js.map +1 -0
  327. package/dist/hooks/use-toast.d.ts +51 -0
  328. package/dist/hooks/use-toast.d.ts.map +1 -0
  329. package/dist/hooks/use-toast.js +153 -0
  330. package/dist/hooks/use-toast.js.map +1 -0
  331. package/dist/hooks/use-translations.d.ts +10 -0
  332. package/dist/hooks/use-translations.d.ts.map +1 -0
  333. package/dist/hooks/use-translations.js +14 -0
  334. package/dist/hooks/use-translations.js.map +1 -0
  335. package/dist/hooks/use-window-width.d.ts +2 -0
  336. package/dist/hooks/use-window-width.d.ts.map +1 -0
  337. package/dist/hooks/use-window-width.js +11 -0
  338. package/dist/hooks/use-window-width.js.map +1 -0
  339. package/dist/icons/index.d.ts +6 -0
  340. package/dist/icons/index.d.ts.map +1 -0
  341. package/dist/icons/index.js +5 -0
  342. package/dist/icons/index.js.map +1 -0
  343. package/dist/icons/react-icons.d.ts +12 -0
  344. package/dist/icons/react-icons.d.ts.map +1 -0
  345. package/dist/icons/react-icons.js +12 -0
  346. package/dist/icons/react-icons.js.map +1 -0
  347. package/dist/icons/style-provider.d.ts +3 -0
  348. package/dist/icons/style-provider.d.ts.map +1 -0
  349. package/dist/icons/style-provider.js +10 -0
  350. package/dist/icons/style-provider.js.map +1 -0
  351. package/dist/icons/svg/AccessDenied.d.ts +3 -0
  352. package/dist/icons/svg/AccessDenied.d.ts.map +1 -0
  353. package/dist/icons/svg/AccessDenied.js +6 -0
  354. package/dist/icons/svg/AccessDenied.js.map +1 -0
  355. package/dist/icons/svg/Empty.d.ts +3 -0
  356. package/dist/icons/svg/Empty.d.ts.map +1 -0
  357. package/dist/icons/svg/Empty.js +6 -0
  358. package/dist/icons/svg/Empty.js.map +1 -0
  359. package/dist/icons/svg/Error.d.ts +5 -0
  360. package/dist/icons/svg/Error.d.ts.map +1 -0
  361. package/dist/icons/svg/Error.js +6 -0
  362. package/dist/icons/svg/Error.js.map +1 -0
  363. package/dist/icons/svg/Logo.d.ts +9 -0
  364. package/dist/icons/svg/Logo.d.ts.map +1 -0
  365. package/dist/icons/svg/Logo.js +7 -0
  366. package/dist/icons/svg/Logo.js.map +1 -0
  367. package/dist/icons/svg/index.d.ts +5 -0
  368. package/dist/icons/svg/index.d.ts.map +1 -0
  369. package/dist/icons/svg/index.js +5 -0
  370. package/dist/icons/svg/index.js.map +1 -0
  371. package/dist/index.css +2 -0
  372. package/dist/index.d.ts +9 -0
  373. package/dist/index.d.ts.map +1 -0
  374. package/dist/index.js +9 -0
  375. package/dist/index.js.map +1 -0
  376. package/dist/panda.buildinfo.json +371 -0
  377. package/dist/panda.css +3400 -0
  378. package/dist/panda.d.ts +2 -0
  379. package/dist/panda.d.ts.map +1 -0
  380. package/dist/panda.js +289 -0
  381. package/dist/panda.js.map +1 -0
  382. package/dist/recipes/colors.d.ts +44 -0
  383. package/dist/recipes/colors.d.ts.map +1 -0
  384. package/dist/recipes/colors.js +228 -0
  385. package/dist/recipes/colors.js.map +1 -0
  386. package/dist/recipes/hover.d.ts +30 -0
  387. package/dist/recipes/hover.d.ts.map +1 -0
  388. package/dist/recipes/hover.js +177 -0
  389. package/dist/recipes/hover.js.map +1 -0
  390. package/dist/recipes/index.d.ts +3 -0
  391. package/dist/recipes/index.d.ts.map +1 -0
  392. package/dist/recipes/index.js +3 -0
  393. package/dist/recipes/index.js.map +1 -0
  394. package/dist/styled-system/css/conditions.mjs +34 -0
  395. package/dist/styled-system/css/css.d.mts +9 -0
  396. package/dist/styled-system/css/css.mjs +44 -0
  397. package/dist/styled-system/css/cva.d.mts +6 -0
  398. package/dist/styled-system/css/cva.mjs +85 -0
  399. package/dist/styled-system/css/cx.d.mts +5 -0
  400. package/dist/styled-system/css/cx.mjs +15 -0
  401. package/dist/styled-system/css/index.d.mts +5 -0
  402. package/dist/styled-system/css/index.mjs +4 -0
  403. package/dist/styled-system/css/sva.d.mts +4 -0
  404. package/dist/styled-system/css/sva.mjs +35 -0
  405. package/dist/styled-system/helpers.mjs +300 -0
  406. package/dist/styled-system/jsx/aspect-ratio.d.mts +10 -0
  407. package/dist/styled-system/jsx/aspect-ratio.mjs +14 -0
  408. package/dist/styled-system/jsx/bleed.d.mts +10 -0
  409. package/dist/styled-system/jsx/bleed.mjs +14 -0
  410. package/dist/styled-system/jsx/box.d.mts +10 -0
  411. package/dist/styled-system/jsx/box.mjs +14 -0
  412. package/dist/styled-system/jsx/center.d.mts +10 -0
  413. package/dist/styled-system/jsx/center.mjs +14 -0
  414. package/dist/styled-system/jsx/circle.d.mts +10 -0
  415. package/dist/styled-system/jsx/circle.mjs +14 -0
  416. package/dist/styled-system/jsx/container.d.mts +10 -0
  417. package/dist/styled-system/jsx/container.mjs +14 -0
  418. package/dist/styled-system/jsx/divider.d.mts +10 -0
  419. package/dist/styled-system/jsx/divider.mjs +14 -0
  420. package/dist/styled-system/jsx/factory-helper.mjs +22 -0
  421. package/dist/styled-system/jsx/factory.d.mts +3 -0
  422. package/dist/styled-system/jsx/factory.mjs +79 -0
  423. package/dist/styled-system/jsx/flex.d.mts +10 -0
  424. package/dist/styled-system/jsx/flex.mjs +14 -0
  425. package/dist/styled-system/jsx/float.d.mts +10 -0
  426. package/dist/styled-system/jsx/float.mjs +14 -0
  427. package/dist/styled-system/jsx/grid-item.d.mts +10 -0
  428. package/dist/styled-system/jsx/grid-item.mjs +14 -0
  429. package/dist/styled-system/jsx/grid.d.mts +10 -0
  430. package/dist/styled-system/jsx/grid.mjs +14 -0
  431. package/dist/styled-system/jsx/hstack.d.mts +10 -0
  432. package/dist/styled-system/jsx/hstack.mjs +14 -0
  433. package/dist/styled-system/jsx/index.d.mts +24 -0
  434. package/dist/styled-system/jsx/index.mjs +22 -0
  435. package/dist/styled-system/jsx/is-valid-prop.d.mts +5 -0
  436. package/dist/styled-system/jsx/is-valid-prop.mjs +17 -0
  437. package/dist/styled-system/jsx/link-box.d.mts +10 -0
  438. package/dist/styled-system/jsx/link-box.mjs +14 -0
  439. package/dist/styled-system/jsx/link-overlay.d.mts +10 -0
  440. package/dist/styled-system/jsx/link-overlay.mjs +14 -0
  441. package/dist/styled-system/jsx/spacer.d.mts +10 -0
  442. package/dist/styled-system/jsx/spacer.mjs +14 -0
  443. package/dist/styled-system/jsx/square.d.mts +10 -0
  444. package/dist/styled-system/jsx/square.mjs +14 -0
  445. package/dist/styled-system/jsx/stack.d.mts +10 -0
  446. package/dist/styled-system/jsx/stack.mjs +14 -0
  447. package/dist/styled-system/jsx/visually-hidden.d.mts +10 -0
  448. package/dist/styled-system/jsx/visually-hidden.mjs +14 -0
  449. package/dist/styled-system/jsx/vstack.d.mts +10 -0
  450. package/dist/styled-system/jsx/vstack.mjs +14 -0
  451. package/dist/styled-system/jsx/wrap.d.mts +10 -0
  452. package/dist/styled-system/jsx/wrap.mjs +14 -0
  453. package/dist/styled-system/patterns/aspect-ratio.d.mts +21 -0
  454. package/dist/styled-system/patterns/aspect-ratio.mjs +35 -0
  455. package/dist/styled-system/patterns/bleed.d.mts +22 -0
  456. package/dist/styled-system/patterns/bleed.mjs +19 -0
  457. package/dist/styled-system/patterns/box.d.mts +21 -0
  458. package/dist/styled-system/patterns/box.mjs +12 -0
  459. package/dist/styled-system/patterns/center.d.mts +21 -0
  460. package/dist/styled-system/patterns/center.mjs +18 -0
  461. package/dist/styled-system/patterns/circle.d.mts +21 -0
  462. package/dist/styled-system/patterns/circle.mjs +22 -0
  463. package/dist/styled-system/patterns/container.d.mts +21 -0
  464. package/dist/styled-system/patterns/container.mjs +18 -0
  465. package/dist/styled-system/patterns/divider.d.mts +23 -0
  466. package/dist/styled-system/patterns/divider.mjs +21 -0
  467. package/dist/styled-system/patterns/flex.d.mts +27 -0
  468. package/dist/styled-system/patterns/flex.mjs +23 -0
  469. package/dist/styled-system/patterns/float.d.mts +24 -0
  470. package/dist/styled-system/patterns/float.mjs +45 -0
  471. package/dist/styled-system/patterns/grid-item.d.mts +26 -0
  472. package/dist/styled-system/patterns/grid-item.mjs +22 -0
  473. package/dist/styled-system/patterns/grid.d.mts +25 -0
  474. package/dist/styled-system/patterns/grid.mjs +22 -0
  475. package/dist/styled-system/patterns/hstack.d.mts +22 -0
  476. package/dist/styled-system/patterns/hstack.mjs +20 -0
  477. package/dist/styled-system/patterns/index.d.mts +21 -0
  478. package/dist/styled-system/patterns/index.mjs +20 -0
  479. package/dist/styled-system/patterns/link-box.d.mts +21 -0
  480. package/dist/styled-system/patterns/link-box.mjs +19 -0
  481. package/dist/styled-system/patterns/link-overlay.d.mts +21 -0
  482. package/dist/styled-system/patterns/link-overlay.mjs +24 -0
  483. package/dist/styled-system/patterns/spacer.d.mts +21 -0
  484. package/dist/styled-system/patterns/spacer.mjs +18 -0
  485. package/dist/styled-system/patterns/square.d.mts +21 -0
  486. package/dist/styled-system/patterns/square.mjs +21 -0
  487. package/dist/styled-system/patterns/stack.d.mts +24 -0
  488. package/dist/styled-system/patterns/stack.mjs +20 -0
  489. package/dist/styled-system/patterns/visually-hidden.d.mts +21 -0
  490. package/dist/styled-system/patterns/visually-hidden.mjs +15 -0
  491. package/dist/styled-system/patterns/vstack.d.mts +22 -0
  492. package/dist/styled-system/patterns/vstack.mjs +20 -0
  493. package/dist/styled-system/patterns/wrap.d.mts +25 -0
  494. package/dist/styled-system/patterns/wrap.mjs +22 -0
  495. package/dist/styled-system/recipes/accordion.d.mts +27 -0
  496. package/dist/styled-system/recipes/accordion.mjs +66 -0
  497. package/dist/styled-system/recipes/alert-description.d.mts +27 -0
  498. package/dist/styled-system/recipes/alert-description.mjs +22 -0
  499. package/dist/styled-system/recipes/alert-dialog.d.mts +27 -0
  500. package/dist/styled-system/recipes/alert-dialog.mjs +114 -0
  501. package/dist/styled-system/recipes/alert-title.d.mts +27 -0
  502. package/dist/styled-system/recipes/alert-title.mjs +22 -0
  503. package/dist/styled-system/recipes/alert.d.mts +27 -0
  504. package/dist/styled-system/recipes/alert.mjs +29 -0
  505. package/dist/styled-system/recipes/avatar.d.mts +27 -0
  506. package/dist/styled-system/recipes/avatar.mjs +50 -0
  507. package/dist/styled-system/recipes/badge.d.mts +27 -0
  508. package/dist/styled-system/recipes/badge.mjs +31 -0
  509. package/dist/styled-system/recipes/blockquote.d.mts +27 -0
  510. package/dist/styled-system/recipes/blockquote.mjs +22 -0
  511. package/dist/styled-system/recipes/button.d.mts +28 -0
  512. package/dist/styled-system/recipes/button.mjs +40 -0
  513. package/dist/styled-system/recipes/calendar.d.mts +27 -0
  514. package/dist/styled-system/recipes/calendar.mjs +210 -0
  515. package/dist/styled-system/recipes/card-content.d.mts +27 -0
  516. package/dist/styled-system/recipes/card-content.mjs +22 -0
  517. package/dist/styled-system/recipes/card-description.d.mts +27 -0
  518. package/dist/styled-system/recipes/card-description.mjs +22 -0
  519. package/dist/styled-system/recipes/card-footer.d.mts +27 -0
  520. package/dist/styled-system/recipes/card-footer.mjs +22 -0
  521. package/dist/styled-system/recipes/card-header.d.mts +27 -0
  522. package/dist/styled-system/recipes/card-header.mjs +22 -0
  523. package/dist/styled-system/recipes/card-title.d.mts +27 -0
  524. package/dist/styled-system/recipes/card-title.mjs +22 -0
  525. package/dist/styled-system/recipes/card.d.mts +27 -0
  526. package/dist/styled-system/recipes/card.mjs +22 -0
  527. package/dist/styled-system/recipes/checkbox.d.mts +27 -0
  528. package/dist/styled-system/recipes/checkbox.mjs +42 -0
  529. package/dist/styled-system/recipes/collapsible.d.mts +27 -0
  530. package/dist/styled-system/recipes/collapsible.mjs +50 -0
  531. package/dist/styled-system/recipes/command-dialog.d.mts +27 -0
  532. package/dist/styled-system/recipes/command-dialog.mjs +42 -0
  533. package/dist/styled-system/recipes/command.d.mts +27 -0
  534. package/dist/styled-system/recipes/command.mjs +106 -0
  535. package/dist/styled-system/recipes/context-menu.d.mts +27 -0
  536. package/dist/styled-system/recipes/context-menu.mjs +162 -0
  537. package/dist/styled-system/recipes/create-recipe.d.mts +1 -0
  538. package/dist/styled-system/recipes/create-recipe.mjs +79 -0
  539. package/dist/styled-system/recipes/dialog.d.mts +27 -0
  540. package/dist/styled-system/recipes/dialog.mjs +106 -0
  541. package/dist/styled-system/recipes/dropdown-menu.d.mts +27 -0
  542. package/dist/styled-system/recipes/dropdown-menu.mjs +154 -0
  543. package/dist/styled-system/recipes/form-control.d.mts +27 -0
  544. package/dist/styled-system/recipes/form-control.mjs +22 -0
  545. package/dist/styled-system/recipes/form-description.d.mts +27 -0
  546. package/dist/styled-system/recipes/form-description.mjs +22 -0
  547. package/dist/styled-system/recipes/form-item.d.mts +27 -0
  548. package/dist/styled-system/recipes/form-item.mjs +22 -0
  549. package/dist/styled-system/recipes/form-label.d.mts +27 -0
  550. package/dist/styled-system/recipes/form-label.mjs +22 -0
  551. package/dist/styled-system/recipes/form-message.d.mts +27 -0
  552. package/dist/styled-system/recipes/form-message.mjs +22 -0
  553. package/dist/styled-system/recipes/h1.d.mts +27 -0
  554. package/dist/styled-system/recipes/h1.mjs +22 -0
  555. package/dist/styled-system/recipes/h2.d.mts +27 -0
  556. package/dist/styled-system/recipes/h2.mjs +22 -0
  557. package/dist/styled-system/recipes/h3.d.mts +27 -0
  558. package/dist/styled-system/recipes/h3.mjs +22 -0
  559. package/dist/styled-system/recipes/h4.d.mts +27 -0
  560. package/dist/styled-system/recipes/h4.mjs +22 -0
  561. package/dist/styled-system/recipes/hover-card.d.mts +27 -0
  562. package/dist/styled-system/recipes/hover-card.mjs +50 -0
  563. package/dist/styled-system/recipes/icon.d.mts +31 -0
  564. package/dist/styled-system/recipes/icon.mjs +52 -0
  565. package/dist/styled-system/recipes/index.d.mts +74 -0
  566. package/dist/styled-system/recipes/index.mjs +73 -0
  567. package/dist/styled-system/recipes/inline-code.d.mts +27 -0
  568. package/dist/styled-system/recipes/inline-code.mjs +22 -0
  569. package/dist/styled-system/recipes/input.d.mts +27 -0
  570. package/dist/styled-system/recipes/input.mjs +22 -0
  571. package/dist/styled-system/recipes/label.d.mts +27 -0
  572. package/dist/styled-system/recipes/label.mjs +22 -0
  573. package/dist/styled-system/recipes/large.d.mts +27 -0
  574. package/dist/styled-system/recipes/large.mjs +22 -0
  575. package/dist/styled-system/recipes/lead.d.mts +27 -0
  576. package/dist/styled-system/recipes/lead.mjs +22 -0
  577. package/dist/styled-system/recipes/link.d.mts +27 -0
  578. package/dist/styled-system/recipes/link.mjs +22 -0
  579. package/dist/styled-system/recipes/list.d.mts +27 -0
  580. package/dist/styled-system/recipes/list.mjs +22 -0
  581. package/dist/styled-system/recipes/menubar.d.mts +27 -0
  582. package/dist/styled-system/recipes/menubar.mjs +162 -0
  583. package/dist/styled-system/recipes/muted.d.mts +27 -0
  584. package/dist/styled-system/recipes/muted.mjs +22 -0
  585. package/dist/styled-system/recipes/navigation-menu.d.mts +27 -0
  586. package/dist/styled-system/recipes/navigation-menu.mjs +98 -0
  587. package/dist/styled-system/recipes/p.d.mts +27 -0
  588. package/dist/styled-system/recipes/p.mjs +22 -0
  589. package/dist/styled-system/recipes/popover.d.mts +27 -0
  590. package/dist/styled-system/recipes/popover.mjs +58 -0
  591. package/dist/styled-system/recipes/progress.d.mts +27 -0
  592. package/dist/styled-system/recipes/progress.mjs +42 -0
  593. package/dist/styled-system/recipes/radio-group.d.mts +27 -0
  594. package/dist/styled-system/recipes/radio-group.mjs +58 -0
  595. package/dist/styled-system/recipes/scroll-area.d.mts +27 -0
  596. package/dist/styled-system/recipes/scroll-area.mjs +66 -0
  597. package/dist/styled-system/recipes/select.d.mts +27 -0
  598. package/dist/styled-system/recipes/select.mjs +106 -0
  599. package/dist/styled-system/recipes/separator.d.mts +27 -0
  600. package/dist/styled-system/recipes/separator.mjs +29 -0
  601. package/dist/styled-system/recipes/sheet.d.mts +27 -0
  602. package/dist/styled-system/recipes/sheet.mjs +125 -0
  603. package/dist/styled-system/recipes/skeleton.d.mts +27 -0
  604. package/dist/styled-system/recipes/skeleton.mjs +22 -0
  605. package/dist/styled-system/recipes/slider.d.mts +27 -0
  606. package/dist/styled-system/recipes/slider.mjs +58 -0
  607. package/dist/styled-system/recipes/small.d.mts +27 -0
  608. package/dist/styled-system/recipes/small.mjs +22 -0
  609. package/dist/styled-system/recipes/switch-recipe.d.mts +27 -0
  610. package/dist/styled-system/recipes/switch-recipe.mjs +42 -0
  611. package/dist/styled-system/recipes/table-body.d.mts +27 -0
  612. package/dist/styled-system/recipes/table-body.mjs +22 -0
  613. package/dist/styled-system/recipes/table-caption.d.mts +27 -0
  614. package/dist/styled-system/recipes/table-caption.mjs +22 -0
  615. package/dist/styled-system/recipes/table-cell.d.mts +27 -0
  616. package/dist/styled-system/recipes/table-cell.mjs +22 -0
  617. package/dist/styled-system/recipes/table-container.d.mts +27 -0
  618. package/dist/styled-system/recipes/table-container.mjs +22 -0
  619. package/dist/styled-system/recipes/table-footer.d.mts +27 -0
  620. package/dist/styled-system/recipes/table-footer.mjs +22 -0
  621. package/dist/styled-system/recipes/table-head.d.mts +27 -0
  622. package/dist/styled-system/recipes/table-head.mjs +22 -0
  623. package/dist/styled-system/recipes/table-header.d.mts +27 -0
  624. package/dist/styled-system/recipes/table-header.mjs +22 -0
  625. package/dist/styled-system/recipes/table-row.d.mts +27 -0
  626. package/dist/styled-system/recipes/table-row.mjs +22 -0
  627. package/dist/styled-system/recipes/table.d.mts +27 -0
  628. package/dist/styled-system/recipes/table.mjs +22 -0
  629. package/dist/styled-system/recipes/tabs.d.mts +27 -0
  630. package/dist/styled-system/recipes/tabs.mjs +58 -0
  631. package/dist/styled-system/recipes/textarea.d.mts +27 -0
  632. package/dist/styled-system/recipes/textarea.mjs +22 -0
  633. package/dist/styled-system/recipes/toast-viewport.d.mts +27 -0
  634. package/dist/styled-system/recipes/toast-viewport.mjs +22 -0
  635. package/dist/styled-system/recipes/toast.d.mts +27 -0
  636. package/dist/styled-system/recipes/toast.mjs +83 -0
  637. package/dist/styled-system/recipes/toggle.d.mts +28 -0
  638. package/dist/styled-system/recipes/toggle.mjs +35 -0
  639. package/dist/styled-system/recipes/tooltip.d.mts +27 -0
  640. package/dist/styled-system/recipes/tooltip.mjs +50 -0
  641. package/dist/styled-system/recipes/typography-table-container.d.mts +27 -0
  642. package/dist/styled-system/recipes/typography-table-container.mjs +22 -0
  643. package/dist/styled-system/recipes/typography-table.d.mts +27 -0
  644. package/dist/styled-system/recipes/typography-table.mjs +22 -0
  645. package/dist/styled-system/tokens/index.d.mts +9 -0
  646. package/dist/styled-system/tokens/index.mjs +2680 -0
  647. package/dist/styled-system/tokens/tokens.d.mts +63 -0
  648. package/dist/styled-system/types/composition.d.mts +111 -0
  649. package/dist/styled-system/types/conditions.d.mts +268 -0
  650. package/dist/styled-system/types/csstype.d.mts +21298 -0
  651. package/dist/styled-system/types/global.d.mts +19 -0
  652. package/dist/styled-system/types/index.d.mts +8 -0
  653. package/dist/styled-system/types/jsx.d.mts +52 -0
  654. package/dist/styled-system/types/parts.d.mts +8 -0
  655. package/dist/styled-system/types/pattern.d.mts +63 -0
  656. package/dist/styled-system/types/prop-type.d.mts +437 -0
  657. package/dist/styled-system/types/recipe.d.mts +158 -0
  658. package/dist/styled-system/types/selectors.d.mts +59 -0
  659. package/dist/styled-system/types/static-css.d.mts +47 -0
  660. package/dist/styled-system/types/style-props.d.mts +687 -0
  661. package/dist/styled-system/types/system-types.d.mts +93 -0
  662. package/dist/translations/en/common/common.d.ts +7 -0
  663. package/dist/translations/en/common/common.d.ts.map +1 -0
  664. package/dist/translations/en/common/common.js +7 -0
  665. package/dist/translations/en/common/common.js.map +1 -0
  666. package/dist/translations/en/index.d.ts +7 -0
  667. package/dist/translations/en/index.d.ts.map +1 -0
  668. package/dist/translations/en/index.js +6 -0
  669. package/dist/translations/en/index.js.map +1 -0
  670. package/dist/translations/formatters.d.ts +4 -0
  671. package/dist/translations/formatters.d.ts.map +1 -0
  672. package/dist/translations/formatters.js +7 -0
  673. package/dist/translations/formatters.js.map +1 -0
  674. package/dist/translations/i18n-react.d.ts +11 -0
  675. package/dist/translations/i18n-react.d.ts.map +1 -0
  676. package/dist/translations/i18n-react.js +10 -0
  677. package/dist/translations/i18n-react.js.map +1 -0
  678. package/dist/translations/i18n-types.d.ts +25 -0
  679. package/dist/translations/i18n-types.d.ts.map +1 -0
  680. package/dist/translations/i18n-types.js +2 -0
  681. package/dist/translations/i18n-types.js.map +1 -0
  682. package/dist/translations/i18n-util.async.d.ts +6 -0
  683. package/dist/translations/i18n-util.async.d.ts.map +1 -0
  684. package/dist/translations/i18n-util.async.js +16 -0
  685. package/dist/translations/i18n-util.async.js.map +1 -0
  686. package/dist/translations/i18n-util.d.ts +18 -0
  687. package/dist/translations/i18n-util.d.ts.map +1 -0
  688. package/dist/translations/i18n-util.js +18 -0
  689. package/dist/translations/i18n-util.js.map +1 -0
  690. package/dist/translations/i18n-util.sync.d.ts +5 -0
  691. package/dist/translations/i18n-util.sync.d.ts.map +1 -0
  692. package/dist/translations/i18n-util.sync.js +17 -0
  693. package/dist/translations/i18n-util.sync.js.map +1 -0
  694. package/package.json +89 -0
@@ -0,0 +1,2178 @@
1
+ import React from 'react';
2
+ type RadioItem = {
3
+ value: string;
4
+ label: string;
5
+ sublabel?: string | null;
6
+ };
7
+ export declare const RadioGroup: React.ForwardRefExoticComponent<Omit<Omit<Omit<{
8
+ slot?: string | undefined;
9
+ style?: React.CSSProperties | undefined;
10
+ title?: string | undefined;
11
+ value?: import("@radix-ui/react-radio-group").RadioGroupContextValue["value"];
12
+ name?: import("@radix-ui/react-radio-group").RadioGroupContextValue["name"];
13
+ ref?: React.Ref<HTMLDivElement> | undefined;
14
+ defaultChecked?: boolean | undefined;
15
+ defaultValue?: string | undefined;
16
+ suppressContentEditableWarning?: boolean | undefined;
17
+ suppressHydrationWarning?: boolean | undefined;
18
+ accessKey?: string | undefined;
19
+ autoFocus?: boolean | undefined;
20
+ className?: string | undefined;
21
+ contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
22
+ contextMenu?: string | undefined;
23
+ dir?: import("@radix-ui/react-radio-group").RovingFocusGroupProps["dir"];
24
+ draggable?: (boolean | "true" | "false") | undefined;
25
+ hidden?: boolean | undefined;
26
+ id?: string | undefined;
27
+ lang?: string | undefined;
28
+ nonce?: string | undefined;
29
+ spellCheck?: (boolean | "true" | "false") | undefined;
30
+ tabIndex?: number | undefined;
31
+ radioGroup?: string | undefined;
32
+ role?: React.AriaRole | undefined;
33
+ about?: string | undefined;
34
+ datatype?: string | undefined;
35
+ inlist?: any;
36
+ prefix?: string | undefined;
37
+ property?: string | undefined;
38
+ rel?: string | undefined;
39
+ resource?: string | undefined;
40
+ rev?: string | undefined;
41
+ typeof?: string | undefined;
42
+ vocab?: string | undefined;
43
+ autoCapitalize?: string | undefined;
44
+ autoCorrect?: string | undefined;
45
+ autoSave?: string | undefined;
46
+ itemProp?: string | undefined;
47
+ itemScope?: boolean | undefined;
48
+ itemType?: string | undefined;
49
+ itemID?: string | undefined;
50
+ itemRef?: string | undefined;
51
+ results?: number | undefined;
52
+ security?: string | undefined;
53
+ unselectable?: "on" | "off" | undefined;
54
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
55
+ is?: string | undefined;
56
+ "aria-activedescendant"?: string | undefined;
57
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
58
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
59
+ "aria-braillelabel"?: string | undefined;
60
+ "aria-brailleroledescription"?: string | undefined;
61
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
62
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
63
+ "aria-colcount"?: number | undefined;
64
+ "aria-colindex"?: number | undefined;
65
+ "aria-colindextext"?: string | undefined;
66
+ "aria-colspan"?: number | undefined;
67
+ "aria-controls"?: string | undefined;
68
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
69
+ "aria-describedby"?: string | undefined;
70
+ "aria-description"?: string | undefined;
71
+ "aria-details"?: string | undefined;
72
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
73
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
74
+ "aria-errormessage"?: string | undefined;
75
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
76
+ "aria-flowto"?: string | undefined;
77
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
78
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
79
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
80
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
81
+ "aria-keyshortcuts"?: string | undefined;
82
+ "aria-label"?: string | undefined;
83
+ "aria-labelledby"?: string | undefined;
84
+ "aria-level"?: number | undefined;
85
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
86
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
87
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
88
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
89
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
90
+ "aria-owns"?: string | undefined;
91
+ "aria-placeholder"?: string | undefined;
92
+ "aria-posinset"?: number | undefined;
93
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
94
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
95
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
96
+ "aria-required"?: (boolean | "true" | "false") | undefined;
97
+ "aria-roledescription"?: string | undefined;
98
+ "aria-rowcount"?: number | undefined;
99
+ "aria-rowindex"?: number | undefined;
100
+ "aria-rowindextext"?: string | undefined;
101
+ "aria-rowspan"?: number | undefined;
102
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
103
+ "aria-setsize"?: number | undefined;
104
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
105
+ "aria-valuemax"?: number | undefined;
106
+ "aria-valuemin"?: number | undefined;
107
+ "aria-valuenow"?: number | undefined;
108
+ "aria-valuetext"?: string | undefined;
109
+ children?: React.ReactNode | undefined;
110
+ dangerouslySetInnerHTML?: {
111
+ __html: string | TrustedHTML;
112
+ } | undefined;
113
+ onCopy?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
114
+ onCopyCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
115
+ onCut?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
116
+ onCutCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
117
+ onPaste?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
118
+ onPasteCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
119
+ onCompositionEnd?: React.CompositionEventHandler<HTMLDivElement> | undefined;
120
+ onCompositionEndCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined;
121
+ onCompositionStart?: React.CompositionEventHandler<HTMLDivElement> | undefined;
122
+ onCompositionStartCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined;
123
+ onCompositionUpdate?: React.CompositionEventHandler<HTMLDivElement> | undefined;
124
+ onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined;
125
+ onFocus?: React.FocusEventHandler<HTMLDivElement> | undefined;
126
+ onFocusCapture?: React.FocusEventHandler<HTMLDivElement> | undefined;
127
+ onBlur?: React.FocusEventHandler<HTMLDivElement> | undefined;
128
+ onBlurCapture?: React.FocusEventHandler<HTMLDivElement> | undefined;
129
+ onChange?: React.FormEventHandler<HTMLDivElement> | undefined;
130
+ onChangeCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
131
+ onBeforeInput?: React.FormEventHandler<HTMLDivElement> | undefined;
132
+ onBeforeInputCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
133
+ onInput?: React.FormEventHandler<HTMLDivElement> | undefined;
134
+ onInputCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
135
+ onReset?: React.FormEventHandler<HTMLDivElement> | undefined;
136
+ onResetCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
137
+ onSubmit?: React.FormEventHandler<HTMLDivElement> | undefined;
138
+ onSubmitCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
139
+ onInvalid?: React.FormEventHandler<HTMLDivElement> | undefined;
140
+ onInvalidCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
141
+ onLoad?: React.ReactEventHandler<HTMLDivElement> | undefined;
142
+ onLoadCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
143
+ onError?: React.ReactEventHandler<HTMLDivElement> | undefined;
144
+ onErrorCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
145
+ onKeyDown?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
146
+ onKeyDownCapture?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
147
+ onKeyPress?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
148
+ onKeyPressCapture?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
149
+ onKeyUp?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
150
+ onKeyUpCapture?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
151
+ onAbort?: React.ReactEventHandler<HTMLDivElement> | undefined;
152
+ onAbortCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
153
+ onCanPlay?: React.ReactEventHandler<HTMLDivElement> | undefined;
154
+ onCanPlayCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
155
+ onCanPlayThrough?: React.ReactEventHandler<HTMLDivElement> | undefined;
156
+ onCanPlayThroughCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
157
+ onDurationChange?: React.ReactEventHandler<HTMLDivElement> | undefined;
158
+ onDurationChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
159
+ onEmptied?: React.ReactEventHandler<HTMLDivElement> | undefined;
160
+ onEmptiedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
161
+ onEncrypted?: React.ReactEventHandler<HTMLDivElement> | undefined;
162
+ onEncryptedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
163
+ onEnded?: React.ReactEventHandler<HTMLDivElement> | undefined;
164
+ onEndedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
165
+ onLoadedData?: React.ReactEventHandler<HTMLDivElement> | undefined;
166
+ onLoadedDataCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
167
+ onLoadedMetadata?: React.ReactEventHandler<HTMLDivElement> | undefined;
168
+ onLoadedMetadataCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
169
+ onLoadStart?: React.ReactEventHandler<HTMLDivElement> | undefined;
170
+ onLoadStartCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
171
+ onPause?: React.ReactEventHandler<HTMLDivElement> | undefined;
172
+ onPauseCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
173
+ onPlay?: React.ReactEventHandler<HTMLDivElement> | undefined;
174
+ onPlayCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
175
+ onPlaying?: React.ReactEventHandler<HTMLDivElement> | undefined;
176
+ onPlayingCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
177
+ onProgress?: React.ReactEventHandler<HTMLDivElement> | undefined;
178
+ onProgressCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
179
+ onRateChange?: React.ReactEventHandler<HTMLDivElement> | undefined;
180
+ onRateChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
181
+ onResize?: React.ReactEventHandler<HTMLDivElement> | undefined;
182
+ onResizeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
183
+ onSeeked?: React.ReactEventHandler<HTMLDivElement> | undefined;
184
+ onSeekedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
185
+ onSeeking?: React.ReactEventHandler<HTMLDivElement> | undefined;
186
+ onSeekingCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
187
+ onStalled?: React.ReactEventHandler<HTMLDivElement> | undefined;
188
+ onStalledCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
189
+ onSuspend?: React.ReactEventHandler<HTMLDivElement> | undefined;
190
+ onSuspendCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
191
+ onTimeUpdate?: React.ReactEventHandler<HTMLDivElement> | undefined;
192
+ onTimeUpdateCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
193
+ onVolumeChange?: React.ReactEventHandler<HTMLDivElement> | undefined;
194
+ onVolumeChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
195
+ onWaiting?: React.ReactEventHandler<HTMLDivElement> | undefined;
196
+ onWaitingCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
197
+ onAuxClick?: React.MouseEventHandler<HTMLDivElement> | undefined;
198
+ onAuxClickCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
199
+ onClick?: React.MouseEventHandler<HTMLDivElement> | undefined;
200
+ onClickCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
201
+ onContextMenu?: React.MouseEventHandler<HTMLDivElement> | undefined;
202
+ onContextMenuCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
203
+ onDoubleClick?: React.MouseEventHandler<HTMLDivElement> | undefined;
204
+ onDoubleClickCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
205
+ onDrag?: React.DragEventHandler<HTMLDivElement> | undefined;
206
+ onDragCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
207
+ onDragEnd?: React.DragEventHandler<HTMLDivElement> | undefined;
208
+ onDragEndCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
209
+ onDragEnter?: React.DragEventHandler<HTMLDivElement> | undefined;
210
+ onDragEnterCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
211
+ onDragExit?: React.DragEventHandler<HTMLDivElement> | undefined;
212
+ onDragExitCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
213
+ onDragLeave?: React.DragEventHandler<HTMLDivElement> | undefined;
214
+ onDragLeaveCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
215
+ onDragOver?: React.DragEventHandler<HTMLDivElement> | undefined;
216
+ onDragOverCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
217
+ onDragStart?: React.DragEventHandler<HTMLDivElement> | undefined;
218
+ onDragStartCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
219
+ onDrop?: React.DragEventHandler<HTMLDivElement> | undefined;
220
+ onDropCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
221
+ onMouseDown?: React.MouseEventHandler<HTMLDivElement> | undefined;
222
+ onMouseDownCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
223
+ onMouseEnter?: React.MouseEventHandler<HTMLDivElement> | undefined;
224
+ onMouseLeave?: React.MouseEventHandler<HTMLDivElement> | undefined;
225
+ onMouseMove?: React.MouseEventHandler<HTMLDivElement> | undefined;
226
+ onMouseMoveCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
227
+ onMouseOut?: React.MouseEventHandler<HTMLDivElement> | undefined;
228
+ onMouseOutCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
229
+ onMouseOver?: React.MouseEventHandler<HTMLDivElement> | undefined;
230
+ onMouseOverCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
231
+ onMouseUp?: React.MouseEventHandler<HTMLDivElement> | undefined;
232
+ onMouseUpCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
233
+ onSelect?: React.ReactEventHandler<HTMLDivElement> | undefined;
234
+ onSelectCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
235
+ onTouchCancel?: React.TouchEventHandler<HTMLDivElement> | undefined;
236
+ onTouchCancelCapture?: React.TouchEventHandler<HTMLDivElement> | undefined;
237
+ onTouchEnd?: React.TouchEventHandler<HTMLDivElement> | undefined;
238
+ onTouchEndCapture?: React.TouchEventHandler<HTMLDivElement> | undefined;
239
+ onTouchMove?: React.TouchEventHandler<HTMLDivElement> | undefined;
240
+ onTouchMoveCapture?: React.TouchEventHandler<HTMLDivElement> | undefined;
241
+ onTouchStart?: React.TouchEventHandler<HTMLDivElement> | undefined;
242
+ onTouchStartCapture?: React.TouchEventHandler<HTMLDivElement> | undefined;
243
+ onPointerDown?: React.PointerEventHandler<HTMLDivElement> | undefined;
244
+ onPointerDownCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
245
+ onPointerMove?: React.PointerEventHandler<HTMLDivElement> | undefined;
246
+ onPointerMoveCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
247
+ onPointerUp?: React.PointerEventHandler<HTMLDivElement> | undefined;
248
+ onPointerUpCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
249
+ onPointerCancel?: React.PointerEventHandler<HTMLDivElement> | undefined;
250
+ onPointerCancelCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
251
+ onPointerEnter?: React.PointerEventHandler<HTMLDivElement> | undefined;
252
+ onPointerLeave?: React.PointerEventHandler<HTMLDivElement> | undefined;
253
+ onPointerOver?: React.PointerEventHandler<HTMLDivElement> | undefined;
254
+ onPointerOverCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
255
+ onPointerOut?: React.PointerEventHandler<HTMLDivElement> | undefined;
256
+ onPointerOutCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
257
+ onGotPointerCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
258
+ onGotPointerCaptureCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
259
+ onLostPointerCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
260
+ onLostPointerCaptureCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
261
+ onScroll?: React.UIEventHandler<HTMLDivElement> | undefined;
262
+ onScrollCapture?: React.UIEventHandler<HTMLDivElement> | undefined;
263
+ onWheel?: React.WheelEventHandler<HTMLDivElement> | undefined;
264
+ onWheelCapture?: React.WheelEventHandler<HTMLDivElement> | undefined;
265
+ onAnimationStart?: React.AnimationEventHandler<HTMLDivElement> | undefined;
266
+ onAnimationStartCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
267
+ onAnimationEnd?: React.AnimationEventHandler<HTMLDivElement> | undefined;
268
+ onAnimationEndCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
269
+ onAnimationIteration?: React.AnimationEventHandler<HTMLDivElement> | undefined;
270
+ onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
271
+ onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
272
+ onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
273
+ key?: React.Key | null | undefined;
274
+ orientation?: import("@radix-ui/react-radio-group").RovingFocusGroupProps["orientation"];
275
+ loop?: import("@radix-ui/react-radio-group").RovingFocusGroupProps["loop"];
276
+ disabled?: import("@radix-ui/react-primitive").ComponentPropsWithoutRef<typeof import("@radix-ui/react-radio-group").Radio>["disabled"];
277
+ required?: import("@radix-ui/react-primitive").ComponentPropsWithoutRef<typeof import("@radix-ui/react-radio-group").Radio>["required"];
278
+ asChild?: boolean | undefined;
279
+ onValueChange?: import("@radix-ui/react-radio-group").RadioGroupContextValue["onValueChange"] | undefined;
280
+ htmlWidth?: (string | number) | undefined;
281
+ htmlHeight?: (string | number) | undefined;
282
+ htmlTranslate?: "yes" | "no" | undefined;
283
+ htmlContent?: string | undefined;
284
+ } & {
285
+ WebkitAppearance?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitAppearance">;
286
+ WebkitBorderBefore?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitBorderBefore">;
287
+ WebkitBorderBeforeColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitBorderBeforeColor">;
288
+ WebkitBorderBeforeStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitBorderBeforeStyle">;
289
+ WebkitBorderBeforeWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitBorderBeforeWidth">;
290
+ WebkitBoxReflect?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitBoxReflect">;
291
+ WebkitLineClamp?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitLineClamp">;
292
+ WebkitMask?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMask">;
293
+ WebkitMaskAttachment?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskAttachment">;
294
+ WebkitMaskClip?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskClip">;
295
+ WebkitMaskComposite?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskComposite">;
296
+ WebkitMaskImage?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskImage">;
297
+ WebkitMaskOrigin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskOrigin">;
298
+ WebkitMaskPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskPosition">;
299
+ WebkitMaskPositionX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskPositionX">;
300
+ WebkitMaskPositionY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskPositionY">;
301
+ WebkitMaskRepeat?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskRepeat">;
302
+ WebkitMaskRepeatX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskRepeatX">;
303
+ WebkitMaskRepeatY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskRepeatY">;
304
+ WebkitMaskSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskSize">;
305
+ WebkitOverflowScrolling?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitOverflowScrolling">;
306
+ WebkitTapHighlightColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitTapHighlightColor">;
307
+ WebkitTextFillColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitTextFillColor">;
308
+ WebkitTextStroke?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitTextStroke">;
309
+ WebkitTextStrokeColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitTextStrokeColor">;
310
+ WebkitTextStrokeWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitTextStrokeWidth">;
311
+ WebkitTouchCallout?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitTouchCallout">;
312
+ WebkitUserModify?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitUserModify">;
313
+ accentColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"accentColor">;
314
+ alignContent?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"alignContent">;
315
+ alignItems?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"alignItems">;
316
+ alignSelf?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"alignSelf">;
317
+ alignTracks?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"alignTracks">;
318
+ all?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"all">;
319
+ animation?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animation">;
320
+ animationComposition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationComposition">;
321
+ animationDelay?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationDelay">;
322
+ animationDirection?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationDirection">;
323
+ animationDuration?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationDuration">;
324
+ animationFillMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationFillMode">;
325
+ animationIterationCount?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationIterationCount">;
326
+ animationName?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationName">;
327
+ animationPlayState?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationPlayState">;
328
+ animationTimingFunction?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationTimingFunction">;
329
+ animationTimeline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationTimeline">;
330
+ appearance?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"appearance">;
331
+ aspectRatio?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"aspectRatio">;
332
+ azimuth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"azimuth">;
333
+ backdropFilter?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropFilter">;
334
+ backfaceVisibility?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backfaceVisibility">;
335
+ background?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"background">;
336
+ backgroundAttachment?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundAttachment">;
337
+ backgroundBlendMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundBlendMode">;
338
+ backgroundClip?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundClip">;
339
+ backgroundColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundColor">;
340
+ backgroundImage?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundImage">;
341
+ backgroundOrigin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundOrigin">;
342
+ backgroundPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundPosition">;
343
+ backgroundPositionX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundPositionX">;
344
+ backgroundPositionY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundPositionY">;
345
+ backgroundRepeat?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundRepeat">;
346
+ backgroundSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundSize">;
347
+ blockOverflow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"blockOverflow">;
348
+ blockSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"blockSize">;
349
+ border?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"border">;
350
+ borderBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlock">;
351
+ borderBlockColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockColor">;
352
+ borderBlockStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockStyle">;
353
+ borderBlockWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockWidth">;
354
+ borderBlockEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockEnd">;
355
+ borderBlockEndColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockEndColor">;
356
+ borderBlockEndStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockEndStyle">;
357
+ borderBlockEndWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockEndWidth">;
358
+ borderBlockStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockStart">;
359
+ borderBlockStartColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockStartColor">;
360
+ borderBlockStartStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockStartStyle">;
361
+ borderBlockStartWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockStartWidth">;
362
+ borderBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBottom">;
363
+ borderBottomColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBottomColor">;
364
+ borderBottomLeftRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBottomLeftRadius">;
365
+ borderBottomRightRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBottomRightRadius">;
366
+ borderBottomStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBottomStyle">;
367
+ borderBottomWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBottomWidth">;
368
+ borderCollapse?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderCollapse">;
369
+ borderColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderColor">;
370
+ borderEndEndRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderEndEndRadius">;
371
+ borderEndStartRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderEndStartRadius">;
372
+ borderImage?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderImage">;
373
+ borderImageOutset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderImageOutset">;
374
+ borderImageRepeat?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderImageRepeat">;
375
+ borderImageSlice?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderImageSlice">;
376
+ borderImageSource?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderImageSource">;
377
+ borderImageWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderImageWidth">;
378
+ borderInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInline">;
379
+ borderInlineEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineEnd">;
380
+ borderInlineColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineColor">;
381
+ borderInlineStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineStyle">;
382
+ borderInlineWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineWidth">;
383
+ borderInlineEndColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineEndColor">;
384
+ borderInlineEndStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineEndStyle">;
385
+ borderInlineEndWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineEndWidth">;
386
+ borderInlineStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineStart">;
387
+ borderInlineStartColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineStartColor">;
388
+ borderInlineStartStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineStartStyle">;
389
+ borderInlineStartWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineStartWidth">;
390
+ borderLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderLeft">;
391
+ borderLeftColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderLeftColor">;
392
+ borderLeftStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderLeftStyle">;
393
+ borderLeftWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderLeftWidth">;
394
+ borderRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderRadius">;
395
+ borderRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderRight">;
396
+ borderRightColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderRightColor">;
397
+ borderRightStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderRightStyle">;
398
+ borderRightWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderRightWidth">;
399
+ borderSpacing?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderSpacing">;
400
+ borderStartEndRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderStartEndRadius">;
401
+ borderStartStartRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderStartStartRadius">;
402
+ borderStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderStyle">;
403
+ borderTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderTop">;
404
+ borderTopColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderTopColor">;
405
+ borderTopLeftRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderTopLeftRadius">;
406
+ borderTopRightRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderTopRightRadius">;
407
+ borderTopStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderTopStyle">;
408
+ borderTopWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderTopWidth">;
409
+ borderWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderWidth">;
410
+ bottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bottom">;
411
+ boxAlign?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxAlign">;
412
+ boxDecorationBreak?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxDecorationBreak">;
413
+ boxDirection?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxDirection">;
414
+ boxFlex?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxFlex">;
415
+ boxFlexGroup?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxFlexGroup">;
416
+ boxLines?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxLines">;
417
+ boxOrdinalGroup?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxOrdinalGroup">;
418
+ boxOrient?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxOrient">;
419
+ boxPack?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxPack">;
420
+ boxShadow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxShadow">;
421
+ boxSizing?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxSizing">;
422
+ breakAfter?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"breakAfter">;
423
+ breakBefore?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"breakBefore">;
424
+ breakInside?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"breakInside">;
425
+ captionSide?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"captionSide">;
426
+ caret?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"caret">;
427
+ caretColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"caretColor">;
428
+ caretShape?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"caretShape">;
429
+ clear?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"clear">;
430
+ clip?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"clip">;
431
+ clipPath?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"clipPath">;
432
+ color?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"color">;
433
+ colorScheme?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"colorScheme">;
434
+ columnCount?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnCount">;
435
+ columnFill?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnFill">;
436
+ columnGap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnGap">;
437
+ columnRule?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnRule">;
438
+ columnRuleColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnRuleColor">;
439
+ columnRuleStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnRuleStyle">;
440
+ columnRuleWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnRuleWidth">;
441
+ columnSpan?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnSpan">;
442
+ columnWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnWidth">;
443
+ columns?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columns">;
444
+ contain?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"contain">;
445
+ containIntrinsicSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"containIntrinsicSize">;
446
+ containIntrinsicBlockSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"containIntrinsicBlockSize">;
447
+ containIntrinsicHeight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"containIntrinsicHeight">;
448
+ containIntrinsicInlineSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"containIntrinsicInlineSize">;
449
+ containIntrinsicWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"containIntrinsicWidth">;
450
+ container?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"container">;
451
+ containerName?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"containerName">;
452
+ containerType?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"containerType">;
453
+ content?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"content">;
454
+ contentVisibility?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"contentVisibility">;
455
+ counterIncrement?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"counterIncrement">;
456
+ counterReset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"counterReset">;
457
+ counterSet?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"counterSet">;
458
+ cursor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"cursor">;
459
+ direction?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"direction">;
460
+ display?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"display">;
461
+ emptyCells?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"emptyCells">;
462
+ filter?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"filter">;
463
+ flex?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flex">;
464
+ flexBasis?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flexBasis">;
465
+ flexDirection?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flexDirection">;
466
+ flexFlow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flexFlow">;
467
+ flexGrow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flexGrow">;
468
+ flexShrink?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flexShrink">;
469
+ flexWrap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flexWrap">;
470
+ float?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"float">;
471
+ font?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"font">;
472
+ fontFamily?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontFamily">;
473
+ fontFeatureSettings?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontFeatureSettings">;
474
+ fontKerning?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontKerning">;
475
+ fontLanguageOverride?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontLanguageOverride">;
476
+ fontOpticalSizing?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontOpticalSizing">;
477
+ fontPalette?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontPalette">;
478
+ fontVariationSettings?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariationSettings">;
479
+ fontSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontSize">;
480
+ fontSizeAdjust?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontSizeAdjust">;
481
+ fontSmooth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontSmooth">;
482
+ fontStretch?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontStretch">;
483
+ fontStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontStyle">;
484
+ fontSynthesis?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontSynthesis">;
485
+ fontVariant?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariant">;
486
+ fontVariantAlternates?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariantAlternates">;
487
+ fontVariantCaps?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariantCaps">;
488
+ fontVariantEastAsian?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariantEastAsian">;
489
+ fontVariantEmoji?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariantEmoji">;
490
+ fontVariantLigatures?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariantLigatures">;
491
+ fontVariantNumeric?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariantNumeric">;
492
+ fontVariantPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariantPosition">;
493
+ fontWeight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontWeight">;
494
+ forcedColorAdjust?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"forcedColorAdjust">;
495
+ gap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gap">;
496
+ grid?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"grid">;
497
+ gridArea?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridArea">;
498
+ gridAutoColumns?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridAutoColumns">;
499
+ gridAutoFlow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridAutoFlow">;
500
+ gridAutoRows?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridAutoRows">;
501
+ gridColumn?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridColumn">;
502
+ gridColumnEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridColumnEnd">;
503
+ gridColumnGap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridColumnGap">;
504
+ gridColumnStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridColumnStart">;
505
+ gridGap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridGap">;
506
+ gridRow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridRow">;
507
+ gridRowEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridRowEnd">;
508
+ gridRowGap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridRowGap">;
509
+ gridRowStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridRowStart">;
510
+ gridTemplate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridTemplate">;
511
+ gridTemplateAreas?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridTemplateAreas">;
512
+ gridTemplateColumns?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridTemplateColumns">;
513
+ gridTemplateRows?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridTemplateRows">;
514
+ hangingPunctuation?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"hangingPunctuation">;
515
+ height?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"height">;
516
+ hyphenateCharacter?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"hyphenateCharacter">;
517
+ hyphenateLimitChars?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"hyphenateLimitChars">;
518
+ hyphens?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"hyphens">;
519
+ imageOrientation?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"imageOrientation">;
520
+ imageRendering?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"imageRendering">;
521
+ imageResolution?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"imageResolution">;
522
+ imeMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"imeMode">;
523
+ initialLetter?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"initialLetter">;
524
+ initialLetterAlign?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"initialLetterAlign"> | undefined;
525
+ inlineSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"inlineSize">;
526
+ inputSecurity?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"inputSecurity">;
527
+ inset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"inset">;
528
+ insetBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetBlock">;
529
+ insetBlockEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetBlockEnd">;
530
+ insetBlockStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetBlockStart">;
531
+ insetInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetInline">;
532
+ insetInlineEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetInlineEnd">;
533
+ insetInlineStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetInlineStart">;
534
+ isolation?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"isolation">;
535
+ justifyContent?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"justifyContent">;
536
+ justifyItems?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"justifyItems">;
537
+ justifySelf?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"justifySelf">;
538
+ justifyTracks?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"justifyTracks">;
539
+ left?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"left">;
540
+ letterSpacing?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"letterSpacing">;
541
+ lineBreak?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"lineBreak">;
542
+ lineClamp?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"lineClamp">;
543
+ lineHeight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"lineHeight">;
544
+ lineHeightStep?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"lineHeightStep">;
545
+ listStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"listStyle">;
546
+ listStyleImage?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"listStyleImage">;
547
+ listStylePosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"listStylePosition">;
548
+ listStyleType?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"listStyleType">;
549
+ margin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"margin">;
550
+ marginBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginBlock">;
551
+ marginBlockEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginBlockEnd">;
552
+ marginBlockStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginBlockStart">;
553
+ marginBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginBottom">;
554
+ marginInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginInline">;
555
+ marginInlineEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginInlineEnd">;
556
+ marginInlineStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginInlineStart">;
557
+ marginLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginLeft">;
558
+ marginRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginRight">;
559
+ marginTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginTop">;
560
+ marginTrim?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginTrim">;
561
+ mask?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mask">;
562
+ maskBorder?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskBorder">;
563
+ maskBorderMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskBorderMode">;
564
+ maskBorderOutset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskBorderOutset">;
565
+ maskBorderRepeat?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskBorderRepeat">;
566
+ maskBorderSlice?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskBorderSlice">;
567
+ maskBorderSource?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskBorderSource">;
568
+ maskBorderWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskBorderWidth">;
569
+ maskClip?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskClip">;
570
+ maskComposite?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskComposite">;
571
+ maskImage?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskImage">;
572
+ maskMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskMode">;
573
+ maskOrigin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskOrigin">;
574
+ maskPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskPosition">;
575
+ maskRepeat?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskRepeat">;
576
+ maskSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskSize">;
577
+ maskType?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskType">;
578
+ masonryAutoFlow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"masonryAutoFlow">;
579
+ mathDepth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mathDepth">;
580
+ mathShift?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mathShift">;
581
+ mathStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mathStyle">;
582
+ maxBlockSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maxBlockSize">;
583
+ maxHeight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maxHeight">;
584
+ maxInlineSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maxInlineSize">;
585
+ maxLines?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maxLines">;
586
+ maxWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maxWidth">;
587
+ minBlockSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"minBlockSize">;
588
+ minHeight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"minHeight">;
589
+ minInlineSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"minInlineSize">;
590
+ minWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"minWidth">;
591
+ mixBlendMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mixBlendMode">;
592
+ objectFit?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"objectFit">;
593
+ objectPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"objectPosition">;
594
+ offset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"offset">;
595
+ offsetAnchor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"offsetAnchor">;
596
+ offsetDistance?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"offsetDistance">;
597
+ offsetPath?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"offsetPath">;
598
+ offsetPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"offsetPosition">;
599
+ offsetRotate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"offsetRotate">;
600
+ opacity?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"opacity">;
601
+ order?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"order">;
602
+ orphans?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"orphans">;
603
+ outline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"outline">;
604
+ outlineColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"outlineColor">;
605
+ outlineOffset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"outlineOffset">;
606
+ outlineStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"outlineStyle">;
607
+ outlineWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"outlineWidth">;
608
+ overflow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflow">;
609
+ overflowAnchor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowAnchor">;
610
+ overflowBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowBlock">;
611
+ overflowClipBox?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowClipBox">;
612
+ overflowClipMargin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowClipMargin">;
613
+ overflowInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowInline">;
614
+ overflowWrap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowWrap">;
615
+ overflowX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowX">;
616
+ overflowY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowY">;
617
+ overscrollBehavior?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overscrollBehavior">;
618
+ overscrollBehaviorBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overscrollBehaviorBlock">;
619
+ overscrollBehaviorInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overscrollBehaviorInline">;
620
+ overscrollBehaviorX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overscrollBehaviorX">;
621
+ overscrollBehaviorY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overscrollBehaviorY">;
622
+ padding?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"padding">;
623
+ paddingBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingBlock">;
624
+ paddingBlockEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingBlockEnd">;
625
+ paddingBlockStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingBlockStart">;
626
+ paddingBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingBottom">;
627
+ paddingInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingInline">;
628
+ paddingInlineEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingInlineEnd">;
629
+ paddingInlineStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingInlineStart">;
630
+ paddingLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingLeft">;
631
+ paddingRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingRight">;
632
+ paddingTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingTop">;
633
+ page?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"page">;
634
+ pageBreakAfter?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pageBreakAfter">;
635
+ pageBreakBefore?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pageBreakBefore">;
636
+ pageBreakInside?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pageBreakInside">;
637
+ paintOrder?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paintOrder">;
638
+ perspective?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"perspective">;
639
+ perspectiveOrigin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"perspectiveOrigin">;
640
+ placeContent?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"placeContent">;
641
+ placeItems?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"placeItems">;
642
+ placeSelf?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"placeSelf">;
643
+ pointerEvents?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pointerEvents">;
644
+ position?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"position">;
645
+ printColorAdjust?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"printColorAdjust">;
646
+ quotes?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"quotes">;
647
+ resize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"resize">;
648
+ right?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"right">;
649
+ rotate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"rotate">;
650
+ rowGap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"rowGap">;
651
+ rubyAlign?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"rubyAlign">;
652
+ rubyMerge?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"rubyMerge">;
653
+ rubyPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"rubyPosition">;
654
+ scale?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scale">;
655
+ scrollbarColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollbarColor">;
656
+ scrollbarGutter?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollbarGutter">;
657
+ scrollbarWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollbarWidth">;
658
+ scrollBehavior?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollBehavior">;
659
+ scrollMargin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMargin">;
660
+ scrollMarginBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginBlock">;
661
+ scrollMarginBlockStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginBlockStart">;
662
+ scrollMarginBlockEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginBlockEnd">;
663
+ scrollMarginBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginBottom">;
664
+ scrollMarginInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginInline">;
665
+ scrollMarginInlineStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginInlineStart">;
666
+ scrollMarginInlineEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginInlineEnd">;
667
+ scrollMarginLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginLeft">;
668
+ scrollMarginRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginRight">;
669
+ scrollMarginTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginTop">;
670
+ scrollPadding?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPadding">;
671
+ scrollPaddingBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingBlock">;
672
+ scrollPaddingBlockStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingBlockStart">;
673
+ scrollPaddingBlockEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingBlockEnd">;
674
+ scrollPaddingBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingBottom">;
675
+ scrollPaddingInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingInline">;
676
+ scrollPaddingInlineStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingInlineStart">;
677
+ scrollPaddingInlineEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingInlineEnd">;
678
+ scrollPaddingLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingLeft">;
679
+ scrollPaddingRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingRight">;
680
+ scrollPaddingTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingTop">;
681
+ scrollSnapAlign?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapAlign">;
682
+ scrollSnapCoordinate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapCoordinate">;
683
+ scrollSnapDestination?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapDestination">;
684
+ scrollSnapPointsX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapPointsX">;
685
+ scrollSnapPointsY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapPointsY">;
686
+ scrollSnapStop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapStop">;
687
+ scrollSnapType?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapType">;
688
+ scrollSnapTypeX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapTypeX">;
689
+ scrollSnapTypeY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapTypeY">;
690
+ scrollTimeline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollTimeline">;
691
+ scrollTimelineAxis?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollTimelineAxis">;
692
+ scrollTimelineName?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollTimelineName">;
693
+ shapeImageThreshold?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"shapeImageThreshold">;
694
+ shapeMargin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"shapeMargin">;
695
+ shapeOutside?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"shapeOutside">;
696
+ tabSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"tabSize">;
697
+ tableLayout?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"tableLayout">;
698
+ textAlign?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textAlign">;
699
+ textAlignLast?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textAlignLast">;
700
+ textCombineUpright?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textCombineUpright">;
701
+ textDecoration?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textDecoration">;
702
+ textDecorationColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textDecorationColor">;
703
+ textDecorationLine?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textDecorationLine">;
704
+ textDecorationSkip?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textDecorationSkip">;
705
+ textDecorationSkipInk?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textDecorationSkipInk">;
706
+ textDecorationStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textDecorationStyle">;
707
+ textDecorationThickness?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textDecorationThickness">;
708
+ textEmphasis?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textEmphasis">;
709
+ textEmphasisColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textEmphasisColor">;
710
+ textEmphasisPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textEmphasisPosition">;
711
+ textEmphasisStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textEmphasisStyle">;
712
+ textIndent?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textIndent">;
713
+ textJustify?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textJustify">;
714
+ textOrientation?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textOrientation">;
715
+ textOverflow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textOverflow">;
716
+ textRendering?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textRendering">;
717
+ textShadow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textShadow">;
718
+ textSizeAdjust?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textSizeAdjust">;
719
+ textTransform?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textTransform">;
720
+ textUnderlineOffset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textUnderlineOffset">;
721
+ textUnderlinePosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textUnderlinePosition">;
722
+ top?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"top">;
723
+ touchAction?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"touchAction">;
724
+ transform?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transform">;
725
+ transformBox?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transformBox">;
726
+ transformOrigin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transformOrigin">;
727
+ transformStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transformStyle">;
728
+ transition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transition">;
729
+ transitionDelay?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transitionDelay">;
730
+ transitionDuration?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transitionDuration">;
731
+ transitionProperty?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transitionProperty">;
732
+ transitionTimingFunction?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transitionTimingFunction">;
733
+ translate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"translate">;
734
+ unicodeBidi?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"unicodeBidi">;
735
+ userSelect?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"userSelect">;
736
+ verticalAlign?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"verticalAlign">;
737
+ viewTransitionName?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"viewTransitionName">;
738
+ visibility?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"visibility">;
739
+ whiteSpace?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"whiteSpace">;
740
+ widows?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"widows">;
741
+ width?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"width">;
742
+ willChange?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"willChange">;
743
+ wordBreak?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"wordBreak">;
744
+ wordSpacing?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"wordSpacing">;
745
+ wordWrap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"wordWrap">;
746
+ writingMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"writingMode">;
747
+ zIndex?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"zIndex">;
748
+ zoom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"zoom">;
749
+ alignmentBaseline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"alignmentBaseline">;
750
+ baselineShift?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"baselineShift">;
751
+ clipRule?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"clipRule">;
752
+ colorInterpolation?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"colorInterpolation">;
753
+ colorRendering?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"colorRendering">;
754
+ dominantBaseline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"dominantBaseline">;
755
+ fill?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fill">;
756
+ fillOpacity?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fillOpacity">;
757
+ fillRule?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fillRule">;
758
+ floodColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"floodColor">;
759
+ floodOpacity?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"floodOpacity">;
760
+ glyphOrientationVertical?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"glyphOrientationVertical">;
761
+ lightingColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"lightingColor">;
762
+ marker?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marker">;
763
+ markerEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"markerEnd">;
764
+ markerMid?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"markerMid">;
765
+ markerStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"markerStart">;
766
+ shapeRendering?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"shapeRendering">;
767
+ stopColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"stopColor">;
768
+ stopOpacity?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"stopOpacity">;
769
+ stroke?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"stroke">;
770
+ strokeDasharray?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"strokeDasharray">;
771
+ strokeDashoffset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"strokeDashoffset">;
772
+ strokeLinecap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"strokeLinecap">;
773
+ strokeLinejoin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"strokeLinejoin">;
774
+ strokeMiterlimit?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"strokeMiterlimit">;
775
+ strokeOpacity?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"strokeOpacity">;
776
+ strokeWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"strokeWidth">;
777
+ textAnchor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textAnchor">;
778
+ vectorEffect?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"vectorEffect">;
779
+ pos?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pos">;
780
+ insetEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetEnd">;
781
+ end?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"end">;
782
+ insetStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetStart">;
783
+ start?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"start">;
784
+ flexDir?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flexDir">;
785
+ p?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"p">;
786
+ pl?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pl">;
787
+ pr?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pr">;
788
+ pt?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pt">;
789
+ pb?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pb">;
790
+ py?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"py">;
791
+ paddingY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingY">;
792
+ paddingX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingX">;
793
+ px?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"px">;
794
+ pe?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pe">;
795
+ paddingEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingEnd">;
796
+ ps?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ps">;
797
+ paddingStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingStart">;
798
+ ml?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ml">;
799
+ mr?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mr">;
800
+ mt?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mt">;
801
+ mb?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mb">;
802
+ m?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"m">;
803
+ my?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"my">;
804
+ marginY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginY">;
805
+ mx?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mx">;
806
+ marginX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginX">;
807
+ me?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"me">;
808
+ marginEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginEnd">;
809
+ ms?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ms">;
810
+ marginStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginStart">;
811
+ ringWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ringWidth">;
812
+ ringColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ringColor">;
813
+ ring?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ring">;
814
+ ringOffset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ringOffset">;
815
+ w?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"w">;
816
+ minW?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"minW">;
817
+ maxW?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maxW">;
818
+ h?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"h">;
819
+ minH?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"minH">;
820
+ maxH?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maxH">;
821
+ tracking?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"tracking">;
822
+ leading?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"leading">;
823
+ bgPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgPosition">;
824
+ bgPositionX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgPositionX">;
825
+ bgPositionY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgPositionY">;
826
+ bgAttachment?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgAttachment">;
827
+ bgClip?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgClip">;
828
+ bg?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bg">;
829
+ bgColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgColor">;
830
+ bgOrigin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgOrigin">;
831
+ bgImage?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgImage">;
832
+ bgRepeat?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgRepeat">;
833
+ bgBlendMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgBlendMode">;
834
+ bgSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgSize">;
835
+ bgGradient?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgGradient"> | undefined;
836
+ rounded?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"rounded">;
837
+ roundedTopLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedTopLeft">;
838
+ roundedTopRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedTopRight">;
839
+ roundedBottomRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedBottomRight">;
840
+ roundedBottomLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedBottomLeft">;
841
+ roundedTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedTop">;
842
+ roundedRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedRight">;
843
+ roundedBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedBottom">;
844
+ roundedLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedLeft">;
845
+ roundedStartStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedStartStart">;
846
+ roundedStartEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedStartEnd">;
847
+ roundedStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedStart">;
848
+ roundedEndStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedEndStart">;
849
+ roundedEndEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedEndEnd">;
850
+ roundedEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedEnd">;
851
+ borderX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderX">;
852
+ borderXWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderXWidth">;
853
+ borderXColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderXColor">;
854
+ borderY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderY">;
855
+ borderYWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderYWidth">;
856
+ borderYColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderYColor">;
857
+ borderStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderStart">;
858
+ borderStartWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderStartWidth">;
859
+ borderStartColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderStartColor">;
860
+ borderEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderEnd">;
861
+ borderEndWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderEndWidth">;
862
+ borderEndColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderEndColor">;
863
+ shadow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"shadow">;
864
+ shadowColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"shadowColor"> | undefined;
865
+ x?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"x"> | undefined;
866
+ y?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"y"> | undefined;
867
+ bga?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bga"> | undefined;
868
+ bca?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bca">;
869
+ ca?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ca">;
870
+ insetX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetX">;
871
+ insetY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetY">;
872
+ hideFrom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"hideFrom"> | undefined;
873
+ hideBelow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"hideBelow"> | undefined;
874
+ divideX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"divideX"> | undefined;
875
+ divideY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"divideY"> | undefined;
876
+ divideColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"divideColor"> | undefined;
877
+ divideStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"divideStyle">;
878
+ fontSmoothing?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontSmoothing"> | undefined;
879
+ textWrap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textWrap">;
880
+ truncate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"truncate"> | undefined;
881
+ backgroundGradient?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundGradient"> | undefined;
882
+ textGradient?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textGradient"> | undefined;
883
+ gradientFrom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gradientFrom"> | undefined;
884
+ gradientTo?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gradientTo"> | undefined;
885
+ gradientVia?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gradientVia"> | undefined;
886
+ borderTopRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderTopRadius">;
887
+ borderRightRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderRightRadius">;
888
+ borderBottomRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBottomRadius">;
889
+ borderLeftRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderLeftRadius">;
890
+ borderStartRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderStartRadius">;
891
+ borderEndRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderEndRadius">;
892
+ boxShadowColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxShadowColor"> | undefined;
893
+ brightness?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"brightness"> | undefined;
894
+ contrast?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"contrast"> | undefined;
895
+ grayscale?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"grayscale"> | undefined;
896
+ hueRotate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"hueRotate"> | undefined;
897
+ invert?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"invert"> | undefined;
898
+ saturate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"saturate"> | undefined;
899
+ sepia?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"sepia"> | undefined;
900
+ dropShadow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"dropShadow"> | undefined;
901
+ blur?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"blur"> | undefined;
902
+ backdropBlur?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropBlur">;
903
+ backdropBrightness?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropBrightness"> | undefined;
904
+ backdropContrast?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropContrast"> | undefined;
905
+ backdropGrayscale?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropGrayscale"> | undefined;
906
+ backdropHueRotate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropHueRotate"> | undefined;
907
+ backdropInvert?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropInvert"> | undefined;
908
+ backdropOpacity?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropOpacity"> | undefined;
909
+ backdropSaturate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropSaturate"> | undefined;
910
+ backdropSepia?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropSepia"> | undefined;
911
+ borderSpacingX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderSpacingX"> | undefined;
912
+ borderSpacingY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderSpacingY"> | undefined;
913
+ scaleX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scaleX"> | undefined;
914
+ scaleY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scaleY"> | undefined;
915
+ translateX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"translateX"> | undefined;
916
+ translateY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"translateY"> | undefined;
917
+ scrollbar?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollbar"> | undefined;
918
+ scrollMarginX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginX">;
919
+ scrollMarginY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginY">;
920
+ scrollPaddingX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingX">;
921
+ scrollPaddingY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingY">;
922
+ scrollSnapStrictness?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapStrictness"> | undefined;
923
+ scrollSnapMargin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapMargin">;
924
+ scrollSnapMarginTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapMarginTop">;
925
+ scrollSnapMarginBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapMarginBottom">;
926
+ scrollSnapMarginLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapMarginLeft">;
927
+ scrollSnapMarginRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapMarginRight">;
928
+ srOnly?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"srOnly"> | undefined;
929
+ debug?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"debug"> | undefined;
930
+ animateIn?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animateIn"> | undefined;
931
+ animateOut?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animateOut"> | undefined;
932
+ fadeIn?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fadeIn"> | undefined;
933
+ fadeOut?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fadeOut"> | undefined;
934
+ zoomIn?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"zoomIn"> | undefined;
935
+ zoomOut?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"zoomOut"> | undefined;
936
+ spinIn?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"spinIn"> | undefined;
937
+ spinOut?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"spinOut"> | undefined;
938
+ slideInFromTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideInFromTop"> | undefined;
939
+ slideInFromBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideInFromBottom"> | undefined;
940
+ slideInFromLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideInFromLeft"> | undefined;
941
+ slideInFromRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideInFromRight"> | undefined;
942
+ slideOutToTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideOutToTop"> | undefined;
943
+ slideOutToBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideOutToBottom"> | undefined;
944
+ slideOutToLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideOutToLeft"> | undefined;
945
+ slideOutToRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideOutToRight"> | undefined;
946
+ backgroundAlpha?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundAlpha"> | undefined;
947
+ gradientFromAlpha?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gradientFromAlpha"> | undefined;
948
+ gradientToAlpha?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gradientToAlpha"> | undefined;
949
+ borderAlpha?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderAlpha">;
950
+ focusRingWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"focusRingWidth"> | undefined;
951
+ focusRingColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"focusRingColor"> | undefined;
952
+ focusRingOffsetWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"focusRingOffsetWidth"> | undefined;
953
+ focusRingOffsetColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"focusRingOffsetColor"> | undefined;
954
+ focusRingInset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"focusRingInset"> | undefined;
955
+ spaceY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"spaceY"> | undefined;
956
+ spaceX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"spaceX"> | undefined;
957
+ textAlpha?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textAlpha">;
958
+ colorPalette?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"colorPalette"> | undefined;
959
+ textStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textStyle"> | undefined;
960
+ layerStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"layerStyle"> | undefined;
961
+ _hover?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
962
+ _focus?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
963
+ _focusWithin?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
964
+ _focusVisible?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
965
+ _disabled?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
966
+ _active?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
967
+ _visited?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
968
+ _target?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
969
+ _readOnly?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
970
+ _readWrite?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
971
+ _empty?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
972
+ _checked?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
973
+ _enabled?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
974
+ _expanded?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
975
+ _highlighted?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
976
+ _before?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
977
+ _after?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
978
+ _firstLetter?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
979
+ _firstLine?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
980
+ _marker?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
981
+ _selection?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
982
+ _file?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
983
+ _backdrop?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
984
+ _first?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
985
+ _last?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
986
+ _only?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
987
+ _even?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
988
+ _odd?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
989
+ _firstOfType?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
990
+ _lastOfType?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
991
+ _onlyOfType?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
992
+ _peerFocus?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
993
+ _peerHover?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
994
+ _peerActive?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
995
+ _peerFocusWithin?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
996
+ _peerFocusVisible?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
997
+ _peerDisabled?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
998
+ _peerChecked?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
999
+ _peerInvalid?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1000
+ _peerExpanded?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1001
+ _peerPlaceholderShown?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1002
+ _groupFocus?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1003
+ _groupHover?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1004
+ _groupActive?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1005
+ _groupFocusWithin?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1006
+ _groupFocusVisible?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1007
+ _groupDisabled?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1008
+ _groupChecked?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1009
+ _groupExpanded?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1010
+ _groupInvalid?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1011
+ _indeterminate?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1012
+ _required?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1013
+ _valid?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1014
+ _invalid?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1015
+ _autofill?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1016
+ _inRange?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1017
+ _outOfRange?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1018
+ _placeholder?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1019
+ _placeholderShown?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1020
+ _pressed?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1021
+ _selected?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1022
+ _default?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1023
+ _optional?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1024
+ _open?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1025
+ _closed?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1026
+ _fullscreen?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1027
+ _loading?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1028
+ _currentPage?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1029
+ _currentStep?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1030
+ _motionReduce?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1031
+ _motionSafe?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1032
+ _print?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1033
+ _landscape?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1034
+ _portrait?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1035
+ _dark?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1036
+ _light?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1037
+ _osDark?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1038
+ _osLight?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1039
+ _highContrast?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1040
+ _lessContrast?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1041
+ _moreContrast?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1042
+ _ltr?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1043
+ _rtl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1044
+ _scrollbar?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1045
+ _scrollbarThumb?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1046
+ _scrollbarTrack?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1047
+ _horizontal?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1048
+ _vertical?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1049
+ sm?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1050
+ smOnly?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1051
+ smDown?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1052
+ md?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1053
+ mdOnly?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1054
+ mdDown?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1055
+ lg?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1056
+ lgOnly?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1057
+ lgDown?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1058
+ "2lg"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1059
+ "2lgOnly"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1060
+ "2lgDown"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1061
+ xl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1062
+ xlOnly?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1063
+ xlDown?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1064
+ "2xl"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1065
+ "2xlOnly"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1066
+ "2xlDown"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1067
+ smToMd?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1068
+ smToLg?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1069
+ smTo2lg?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1070
+ smToXl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1071
+ smTo2xl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1072
+ mdToLg?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1073
+ mdTo2lg?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1074
+ mdToXl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1075
+ mdTo2xl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1076
+ lgTo2lg?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1077
+ lgToXl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1078
+ lgTo2xl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1079
+ "2lgToXl"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1080
+ "2lgTo2xl"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1081
+ xlTo2xl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1082
+ base?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
1083
+ css?: import("../../styled-system/types/system-types.mjs").SystemStyleObject | undefined;
1084
+ } & import("../../styled-system/recipes/radio-group.mjs").RadioGroupVariantProps, "ref"> & React.RefAttributes<unknown>, "onChange"> & {
1085
+ id: string;
1086
+ items: RadioItem[];
1087
+ onChange: (...event: any[]) => void;
1088
+ } & {
1089
+ orientation?: "horizontal" | "vertical" | undefined;
1090
+ fullWidth?: boolean | undefined;
1091
+ }, "ref"> & React.RefAttributes<unknown>>;
1092
+ export declare const RadioGroupSimple: React.ForwardRefExoticComponent<Omit<Omit<Omit<{
1093
+ slot?: string | undefined;
1094
+ style?: React.CSSProperties | undefined;
1095
+ title?: string | undefined;
1096
+ value?: import("@radix-ui/react-radio-group").RadioGroupContextValue["value"];
1097
+ name?: import("@radix-ui/react-radio-group").RadioGroupContextValue["name"];
1098
+ ref?: React.Ref<HTMLDivElement> | undefined;
1099
+ defaultChecked?: boolean | undefined;
1100
+ defaultValue?: string | undefined;
1101
+ suppressContentEditableWarning?: boolean | undefined;
1102
+ suppressHydrationWarning?: boolean | undefined;
1103
+ accessKey?: string | undefined;
1104
+ autoFocus?: boolean | undefined;
1105
+ className?: string | undefined;
1106
+ contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
1107
+ contextMenu?: string | undefined;
1108
+ dir?: import("@radix-ui/react-radio-group").RovingFocusGroupProps["dir"];
1109
+ draggable?: (boolean | "true" | "false") | undefined;
1110
+ hidden?: boolean | undefined;
1111
+ id?: string | undefined;
1112
+ lang?: string | undefined;
1113
+ nonce?: string | undefined;
1114
+ spellCheck?: (boolean | "true" | "false") | undefined;
1115
+ tabIndex?: number | undefined;
1116
+ radioGroup?: string | undefined;
1117
+ role?: React.AriaRole | undefined;
1118
+ about?: string | undefined;
1119
+ datatype?: string | undefined;
1120
+ inlist?: any;
1121
+ prefix?: string | undefined;
1122
+ property?: string | undefined;
1123
+ rel?: string | undefined;
1124
+ resource?: string | undefined;
1125
+ rev?: string | undefined;
1126
+ typeof?: string | undefined;
1127
+ vocab?: string | undefined;
1128
+ autoCapitalize?: string | undefined;
1129
+ autoCorrect?: string | undefined;
1130
+ autoSave?: string | undefined;
1131
+ itemProp?: string | undefined;
1132
+ itemScope?: boolean | undefined;
1133
+ itemType?: string | undefined;
1134
+ itemID?: string | undefined;
1135
+ itemRef?: string | undefined;
1136
+ results?: number | undefined;
1137
+ security?: string | undefined;
1138
+ unselectable?: "on" | "off" | undefined;
1139
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
1140
+ is?: string | undefined;
1141
+ "aria-activedescendant"?: string | undefined;
1142
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
1143
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
1144
+ "aria-braillelabel"?: string | undefined;
1145
+ "aria-brailleroledescription"?: string | undefined;
1146
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
1147
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
1148
+ "aria-colcount"?: number | undefined;
1149
+ "aria-colindex"?: number | undefined;
1150
+ "aria-colindextext"?: string | undefined;
1151
+ "aria-colspan"?: number | undefined;
1152
+ "aria-controls"?: string | undefined;
1153
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
1154
+ "aria-describedby"?: string | undefined;
1155
+ "aria-description"?: string | undefined;
1156
+ "aria-details"?: string | undefined;
1157
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
1158
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
1159
+ "aria-errormessage"?: string | undefined;
1160
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
1161
+ "aria-flowto"?: string | undefined;
1162
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
1163
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
1164
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
1165
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1166
+ "aria-keyshortcuts"?: string | undefined;
1167
+ "aria-label"?: string | undefined;
1168
+ "aria-labelledby"?: string | undefined;
1169
+ "aria-level"?: number | undefined;
1170
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
1171
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
1172
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
1173
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
1174
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
1175
+ "aria-owns"?: string | undefined;
1176
+ "aria-placeholder"?: string | undefined;
1177
+ "aria-posinset"?: number | undefined;
1178
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
1179
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
1180
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
1181
+ "aria-required"?: (boolean | "true" | "false") | undefined;
1182
+ "aria-roledescription"?: string | undefined;
1183
+ "aria-rowcount"?: number | undefined;
1184
+ "aria-rowindex"?: number | undefined;
1185
+ "aria-rowindextext"?: string | undefined;
1186
+ "aria-rowspan"?: number | undefined;
1187
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
1188
+ "aria-setsize"?: number | undefined;
1189
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
1190
+ "aria-valuemax"?: number | undefined;
1191
+ "aria-valuemin"?: number | undefined;
1192
+ "aria-valuenow"?: number | undefined;
1193
+ "aria-valuetext"?: string | undefined;
1194
+ children?: React.ReactNode | undefined;
1195
+ dangerouslySetInnerHTML?: {
1196
+ __html: string | TrustedHTML;
1197
+ } | undefined;
1198
+ onCopy?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
1199
+ onCopyCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
1200
+ onCut?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
1201
+ onCutCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
1202
+ onPaste?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
1203
+ onPasteCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
1204
+ onCompositionEnd?: React.CompositionEventHandler<HTMLDivElement> | undefined;
1205
+ onCompositionEndCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined;
1206
+ onCompositionStart?: React.CompositionEventHandler<HTMLDivElement> | undefined;
1207
+ onCompositionStartCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined;
1208
+ onCompositionUpdate?: React.CompositionEventHandler<HTMLDivElement> | undefined;
1209
+ onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined;
1210
+ onFocus?: React.FocusEventHandler<HTMLDivElement> | undefined;
1211
+ onFocusCapture?: React.FocusEventHandler<HTMLDivElement> | undefined;
1212
+ onBlur?: React.FocusEventHandler<HTMLDivElement> | undefined;
1213
+ onBlurCapture?: React.FocusEventHandler<HTMLDivElement> | undefined;
1214
+ onChange?: React.FormEventHandler<HTMLDivElement> | undefined;
1215
+ onChangeCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
1216
+ onBeforeInput?: React.FormEventHandler<HTMLDivElement> | undefined;
1217
+ onBeforeInputCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
1218
+ onInput?: React.FormEventHandler<HTMLDivElement> | undefined;
1219
+ onInputCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
1220
+ onReset?: React.FormEventHandler<HTMLDivElement> | undefined;
1221
+ onResetCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
1222
+ onSubmit?: React.FormEventHandler<HTMLDivElement> | undefined;
1223
+ onSubmitCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
1224
+ onInvalid?: React.FormEventHandler<HTMLDivElement> | undefined;
1225
+ onInvalidCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
1226
+ onLoad?: React.ReactEventHandler<HTMLDivElement> | undefined;
1227
+ onLoadCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
1228
+ onError?: React.ReactEventHandler<HTMLDivElement> | undefined;
1229
+ onErrorCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
1230
+ onKeyDown?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
1231
+ onKeyDownCapture?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
1232
+ onKeyPress?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
1233
+ onKeyPressCapture?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
1234
+ onKeyUp?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
1235
+ onKeyUpCapture?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
1236
+ onAbort?: React.ReactEventHandler<HTMLDivElement> | undefined;
1237
+ onAbortCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
1238
+ onCanPlay?: React.ReactEventHandler<HTMLDivElement> | undefined;
1239
+ onCanPlayCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
1240
+ onCanPlayThrough?: React.ReactEventHandler<HTMLDivElement> | undefined;
1241
+ onCanPlayThroughCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
1242
+ onDurationChange?: React.ReactEventHandler<HTMLDivElement> | undefined;
1243
+ onDurationChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
1244
+ onEmptied?: React.ReactEventHandler<HTMLDivElement> | undefined;
1245
+ onEmptiedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
1246
+ onEncrypted?: React.ReactEventHandler<HTMLDivElement> | undefined;
1247
+ onEncryptedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
1248
+ onEnded?: React.ReactEventHandler<HTMLDivElement> | undefined;
1249
+ onEndedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
1250
+ onLoadedData?: React.ReactEventHandler<HTMLDivElement> | undefined;
1251
+ onLoadedDataCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
1252
+ onLoadedMetadata?: React.ReactEventHandler<HTMLDivElement> | undefined;
1253
+ onLoadedMetadataCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
1254
+ onLoadStart?: React.ReactEventHandler<HTMLDivElement> | undefined;
1255
+ onLoadStartCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
1256
+ onPause?: React.ReactEventHandler<HTMLDivElement> | undefined;
1257
+ onPauseCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
1258
+ onPlay?: React.ReactEventHandler<HTMLDivElement> | undefined;
1259
+ onPlayCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
1260
+ onPlaying?: React.ReactEventHandler<HTMLDivElement> | undefined;
1261
+ onPlayingCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
1262
+ onProgress?: React.ReactEventHandler<HTMLDivElement> | undefined;
1263
+ onProgressCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
1264
+ onRateChange?: React.ReactEventHandler<HTMLDivElement> | undefined;
1265
+ onRateChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
1266
+ onResize?: React.ReactEventHandler<HTMLDivElement> | undefined;
1267
+ onResizeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
1268
+ onSeeked?: React.ReactEventHandler<HTMLDivElement> | undefined;
1269
+ onSeekedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
1270
+ onSeeking?: React.ReactEventHandler<HTMLDivElement> | undefined;
1271
+ onSeekingCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
1272
+ onStalled?: React.ReactEventHandler<HTMLDivElement> | undefined;
1273
+ onStalledCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
1274
+ onSuspend?: React.ReactEventHandler<HTMLDivElement> | undefined;
1275
+ onSuspendCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
1276
+ onTimeUpdate?: React.ReactEventHandler<HTMLDivElement> | undefined;
1277
+ onTimeUpdateCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
1278
+ onVolumeChange?: React.ReactEventHandler<HTMLDivElement> | undefined;
1279
+ onVolumeChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
1280
+ onWaiting?: React.ReactEventHandler<HTMLDivElement> | undefined;
1281
+ onWaitingCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
1282
+ onAuxClick?: React.MouseEventHandler<HTMLDivElement> | undefined;
1283
+ onAuxClickCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
1284
+ onClick?: React.MouseEventHandler<HTMLDivElement> | undefined;
1285
+ onClickCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
1286
+ onContextMenu?: React.MouseEventHandler<HTMLDivElement> | undefined;
1287
+ onContextMenuCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
1288
+ onDoubleClick?: React.MouseEventHandler<HTMLDivElement> | undefined;
1289
+ onDoubleClickCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
1290
+ onDrag?: React.DragEventHandler<HTMLDivElement> | undefined;
1291
+ onDragCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
1292
+ onDragEnd?: React.DragEventHandler<HTMLDivElement> | undefined;
1293
+ onDragEndCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
1294
+ onDragEnter?: React.DragEventHandler<HTMLDivElement> | undefined;
1295
+ onDragEnterCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
1296
+ onDragExit?: React.DragEventHandler<HTMLDivElement> | undefined;
1297
+ onDragExitCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
1298
+ onDragLeave?: React.DragEventHandler<HTMLDivElement> | undefined;
1299
+ onDragLeaveCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
1300
+ onDragOver?: React.DragEventHandler<HTMLDivElement> | undefined;
1301
+ onDragOverCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
1302
+ onDragStart?: React.DragEventHandler<HTMLDivElement> | undefined;
1303
+ onDragStartCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
1304
+ onDrop?: React.DragEventHandler<HTMLDivElement> | undefined;
1305
+ onDropCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
1306
+ onMouseDown?: React.MouseEventHandler<HTMLDivElement> | undefined;
1307
+ onMouseDownCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
1308
+ onMouseEnter?: React.MouseEventHandler<HTMLDivElement> | undefined;
1309
+ onMouseLeave?: React.MouseEventHandler<HTMLDivElement> | undefined;
1310
+ onMouseMove?: React.MouseEventHandler<HTMLDivElement> | undefined;
1311
+ onMouseMoveCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
1312
+ onMouseOut?: React.MouseEventHandler<HTMLDivElement> | undefined;
1313
+ onMouseOutCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
1314
+ onMouseOver?: React.MouseEventHandler<HTMLDivElement> | undefined;
1315
+ onMouseOverCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
1316
+ onMouseUp?: React.MouseEventHandler<HTMLDivElement> | undefined;
1317
+ onMouseUpCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
1318
+ onSelect?: React.ReactEventHandler<HTMLDivElement> | undefined;
1319
+ onSelectCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
1320
+ onTouchCancel?: React.TouchEventHandler<HTMLDivElement> | undefined;
1321
+ onTouchCancelCapture?: React.TouchEventHandler<HTMLDivElement> | undefined;
1322
+ onTouchEnd?: React.TouchEventHandler<HTMLDivElement> | undefined;
1323
+ onTouchEndCapture?: React.TouchEventHandler<HTMLDivElement> | undefined;
1324
+ onTouchMove?: React.TouchEventHandler<HTMLDivElement> | undefined;
1325
+ onTouchMoveCapture?: React.TouchEventHandler<HTMLDivElement> | undefined;
1326
+ onTouchStart?: React.TouchEventHandler<HTMLDivElement> | undefined;
1327
+ onTouchStartCapture?: React.TouchEventHandler<HTMLDivElement> | undefined;
1328
+ onPointerDown?: React.PointerEventHandler<HTMLDivElement> | undefined;
1329
+ onPointerDownCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
1330
+ onPointerMove?: React.PointerEventHandler<HTMLDivElement> | undefined;
1331
+ onPointerMoveCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
1332
+ onPointerUp?: React.PointerEventHandler<HTMLDivElement> | undefined;
1333
+ onPointerUpCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
1334
+ onPointerCancel?: React.PointerEventHandler<HTMLDivElement> | undefined;
1335
+ onPointerCancelCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
1336
+ onPointerEnter?: React.PointerEventHandler<HTMLDivElement> | undefined;
1337
+ onPointerLeave?: React.PointerEventHandler<HTMLDivElement> | undefined;
1338
+ onPointerOver?: React.PointerEventHandler<HTMLDivElement> | undefined;
1339
+ onPointerOverCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
1340
+ onPointerOut?: React.PointerEventHandler<HTMLDivElement> | undefined;
1341
+ onPointerOutCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
1342
+ onGotPointerCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
1343
+ onGotPointerCaptureCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
1344
+ onLostPointerCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
1345
+ onLostPointerCaptureCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
1346
+ onScroll?: React.UIEventHandler<HTMLDivElement> | undefined;
1347
+ onScrollCapture?: React.UIEventHandler<HTMLDivElement> | undefined;
1348
+ onWheel?: React.WheelEventHandler<HTMLDivElement> | undefined;
1349
+ onWheelCapture?: React.WheelEventHandler<HTMLDivElement> | undefined;
1350
+ onAnimationStart?: React.AnimationEventHandler<HTMLDivElement> | undefined;
1351
+ onAnimationStartCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
1352
+ onAnimationEnd?: React.AnimationEventHandler<HTMLDivElement> | undefined;
1353
+ onAnimationEndCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
1354
+ onAnimationIteration?: React.AnimationEventHandler<HTMLDivElement> | undefined;
1355
+ onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
1356
+ onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
1357
+ onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
1358
+ key?: React.Key | null | undefined;
1359
+ orientation?: import("@radix-ui/react-radio-group").RovingFocusGroupProps["orientation"];
1360
+ loop?: import("@radix-ui/react-radio-group").RovingFocusGroupProps["loop"];
1361
+ disabled?: import("@radix-ui/react-primitive").ComponentPropsWithoutRef<typeof import("@radix-ui/react-radio-group").Radio>["disabled"];
1362
+ required?: import("@radix-ui/react-primitive").ComponentPropsWithoutRef<typeof import("@radix-ui/react-radio-group").Radio>["required"];
1363
+ asChild?: boolean | undefined;
1364
+ onValueChange?: import("@radix-ui/react-radio-group").RadioGroupContextValue["onValueChange"] | undefined;
1365
+ htmlWidth?: (string | number) | undefined;
1366
+ htmlHeight?: (string | number) | undefined;
1367
+ htmlTranslate?: "yes" | "no" | undefined;
1368
+ htmlContent?: string | undefined;
1369
+ } & {
1370
+ WebkitAppearance?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitAppearance">;
1371
+ WebkitBorderBefore?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitBorderBefore">;
1372
+ WebkitBorderBeforeColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitBorderBeforeColor">;
1373
+ WebkitBorderBeforeStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitBorderBeforeStyle">;
1374
+ WebkitBorderBeforeWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitBorderBeforeWidth">;
1375
+ WebkitBoxReflect?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitBoxReflect">;
1376
+ WebkitLineClamp?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitLineClamp">;
1377
+ WebkitMask?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMask">;
1378
+ WebkitMaskAttachment?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskAttachment">;
1379
+ WebkitMaskClip?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskClip">;
1380
+ WebkitMaskComposite?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskComposite">;
1381
+ WebkitMaskImage?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskImage">;
1382
+ WebkitMaskOrigin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskOrigin">;
1383
+ WebkitMaskPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskPosition">;
1384
+ WebkitMaskPositionX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskPositionX">;
1385
+ WebkitMaskPositionY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskPositionY">;
1386
+ WebkitMaskRepeat?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskRepeat">;
1387
+ WebkitMaskRepeatX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskRepeatX">;
1388
+ WebkitMaskRepeatY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskRepeatY">;
1389
+ WebkitMaskSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskSize">;
1390
+ WebkitOverflowScrolling?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitOverflowScrolling">;
1391
+ WebkitTapHighlightColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitTapHighlightColor">;
1392
+ WebkitTextFillColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitTextFillColor">;
1393
+ WebkitTextStroke?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitTextStroke">;
1394
+ WebkitTextStrokeColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitTextStrokeColor">;
1395
+ WebkitTextStrokeWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitTextStrokeWidth">;
1396
+ WebkitTouchCallout?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitTouchCallout">;
1397
+ WebkitUserModify?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitUserModify">;
1398
+ accentColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"accentColor">;
1399
+ alignContent?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"alignContent">;
1400
+ alignItems?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"alignItems">;
1401
+ alignSelf?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"alignSelf">;
1402
+ alignTracks?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"alignTracks">;
1403
+ all?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"all">;
1404
+ animation?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animation">;
1405
+ animationComposition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationComposition">;
1406
+ animationDelay?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationDelay">;
1407
+ animationDirection?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationDirection">;
1408
+ animationDuration?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationDuration">;
1409
+ animationFillMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationFillMode">;
1410
+ animationIterationCount?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationIterationCount">;
1411
+ animationName?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationName">;
1412
+ animationPlayState?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationPlayState">;
1413
+ animationTimingFunction?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationTimingFunction">;
1414
+ animationTimeline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationTimeline">;
1415
+ appearance?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"appearance">;
1416
+ aspectRatio?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"aspectRatio">;
1417
+ azimuth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"azimuth">;
1418
+ backdropFilter?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropFilter">;
1419
+ backfaceVisibility?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backfaceVisibility">;
1420
+ background?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"background">;
1421
+ backgroundAttachment?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundAttachment">;
1422
+ backgroundBlendMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundBlendMode">;
1423
+ backgroundClip?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundClip">;
1424
+ backgroundColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundColor">;
1425
+ backgroundImage?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundImage">;
1426
+ backgroundOrigin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundOrigin">;
1427
+ backgroundPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundPosition">;
1428
+ backgroundPositionX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundPositionX">;
1429
+ backgroundPositionY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundPositionY">;
1430
+ backgroundRepeat?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundRepeat">;
1431
+ backgroundSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundSize">;
1432
+ blockOverflow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"blockOverflow">;
1433
+ blockSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"blockSize">;
1434
+ border?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"border">;
1435
+ borderBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlock">;
1436
+ borderBlockColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockColor">;
1437
+ borderBlockStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockStyle">;
1438
+ borderBlockWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockWidth">;
1439
+ borderBlockEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockEnd">;
1440
+ borderBlockEndColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockEndColor">;
1441
+ borderBlockEndStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockEndStyle">;
1442
+ borderBlockEndWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockEndWidth">;
1443
+ borderBlockStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockStart">;
1444
+ borderBlockStartColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockStartColor">;
1445
+ borderBlockStartStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockStartStyle">;
1446
+ borderBlockStartWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockStartWidth">;
1447
+ borderBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBottom">;
1448
+ borderBottomColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBottomColor">;
1449
+ borderBottomLeftRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBottomLeftRadius">;
1450
+ borderBottomRightRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBottomRightRadius">;
1451
+ borderBottomStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBottomStyle">;
1452
+ borderBottomWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBottomWidth">;
1453
+ borderCollapse?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderCollapse">;
1454
+ borderColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderColor">;
1455
+ borderEndEndRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderEndEndRadius">;
1456
+ borderEndStartRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderEndStartRadius">;
1457
+ borderImage?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderImage">;
1458
+ borderImageOutset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderImageOutset">;
1459
+ borderImageRepeat?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderImageRepeat">;
1460
+ borderImageSlice?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderImageSlice">;
1461
+ borderImageSource?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderImageSource">;
1462
+ borderImageWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderImageWidth">;
1463
+ borderInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInline">;
1464
+ borderInlineEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineEnd">;
1465
+ borderInlineColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineColor">;
1466
+ borderInlineStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineStyle">;
1467
+ borderInlineWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineWidth">;
1468
+ borderInlineEndColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineEndColor">;
1469
+ borderInlineEndStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineEndStyle">;
1470
+ borderInlineEndWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineEndWidth">;
1471
+ borderInlineStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineStart">;
1472
+ borderInlineStartColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineStartColor">;
1473
+ borderInlineStartStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineStartStyle">;
1474
+ borderInlineStartWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineStartWidth">;
1475
+ borderLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderLeft">;
1476
+ borderLeftColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderLeftColor">;
1477
+ borderLeftStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderLeftStyle">;
1478
+ borderLeftWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderLeftWidth">;
1479
+ borderRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderRadius">;
1480
+ borderRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderRight">;
1481
+ borderRightColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderRightColor">;
1482
+ borderRightStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderRightStyle">;
1483
+ borderRightWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderRightWidth">;
1484
+ borderSpacing?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderSpacing">;
1485
+ borderStartEndRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderStartEndRadius">;
1486
+ borderStartStartRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderStartStartRadius">;
1487
+ borderStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderStyle">;
1488
+ borderTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderTop">;
1489
+ borderTopColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderTopColor">;
1490
+ borderTopLeftRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderTopLeftRadius">;
1491
+ borderTopRightRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderTopRightRadius">;
1492
+ borderTopStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderTopStyle">;
1493
+ borderTopWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderTopWidth">;
1494
+ borderWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderWidth">;
1495
+ bottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bottom">;
1496
+ boxAlign?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxAlign">;
1497
+ boxDecorationBreak?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxDecorationBreak">;
1498
+ boxDirection?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxDirection">;
1499
+ boxFlex?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxFlex">;
1500
+ boxFlexGroup?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxFlexGroup">;
1501
+ boxLines?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxLines">;
1502
+ boxOrdinalGroup?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxOrdinalGroup">;
1503
+ boxOrient?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxOrient">;
1504
+ boxPack?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxPack">;
1505
+ boxShadow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxShadow">;
1506
+ boxSizing?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxSizing">;
1507
+ breakAfter?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"breakAfter">;
1508
+ breakBefore?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"breakBefore">;
1509
+ breakInside?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"breakInside">;
1510
+ captionSide?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"captionSide">;
1511
+ caret?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"caret">;
1512
+ caretColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"caretColor">;
1513
+ caretShape?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"caretShape">;
1514
+ clear?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"clear">;
1515
+ clip?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"clip">;
1516
+ clipPath?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"clipPath">;
1517
+ color?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"color">;
1518
+ colorScheme?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"colorScheme">;
1519
+ columnCount?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnCount">;
1520
+ columnFill?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnFill">;
1521
+ columnGap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnGap">;
1522
+ columnRule?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnRule">;
1523
+ columnRuleColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnRuleColor">;
1524
+ columnRuleStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnRuleStyle">;
1525
+ columnRuleWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnRuleWidth">;
1526
+ columnSpan?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnSpan">;
1527
+ columnWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnWidth">;
1528
+ columns?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columns">;
1529
+ contain?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"contain">;
1530
+ containIntrinsicSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"containIntrinsicSize">;
1531
+ containIntrinsicBlockSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"containIntrinsicBlockSize">;
1532
+ containIntrinsicHeight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"containIntrinsicHeight">;
1533
+ containIntrinsicInlineSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"containIntrinsicInlineSize">;
1534
+ containIntrinsicWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"containIntrinsicWidth">;
1535
+ container?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"container">;
1536
+ containerName?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"containerName">;
1537
+ containerType?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"containerType">;
1538
+ content?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"content">;
1539
+ contentVisibility?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"contentVisibility">;
1540
+ counterIncrement?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"counterIncrement">;
1541
+ counterReset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"counterReset">;
1542
+ counterSet?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"counterSet">;
1543
+ cursor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"cursor">;
1544
+ direction?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"direction">;
1545
+ display?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"display">;
1546
+ emptyCells?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"emptyCells">;
1547
+ filter?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"filter">;
1548
+ flex?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flex">;
1549
+ flexBasis?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flexBasis">;
1550
+ flexDirection?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flexDirection">;
1551
+ flexFlow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flexFlow">;
1552
+ flexGrow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flexGrow">;
1553
+ flexShrink?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flexShrink">;
1554
+ flexWrap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flexWrap">;
1555
+ float?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"float">;
1556
+ font?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"font">;
1557
+ fontFamily?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontFamily">;
1558
+ fontFeatureSettings?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontFeatureSettings">;
1559
+ fontKerning?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontKerning">;
1560
+ fontLanguageOverride?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontLanguageOverride">;
1561
+ fontOpticalSizing?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontOpticalSizing">;
1562
+ fontPalette?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontPalette">;
1563
+ fontVariationSettings?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariationSettings">;
1564
+ fontSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontSize">;
1565
+ fontSizeAdjust?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontSizeAdjust">;
1566
+ fontSmooth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontSmooth">;
1567
+ fontStretch?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontStretch">;
1568
+ fontStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontStyle">;
1569
+ fontSynthesis?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontSynthesis">;
1570
+ fontVariant?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariant">;
1571
+ fontVariantAlternates?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariantAlternates">;
1572
+ fontVariantCaps?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariantCaps">;
1573
+ fontVariantEastAsian?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariantEastAsian">;
1574
+ fontVariantEmoji?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariantEmoji">;
1575
+ fontVariantLigatures?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariantLigatures">;
1576
+ fontVariantNumeric?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariantNumeric">;
1577
+ fontVariantPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariantPosition">;
1578
+ fontWeight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontWeight">;
1579
+ forcedColorAdjust?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"forcedColorAdjust">;
1580
+ gap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gap">;
1581
+ grid?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"grid">;
1582
+ gridArea?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridArea">;
1583
+ gridAutoColumns?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridAutoColumns">;
1584
+ gridAutoFlow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridAutoFlow">;
1585
+ gridAutoRows?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridAutoRows">;
1586
+ gridColumn?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridColumn">;
1587
+ gridColumnEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridColumnEnd">;
1588
+ gridColumnGap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridColumnGap">;
1589
+ gridColumnStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridColumnStart">;
1590
+ gridGap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridGap">;
1591
+ gridRow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridRow">;
1592
+ gridRowEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridRowEnd">;
1593
+ gridRowGap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridRowGap">;
1594
+ gridRowStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridRowStart">;
1595
+ gridTemplate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridTemplate">;
1596
+ gridTemplateAreas?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridTemplateAreas">;
1597
+ gridTemplateColumns?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridTemplateColumns">;
1598
+ gridTemplateRows?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridTemplateRows">;
1599
+ hangingPunctuation?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"hangingPunctuation">;
1600
+ height?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"height">;
1601
+ hyphenateCharacter?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"hyphenateCharacter">;
1602
+ hyphenateLimitChars?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"hyphenateLimitChars">;
1603
+ hyphens?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"hyphens">;
1604
+ imageOrientation?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"imageOrientation">;
1605
+ imageRendering?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"imageRendering">;
1606
+ imageResolution?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"imageResolution">;
1607
+ imeMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"imeMode">;
1608
+ initialLetter?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"initialLetter">;
1609
+ initialLetterAlign?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"initialLetterAlign"> | undefined;
1610
+ inlineSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"inlineSize">;
1611
+ inputSecurity?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"inputSecurity">;
1612
+ inset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"inset">;
1613
+ insetBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetBlock">;
1614
+ insetBlockEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetBlockEnd">;
1615
+ insetBlockStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetBlockStart">;
1616
+ insetInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetInline">;
1617
+ insetInlineEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetInlineEnd">;
1618
+ insetInlineStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetInlineStart">;
1619
+ isolation?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"isolation">;
1620
+ justifyContent?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"justifyContent">;
1621
+ justifyItems?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"justifyItems">;
1622
+ justifySelf?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"justifySelf">;
1623
+ justifyTracks?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"justifyTracks">;
1624
+ left?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"left">;
1625
+ letterSpacing?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"letterSpacing">;
1626
+ lineBreak?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"lineBreak">;
1627
+ lineClamp?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"lineClamp">;
1628
+ lineHeight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"lineHeight">;
1629
+ lineHeightStep?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"lineHeightStep">;
1630
+ listStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"listStyle">;
1631
+ listStyleImage?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"listStyleImage">;
1632
+ listStylePosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"listStylePosition">;
1633
+ listStyleType?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"listStyleType">;
1634
+ margin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"margin">;
1635
+ marginBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginBlock">;
1636
+ marginBlockEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginBlockEnd">;
1637
+ marginBlockStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginBlockStart">;
1638
+ marginBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginBottom">;
1639
+ marginInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginInline">;
1640
+ marginInlineEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginInlineEnd">;
1641
+ marginInlineStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginInlineStart">;
1642
+ marginLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginLeft">;
1643
+ marginRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginRight">;
1644
+ marginTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginTop">;
1645
+ marginTrim?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginTrim">;
1646
+ mask?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mask">;
1647
+ maskBorder?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskBorder">;
1648
+ maskBorderMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskBorderMode">;
1649
+ maskBorderOutset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskBorderOutset">;
1650
+ maskBorderRepeat?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskBorderRepeat">;
1651
+ maskBorderSlice?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskBorderSlice">;
1652
+ maskBorderSource?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskBorderSource">;
1653
+ maskBorderWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskBorderWidth">;
1654
+ maskClip?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskClip">;
1655
+ maskComposite?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskComposite">;
1656
+ maskImage?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskImage">;
1657
+ maskMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskMode">;
1658
+ maskOrigin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskOrigin">;
1659
+ maskPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskPosition">;
1660
+ maskRepeat?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskRepeat">;
1661
+ maskSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskSize">;
1662
+ maskType?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskType">;
1663
+ masonryAutoFlow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"masonryAutoFlow">;
1664
+ mathDepth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mathDepth">;
1665
+ mathShift?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mathShift">;
1666
+ mathStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mathStyle">;
1667
+ maxBlockSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maxBlockSize">;
1668
+ maxHeight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maxHeight">;
1669
+ maxInlineSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maxInlineSize">;
1670
+ maxLines?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maxLines">;
1671
+ maxWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maxWidth">;
1672
+ minBlockSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"minBlockSize">;
1673
+ minHeight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"minHeight">;
1674
+ minInlineSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"minInlineSize">;
1675
+ minWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"minWidth">;
1676
+ mixBlendMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mixBlendMode">;
1677
+ objectFit?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"objectFit">;
1678
+ objectPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"objectPosition">;
1679
+ offset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"offset">;
1680
+ offsetAnchor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"offsetAnchor">;
1681
+ offsetDistance?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"offsetDistance">;
1682
+ offsetPath?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"offsetPath">;
1683
+ offsetPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"offsetPosition">;
1684
+ offsetRotate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"offsetRotate">;
1685
+ opacity?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"opacity">;
1686
+ order?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"order">;
1687
+ orphans?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"orphans">;
1688
+ outline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"outline">;
1689
+ outlineColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"outlineColor">;
1690
+ outlineOffset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"outlineOffset">;
1691
+ outlineStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"outlineStyle">;
1692
+ outlineWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"outlineWidth">;
1693
+ overflow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflow">;
1694
+ overflowAnchor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowAnchor">;
1695
+ overflowBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowBlock">;
1696
+ overflowClipBox?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowClipBox">;
1697
+ overflowClipMargin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowClipMargin">;
1698
+ overflowInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowInline">;
1699
+ overflowWrap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowWrap">;
1700
+ overflowX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowX">;
1701
+ overflowY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowY">;
1702
+ overscrollBehavior?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overscrollBehavior">;
1703
+ overscrollBehaviorBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overscrollBehaviorBlock">;
1704
+ overscrollBehaviorInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overscrollBehaviorInline">;
1705
+ overscrollBehaviorX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overscrollBehaviorX">;
1706
+ overscrollBehaviorY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overscrollBehaviorY">;
1707
+ padding?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"padding">;
1708
+ paddingBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingBlock">;
1709
+ paddingBlockEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingBlockEnd">;
1710
+ paddingBlockStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingBlockStart">;
1711
+ paddingBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingBottom">;
1712
+ paddingInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingInline">;
1713
+ paddingInlineEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingInlineEnd">;
1714
+ paddingInlineStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingInlineStart">;
1715
+ paddingLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingLeft">;
1716
+ paddingRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingRight">;
1717
+ paddingTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingTop">;
1718
+ page?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"page">;
1719
+ pageBreakAfter?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pageBreakAfter">;
1720
+ pageBreakBefore?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pageBreakBefore">;
1721
+ pageBreakInside?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pageBreakInside">;
1722
+ paintOrder?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paintOrder">;
1723
+ perspective?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"perspective">;
1724
+ perspectiveOrigin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"perspectiveOrigin">;
1725
+ placeContent?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"placeContent">;
1726
+ placeItems?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"placeItems">;
1727
+ placeSelf?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"placeSelf">;
1728
+ pointerEvents?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pointerEvents">;
1729
+ position?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"position">;
1730
+ printColorAdjust?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"printColorAdjust">;
1731
+ quotes?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"quotes">;
1732
+ resize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"resize">;
1733
+ right?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"right">;
1734
+ rotate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"rotate">;
1735
+ rowGap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"rowGap">;
1736
+ rubyAlign?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"rubyAlign">;
1737
+ rubyMerge?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"rubyMerge">;
1738
+ rubyPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"rubyPosition">;
1739
+ scale?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scale">;
1740
+ scrollbarColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollbarColor">;
1741
+ scrollbarGutter?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollbarGutter">;
1742
+ scrollbarWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollbarWidth">;
1743
+ scrollBehavior?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollBehavior">;
1744
+ scrollMargin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMargin">;
1745
+ scrollMarginBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginBlock">;
1746
+ scrollMarginBlockStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginBlockStart">;
1747
+ scrollMarginBlockEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginBlockEnd">;
1748
+ scrollMarginBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginBottom">;
1749
+ scrollMarginInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginInline">;
1750
+ scrollMarginInlineStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginInlineStart">;
1751
+ scrollMarginInlineEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginInlineEnd">;
1752
+ scrollMarginLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginLeft">;
1753
+ scrollMarginRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginRight">;
1754
+ scrollMarginTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginTop">;
1755
+ scrollPadding?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPadding">;
1756
+ scrollPaddingBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingBlock">;
1757
+ scrollPaddingBlockStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingBlockStart">;
1758
+ scrollPaddingBlockEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingBlockEnd">;
1759
+ scrollPaddingBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingBottom">;
1760
+ scrollPaddingInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingInline">;
1761
+ scrollPaddingInlineStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingInlineStart">;
1762
+ scrollPaddingInlineEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingInlineEnd">;
1763
+ scrollPaddingLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingLeft">;
1764
+ scrollPaddingRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingRight">;
1765
+ scrollPaddingTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingTop">;
1766
+ scrollSnapAlign?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapAlign">;
1767
+ scrollSnapCoordinate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapCoordinate">;
1768
+ scrollSnapDestination?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapDestination">;
1769
+ scrollSnapPointsX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapPointsX">;
1770
+ scrollSnapPointsY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapPointsY">;
1771
+ scrollSnapStop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapStop">;
1772
+ scrollSnapType?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapType">;
1773
+ scrollSnapTypeX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapTypeX">;
1774
+ scrollSnapTypeY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapTypeY">;
1775
+ scrollTimeline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollTimeline">;
1776
+ scrollTimelineAxis?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollTimelineAxis">;
1777
+ scrollTimelineName?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollTimelineName">;
1778
+ shapeImageThreshold?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"shapeImageThreshold">;
1779
+ shapeMargin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"shapeMargin">;
1780
+ shapeOutside?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"shapeOutside">;
1781
+ tabSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"tabSize">;
1782
+ tableLayout?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"tableLayout">;
1783
+ textAlign?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textAlign">;
1784
+ textAlignLast?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textAlignLast">;
1785
+ textCombineUpright?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textCombineUpright">;
1786
+ textDecoration?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textDecoration">;
1787
+ textDecorationColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textDecorationColor">;
1788
+ textDecorationLine?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textDecorationLine">;
1789
+ textDecorationSkip?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textDecorationSkip">;
1790
+ textDecorationSkipInk?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textDecorationSkipInk">;
1791
+ textDecorationStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textDecorationStyle">;
1792
+ textDecorationThickness?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textDecorationThickness">;
1793
+ textEmphasis?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textEmphasis">;
1794
+ textEmphasisColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textEmphasisColor">;
1795
+ textEmphasisPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textEmphasisPosition">;
1796
+ textEmphasisStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textEmphasisStyle">;
1797
+ textIndent?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textIndent">;
1798
+ textJustify?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textJustify">;
1799
+ textOrientation?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textOrientation">;
1800
+ textOverflow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textOverflow">;
1801
+ textRendering?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textRendering">;
1802
+ textShadow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textShadow">;
1803
+ textSizeAdjust?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textSizeAdjust">;
1804
+ textTransform?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textTransform">;
1805
+ textUnderlineOffset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textUnderlineOffset">;
1806
+ textUnderlinePosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textUnderlinePosition">;
1807
+ top?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"top">;
1808
+ touchAction?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"touchAction">;
1809
+ transform?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transform">;
1810
+ transformBox?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transformBox">;
1811
+ transformOrigin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transformOrigin">;
1812
+ transformStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transformStyle">;
1813
+ transition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transition">;
1814
+ transitionDelay?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transitionDelay">;
1815
+ transitionDuration?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transitionDuration">;
1816
+ transitionProperty?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transitionProperty">;
1817
+ transitionTimingFunction?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transitionTimingFunction">;
1818
+ translate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"translate">;
1819
+ unicodeBidi?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"unicodeBidi">;
1820
+ userSelect?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"userSelect">;
1821
+ verticalAlign?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"verticalAlign">;
1822
+ viewTransitionName?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"viewTransitionName">;
1823
+ visibility?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"visibility">;
1824
+ whiteSpace?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"whiteSpace">;
1825
+ widows?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"widows">;
1826
+ width?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"width">;
1827
+ willChange?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"willChange">;
1828
+ wordBreak?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"wordBreak">;
1829
+ wordSpacing?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"wordSpacing">;
1830
+ wordWrap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"wordWrap">;
1831
+ writingMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"writingMode">;
1832
+ zIndex?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"zIndex">;
1833
+ zoom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"zoom">;
1834
+ alignmentBaseline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"alignmentBaseline">;
1835
+ baselineShift?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"baselineShift">;
1836
+ clipRule?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"clipRule">;
1837
+ colorInterpolation?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"colorInterpolation">;
1838
+ colorRendering?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"colorRendering">;
1839
+ dominantBaseline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"dominantBaseline">;
1840
+ fill?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fill">;
1841
+ fillOpacity?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fillOpacity">;
1842
+ fillRule?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fillRule">;
1843
+ floodColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"floodColor">;
1844
+ floodOpacity?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"floodOpacity">;
1845
+ glyphOrientationVertical?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"glyphOrientationVertical">;
1846
+ lightingColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"lightingColor">;
1847
+ marker?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marker">;
1848
+ markerEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"markerEnd">;
1849
+ markerMid?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"markerMid">;
1850
+ markerStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"markerStart">;
1851
+ shapeRendering?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"shapeRendering">;
1852
+ stopColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"stopColor">;
1853
+ stopOpacity?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"stopOpacity">;
1854
+ stroke?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"stroke">;
1855
+ strokeDasharray?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"strokeDasharray">;
1856
+ strokeDashoffset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"strokeDashoffset">;
1857
+ strokeLinecap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"strokeLinecap">;
1858
+ strokeLinejoin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"strokeLinejoin">;
1859
+ strokeMiterlimit?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"strokeMiterlimit">;
1860
+ strokeOpacity?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"strokeOpacity">;
1861
+ strokeWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"strokeWidth">;
1862
+ textAnchor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textAnchor">;
1863
+ vectorEffect?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"vectorEffect">;
1864
+ pos?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pos">;
1865
+ insetEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetEnd">;
1866
+ end?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"end">;
1867
+ insetStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetStart">;
1868
+ start?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"start">;
1869
+ flexDir?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flexDir">;
1870
+ p?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"p">;
1871
+ pl?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pl">;
1872
+ pr?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pr">;
1873
+ pt?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pt">;
1874
+ pb?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pb">;
1875
+ py?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"py">;
1876
+ paddingY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingY">;
1877
+ paddingX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingX">;
1878
+ px?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"px">;
1879
+ pe?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pe">;
1880
+ paddingEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingEnd">;
1881
+ ps?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ps">;
1882
+ paddingStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingStart">;
1883
+ ml?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ml">;
1884
+ mr?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mr">;
1885
+ mt?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mt">;
1886
+ mb?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mb">;
1887
+ m?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"m">;
1888
+ my?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"my">;
1889
+ marginY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginY">;
1890
+ mx?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mx">;
1891
+ marginX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginX">;
1892
+ me?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"me">;
1893
+ marginEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginEnd">;
1894
+ ms?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ms">;
1895
+ marginStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginStart">;
1896
+ ringWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ringWidth">;
1897
+ ringColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ringColor">;
1898
+ ring?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ring">;
1899
+ ringOffset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ringOffset">;
1900
+ w?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"w">;
1901
+ minW?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"minW">;
1902
+ maxW?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maxW">;
1903
+ h?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"h">;
1904
+ minH?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"minH">;
1905
+ maxH?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maxH">;
1906
+ tracking?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"tracking">;
1907
+ leading?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"leading">;
1908
+ bgPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgPosition">;
1909
+ bgPositionX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgPositionX">;
1910
+ bgPositionY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgPositionY">;
1911
+ bgAttachment?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgAttachment">;
1912
+ bgClip?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgClip">;
1913
+ bg?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bg">;
1914
+ bgColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgColor">;
1915
+ bgOrigin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgOrigin">;
1916
+ bgImage?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgImage">;
1917
+ bgRepeat?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgRepeat">;
1918
+ bgBlendMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgBlendMode">;
1919
+ bgSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgSize">;
1920
+ bgGradient?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgGradient"> | undefined;
1921
+ rounded?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"rounded">;
1922
+ roundedTopLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedTopLeft">;
1923
+ roundedTopRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedTopRight">;
1924
+ roundedBottomRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedBottomRight">;
1925
+ roundedBottomLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedBottomLeft">;
1926
+ roundedTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedTop">;
1927
+ roundedRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedRight">;
1928
+ roundedBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedBottom">;
1929
+ roundedLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedLeft">;
1930
+ roundedStartStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedStartStart">;
1931
+ roundedStartEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedStartEnd">;
1932
+ roundedStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedStart">;
1933
+ roundedEndStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedEndStart">;
1934
+ roundedEndEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedEndEnd">;
1935
+ roundedEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedEnd">;
1936
+ borderX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderX">;
1937
+ borderXWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderXWidth">;
1938
+ borderXColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderXColor">;
1939
+ borderY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderY">;
1940
+ borderYWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderYWidth">;
1941
+ borderYColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderYColor">;
1942
+ borderStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderStart">;
1943
+ borderStartWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderStartWidth">;
1944
+ borderStartColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderStartColor">;
1945
+ borderEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderEnd">;
1946
+ borderEndWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderEndWidth">;
1947
+ borderEndColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderEndColor">;
1948
+ shadow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"shadow">;
1949
+ shadowColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"shadowColor"> | undefined;
1950
+ x?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"x"> | undefined;
1951
+ y?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"y"> | undefined;
1952
+ bga?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bga"> | undefined;
1953
+ bca?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bca">;
1954
+ ca?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ca">;
1955
+ insetX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetX">;
1956
+ insetY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetY">;
1957
+ hideFrom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"hideFrom"> | undefined;
1958
+ hideBelow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"hideBelow"> | undefined;
1959
+ divideX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"divideX"> | undefined;
1960
+ divideY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"divideY"> | undefined;
1961
+ divideColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"divideColor"> | undefined;
1962
+ divideStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"divideStyle">;
1963
+ fontSmoothing?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontSmoothing"> | undefined;
1964
+ textWrap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textWrap">;
1965
+ truncate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"truncate"> | undefined;
1966
+ backgroundGradient?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundGradient"> | undefined;
1967
+ textGradient?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textGradient"> | undefined;
1968
+ gradientFrom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gradientFrom"> | undefined;
1969
+ gradientTo?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gradientTo"> | undefined;
1970
+ gradientVia?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gradientVia"> | undefined;
1971
+ borderTopRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderTopRadius">;
1972
+ borderRightRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderRightRadius">;
1973
+ borderBottomRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBottomRadius">;
1974
+ borderLeftRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderLeftRadius">;
1975
+ borderStartRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderStartRadius">;
1976
+ borderEndRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderEndRadius">;
1977
+ boxShadowColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxShadowColor"> | undefined;
1978
+ brightness?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"brightness"> | undefined;
1979
+ contrast?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"contrast"> | undefined;
1980
+ grayscale?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"grayscale"> | undefined;
1981
+ hueRotate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"hueRotate"> | undefined;
1982
+ invert?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"invert"> | undefined;
1983
+ saturate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"saturate"> | undefined;
1984
+ sepia?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"sepia"> | undefined;
1985
+ dropShadow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"dropShadow"> | undefined;
1986
+ blur?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"blur"> | undefined;
1987
+ backdropBlur?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropBlur">;
1988
+ backdropBrightness?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropBrightness"> | undefined;
1989
+ backdropContrast?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropContrast"> | undefined;
1990
+ backdropGrayscale?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropGrayscale"> | undefined;
1991
+ backdropHueRotate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropHueRotate"> | undefined;
1992
+ backdropInvert?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropInvert"> | undefined;
1993
+ backdropOpacity?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropOpacity"> | undefined;
1994
+ backdropSaturate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropSaturate"> | undefined;
1995
+ backdropSepia?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropSepia"> | undefined;
1996
+ borderSpacingX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderSpacingX"> | undefined;
1997
+ borderSpacingY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderSpacingY"> | undefined;
1998
+ scaleX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scaleX"> | undefined;
1999
+ scaleY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scaleY"> | undefined;
2000
+ translateX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"translateX"> | undefined;
2001
+ translateY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"translateY"> | undefined;
2002
+ scrollbar?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollbar"> | undefined;
2003
+ scrollMarginX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginX">;
2004
+ scrollMarginY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginY">;
2005
+ scrollPaddingX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingX">;
2006
+ scrollPaddingY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingY">;
2007
+ scrollSnapStrictness?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapStrictness"> | undefined;
2008
+ scrollSnapMargin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapMargin">;
2009
+ scrollSnapMarginTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapMarginTop">;
2010
+ scrollSnapMarginBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapMarginBottom">;
2011
+ scrollSnapMarginLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapMarginLeft">;
2012
+ scrollSnapMarginRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapMarginRight">;
2013
+ srOnly?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"srOnly"> | undefined;
2014
+ debug?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"debug"> | undefined;
2015
+ animateIn?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animateIn"> | undefined;
2016
+ animateOut?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animateOut"> | undefined;
2017
+ fadeIn?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fadeIn"> | undefined;
2018
+ fadeOut?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fadeOut"> | undefined;
2019
+ zoomIn?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"zoomIn"> | undefined;
2020
+ zoomOut?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"zoomOut"> | undefined;
2021
+ spinIn?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"spinIn"> | undefined;
2022
+ spinOut?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"spinOut"> | undefined;
2023
+ slideInFromTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideInFromTop"> | undefined;
2024
+ slideInFromBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideInFromBottom"> | undefined;
2025
+ slideInFromLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideInFromLeft"> | undefined;
2026
+ slideInFromRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideInFromRight"> | undefined;
2027
+ slideOutToTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideOutToTop"> | undefined;
2028
+ slideOutToBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideOutToBottom"> | undefined;
2029
+ slideOutToLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideOutToLeft"> | undefined;
2030
+ slideOutToRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideOutToRight"> | undefined;
2031
+ backgroundAlpha?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundAlpha"> | undefined;
2032
+ gradientFromAlpha?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gradientFromAlpha"> | undefined;
2033
+ gradientToAlpha?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gradientToAlpha"> | undefined;
2034
+ borderAlpha?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderAlpha">;
2035
+ focusRingWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"focusRingWidth"> | undefined;
2036
+ focusRingColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"focusRingColor"> | undefined;
2037
+ focusRingOffsetWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"focusRingOffsetWidth"> | undefined;
2038
+ focusRingOffsetColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"focusRingOffsetColor"> | undefined;
2039
+ focusRingInset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"focusRingInset"> | undefined;
2040
+ spaceY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"spaceY"> | undefined;
2041
+ spaceX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"spaceX"> | undefined;
2042
+ textAlpha?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textAlpha">;
2043
+ colorPalette?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"colorPalette"> | undefined;
2044
+ textStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textStyle"> | undefined;
2045
+ layerStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"layerStyle"> | undefined;
2046
+ _hover?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2047
+ _focus?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2048
+ _focusWithin?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2049
+ _focusVisible?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2050
+ _disabled?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2051
+ _active?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2052
+ _visited?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2053
+ _target?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2054
+ _readOnly?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2055
+ _readWrite?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2056
+ _empty?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2057
+ _checked?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2058
+ _enabled?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2059
+ _expanded?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2060
+ _highlighted?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2061
+ _before?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2062
+ _after?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2063
+ _firstLetter?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2064
+ _firstLine?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2065
+ _marker?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2066
+ _selection?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2067
+ _file?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2068
+ _backdrop?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2069
+ _first?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2070
+ _last?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2071
+ _only?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2072
+ _even?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2073
+ _odd?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2074
+ _firstOfType?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2075
+ _lastOfType?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2076
+ _onlyOfType?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2077
+ _peerFocus?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2078
+ _peerHover?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2079
+ _peerActive?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2080
+ _peerFocusWithin?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2081
+ _peerFocusVisible?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2082
+ _peerDisabled?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2083
+ _peerChecked?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2084
+ _peerInvalid?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2085
+ _peerExpanded?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2086
+ _peerPlaceholderShown?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2087
+ _groupFocus?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2088
+ _groupHover?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2089
+ _groupActive?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2090
+ _groupFocusWithin?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2091
+ _groupFocusVisible?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2092
+ _groupDisabled?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2093
+ _groupChecked?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2094
+ _groupExpanded?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2095
+ _groupInvalid?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2096
+ _indeterminate?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2097
+ _required?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2098
+ _valid?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2099
+ _invalid?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2100
+ _autofill?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2101
+ _inRange?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2102
+ _outOfRange?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2103
+ _placeholder?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2104
+ _placeholderShown?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2105
+ _pressed?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2106
+ _selected?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2107
+ _default?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2108
+ _optional?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2109
+ _open?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2110
+ _closed?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2111
+ _fullscreen?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2112
+ _loading?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2113
+ _currentPage?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2114
+ _currentStep?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2115
+ _motionReduce?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2116
+ _motionSafe?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2117
+ _print?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2118
+ _landscape?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2119
+ _portrait?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2120
+ _dark?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2121
+ _light?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2122
+ _osDark?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2123
+ _osLight?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2124
+ _highContrast?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2125
+ _lessContrast?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2126
+ _moreContrast?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2127
+ _ltr?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2128
+ _rtl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2129
+ _scrollbar?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2130
+ _scrollbarThumb?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2131
+ _scrollbarTrack?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2132
+ _horizontal?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2133
+ _vertical?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2134
+ sm?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2135
+ smOnly?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2136
+ smDown?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2137
+ md?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2138
+ mdOnly?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2139
+ mdDown?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2140
+ lg?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2141
+ lgOnly?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2142
+ lgDown?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2143
+ "2lg"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2144
+ "2lgOnly"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2145
+ "2lgDown"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2146
+ xl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2147
+ xlOnly?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2148
+ xlDown?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2149
+ "2xl"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2150
+ "2xlOnly"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2151
+ "2xlDown"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2152
+ smToMd?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2153
+ smToLg?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2154
+ smTo2lg?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2155
+ smToXl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2156
+ smTo2xl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2157
+ mdToLg?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2158
+ mdTo2lg?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2159
+ mdToXl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2160
+ mdTo2xl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2161
+ lgTo2lg?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2162
+ lgToXl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2163
+ lgTo2xl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2164
+ "2lgToXl"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2165
+ "2lgTo2xl"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2166
+ xlTo2xl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2167
+ base?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
2168
+ css?: import("../../styled-system/types/system-types.mjs").SystemStyleObject | undefined;
2169
+ } & import("../../styled-system/recipes/radio-group.mjs").RadioGroupVariantProps, "ref"> & React.RefAttributes<unknown>, "onChange"> & {
2170
+ id: string;
2171
+ items: RadioItem[];
2172
+ onChange: (...event: any[]) => void;
2173
+ } & {
2174
+ orientation?: "horizontal" | "vertical" | undefined;
2175
+ fullWidth?: boolean | undefined;
2176
+ }, "ref"> & React.RefAttributes<unknown>>;
2177
+ export {};
2178
+ //# sourceMappingURL=RadioGroup.d.ts.map