@galaxy-ds/core 2.0.18 → 2.0.20

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 (487) hide show
  1. package/README.md +1 -2
  2. package/dist/Accordion/Accordion.stories.d.ts +3108 -0
  3. package/dist/Accordion/Accordion.types.d.ts +2 -1
  4. package/dist/Accordion/index.d.ts +1 -1
  5. package/dist/AccordionDetails/AccordionDetails.stories.d.ts +557 -0
  6. package/dist/AccordionDetails/index.d.ts +1 -1
  7. package/dist/AccordionPanel/AccordionPanel.stories.d.ts +303 -0
  8. package/dist/AccordionPanel/index.d.ts +1 -1
  9. package/dist/AccordionSummary/AccordionSummary.stories.d.ts +881 -0
  10. package/dist/AccordionSummary/index.d.ts +1 -1
  11. package/dist/ActivityLog/ActivityLog.stories.d.ts +155 -0
  12. package/dist/ActivityLog/ActivityLog.styled.d.ts +4 -4
  13. package/dist/ActivityLog/ActivityLog.types.d.ts +16 -6
  14. package/dist/AppBar/AppBar.stories.d.ts +605 -0
  15. package/dist/AppBar/AppBar.styled.d.ts +5 -5
  16. package/dist/AppBar/AppBar.types.d.ts +7 -2
  17. package/dist/AppBar/index.d.ts +2 -2
  18. package/dist/AttachmentIcon/AttachmentIcon.stories.d.ts +61 -0
  19. package/dist/AttachmentIcon/icons.d.ts +27 -0
  20. package/dist/Autocomplete/Autocomplete.stories.d.ts +2199 -0
  21. package/dist/Autocomplete/Autocomplete.styled.d.ts +6 -6
  22. package/dist/Autocomplete/Autocomplete.types.d.ts +2 -1
  23. package/dist/Autocomplete/index.d.ts +1 -1
  24. package/dist/Autocomplete/story-supports/AutocompleteMock.d.ts +9 -0
  25. package/dist/Autocomplete/story-supports/RecipientInput.d.ts +2 -0
  26. package/dist/Avatar/Avatar.stories.d.ts +2610 -0
  27. package/dist/Avatar/Avatar.styled.d.ts +2 -2
  28. package/dist/Avatar/Avatar.types.d.ts +2 -1
  29. package/dist/Avatar/index.d.ts +2 -2
  30. package/dist/AvatarGroup/AvatarGroup.stories.d.ts +2360 -0
  31. package/dist/AvatarGroup/AvatarGroup.types.d.ts +2 -1
  32. package/dist/AvatarGroup/index.d.ts +1 -1
  33. package/dist/Badge/Badge.d.ts +3 -0
  34. package/dist/Badge/Badge.styled.d.ts +4 -0
  35. package/dist/Badge/Badge.types.d.ts +3 -0
  36. package/dist/Badge/index.d.ts +2 -0
  37. package/dist/BottomListButton/BottomListButton.stories.d.ts +601 -0
  38. package/dist/BottomListButton/BottomListButton.styled.d.ts +2 -2
  39. package/dist/BottomListButton/BottomListButton.types.d.ts +2 -1
  40. package/dist/BottomListButton/index.d.ts +1 -1
  41. package/dist/Box/Box.stories.d.ts +1543 -0
  42. package/dist/Box/Box.types.d.ts +1 -1
  43. package/dist/Box/index.d.ts +1 -1
  44. package/dist/Breadcrumbs/Breadcrumbs.stories.d.ts +1165 -0
  45. package/dist/Breadcrumbs/Breadcrumbs.styled.d.ts +2 -2
  46. package/dist/Button/Button.stories.d.ts +4947 -0
  47. package/dist/Button/Button.styled.d.ts +2 -2
  48. package/dist/Button/Button.types.d.ts +2 -1
  49. package/dist/Button/index.d.ts +1 -1
  50. package/dist/Card/Card.stories.d.ts +570 -0
  51. package/dist/Card/Card.styled.d.ts +2 -2
  52. package/dist/Card/Card.types.d.ts +2 -2
  53. package/dist/Card/index.d.ts +1 -1
  54. package/dist/Checkbox/Checkbox.stories.d.ts +2477 -0
  55. package/dist/Checkbox/Checkbox.types.d.ts +0 -1
  56. package/dist/Checkbox/index.d.ts +2 -2
  57. package/dist/Chip/Chip.stories.d.ts +1755 -0
  58. package/dist/Chip/Chip.styled.d.ts +2 -2
  59. package/dist/Chip/Chip.types.d.ts +2 -2
  60. package/dist/Chip/index.d.ts +1 -1
  61. package/dist/CssBaseline/CssBaseline.d.ts +1 -1
  62. package/dist/CssBaseline/CssBaseline.stories.d.ts +34 -0
  63. package/dist/DatePicker/DatePicker.stories.d.ts +17 -0
  64. package/dist/DatePicker/DatePicker.styled.d.ts +1 -1
  65. package/dist/DatePicker/index.d.ts +1 -1
  66. package/dist/DatePicker/support/DatePickerExample.d.ts +3 -0
  67. package/dist/DateRangePicker/DateRangePicker.stories.d.ts +241 -0
  68. package/dist/DateRangePicker/DateRangePicker.styled.d.ts +1 -1
  69. package/dist/DateRangePicker/DateRangePicker.types.d.ts +2 -2
  70. package/dist/DateRangePicker/index.d.ts +1 -1
  71. package/dist/DateRangePicker/support/DateRangePickerExample.d.ts +4 -0
  72. package/dist/Dialog/Dialog.stories.d.ts +1360 -0
  73. package/dist/Dialog/Dialog.type.d.ts +2 -4
  74. package/dist/Dialog/index.d.ts +1 -1
  75. package/dist/Divider/Divider.stories.d.ts +578 -0
  76. package/dist/Divider/index.d.ts +1 -1
  77. package/dist/Drawer/Drawer.stories.d.ts +662 -0
  78. package/dist/Drawer/index.d.ts +1 -1
  79. package/dist/DrawerMenu/DrawerMenu.stories.d.ts +914 -0
  80. package/dist/DrawerMenu/DrawerMenu.styled.d.ts +2 -2
  81. package/dist/DrawerMenu/DrawerMenu.types.d.ts +4 -5
  82. package/dist/DrawerMenu/index.d.ts +1 -1
  83. package/dist/Dropdown/Dropdown.stories.d.ts +2874 -0
  84. package/dist/Dropdown/Dropdown.types.d.ts +2 -1
  85. package/dist/EmptyState/EmptyState.stories.d.ts +68 -0
  86. package/dist/EmptyState/EmptyState.styled.d.ts +3 -3
  87. package/dist/EmptyState/EmptyState.types.d.ts +1 -1
  88. package/dist/EmptyState/index.d.ts +1 -1
  89. package/dist/FooterActions/FooterActions.d.ts +3 -2
  90. package/dist/FooterActions/FooterActions.stories.d.ts +50 -0
  91. package/dist/FooterActions/FooterActions.styled.d.ts +2 -2
  92. package/dist/FooterActions/FooterActions.types.d.ts +1 -1
  93. package/dist/FooterActions/index.d.ts +1 -1
  94. package/dist/FormBody/FormBody.stories.d.ts +25 -0
  95. package/dist/FormBody/FormBody.types.d.ts +2 -1
  96. package/dist/FormContainer/FormContainer.stories.d.ts +22 -0
  97. package/dist/FormContainer/FormContainer.styled.d.ts +1 -1
  98. package/dist/FormContainer/FormContainer.types.d.ts +2 -2
  99. package/dist/FormGroup/FormGroup.stories.d.ts +1434 -0
  100. package/dist/FormGroup/index.d.ts +1 -1
  101. package/dist/FormHeader/FormHeader.stories.d.ts +40 -0
  102. package/dist/FormHeader/FormHeader.styled.d.ts +5 -5
  103. package/dist/FormHeader/FormHeader.types.d.ts +2 -2
  104. package/dist/Grid/Grid.stories.d.ts +12 -0
  105. package/dist/Grid/index.d.ts +1 -1
  106. package/dist/HeaderToolbar/HeaderToolbar.stories.d.ts +2426 -0
  107. package/dist/HeaderToolbar/HeaderToolbar.styled.d.ts +7 -7
  108. package/dist/HeaderToolbar/HeaderToolbar.types.d.ts +4 -1
  109. package/dist/HeaderToolbar/index.d.ts +1 -1
  110. package/dist/Icon/Icon.stories.d.ts +1497 -0
  111. package/dist/Icon/Icon.types.d.ts +4 -3
  112. package/dist/Icon/index.d.ts +2 -2
  113. package/dist/IconButton/IconButton.d.ts +2 -2
  114. package/dist/IconButton/IconButton.stories.d.ts +632 -0
  115. package/dist/IconButton/IconButton.types.d.ts +1 -2
  116. package/dist/IconButton/index.d.ts +2 -2
  117. package/dist/IconButton/support/IconButtonMenuListExample.d.ts +10 -0
  118. package/dist/Icons/common/Dialog/index.d.ts +6 -6
  119. package/dist/Icons/common/EmptyState/lawconnect/404.d.ts +2 -0
  120. package/dist/Icons/common/EmptyState/lawconnect/Default.d.ts +2 -0
  121. package/dist/Icons/common/EmptyState/lawconnect/DocumentTooLarge.d.ts +2 -0
  122. package/dist/Icons/common/EmptyState/lawconnect/NoAppointment.d.ts +2 -0
  123. package/dist/Icons/common/EmptyState/lawconnect/NoComment.d.ts +2 -0
  124. package/dist/Icons/common/EmptyState/lawconnect/NoDocument.d.ts +2 -0
  125. package/dist/Icons/common/EmptyState/lawconnect/NoForm.d.ts +2 -0
  126. package/dist/Icons/common/EmptyState/lawconnect/NoImage.d.ts +2 -0
  127. package/dist/Icons/common/EmptyState/lawconnect/NoPreview.d.ts +2 -0
  128. package/dist/Icons/common/EmptyState/lawconnect/NoTransactions.d.ts +2 -0
  129. package/dist/Icons/common/EmptyState/lawconnect/index.d.ts +7 -0
  130. package/dist/Icons/common/EmptyState/leap/index.d.ts +5 -5
  131. package/dist/Icons/common/Forms/index.d.ts +6 -6
  132. package/dist/Icons/doctype-icons.stories.d.ts +2022 -0
  133. package/dist/Icons/doctypes/Doctype/DocTypeSent.d.ts +2 -0
  134. package/dist/Icons/doctypes/Doctype/icons.d.ts +123 -0
  135. package/dist/Icons/doctypes/Doctype/index.d.ts +18 -18
  136. package/dist/Icons/doctypes/Doctype16/icons.d.ts +71 -0
  137. package/dist/Icons/doctypes/Doctype16/index.d.ts +20 -20
  138. package/dist/Icons/lawconnect/Accredited.d.ts +3 -0
  139. package/dist/Icons/lawconnect/AccreditedSpecialist.d.ts +3 -0
  140. package/dist/Icons/lawconnect/Annotations.d.ts +3 -0
  141. package/dist/Icons/lawconnect/App.d.ts +3 -0
  142. package/dist/Icons/lawconnect/AppleCalendar.d.ts +3 -0
  143. package/dist/Icons/lawconnect/ArrowLeft.d.ts +3 -0
  144. package/dist/Icons/lawconnect/ArrowRight.d.ts +3 -0
  145. package/dist/Icons/lawconnect/ArrowTop.d.ts +3 -0
  146. package/dist/Icons/lawconnect/Award.d.ts +3 -0
  147. package/dist/Icons/lawconnect/BestPractice.d.ts +3 -0
  148. package/dist/Icons/lawconnect/Bubble.d.ts +3 -0
  149. package/dist/Icons/lawconnect/Building.d.ts +3 -0
  150. package/dist/Icons/lawconnect/Calendar.d.ts +3 -0
  151. package/dist/Icons/lawconnect/Camera.d.ts +3 -0
  152. package/dist/Icons/lawconnect/ChevronDownLg.d.ts +3 -0
  153. package/dist/Icons/lawconnect/ChevronLeftLg.d.ts +3 -0
  154. package/dist/Icons/lawconnect/ChevronRightLg.d.ts +3 -0
  155. package/dist/Icons/lawconnect/ChevronUpLg.d.ts +3 -0
  156. package/dist/Icons/lawconnect/Clock.d.ts +3 -0
  157. package/dist/Icons/lawconnect/ClosedEye.d.ts +3 -0
  158. package/dist/Icons/lawconnect/Collaborate.d.ts +3 -0
  159. package/dist/Icons/lawconnect/Contact.d.ts +3 -0
  160. package/dist/Icons/lawconnect/Courthouse.d.ts +3 -0
  161. package/dist/Icons/lawconnect/Cross.d.ts +3 -0
  162. package/dist/Icons/lawconnect/Day.d.ts +3 -0
  163. package/dist/Icons/lawconnect/Detract.d.ts +3 -0
  164. package/dist/Icons/lawconnect/Direction.d.ts +3 -0
  165. package/dist/Icons/lawconnect/Download.d.ts +3 -0
  166. package/dist/Icons/lawconnect/Expand.d.ts +3 -0
  167. package/dist/Icons/lawconnect/ExternalArrow.d.ts +3 -0
  168. package/dist/Icons/lawconnect/Eye.d.ts +3 -0
  169. package/dist/Icons/lawconnect/Facebook.d.ts +3 -0
  170. package/dist/Icons/lawconnect/Filled/BuildingFilled.d.ts +3 -0
  171. package/dist/Icons/lawconnect/Filled/CalendarFilled.d.ts +3 -0
  172. package/dist/Icons/lawconnect/Filled/ClockFilled.d.ts +3 -0
  173. package/dist/Icons/lawconnect/Filled/LocationPinFilled.d.ts +3 -0
  174. package/dist/Icons/lawconnect/Filled/PhoneFilled.d.ts +3 -0
  175. package/dist/Icons/lawconnect/Filled/StarFilled.d.ts +3 -0
  176. package/dist/Icons/lawconnect/Filled/SuccessFilled.d.ts +3 -0
  177. package/dist/Icons/lawconnect/Filled/VideoCallFilled.d.ts +3 -0
  178. package/dist/Icons/lawconnect/Filled/index.d.ts +8 -0
  179. package/dist/Icons/lawconnect/Filter.d.ts +3 -0
  180. package/dist/Icons/lawconnect/FixedCost.d.ts +3 -0
  181. package/dist/Icons/lawconnect/FreeFirstAppointment.d.ts +3 -0
  182. package/dist/Icons/lawconnect/GoogleCalendar.d.ts +3 -0
  183. package/dist/Icons/lawconnect/GridView.d.ts +3 -0
  184. package/dist/Icons/lawconnect/History.d.ts +3 -0
  185. package/dist/Icons/lawconnect/Home.d.ts +3 -0
  186. package/dist/Icons/lawconnect/Info.d.ts +3 -0
  187. package/dist/Icons/lawconnect/Invoice.d.ts +3 -0
  188. package/dist/Icons/lawconnect/ItemSearch.d.ts +3 -0
  189. package/dist/Icons/lawconnect/LawconnectLogo.d.ts +2 -0
  190. package/dist/Icons/lawconnect/Legal.d.ts +3 -0
  191. package/dist/Icons/lawconnect/LegalAid.d.ts +3 -0
  192. package/dist/Icons/lawconnect/Linkedin.d.ts +3 -0
  193. package/dist/Icons/lawconnect/List.d.ts +3 -0
  194. package/dist/Icons/lawconnect/ListView.d.ts +3 -0
  195. package/dist/Icons/lawconnect/LocationPin.d.ts +3 -0
  196. package/dist/Icons/lawconnect/LocationPointer.d.ts +3 -0
  197. package/dist/Icons/lawconnect/Midday.d.ts +3 -0
  198. package/dist/Icons/lawconnect/Minus.d.ts +3 -0
  199. package/dist/Icons/lawconnect/MobileService.d.ts +3 -0
  200. package/dist/Icons/lawconnect/More.d.ts +3 -0
  201. package/dist/Icons/lawconnect/MoreVerticalIcon.d.ts +3 -0
  202. package/dist/Icons/lawconnect/NowinNofee.d.ts +3 -0
  203. package/dist/Icons/lawconnect/OnlineSign.d.ts +3 -0
  204. package/dist/Icons/lawconnect/OutlookCalendar.d.ts +3 -0
  205. package/dist/Icons/lawconnect/Payment.d.ts +3 -0
  206. package/dist/Icons/lawconnect/Pegman.d.ts +3 -0
  207. package/dist/Icons/lawconnect/Phone.d.ts +3 -0
  208. package/dist/Icons/lawconnect/Plus.d.ts +3 -0
  209. package/dist/Icons/lawconnect/Print.d.ts +3 -0
  210. package/dist/Icons/lawconnect/QuestionBalloon.d.ts +3 -0
  211. package/dist/Icons/lawconnect/QuestionCircle.d.ts +3 -0
  212. package/dist/Icons/lawconnect/RapidPay.d.ts +3 -0
  213. package/dist/Icons/lawconnect/Refresh.d.ts +3 -0
  214. package/dist/Icons/lawconnect/Search.d.ts +3 -0
  215. package/dist/Icons/lawconnect/SecureDocCollab.d.ts +3 -0
  216. package/dist/Icons/lawconnect/SecurePayments.d.ts +3 -0
  217. package/dist/Icons/lawconnect/Send.d.ts +3 -0
  218. package/dist/Icons/lawconnect/Settings.d.ts +3 -0
  219. package/dist/Icons/lawconnect/Share.d.ts +3 -0
  220. package/dist/Icons/lawconnect/SidebarToggleLeft.d.ts +3 -0
  221. package/dist/Icons/lawconnect/SidebarToggleRight.d.ts +3 -0
  222. package/dist/Icons/lawconnect/StarEmpty.d.ts +3 -0
  223. package/dist/Icons/lawconnect/Sunrise.d.ts +3 -0
  224. package/dist/Icons/lawconnect/Sunset.d.ts +3 -0
  225. package/dist/Icons/lawconnect/Tick.d.ts +3 -0
  226. package/dist/Icons/lawconnect/TopRightCurvedArrow.d.ts +3 -0
  227. package/dist/Icons/lawconnect/TwoToneIcons/AppointmentIcon.d.ts +3 -0
  228. package/dist/Icons/lawconnect/TwoToneIcons/ClockIcon.d.ts +3 -0
  229. package/dist/Icons/lawconnect/TwoToneIcons/MessageIcon.d.ts +3 -0
  230. package/dist/Icons/lawconnect/TwoToneIcons/PeopleIcon.d.ts +3 -0
  231. package/dist/Icons/lawconnect/TwoToneIcons/QuoteIcon.d.ts +3 -0
  232. package/dist/Icons/lawconnect/TwoToneIcons/SearchIcon.d.ts +3 -0
  233. package/dist/Icons/lawconnect/TwoToneIcons/index.d.ts +6 -0
  234. package/dist/Icons/lawconnect/Upload.d.ts +3 -0
  235. package/dist/Icons/lawconnect/User.d.ts +3 -0
  236. package/dist/Icons/lawconnect/UserProfile.d.ts +3 -0
  237. package/dist/Icons/lawconnect/Video.d.ts +3 -0
  238. package/dist/Icons/lawconnect/VideoCall.d.ts +3 -0
  239. package/dist/Icons/lawconnect/Wallet.d.ts +3 -0
  240. package/dist/Icons/lawconnect/Warning.d.ts +3 -0
  241. package/dist/Icons/lawconnect/World.d.ts +3 -0
  242. package/dist/Icons/lawconnect/icons.d.ts +109 -0
  243. package/dist/Icons/lawconnect/index.d.ts +96 -0
  244. package/dist/Icons/lawconnect-icons.stories-temp-removed.d.ts +27 -0
  245. package/dist/Icons/leap/FeeEntry16.d.ts +2 -0
  246. package/dist/Icons/leap/StartTimerDarkTheme16.d.ts +2 -0
  247. package/dist/Icons/leap/StartTimerLightTheme16.d.ts +2 -0
  248. package/dist/Icons/leap/StopTimerDarkTheme16.d.ts +2 -0
  249. package/dist/Icons/leap/StopTimerLightTheme16.d.ts +2 -0
  250. package/dist/Icons/leap/TimeEntry16.d.ts +2 -0
  251. package/dist/Icons/leap/icons.d.ts +101 -0
  252. package/dist/Icons/leap/index.d.ts +29 -23
  253. package/dist/Icons/leap/ribbon/Delete.d.ts +1 -2
  254. package/dist/Icons/leap-icons.stories.d.ts +2520 -0
  255. package/dist/ImageUpload/ImageUpload.d.ts +1 -1
  256. package/dist/ImageUpload/ImageUpload.stories.d.ts +22 -0
  257. package/dist/ImageUpload/ImageUpload.styled.d.ts +1 -1
  258. package/dist/ImageUpload/ImageUpload.types.d.ts +1 -1
  259. package/dist/ImageUpload/index.d.ts +1 -1
  260. package/dist/Input/Input.stories.d.ts +5761 -0
  261. package/dist/Input/Input.styled.d.ts +3 -3
  262. package/dist/Input/Input.types.d.ts +6 -0
  263. package/dist/Input/index.d.ts +1 -1
  264. package/dist/InputLabel/InputLabel.stories.d.ts +9 -0
  265. package/dist/InputLabel/index.d.ts +2 -2
  266. package/dist/List/List.d.ts +1 -2
  267. package/dist/List/List.stories.d.ts +6 -0
  268. package/dist/List/index.d.ts +2 -2
  269. package/dist/ListItem/ListItem.d.ts +2 -2
  270. package/dist/ListItem/ListItem.stories.d.ts +6 -0
  271. package/dist/ListItem/index.d.ts +2 -2
  272. package/dist/ListItemAvatar/ListItemAvatar.stories.d.ts +6 -0
  273. package/dist/ListItemAvatar/index.d.ts +2 -2
  274. package/dist/ListItemHoverContent/ListItemHoverContent.d.ts +3 -3
  275. package/dist/ListItemHoverContent/ListItemHoverContent.stories.d.ts +11 -0
  276. package/dist/ListItemHoverContent/ListItemHoverContent.types.d.ts +1 -1
  277. package/dist/ListItemHoverContent/index.d.ts +2 -2
  278. package/dist/ListItemIcon/ListItemIcon.d.ts +2 -2
  279. package/dist/ListItemIcon/ListItemIcon.stories.d.ts +6 -0
  280. package/dist/ListItemIcon/index.d.ts +2 -2
  281. package/dist/ListItemText/ListItemText.d.ts +2 -2
  282. package/dist/ListItemText/ListItemText.stories.d.ts +7 -0
  283. package/dist/ListItemText/ListItemText.types.d.ts +1 -1
  284. package/dist/ListItemText/index.d.ts +2 -2
  285. package/dist/ListSubheader/ListSubheader.d.ts +2 -2
  286. package/dist/ListSubheader/ListSubheader.stories.d.ts +14 -0
  287. package/dist/ListSubheader/index.d.ts +2 -2
  288. package/dist/Loader/Icons/Loader.d.ts +1 -1
  289. package/dist/Loader/Icons/Spinner.d.ts +1 -1
  290. package/dist/Loader/Loader.stories.d.ts +7 -0
  291. package/dist/Loader/Loader.styled.d.ts +2 -2
  292. package/dist/Loader/Loader.types.d.ts +2 -2
  293. package/dist/Loader/index.d.ts +2 -2
  294. package/dist/Logos/LawConnect/LawConnectIcon.d.ts +3 -0
  295. package/dist/Logos/LawConnect/LawConnectLogo.d.ts +3 -0
  296. package/dist/Logos/LawConnect/LawConnectPoweredBy.d.ts +3 -0
  297. package/dist/Logos/LawConnect/index.d.ts +3 -0
  298. package/dist/Logos/Logos.stories.d.ts +8 -0
  299. package/dist/Menu/Menu.stories.d.ts +8 -0
  300. package/dist/Menu/Menu.types.d.ts +2 -2
  301. package/dist/Menu/MenuExamples.d.ts +3 -0
  302. package/dist/Menu/index.d.ts +2 -2
  303. package/dist/MenuHeader/MenuHeader.stories.d.ts +6 -0
  304. package/dist/MenuHeader/MenuHeader.types.d.ts +1 -1
  305. package/dist/MenuHeader/index.d.ts +1 -1
  306. package/dist/MenuItem/MenuItem.stories.d.ts +13 -0
  307. package/dist/MenuItem/MenuItem.types.d.ts +5 -5
  308. package/dist/MenuItem/index.d.ts +2 -2
  309. package/dist/Modal/Modal.stories.d.ts +14 -0
  310. package/dist/Modal/ModalExamples.d.ts +3 -0
  311. package/dist/Modal/index.d.ts +1 -1
  312. package/dist/ModalActions/ModalActions.stories.d.ts +6 -0
  313. package/dist/ModalActions/ModalActions.types.d.ts +1 -1
  314. package/dist/ModalActions/index.d.ts +1 -1
  315. package/dist/ModalContent/ModalContent.stories.d.ts +13 -0
  316. package/dist/ModalContent/ModalContent.types.d.ts +1 -1
  317. package/dist/ModalContent/index.d.ts +1 -1
  318. package/dist/ModalTitle/ModalTitle.stories.d.ts +9 -0
  319. package/dist/ModalTitle/ModalTitle.types.d.ts +1 -1
  320. package/dist/ModalTitle/index.d.ts +1 -1
  321. package/dist/Pagination/Pagination.stories.d.ts +9 -0
  322. package/dist/Pagination/Pagination.types.d.ts +1 -1
  323. package/dist/Pagination/index.d.ts +2 -2
  324. package/dist/Popover/Popover.stories.d.ts +6 -0
  325. package/dist/Popover/Popover.types.d.ts +1 -1
  326. package/dist/Popover/PopoverExample.d.ts +6 -0
  327. package/dist/ProgressBar/ProgressBar.d.ts +1 -1
  328. package/dist/ProgressBar/ProgressBar.stories.d.ts +13 -0
  329. package/dist/ProgressBar/index.d.ts +2 -2
  330. package/dist/Radio/Radio.stories.d.ts +8 -0
  331. package/dist/Radio/Radio.types.d.ts +1 -2
  332. package/dist/Radio/index.d.ts +2 -2
  333. package/dist/RadioGroup/RadioGroup.stories.d.ts +6 -0
  334. package/dist/RadioGroup/RadioGroup.types.d.ts +1 -1
  335. package/dist/RadioGroup/index.d.ts +1 -1
  336. package/dist/RibbonButton/RibbonButton.d.ts +2 -2
  337. package/dist/RibbonButton/RibbonButton.stories.d.ts +9 -0
  338. package/dist/RibbonButton/RibbonButton.styled.d.ts +3 -3
  339. package/dist/RibbonButton/RibbonButton.types.d.ts +1 -1
  340. package/dist/RibbonButtonGroup/RibbonButtonGroup.d.ts +2 -2
  341. package/dist/RibbonButtonGroup/RibbonButtonGroup.stories.d.ts +9 -0
  342. package/dist/RibbonButtonGroup/RibbonButtonGroup.styled.d.ts +4 -4
  343. package/dist/RibbonButtonGroup/RibbonButtonGroupMenuExample.d.ts +1 -0
  344. package/dist/Select/index.d.ts +2 -2
  345. package/dist/SidebarLayout/SidebarLayout.d.ts +7 -1
  346. package/dist/SidebarLayout/SidebarLayout.stories.d.ts +12 -0
  347. package/dist/SidebarLayout/SidebarLayout.types.d.ts +2 -1
  348. package/dist/SidebarLayout/index.d.ts +1 -1
  349. package/dist/StepNavigation/StepNavigation.stories.d.ts +9 -0
  350. package/dist/StepNavigation/StepNavigation.styled.d.ts +1 -1
  351. package/dist/StepNavigation/StepNavigation.types.d.ts +2 -1
  352. package/dist/StepNavigation/index.d.ts +2 -2
  353. package/dist/Switch/Switch.stories.d.ts +10 -0
  354. package/dist/Switch/Switch.types.d.ts +1 -1
  355. package/dist/Switch/index.d.ts +1 -1
  356. package/dist/Tab/Tab.d.ts +1 -1
  357. package/dist/Tab/Tab.stories.d.ts +6 -0
  358. package/dist/Tab/Tab.styled.d.ts +2 -2
  359. package/dist/Tab/Tab.types.d.ts +1 -1
  360. package/dist/Tab/index.d.ts +2 -2
  361. package/dist/TabListItem/TabListItem.stories.d.ts +7 -0
  362. package/dist/TabListItem/TabListItem.styled.d.ts +3 -3
  363. package/dist/TabListItem/TabListItem.types.d.ts +1 -1
  364. package/dist/Table/Table.stories.d.ts +17 -0
  365. package/dist/Table/Table.types.d.ts +1 -1
  366. package/dist/Table/index.d.ts +1 -1
  367. package/dist/TableBody/TableBody.stories.d.ts +14 -0
  368. package/dist/TableBody/TableBody.types.d.ts +1 -1
  369. package/dist/TableBody/index.d.ts +1 -1
  370. package/dist/TableCell/TableCell.stories.d.ts +10 -0
  371. package/dist/TableCell/TableCell.types.d.ts +2 -2
  372. package/dist/TableCell/index.d.ts +1 -1
  373. package/dist/TableCellIcon/TableCellIcon.stories.d.ts +7 -0
  374. package/dist/TableCellIcon/TableCellIcon.types.d.ts +1 -1
  375. package/dist/TableCellIcon/index.d.ts +1 -1
  376. package/dist/TableContainer/TableContainer.stories.d.ts +6 -0
  377. package/dist/TableContainer/index.d.ts +1 -1
  378. package/dist/TableFooter/TableFooter.stories.d.ts +10 -0
  379. package/dist/TableFooter/index.d.ts +1 -1
  380. package/dist/TableHead/TableHead.stories.d.ts +10 -0
  381. package/dist/TableHead/index.d.ts +1 -1
  382. package/dist/TableRow/TableRow.stories.d.ts +12 -0
  383. package/dist/TableRow/index.d.ts +1 -1
  384. package/dist/Tabs/Tabs.stories.d.ts +8 -0
  385. package/dist/Tabs/Tabs.styled.d.ts +2 -3
  386. package/dist/Tabs/index.d.ts +2 -2
  387. package/dist/Tabs/support/TabsExample.d.ts +3 -0
  388. package/dist/Tag/Tag.stories.d.ts +13 -0
  389. package/dist/Tag/Tag.styled.d.ts +2 -3
  390. package/dist/Tag/Tag.types.d.ts +10 -10
  391. package/dist/Tag/index.d.ts +1 -1
  392. package/dist/TextareaAutosize/TextareaAutosize.d.ts +3 -0
  393. package/dist/TextareaAutosize/TextareaAutosize.stories.d.ts +7 -0
  394. package/dist/TextareaAutosize/TextareaAutosize.types.d.ts +3 -0
  395. package/dist/TextareaAutosize/index.d.ts +2 -0
  396. package/dist/Theme/custom-types/component-dialog.d.ts +1 -1
  397. package/dist/Theme/custom-types/component-emptystate.d.ts +7 -6
  398. package/dist/Theme/custom-types/global-palette.d.ts +9 -0
  399. package/dist/Theme/lawconnect/baseline.d.ts +44 -0
  400. package/dist/Theme/lawconnect/design-tokens/components/avatars.d.ts +46 -0
  401. package/dist/Theme/lawconnect/design-tokens/components/buttons.d.ts +93 -0
  402. package/dist/Theme/lawconnect/design-tokens/components/chip.d.ts +54 -0
  403. package/dist/Theme/lawconnect/design-tokens/effect.d.ts +2 -0
  404. package/dist/Theme/lawconnect/design-tokens/palette.d.ts +116 -0
  405. package/dist/Theme/lawconnect/design-tokens/shapes.d.ts +13 -0
  406. package/dist/Theme/lawconnect/design-tokens/spacers.d.ts +12 -0
  407. package/dist/Theme/lawconnect/design-tokens/typography.d.ts +133 -0
  408. package/dist/Theme/lawconnect/overrides/Dialog/dialog.d.ts +2 -0
  409. package/dist/Theme/lawconnect/overrides/Dialog/dialogActions.d.ts +2 -0
  410. package/dist/Theme/lawconnect/overrides/Dialog/dialogContent.d.ts +2 -0
  411. package/dist/Theme/lawconnect/overrides/Dialog/dialogTitle.d.ts +2 -0
  412. package/dist/Theme/lawconnect/overrides/accordion.d.ts +4 -0
  413. package/dist/Theme/lawconnect/overrides/autocomplete.d.ts +2 -0
  414. package/dist/Theme/lawconnect/overrides/checkbox.d.ts +2 -0
  415. package/dist/Theme/lawconnect/overrides/divider.d.ts +2 -0
  416. package/dist/Theme/lawconnect/overrides/dropdown.d.ts +2 -0
  417. package/dist/Theme/lawconnect/overrides/formControlLabel.d.ts +2 -0
  418. package/dist/Theme/lawconnect/overrides/formGroup.d.ts +2 -0
  419. package/dist/Theme/lawconnect/overrides/iconButton.d.ts +2 -0
  420. package/dist/Theme/lawconnect/overrides/index.d.ts +23 -0
  421. package/dist/Theme/lawconnect/overrides/inputBase.d.ts +2 -0
  422. package/dist/Theme/lawconnect/overrides/inputLabel.d.ts +2 -0
  423. package/dist/Theme/lawconnect/overrides/list.d.ts +2 -0
  424. package/dist/Theme/lawconnect/overrides/listItemIcon.d.ts +2 -0
  425. package/dist/Theme/lawconnect/overrides/listItemText.d.ts +2 -0
  426. package/dist/Theme/lawconnect/overrides/menu.d.ts +2 -0
  427. package/dist/Theme/lawconnect/overrides/menuItem.d.ts +2 -0
  428. package/dist/Theme/lawconnect/overrides/outlinedInput.d.ts +2 -0
  429. package/dist/Theme/lawconnect/overrides/radio.d.ts +2 -0
  430. package/dist/Theme/lawconnect/overrides/svgIcon.d.ts +2 -0
  431. package/dist/Theme/lawconnect/overrides/tooltip.d.ts +2 -0
  432. package/dist/Theme/lawconnect/theme.d.ts +2 -0
  433. package/dist/Theme/leap/desktop/baseline.d.ts +13 -13
  434. package/dist/Theme/leap/desktop/design-tokens/components/avatars.d.ts +3 -3
  435. package/dist/Theme/leap/desktop/design-tokens/components/buttons.d.ts +20 -20
  436. package/dist/Theme/leap/desktop/design-tokens/components/chip.d.ts +9 -9
  437. package/dist/Theme/leap/desktop/design-tokens/effect.d.ts +2 -0
  438. package/dist/Theme/leap/desktop/design-tokens/palette.d.ts +151 -0
  439. package/dist/Theme/leap/desktop/design-tokens/typography.d.ts +1 -1
  440. package/dist/Theme/leap/desktop/overrides/index.d.ts +12 -12
  441. package/dist/Theme/leap/desktop/overrides/listItem.d.ts +2 -2
  442. package/dist/Theme/leap/desktop/overrides/listItemText.d.ts +2 -2
  443. package/dist/Theme/leap/desktop/overrides/listSubHeader.d.ts +2 -2
  444. package/dist/Theme/leap/desktop/overrides/switch.d.ts +1 -1
  445. package/dist/Theme/leap/desktop/spacers.d.ts +12 -0
  446. package/dist/Theme/leap/desktop/theme.d.ts +6 -6
  447. package/dist/Theme/leap/web/baseline.d.ts +13 -13
  448. package/dist/Theme/leap/web/design-tokens/components/avatars.d.ts +3 -3
  449. package/dist/Theme/leap/web/design-tokens/components/buttons.d.ts +20 -20
  450. package/dist/Theme/leap/web/design-tokens/components/chip.d.ts +10 -10
  451. package/dist/Theme/leap/web/design-tokens/effect.d.ts +2 -0
  452. package/dist/Theme/leap/web/design-tokens/palette.d.ts +150 -0
  453. package/dist/Theme/leap/web/design-tokens/typography.d.ts +1 -1
  454. package/dist/Theme/leap/web/overrides/index.d.ts +8 -19
  455. package/dist/Theme/leap/web/overrides/listItem.d.ts +2 -2
  456. package/dist/Theme/leap/web/overrides/listItemIcon.d.ts +2 -2
  457. package/dist/Theme/leap/web/overrides/listItemText.d.ts +2 -2
  458. package/dist/Theme/leap/web/overrides/listSubHeader.d.ts +2 -2
  459. package/dist/Theme/leap/web/overrides/switch.d.ts +1 -1
  460. package/dist/ThemeProvider/ThemeProvider.stories.d.ts +14 -0
  461. package/dist/ThemeProvider/ThemeProvider.types.d.ts +1 -1
  462. package/dist/ThemeProvider/index.d.ts +1 -1
  463. package/dist/Toolbar/Toolbar.stories.d.ts +6 -0
  464. package/dist/ToolbarButton/ToolbarButton.stories.d.ts +6 -0
  465. package/dist/ToolbarButton/ToolbarButton.styled.d.ts +2 -2
  466. package/dist/ToolbarButton/ToolbarButton.types.d.ts +3 -3
  467. package/dist/ToolbarButton/index.d.ts +1 -1
  468. package/dist/Tooltip/Tooltip.stories.d.ts +10 -0
  469. package/dist/Tooltip/index.d.ts +1 -1
  470. package/dist/TwoColumnLayout/TwoColumnLayout.d.ts +7 -1
  471. package/dist/TwoColumnLayout/TwoColumnLayout.stories.d.ts +18 -0
  472. package/dist/TwoColumnLayout/TwoColumnLayout.types.d.ts +2 -1
  473. package/dist/TwoColumnLayout/index.d.ts +1 -1
  474. package/dist/Typography/Typography.stories.d.ts +15 -0
  475. package/dist/Typography/index.d.ts +2 -2
  476. package/dist/index.d.ts +6 -6
  477. package/dist/index.esm.js +3870 -2077
  478. package/dist/index.esm.js.map +1 -1
  479. package/dist/index.js +3878 -2077
  480. package/dist/index.js.map +1 -1
  481. package/dist/stories/ColorsLeap.stories.d.ts +23 -0
  482. package/dist/stories/resources/tokensColorsLeap.d.ts +10 -0
  483. package/dist/stories/resources/typographyLawconnect.d.ts +10 -0
  484. package/package.json +49 -16
  485. package/dist/TextField/TextField.d.ts +0 -3
  486. package/dist/TextField/TextField.types.d.ts +0 -4
  487. package/dist/TextField/index.d.ts +0 -2
@@ -0,0 +1,1543 @@
1
+ /// <reference types="react" />
2
+ /// <reference types="react" />
3
+ /// <reference types="trusted-types" />
4
+ /**
5
+ * The Box component serves as a wrapper component for most of the CSS utility needs.
6
+ */
7
+ declare const meta: {
8
+ title: string;
9
+ component: (props: import("./Box.types").BoxProps) => import("react/jsx-runtime").JSX.Element;
10
+ };
11
+ export default meta;
12
+ export declare const Default: {
13
+ args: {
14
+ bgcolor: "primary.main";
15
+ border: number;
16
+ p: number;
17
+ style: {
18
+ width: number;
19
+ height: number;
20
+ };
21
+ };
22
+ play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
23
+ children?: import("react").ReactNode;
24
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
25
+ ref?: import("react").Ref<unknown> | undefined;
26
+ sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
27
+ color?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Color | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Color | undefined>);
28
+ fontSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number> | undefined>[] | undefined>);
29
+ p?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number> | undefined>[] | undefined>);
30
+ height?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Height<string | number> | readonly NonNullable<import("csstype").Property.Height<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Height<string | number> | readonly NonNullable<import("csstype").Property.Height<string | number> | undefined>[] | undefined>);
31
+ width?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Width<string | number> | readonly NonNullable<import("csstype").Property.Width<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Width<string | number> | readonly NonNullable<import("csstype").Property.Width<string | number> | undefined>[] | undefined>);
32
+ display?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined>);
33
+ fontFamily?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontFamily | readonly string[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontFamily | readonly string[] | undefined>);
34
+ fontStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontStyle | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontStyle | undefined>);
35
+ fontWeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined>);
36
+ letterSpacing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LetterSpacing<string | number> | readonly NonNullable<import("csstype").Property.LetterSpacing<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LetterSpacing<string | number> | readonly NonNullable<import("csstype").Property.LetterSpacing<string | number> | undefined>[] | undefined>);
37
+ order?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order | undefined>[] | undefined>);
38
+ overflow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Overflow | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Overflow | undefined>);
39
+ visibility?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Visibility | readonly NonNullable<import("csstype").Property.Visibility | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Visibility | readonly NonNullable<import("csstype").Property.Visibility | undefined>[] | undefined>);
40
+ lineHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineHeight<string | number> | readonly NonNullable<import("csstype").Property.LineHeight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineHeight<string | number> | readonly NonNullable<import("csstype").Property.LineHeight<string | number> | undefined>[] | undefined>);
41
+ textTransform?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextTransform | readonly NonNullable<import("csstype").Property.TextTransform | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextTransform | readonly NonNullable<import("csstype").Property.TextTransform | undefined>[] | undefined>);
42
+ alignContent?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignContent | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignContent | undefined>);
43
+ alignItems?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignItems | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignItems | undefined>);
44
+ alignSelf?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignSelf | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignSelf | undefined>);
45
+ bottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Bottom<string | number> | readonly NonNullable<import("csstype").Property.Bottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Bottom<string | number> | readonly NonNullable<import("csstype").Property.Bottom<string | number> | undefined>[] | undefined>);
46
+ boxShadow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<number | import("csstype").Property.BoxShadow | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<number | import("csstype").Property.BoxShadow | undefined>);
47
+ boxSizing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | undefined>);
48
+ columnGap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnGap<string | number> | readonly NonNullable<import("csstype").Property.ColumnGap<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnGap<string | number> | readonly NonNullable<import("csstype").Property.ColumnGap<string | number> | undefined>[] | undefined>);
49
+ flexBasis?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number> | undefined>[] | undefined>);
50
+ flexDirection?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection | undefined>[] | undefined>);
51
+ flexGrow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow | undefined>[] | undefined>);
52
+ flexShrink?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexShrink | readonly NonNullable<import("csstype").Property.FlexShrink | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexShrink | readonly NonNullable<import("csstype").Property.FlexShrink | undefined>[] | undefined>);
53
+ flexWrap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap | undefined>[] | undefined>);
54
+ gridAutoColumns?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridAutoColumns<string | number> | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridAutoColumns<string | number> | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number> | undefined>[] | undefined>);
55
+ gridAutoFlow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridAutoFlow | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridAutoFlow | undefined>);
56
+ gridAutoRows?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridAutoRows<string | number> | readonly NonNullable<import("csstype").Property.GridAutoRows<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridAutoRows<string | number> | readonly NonNullable<import("csstype").Property.GridAutoRows<string | number> | undefined>[] | undefined>);
57
+ gridTemplateAreas?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridTemplateAreas | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridTemplateAreas | undefined>);
58
+ gridTemplateColumns?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridTemplateColumns<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateColumns<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridTemplateColumns<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateColumns<string | number> | undefined>[] | undefined>);
59
+ gridTemplateRows?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridTemplateRows<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateRows<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridTemplateRows<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateRows<string | number> | undefined>[] | undefined>);
60
+ justifyContent?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyContent | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyContent | undefined>);
61
+ justifyItems?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyItems | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyItems | undefined>);
62
+ justifySelf?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifySelf | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifySelf | undefined>);
63
+ left?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Left<string | number> | readonly NonNullable<import("csstype").Property.Left<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Left<string | number> | readonly NonNullable<import("csstype").Property.Left<string | number> | undefined>[] | undefined>);
64
+ marginBlockEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockEnd<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockEnd<string | number> | undefined>[] | undefined>);
65
+ marginBlockStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlockStart<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockStart<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlockStart<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockStart<string | number> | undefined>[] | undefined>);
66
+ marginBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number> | undefined>[] | undefined>);
67
+ marginInlineEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | undefined>);
68
+ marginInlineStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | undefined>);
69
+ marginLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined>);
70
+ marginRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | undefined>);
71
+ marginTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined>);
72
+ maxHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxHeight<string | number> | readonly NonNullable<import("csstype").Property.MaxHeight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxHeight<string | number> | readonly NonNullable<import("csstype").Property.MaxHeight<string | number> | undefined>[] | undefined>);
73
+ maxWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxWidth<string | number> | readonly NonNullable<import("csstype").Property.MaxWidth<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxWidth<string | number> | readonly NonNullable<import("csstype").Property.MaxWidth<string | number> | undefined>[] | undefined>);
74
+ minHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinHeight<string | number> | readonly NonNullable<import("csstype").Property.MinHeight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinHeight<string | number> | readonly NonNullable<import("csstype").Property.MinHeight<string | number> | undefined>[] | undefined>);
75
+ minWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinWidth<string | number> | readonly NonNullable<import("csstype").Property.MinWidth<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinWidth<string | number> | readonly NonNullable<import("csstype").Property.MinWidth<string | number> | undefined>[] | undefined>);
76
+ paddingBlockEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockEnd<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockEnd<string | number> | undefined>[] | undefined>);
77
+ paddingBlockStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlockStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockStart<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlockStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockStart<string | number> | undefined>[] | undefined>);
78
+ paddingBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number> | undefined>[] | undefined>);
79
+ paddingInlineEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>[] | undefined>);
80
+ paddingInlineStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number> | undefined>[] | undefined>);
81
+ paddingLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined>);
82
+ paddingRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | undefined>);
83
+ paddingTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined>);
84
+ position?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Position | readonly NonNullable<import("csstype").Property.Position | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Position | readonly NonNullable<import("csstype").Property.Position | undefined>[] | undefined>);
85
+ right?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Right<string | number> | readonly NonNullable<import("csstype").Property.Right<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Right<string | number> | readonly NonNullable<import("csstype").Property.Right<string | number> | undefined>[] | undefined>);
86
+ rowGap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.RowGap<string | number> | readonly NonNullable<import("csstype").Property.RowGap<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.RowGap<string | number> | readonly NonNullable<import("csstype").Property.RowGap<string | number> | undefined>[] | undefined>);
87
+ textAlign?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextAlign | readonly NonNullable<import("csstype").Property.TextAlign | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextAlign | readonly NonNullable<import("csstype").Property.TextAlign | undefined>[] | undefined>);
88
+ textOverflow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextOverflow | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextOverflow | undefined>);
89
+ top?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Top<string | number> | readonly NonNullable<import("csstype").Property.Top<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Top<string | number> | readonly NonNullable<import("csstype").Property.Top<string | number> | undefined>[] | undefined>);
90
+ whiteSpace?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WhiteSpace | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WhiteSpace | undefined>);
91
+ zIndex?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined>);
92
+ border?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<number | "none" | "inherit" | "white" | "black" | (string & {}) | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "medium" | "inset" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "hidden" | "thick" | "thin" | "dashed" | "dotted" | "double" | "groove" | "outset" | "ridge" | "solid" | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<number | "none" | "inherit" | "white" | "black" | (string & {}) | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "medium" | "inset" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "hidden" | "thick" | "thin" | "dashed" | "dotted" | "double" | "groove" | "outset" | "ridge" | "solid" | undefined>);
93
+ borderBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottom<string | number> | readonly NonNullable<import("csstype").Property.BorderBottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottom<string | number> | readonly NonNullable<import("csstype").Property.BorderBottom<string | number> | undefined>[] | undefined>);
94
+ borderColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderColor | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderColor | undefined>);
95
+ borderLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderLeft<string | number> | readonly NonNullable<import("csstype").Property.BorderLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderLeft<string | number> | readonly NonNullable<import("csstype").Property.BorderLeft<string | number> | undefined>[] | undefined>);
96
+ borderRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | undefined>);
97
+ borderRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRight<string | number> | readonly NonNullable<import("csstype").Property.BorderRight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRight<string | number> | readonly NonNullable<import("csstype").Property.BorderRight<string | number> | undefined>[] | undefined>);
98
+ borderTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTop<string | number> | readonly NonNullable<import("csstype").Property.BorderTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTop<string | number> | readonly NonNullable<import("csstype").Property.BorderTop<string | number> | undefined>[] | undefined>);
99
+ flex?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | undefined>);
100
+ gap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Gap<string | number> | readonly NonNullable<import("csstype").Property.Gap<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Gap<string | number> | readonly NonNullable<import("csstype").Property.Gap<string | number> | undefined>[] | undefined>);
101
+ gridArea?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridArea | readonly NonNullable<import("csstype").Property.GridArea | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridArea | readonly NonNullable<import("csstype").Property.GridArea | undefined>[] | undefined>);
102
+ gridColumn?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridColumn | readonly NonNullable<import("csstype").Property.GridColumn | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridColumn | readonly NonNullable<import("csstype").Property.GridColumn | undefined>[] | undefined>);
103
+ gridRow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridRow | readonly NonNullable<import("csstype").Property.GridRow | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridRow | readonly NonNullable<import("csstype").Property.GridRow | undefined>[] | undefined>);
104
+ margin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number> | undefined>[] | undefined>);
105
+ marginBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlock<string | number> | readonly NonNullable<import("csstype").Property.MarginBlock<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlock<string | number> | readonly NonNullable<import("csstype").Property.MarginBlock<string | number> | undefined>[] | undefined>);
106
+ marginInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInline<string | number> | readonly NonNullable<import("csstype").Property.MarginInline<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInline<string | number> | readonly NonNullable<import("csstype").Property.MarginInline<string | number> | undefined>[] | undefined>);
107
+ padding?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number> | undefined>[] | undefined>);
108
+ paddingBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlock<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlock<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlock<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlock<string | number> | undefined>[] | undefined>);
109
+ paddingInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInline<string | number> | readonly NonNullable<import("csstype").Property.PaddingInline<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInline<string | number> | readonly NonNullable<import("csstype").Property.PaddingInline<string | number> | undefined>[] | undefined>);
110
+ typography?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | undefined>);
111
+ bgcolor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundColor | readonly string[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundColor | readonly string[] | undefined>);
112
+ m?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number> | undefined>[] | undefined>);
113
+ mt?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined>);
114
+ mr?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | undefined>);
115
+ mb?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number> | undefined>[] | undefined>);
116
+ ml?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined>);
117
+ mx?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined>);
118
+ marginX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined>);
119
+ my?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined>);
120
+ marginY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined>);
121
+ pt?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined>);
122
+ pr?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | undefined>);
123
+ pb?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number> | undefined>[] | undefined>);
124
+ pl?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined>);
125
+ px?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined>);
126
+ paddingX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined>);
127
+ py?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined>);
128
+ paddingY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined>);
129
+ displayPrint?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined>);
130
+ className?: string | undefined;
131
+ style?: import("react").CSSProperties | undefined;
132
+ classes?: Partial<import("@mui/material").ClassNameMap<never>> | undefined;
133
+ slot?: string | undefined;
134
+ title?: string | undefined;
135
+ suppressHydrationWarning?: boolean | undefined;
136
+ id?: string | undefined;
137
+ lang?: string | undefined;
138
+ role?: import("react").AriaRole | undefined;
139
+ tabIndex?: number | undefined;
140
+ "aria-activedescendant"?: string | undefined;
141
+ "aria-atomic"?: (boolean | "false" | "true") | undefined;
142
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
143
+ "aria-braillelabel"?: string | undefined;
144
+ "aria-brailleroledescription"?: string | undefined;
145
+ "aria-busy"?: (boolean | "false" | "true") | undefined;
146
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
147
+ "aria-colcount"?: number | undefined;
148
+ "aria-colindex"?: number | undefined;
149
+ "aria-colindextext"?: string | undefined;
150
+ "aria-colspan"?: number | undefined;
151
+ "aria-controls"?: string | undefined;
152
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
153
+ "aria-describedby"?: string | undefined;
154
+ "aria-description"?: string | undefined;
155
+ "aria-details"?: string | undefined;
156
+ "aria-disabled"?: (boolean | "false" | "true") | undefined;
157
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
158
+ "aria-errormessage"?: string | undefined;
159
+ "aria-expanded"?: (boolean | "false" | "true") | undefined;
160
+ "aria-flowto"?: string | undefined;
161
+ "aria-grabbed"?: (boolean | "false" | "true") | undefined;
162
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
163
+ "aria-hidden"?: (boolean | "false" | "true") | undefined;
164
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
165
+ "aria-keyshortcuts"?: string | undefined;
166
+ "aria-label"?: string | undefined;
167
+ "aria-labelledby"?: string | undefined;
168
+ "aria-level"?: number | undefined;
169
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
170
+ "aria-modal"?: (boolean | "false" | "true") | undefined;
171
+ "aria-multiline"?: (boolean | "false" | "true") | undefined;
172
+ "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
173
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
174
+ "aria-owns"?: string | undefined;
175
+ "aria-placeholder"?: string | undefined;
176
+ "aria-posinset"?: number | undefined;
177
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
178
+ "aria-readonly"?: (boolean | "false" | "true") | undefined;
179
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
180
+ "aria-required"?: (boolean | "false" | "true") | undefined;
181
+ "aria-roledescription"?: string | undefined;
182
+ "aria-rowcount"?: number | undefined;
183
+ "aria-rowindex"?: number | undefined;
184
+ "aria-rowindextext"?: string | undefined;
185
+ "aria-rowspan"?: number | undefined;
186
+ "aria-selected"?: (boolean | "false" | "true") | undefined;
187
+ "aria-setsize"?: number | undefined;
188
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
189
+ "aria-valuemax"?: number | undefined;
190
+ "aria-valuemin"?: number | undefined;
191
+ "aria-valuenow"?: number | undefined;
192
+ "aria-valuetext"?: string | undefined;
193
+ dangerouslySetInnerHTML?: {
194
+ __html: string | TrustedHTML;
195
+ } | undefined;
196
+ onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
197
+ onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
198
+ onCut?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
199
+ onCutCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
200
+ onPaste?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
201
+ onPasteCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
202
+ onCompositionEnd?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
203
+ onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
204
+ onCompositionStart?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
205
+ onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
206
+ onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
207
+ onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
208
+ onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
209
+ onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
210
+ onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
211
+ onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
212
+ onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
213
+ onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
214
+ onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
215
+ onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
216
+ onInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
217
+ onInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
218
+ onReset?: import("react").FormEventHandler<HTMLDivElement> | undefined;
219
+ onResetCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
220
+ onSubmit?: import("react").FormEventHandler<HTMLDivElement> | undefined;
221
+ onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
222
+ onInvalid?: import("react").FormEventHandler<HTMLDivElement> | undefined;
223
+ onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
224
+ onLoad?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
225
+ onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
226
+ onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
227
+ onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
228
+ onKeyDown?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
229
+ onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
230
+ onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
231
+ onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
232
+ onKeyUp?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
233
+ onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
234
+ onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
235
+ onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
236
+ onCanPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
237
+ onCanPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
238
+ onCanPlayThrough?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
239
+ onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
240
+ onDurationChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
241
+ onDurationChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
242
+ onEmptied?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
243
+ onEmptiedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
244
+ onEncrypted?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
245
+ onEncryptedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
246
+ onEnded?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
247
+ onEndedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
248
+ onLoadedData?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
249
+ onLoadedDataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
250
+ onLoadedMetadata?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
251
+ onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
252
+ onLoadStart?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
253
+ onLoadStartCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
254
+ onPause?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
255
+ onPauseCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
256
+ onPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
257
+ onPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
258
+ onPlaying?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
259
+ onPlayingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
260
+ onProgress?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
261
+ onProgressCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
262
+ onRateChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
263
+ onRateChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
264
+ onResize?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
265
+ onResizeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
266
+ onSeeked?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
267
+ onSeekedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
268
+ onSeeking?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
269
+ onSeekingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
270
+ onStalled?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
271
+ onStalledCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
272
+ onSuspend?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
273
+ onSuspendCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
274
+ onTimeUpdate?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
275
+ onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
276
+ onVolumeChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
277
+ onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
278
+ onWaiting?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
279
+ onWaitingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
280
+ onAuxClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
281
+ onAuxClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
282
+ onClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
283
+ onClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
284
+ onContextMenu?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
285
+ onContextMenuCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
286
+ onDoubleClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
287
+ onDoubleClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
288
+ onDrag?: import("react").DragEventHandler<HTMLDivElement> | undefined;
289
+ onDragCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
290
+ onDragEnd?: import("react").DragEventHandler<HTMLDivElement> | undefined;
291
+ onDragEndCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
292
+ onDragEnter?: import("react").DragEventHandler<HTMLDivElement> | undefined;
293
+ onDragEnterCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
294
+ onDragExit?: import("react").DragEventHandler<HTMLDivElement> | undefined;
295
+ onDragExitCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
296
+ onDragLeave?: import("react").DragEventHandler<HTMLDivElement> | undefined;
297
+ onDragLeaveCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
298
+ onDragOver?: import("react").DragEventHandler<HTMLDivElement> | undefined;
299
+ onDragOverCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
300
+ onDragStart?: import("react").DragEventHandler<HTMLDivElement> | undefined;
301
+ onDragStartCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
302
+ onDrop?: import("react").DragEventHandler<HTMLDivElement> | undefined;
303
+ onDropCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
304
+ onMouseDown?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
305
+ onMouseDownCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
306
+ onMouseEnter?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
307
+ onMouseLeave?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
308
+ onMouseMove?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
309
+ onMouseMoveCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
310
+ onMouseOut?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
311
+ onMouseOutCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
312
+ onMouseOver?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
313
+ onMouseOverCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
314
+ onMouseUp?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
315
+ onMouseUpCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
316
+ onSelect?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
317
+ onSelectCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
318
+ onTouchCancel?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
319
+ onTouchCancelCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
320
+ onTouchEnd?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
321
+ onTouchEndCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
322
+ onTouchMove?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
323
+ onTouchMoveCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
324
+ onTouchStart?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
325
+ onTouchStartCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
326
+ onPointerDown?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
327
+ onPointerDownCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
328
+ onPointerMove?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
329
+ onPointerMoveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
330
+ onPointerUp?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
331
+ onPointerUpCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
332
+ onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
333
+ onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
334
+ onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
335
+ onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
336
+ onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
337
+ onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
338
+ onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
339
+ onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
340
+ onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
341
+ onPointerOutCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
342
+ onGotPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
343
+ onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
344
+ onLostPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
345
+ onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
346
+ onScroll?: import("react").UIEventHandler<HTMLDivElement> | undefined;
347
+ onScrollCapture?: import("react").UIEventHandler<HTMLDivElement> | undefined;
348
+ onWheel?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
349
+ onWheelCapture?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
350
+ onAnimationStart?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
351
+ onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
352
+ onAnimationEnd?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
353
+ onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
354
+ onAnimationIteration?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
355
+ onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
356
+ onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
357
+ onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
358
+ key?: import("react").Key | null | undefined;
359
+ content?: string | undefined;
360
+ translate?: "yes" | "no" | undefined;
361
+ hidden?: boolean | undefined;
362
+ defaultChecked?: boolean | undefined;
363
+ defaultValue?: string | number | readonly string[] | undefined;
364
+ suppressContentEditableWarning?: boolean | undefined;
365
+ accessKey?: string | undefined;
366
+ autoFocus?: boolean | undefined;
367
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
368
+ contextMenu?: string | undefined;
369
+ dir?: string | undefined;
370
+ draggable?: (boolean | "false" | "true") | undefined;
371
+ nonce?: string | undefined;
372
+ spellCheck?: (boolean | "false" | "true") | undefined;
373
+ radioGroup?: string | undefined;
374
+ about?: string | undefined;
375
+ datatype?: string | undefined;
376
+ inlist?: any;
377
+ prefix?: string | undefined;
378
+ property?: string | undefined;
379
+ rel?: string | undefined;
380
+ resource?: string | undefined;
381
+ rev?: string | undefined;
382
+ typeof?: string | undefined;
383
+ vocab?: string | undefined;
384
+ autoCapitalize?: string | undefined;
385
+ autoCorrect?: string | undefined;
386
+ autoSave?: string | undefined;
387
+ itemProp?: string | undefined;
388
+ itemScope?: boolean | undefined;
389
+ itemType?: string | undefined;
390
+ itemID?: string | undefined;
391
+ itemRef?: string | undefined;
392
+ results?: number | undefined;
393
+ security?: string | undefined;
394
+ unselectable?: "on" | "off" | undefined;
395
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
396
+ is?: string | undefined;
397
+ }>) => Promise<void>;
398
+ render: (args: {
399
+ children?: import("react").ReactNode;
400
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
401
+ ref?: import("react").Ref<unknown> | undefined;
402
+ sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
403
+ color?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Color | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Color | undefined>);
404
+ fontSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number> | undefined>[] | undefined>);
405
+ p?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number> | undefined>[] | undefined>);
406
+ height?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Height<string | number> | readonly NonNullable<import("csstype").Property.Height<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Height<string | number> | readonly NonNullable<import("csstype").Property.Height<string | number> | undefined>[] | undefined>);
407
+ width?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Width<string | number> | readonly NonNullable<import("csstype").Property.Width<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Width<string | number> | readonly NonNullable<import("csstype").Property.Width<string | number> | undefined>[] | undefined>);
408
+ display?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined>);
409
+ fontFamily?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontFamily | readonly string[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontFamily | readonly string[] | undefined>);
410
+ fontStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontStyle | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontStyle | undefined>);
411
+ fontWeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined>);
412
+ letterSpacing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LetterSpacing<string | number> | readonly NonNullable<import("csstype").Property.LetterSpacing<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LetterSpacing<string | number> | readonly NonNullable<import("csstype").Property.LetterSpacing<string | number> | undefined>[] | undefined>);
413
+ order?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order | undefined>[] | undefined>);
414
+ overflow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Overflow | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Overflow | undefined>);
415
+ visibility?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Visibility | readonly NonNullable<import("csstype").Property.Visibility | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Visibility | readonly NonNullable<import("csstype").Property.Visibility | undefined>[] | undefined>);
416
+ lineHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineHeight<string | number> | readonly NonNullable<import("csstype").Property.LineHeight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineHeight<string | number> | readonly NonNullable<import("csstype").Property.LineHeight<string | number> | undefined>[] | undefined>);
417
+ textTransform?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextTransform | readonly NonNullable<import("csstype").Property.TextTransform | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextTransform | readonly NonNullable<import("csstype").Property.TextTransform | undefined>[] | undefined>);
418
+ alignContent?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignContent | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignContent | undefined>);
419
+ alignItems?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignItems | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignItems | undefined>);
420
+ alignSelf?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignSelf | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignSelf | undefined>);
421
+ bottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Bottom<string | number> | readonly NonNullable<import("csstype").Property.Bottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Bottom<string | number> | readonly NonNullable<import("csstype").Property.Bottom<string | number> | undefined>[] | undefined>);
422
+ boxShadow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<number | import("csstype").Property.BoxShadow | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<number | import("csstype").Property.BoxShadow | undefined>);
423
+ boxSizing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | undefined>);
424
+ columnGap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnGap<string | number> | readonly NonNullable<import("csstype").Property.ColumnGap<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnGap<string | number> | readonly NonNullable<import("csstype").Property.ColumnGap<string | number> | undefined>[] | undefined>);
425
+ flexBasis?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number> | undefined>[] | undefined>);
426
+ flexDirection?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection | undefined>[] | undefined>);
427
+ flexGrow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow | undefined>[] | undefined>);
428
+ flexShrink?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexShrink | readonly NonNullable<import("csstype").Property.FlexShrink | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexShrink | readonly NonNullable<import("csstype").Property.FlexShrink | undefined>[] | undefined>);
429
+ flexWrap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap | undefined>[] | undefined>);
430
+ gridAutoColumns?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridAutoColumns<string | number> | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridAutoColumns<string | number> | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number> | undefined>[] | undefined>);
431
+ gridAutoFlow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridAutoFlow | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridAutoFlow | undefined>);
432
+ gridAutoRows?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridAutoRows<string | number> | readonly NonNullable<import("csstype").Property.GridAutoRows<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridAutoRows<string | number> | readonly NonNullable<import("csstype").Property.GridAutoRows<string | number> | undefined>[] | undefined>);
433
+ gridTemplateAreas?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridTemplateAreas | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridTemplateAreas | undefined>);
434
+ gridTemplateColumns?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridTemplateColumns<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateColumns<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridTemplateColumns<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateColumns<string | number> | undefined>[] | undefined>);
435
+ gridTemplateRows?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridTemplateRows<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateRows<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridTemplateRows<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateRows<string | number> | undefined>[] | undefined>);
436
+ justifyContent?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyContent | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyContent | undefined>);
437
+ justifyItems?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyItems | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyItems | undefined>);
438
+ justifySelf?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifySelf | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifySelf | undefined>);
439
+ left?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Left<string | number> | readonly NonNullable<import("csstype").Property.Left<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Left<string | number> | readonly NonNullable<import("csstype").Property.Left<string | number> | undefined>[] | undefined>);
440
+ marginBlockEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockEnd<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockEnd<string | number> | undefined>[] | undefined>);
441
+ marginBlockStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlockStart<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockStart<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlockStart<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockStart<string | number> | undefined>[] | undefined>);
442
+ marginBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number> | undefined>[] | undefined>);
443
+ marginInlineEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | undefined>);
444
+ marginInlineStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | undefined>);
445
+ marginLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined>);
446
+ marginRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | undefined>);
447
+ marginTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined>);
448
+ maxHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxHeight<string | number> | readonly NonNullable<import("csstype").Property.MaxHeight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxHeight<string | number> | readonly NonNullable<import("csstype").Property.MaxHeight<string | number> | undefined>[] | undefined>);
449
+ maxWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxWidth<string | number> | readonly NonNullable<import("csstype").Property.MaxWidth<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxWidth<string | number> | readonly NonNullable<import("csstype").Property.MaxWidth<string | number> | undefined>[] | undefined>);
450
+ minHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinHeight<string | number> | readonly NonNullable<import("csstype").Property.MinHeight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinHeight<string | number> | readonly NonNullable<import("csstype").Property.MinHeight<string | number> | undefined>[] | undefined>);
451
+ minWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinWidth<string | number> | readonly NonNullable<import("csstype").Property.MinWidth<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinWidth<string | number> | readonly NonNullable<import("csstype").Property.MinWidth<string | number> | undefined>[] | undefined>);
452
+ paddingBlockEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockEnd<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockEnd<string | number> | undefined>[] | undefined>);
453
+ paddingBlockStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlockStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockStart<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlockStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockStart<string | number> | undefined>[] | undefined>);
454
+ paddingBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number> | undefined>[] | undefined>);
455
+ paddingInlineEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>[] | undefined>);
456
+ paddingInlineStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number> | undefined>[] | undefined>);
457
+ paddingLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined>);
458
+ paddingRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | undefined>);
459
+ paddingTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined>);
460
+ position?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Position | readonly NonNullable<import("csstype").Property.Position | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Position | readonly NonNullable<import("csstype").Property.Position | undefined>[] | undefined>);
461
+ right?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Right<string | number> | readonly NonNullable<import("csstype").Property.Right<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Right<string | number> | readonly NonNullable<import("csstype").Property.Right<string | number> | undefined>[] | undefined>);
462
+ rowGap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.RowGap<string | number> | readonly NonNullable<import("csstype").Property.RowGap<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.RowGap<string | number> | readonly NonNullable<import("csstype").Property.RowGap<string | number> | undefined>[] | undefined>);
463
+ textAlign?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextAlign | readonly NonNullable<import("csstype").Property.TextAlign | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextAlign | readonly NonNullable<import("csstype").Property.TextAlign | undefined>[] | undefined>);
464
+ textOverflow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextOverflow | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextOverflow | undefined>);
465
+ top?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Top<string | number> | readonly NonNullable<import("csstype").Property.Top<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Top<string | number> | readonly NonNullable<import("csstype").Property.Top<string | number> | undefined>[] | undefined>);
466
+ whiteSpace?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WhiteSpace | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WhiteSpace | undefined>);
467
+ zIndex?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined>);
468
+ border?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<number | "none" | "inherit" | "white" | "black" | (string & {}) | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "medium" | "inset" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "hidden" | "thick" | "thin" | "dashed" | "dotted" | "double" | "groove" | "outset" | "ridge" | "solid" | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<number | "none" | "inherit" | "white" | "black" | (string & {}) | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "medium" | "inset" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "hidden" | "thick" | "thin" | "dashed" | "dotted" | "double" | "groove" | "outset" | "ridge" | "solid" | undefined>);
469
+ borderBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottom<string | number> | readonly NonNullable<import("csstype").Property.BorderBottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottom<string | number> | readonly NonNullable<import("csstype").Property.BorderBottom<string | number> | undefined>[] | undefined>);
470
+ borderColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderColor | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderColor | undefined>);
471
+ borderLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderLeft<string | number> | readonly NonNullable<import("csstype").Property.BorderLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderLeft<string | number> | readonly NonNullable<import("csstype").Property.BorderLeft<string | number> | undefined>[] | undefined>);
472
+ borderRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | undefined>);
473
+ borderRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRight<string | number> | readonly NonNullable<import("csstype").Property.BorderRight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRight<string | number> | readonly NonNullable<import("csstype").Property.BorderRight<string | number> | undefined>[] | undefined>);
474
+ borderTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTop<string | number> | readonly NonNullable<import("csstype").Property.BorderTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTop<string | number> | readonly NonNullable<import("csstype").Property.BorderTop<string | number> | undefined>[] | undefined>);
475
+ flex?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | undefined>);
476
+ gap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Gap<string | number> | readonly NonNullable<import("csstype").Property.Gap<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Gap<string | number> | readonly NonNullable<import("csstype").Property.Gap<string | number> | undefined>[] | undefined>);
477
+ gridArea?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridArea | readonly NonNullable<import("csstype").Property.GridArea | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridArea | readonly NonNullable<import("csstype").Property.GridArea | undefined>[] | undefined>);
478
+ gridColumn?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridColumn | readonly NonNullable<import("csstype").Property.GridColumn | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridColumn | readonly NonNullable<import("csstype").Property.GridColumn | undefined>[] | undefined>);
479
+ gridRow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridRow | readonly NonNullable<import("csstype").Property.GridRow | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridRow | readonly NonNullable<import("csstype").Property.GridRow | undefined>[] | undefined>);
480
+ margin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number> | undefined>[] | undefined>);
481
+ marginBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlock<string | number> | readonly NonNullable<import("csstype").Property.MarginBlock<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlock<string | number> | readonly NonNullable<import("csstype").Property.MarginBlock<string | number> | undefined>[] | undefined>);
482
+ marginInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInline<string | number> | readonly NonNullable<import("csstype").Property.MarginInline<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInline<string | number> | readonly NonNullable<import("csstype").Property.MarginInline<string | number> | undefined>[] | undefined>);
483
+ padding?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number> | undefined>[] | undefined>);
484
+ paddingBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlock<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlock<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlock<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlock<string | number> | undefined>[] | undefined>);
485
+ paddingInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInline<string | number> | readonly NonNullable<import("csstype").Property.PaddingInline<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInline<string | number> | readonly NonNullable<import("csstype").Property.PaddingInline<string | number> | undefined>[] | undefined>);
486
+ typography?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | undefined>);
487
+ bgcolor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundColor | readonly string[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundColor | readonly string[] | undefined>);
488
+ m?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number> | undefined>[] | undefined>);
489
+ mt?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined>);
490
+ mr?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | undefined>);
491
+ mb?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number> | undefined>[] | undefined>);
492
+ ml?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined>);
493
+ mx?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined>);
494
+ marginX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined>);
495
+ my?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined>);
496
+ marginY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined>);
497
+ pt?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined>);
498
+ pr?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | undefined>);
499
+ pb?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number> | undefined>[] | undefined>);
500
+ pl?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined>);
501
+ px?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined>);
502
+ paddingX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined>);
503
+ py?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined>);
504
+ paddingY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined>);
505
+ displayPrint?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined>);
506
+ className?: string | undefined;
507
+ style?: import("react").CSSProperties | undefined;
508
+ classes?: Partial<import("@mui/material").ClassNameMap<never>> | undefined;
509
+ slot?: string | undefined;
510
+ title?: string | undefined;
511
+ suppressHydrationWarning?: boolean | undefined;
512
+ id?: string | undefined;
513
+ lang?: string | undefined;
514
+ role?: import("react").AriaRole | undefined;
515
+ tabIndex?: number | undefined;
516
+ "aria-activedescendant"?: string | undefined;
517
+ "aria-atomic"?: (boolean | "false" | "true") | undefined;
518
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
519
+ "aria-braillelabel"?: string | undefined;
520
+ "aria-brailleroledescription"?: string | undefined;
521
+ "aria-busy"?: (boolean | "false" | "true") | undefined;
522
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
523
+ "aria-colcount"?: number | undefined;
524
+ "aria-colindex"?: number | undefined;
525
+ "aria-colindextext"?: string | undefined;
526
+ "aria-colspan"?: number | undefined;
527
+ "aria-controls"?: string | undefined;
528
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
529
+ "aria-describedby"?: string | undefined;
530
+ "aria-description"?: string | undefined;
531
+ "aria-details"?: string | undefined;
532
+ "aria-disabled"?: (boolean | "false" | "true") | undefined;
533
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
534
+ "aria-errormessage"?: string | undefined;
535
+ "aria-expanded"?: (boolean | "false" | "true") | undefined;
536
+ "aria-flowto"?: string | undefined;
537
+ "aria-grabbed"?: (boolean | "false" | "true") | undefined;
538
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
539
+ "aria-hidden"?: (boolean | "false" | "true") | undefined;
540
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
541
+ "aria-keyshortcuts"?: string | undefined;
542
+ "aria-label"?: string | undefined;
543
+ "aria-labelledby"?: string | undefined;
544
+ "aria-level"?: number | undefined;
545
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
546
+ "aria-modal"?: (boolean | "false" | "true") | undefined;
547
+ "aria-multiline"?: (boolean | "false" | "true") | undefined;
548
+ "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
549
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
550
+ "aria-owns"?: string | undefined;
551
+ "aria-placeholder"?: string | undefined;
552
+ "aria-posinset"?: number | undefined;
553
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
554
+ "aria-readonly"?: (boolean | "false" | "true") | undefined;
555
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
556
+ "aria-required"?: (boolean | "false" | "true") | undefined;
557
+ "aria-roledescription"?: string | undefined;
558
+ "aria-rowcount"?: number | undefined;
559
+ "aria-rowindex"?: number | undefined;
560
+ "aria-rowindextext"?: string | undefined;
561
+ "aria-rowspan"?: number | undefined;
562
+ "aria-selected"?: (boolean | "false" | "true") | undefined;
563
+ "aria-setsize"?: number | undefined;
564
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
565
+ "aria-valuemax"?: number | undefined;
566
+ "aria-valuemin"?: number | undefined;
567
+ "aria-valuenow"?: number | undefined;
568
+ "aria-valuetext"?: string | undefined;
569
+ dangerouslySetInnerHTML?: {
570
+ __html: string | TrustedHTML;
571
+ } | undefined;
572
+ onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
573
+ onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
574
+ onCut?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
575
+ onCutCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
576
+ onPaste?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
577
+ onPasteCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
578
+ onCompositionEnd?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
579
+ onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
580
+ onCompositionStart?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
581
+ onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
582
+ onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
583
+ onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
584
+ onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
585
+ onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
586
+ onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
587
+ onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
588
+ onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
589
+ onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
590
+ onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
591
+ onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
592
+ onInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
593
+ onInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
594
+ onReset?: import("react").FormEventHandler<HTMLDivElement> | undefined;
595
+ onResetCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
596
+ onSubmit?: import("react").FormEventHandler<HTMLDivElement> | undefined;
597
+ onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
598
+ onInvalid?: import("react").FormEventHandler<HTMLDivElement> | undefined;
599
+ onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
600
+ onLoad?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
601
+ onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
602
+ onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
603
+ onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
604
+ onKeyDown?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
605
+ onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
606
+ onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
607
+ onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
608
+ onKeyUp?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
609
+ onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
610
+ onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
611
+ onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
612
+ onCanPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
613
+ onCanPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
614
+ onCanPlayThrough?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
615
+ onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
616
+ onDurationChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
617
+ onDurationChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
618
+ onEmptied?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
619
+ onEmptiedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
620
+ onEncrypted?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
621
+ onEncryptedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
622
+ onEnded?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
623
+ onEndedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
624
+ onLoadedData?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
625
+ onLoadedDataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
626
+ onLoadedMetadata?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
627
+ onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
628
+ onLoadStart?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
629
+ onLoadStartCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
630
+ onPause?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
631
+ onPauseCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
632
+ onPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
633
+ onPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
634
+ onPlaying?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
635
+ onPlayingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
636
+ onProgress?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
637
+ onProgressCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
638
+ onRateChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
639
+ onRateChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
640
+ onResize?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
641
+ onResizeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
642
+ onSeeked?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
643
+ onSeekedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
644
+ onSeeking?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
645
+ onSeekingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
646
+ onStalled?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
647
+ onStalledCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
648
+ onSuspend?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
649
+ onSuspendCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
650
+ onTimeUpdate?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
651
+ onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
652
+ onVolumeChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
653
+ onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
654
+ onWaiting?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
655
+ onWaitingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
656
+ onAuxClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
657
+ onAuxClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
658
+ onClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
659
+ onClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
660
+ onContextMenu?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
661
+ onContextMenuCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
662
+ onDoubleClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
663
+ onDoubleClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
664
+ onDrag?: import("react").DragEventHandler<HTMLDivElement> | undefined;
665
+ onDragCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
666
+ onDragEnd?: import("react").DragEventHandler<HTMLDivElement> | undefined;
667
+ onDragEndCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
668
+ onDragEnter?: import("react").DragEventHandler<HTMLDivElement> | undefined;
669
+ onDragEnterCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
670
+ onDragExit?: import("react").DragEventHandler<HTMLDivElement> | undefined;
671
+ onDragExitCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
672
+ onDragLeave?: import("react").DragEventHandler<HTMLDivElement> | undefined;
673
+ onDragLeaveCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
674
+ onDragOver?: import("react").DragEventHandler<HTMLDivElement> | undefined;
675
+ onDragOverCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
676
+ onDragStart?: import("react").DragEventHandler<HTMLDivElement> | undefined;
677
+ onDragStartCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
678
+ onDrop?: import("react").DragEventHandler<HTMLDivElement> | undefined;
679
+ onDropCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
680
+ onMouseDown?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
681
+ onMouseDownCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
682
+ onMouseEnter?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
683
+ onMouseLeave?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
684
+ onMouseMove?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
685
+ onMouseMoveCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
686
+ onMouseOut?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
687
+ onMouseOutCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
688
+ onMouseOver?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
689
+ onMouseOverCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
690
+ onMouseUp?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
691
+ onMouseUpCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
692
+ onSelect?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
693
+ onSelectCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
694
+ onTouchCancel?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
695
+ onTouchCancelCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
696
+ onTouchEnd?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
697
+ onTouchEndCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
698
+ onTouchMove?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
699
+ onTouchMoveCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
700
+ onTouchStart?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
701
+ onTouchStartCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
702
+ onPointerDown?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
703
+ onPointerDownCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
704
+ onPointerMove?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
705
+ onPointerMoveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
706
+ onPointerUp?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
707
+ onPointerUpCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
708
+ onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
709
+ onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
710
+ onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
711
+ onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
712
+ onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
713
+ onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
714
+ onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
715
+ onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
716
+ onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
717
+ onPointerOutCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
718
+ onGotPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
719
+ onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
720
+ onLostPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
721
+ onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
722
+ onScroll?: import("react").UIEventHandler<HTMLDivElement> | undefined;
723
+ onScrollCapture?: import("react").UIEventHandler<HTMLDivElement> | undefined;
724
+ onWheel?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
725
+ onWheelCapture?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
726
+ onAnimationStart?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
727
+ onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
728
+ onAnimationEnd?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
729
+ onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
730
+ onAnimationIteration?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
731
+ onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
732
+ onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
733
+ onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
734
+ key?: import("react").Key | null | undefined;
735
+ content?: string | undefined;
736
+ translate?: "yes" | "no" | undefined;
737
+ hidden?: boolean | undefined;
738
+ defaultChecked?: boolean | undefined;
739
+ defaultValue?: string | number | readonly string[] | undefined;
740
+ suppressContentEditableWarning?: boolean | undefined;
741
+ accessKey?: string | undefined;
742
+ autoFocus?: boolean | undefined;
743
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
744
+ contextMenu?: string | undefined;
745
+ dir?: string | undefined;
746
+ draggable?: (boolean | "false" | "true") | undefined;
747
+ nonce?: string | undefined;
748
+ spellCheck?: (boolean | "false" | "true") | undefined;
749
+ radioGroup?: string | undefined;
750
+ about?: string | undefined;
751
+ datatype?: string | undefined;
752
+ inlist?: any;
753
+ prefix?: string | undefined;
754
+ property?: string | undefined;
755
+ rel?: string | undefined;
756
+ resource?: string | undefined;
757
+ rev?: string | undefined;
758
+ typeof?: string | undefined;
759
+ vocab?: string | undefined;
760
+ autoCapitalize?: string | undefined;
761
+ autoCorrect?: string | undefined;
762
+ autoSave?: string | undefined;
763
+ itemProp?: string | undefined;
764
+ itemScope?: boolean | undefined;
765
+ itemType?: string | undefined;
766
+ itemID?: string | undefined;
767
+ itemRef?: string | undefined;
768
+ results?: number | undefined;
769
+ security?: string | undefined;
770
+ unselectable?: "on" | "off" | undefined;
771
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
772
+ is?: string | undefined;
773
+ }) => import("react/jsx-runtime").JSX.Element;
774
+ };
775
+ export declare const Padding: {
776
+ args: {
777
+ bgcolor: "grey.100";
778
+ p: number;
779
+ style: {
780
+ width: number;
781
+ height: number;
782
+ };
783
+ };
784
+ render: (args: {
785
+ children?: import("react").ReactNode;
786
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
787
+ ref?: import("react").Ref<unknown> | undefined;
788
+ sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
789
+ color?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Color | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Color | undefined>);
790
+ fontSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number> | undefined>[] | undefined>);
791
+ p?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number> | undefined>[] | undefined>);
792
+ height?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Height<string | number> | readonly NonNullable<import("csstype").Property.Height<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Height<string | number> | readonly NonNullable<import("csstype").Property.Height<string | number> | undefined>[] | undefined>);
793
+ width?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Width<string | number> | readonly NonNullable<import("csstype").Property.Width<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Width<string | number> | readonly NonNullable<import("csstype").Property.Width<string | number> | undefined>[] | undefined>);
794
+ display?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined>);
795
+ fontFamily?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontFamily | readonly string[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontFamily | readonly string[] | undefined>);
796
+ fontStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontStyle | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontStyle | undefined>);
797
+ fontWeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined>);
798
+ letterSpacing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LetterSpacing<string | number> | readonly NonNullable<import("csstype").Property.LetterSpacing<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LetterSpacing<string | number> | readonly NonNullable<import("csstype").Property.LetterSpacing<string | number> | undefined>[] | undefined>);
799
+ order?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order | undefined>[] | undefined>);
800
+ overflow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Overflow | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Overflow | undefined>);
801
+ visibility?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Visibility | readonly NonNullable<import("csstype").Property.Visibility | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Visibility | readonly NonNullable<import("csstype").Property.Visibility | undefined>[] | undefined>);
802
+ lineHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineHeight<string | number> | readonly NonNullable<import("csstype").Property.LineHeight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineHeight<string | number> | readonly NonNullable<import("csstype").Property.LineHeight<string | number> | undefined>[] | undefined>);
803
+ textTransform?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextTransform | readonly NonNullable<import("csstype").Property.TextTransform | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextTransform | readonly NonNullable<import("csstype").Property.TextTransform | undefined>[] | undefined>);
804
+ alignContent?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignContent | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignContent | undefined>);
805
+ alignItems?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignItems | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignItems | undefined>);
806
+ alignSelf?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignSelf | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignSelf | undefined>);
807
+ bottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Bottom<string | number> | readonly NonNullable<import("csstype").Property.Bottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Bottom<string | number> | readonly NonNullable<import("csstype").Property.Bottom<string | number> | undefined>[] | undefined>);
808
+ boxShadow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<number | import("csstype").Property.BoxShadow | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<number | import("csstype").Property.BoxShadow | undefined>);
809
+ boxSizing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | undefined>);
810
+ columnGap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnGap<string | number> | readonly NonNullable<import("csstype").Property.ColumnGap<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnGap<string | number> | readonly NonNullable<import("csstype").Property.ColumnGap<string | number> | undefined>[] | undefined>);
811
+ flexBasis?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number> | undefined>[] | undefined>);
812
+ flexDirection?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection | undefined>[] | undefined>);
813
+ flexGrow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow | undefined>[] | undefined>);
814
+ flexShrink?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexShrink | readonly NonNullable<import("csstype").Property.FlexShrink | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexShrink | readonly NonNullable<import("csstype").Property.FlexShrink | undefined>[] | undefined>);
815
+ flexWrap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap | undefined>[] | undefined>);
816
+ gridAutoColumns?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridAutoColumns<string | number> | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridAutoColumns<string | number> | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number> | undefined>[] | undefined>);
817
+ gridAutoFlow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridAutoFlow | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridAutoFlow | undefined>);
818
+ gridAutoRows?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridAutoRows<string | number> | readonly NonNullable<import("csstype").Property.GridAutoRows<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridAutoRows<string | number> | readonly NonNullable<import("csstype").Property.GridAutoRows<string | number> | undefined>[] | undefined>);
819
+ gridTemplateAreas?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridTemplateAreas | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridTemplateAreas | undefined>);
820
+ gridTemplateColumns?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridTemplateColumns<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateColumns<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridTemplateColumns<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateColumns<string | number> | undefined>[] | undefined>);
821
+ gridTemplateRows?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridTemplateRows<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateRows<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridTemplateRows<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateRows<string | number> | undefined>[] | undefined>);
822
+ justifyContent?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyContent | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyContent | undefined>);
823
+ justifyItems?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyItems | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyItems | undefined>);
824
+ justifySelf?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifySelf | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifySelf | undefined>);
825
+ left?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Left<string | number> | readonly NonNullable<import("csstype").Property.Left<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Left<string | number> | readonly NonNullable<import("csstype").Property.Left<string | number> | undefined>[] | undefined>);
826
+ marginBlockEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockEnd<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockEnd<string | number> | undefined>[] | undefined>);
827
+ marginBlockStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlockStart<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockStart<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlockStart<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockStart<string | number> | undefined>[] | undefined>);
828
+ marginBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number> | undefined>[] | undefined>);
829
+ marginInlineEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | undefined>);
830
+ marginInlineStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | undefined>);
831
+ marginLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined>);
832
+ marginRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | undefined>);
833
+ marginTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined>);
834
+ maxHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxHeight<string | number> | readonly NonNullable<import("csstype").Property.MaxHeight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxHeight<string | number> | readonly NonNullable<import("csstype").Property.MaxHeight<string | number> | undefined>[] | undefined>);
835
+ maxWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxWidth<string | number> | readonly NonNullable<import("csstype").Property.MaxWidth<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxWidth<string | number> | readonly NonNullable<import("csstype").Property.MaxWidth<string | number> | undefined>[] | undefined>);
836
+ minHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinHeight<string | number> | readonly NonNullable<import("csstype").Property.MinHeight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinHeight<string | number> | readonly NonNullable<import("csstype").Property.MinHeight<string | number> | undefined>[] | undefined>);
837
+ minWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinWidth<string | number> | readonly NonNullable<import("csstype").Property.MinWidth<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinWidth<string | number> | readonly NonNullable<import("csstype").Property.MinWidth<string | number> | undefined>[] | undefined>);
838
+ paddingBlockEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockEnd<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockEnd<string | number> | undefined>[] | undefined>);
839
+ paddingBlockStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlockStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockStart<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlockStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockStart<string | number> | undefined>[] | undefined>);
840
+ paddingBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number> | undefined>[] | undefined>);
841
+ paddingInlineEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>[] | undefined>);
842
+ paddingInlineStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number> | undefined>[] | undefined>);
843
+ paddingLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined>);
844
+ paddingRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | undefined>);
845
+ paddingTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined>);
846
+ position?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Position | readonly NonNullable<import("csstype").Property.Position | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Position | readonly NonNullable<import("csstype").Property.Position | undefined>[] | undefined>);
847
+ right?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Right<string | number> | readonly NonNullable<import("csstype").Property.Right<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Right<string | number> | readonly NonNullable<import("csstype").Property.Right<string | number> | undefined>[] | undefined>);
848
+ rowGap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.RowGap<string | number> | readonly NonNullable<import("csstype").Property.RowGap<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.RowGap<string | number> | readonly NonNullable<import("csstype").Property.RowGap<string | number> | undefined>[] | undefined>);
849
+ textAlign?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextAlign | readonly NonNullable<import("csstype").Property.TextAlign | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextAlign | readonly NonNullable<import("csstype").Property.TextAlign | undefined>[] | undefined>);
850
+ textOverflow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextOverflow | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextOverflow | undefined>);
851
+ top?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Top<string | number> | readonly NonNullable<import("csstype").Property.Top<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Top<string | number> | readonly NonNullable<import("csstype").Property.Top<string | number> | undefined>[] | undefined>);
852
+ whiteSpace?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WhiteSpace | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WhiteSpace | undefined>);
853
+ zIndex?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined>);
854
+ border?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<number | "none" | "inherit" | "white" | "black" | (string & {}) | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "medium" | "inset" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "hidden" | "thick" | "thin" | "dashed" | "dotted" | "double" | "groove" | "outset" | "ridge" | "solid" | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<number | "none" | "inherit" | "white" | "black" | (string & {}) | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "medium" | "inset" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "hidden" | "thick" | "thin" | "dashed" | "dotted" | "double" | "groove" | "outset" | "ridge" | "solid" | undefined>);
855
+ borderBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottom<string | number> | readonly NonNullable<import("csstype").Property.BorderBottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottom<string | number> | readonly NonNullable<import("csstype").Property.BorderBottom<string | number> | undefined>[] | undefined>);
856
+ borderColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderColor | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderColor | undefined>);
857
+ borderLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderLeft<string | number> | readonly NonNullable<import("csstype").Property.BorderLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderLeft<string | number> | readonly NonNullable<import("csstype").Property.BorderLeft<string | number> | undefined>[] | undefined>);
858
+ borderRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | undefined>);
859
+ borderRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRight<string | number> | readonly NonNullable<import("csstype").Property.BorderRight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRight<string | number> | readonly NonNullable<import("csstype").Property.BorderRight<string | number> | undefined>[] | undefined>);
860
+ borderTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTop<string | number> | readonly NonNullable<import("csstype").Property.BorderTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTop<string | number> | readonly NonNullable<import("csstype").Property.BorderTop<string | number> | undefined>[] | undefined>);
861
+ flex?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | undefined>);
862
+ gap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Gap<string | number> | readonly NonNullable<import("csstype").Property.Gap<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Gap<string | number> | readonly NonNullable<import("csstype").Property.Gap<string | number> | undefined>[] | undefined>);
863
+ gridArea?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridArea | readonly NonNullable<import("csstype").Property.GridArea | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridArea | readonly NonNullable<import("csstype").Property.GridArea | undefined>[] | undefined>);
864
+ gridColumn?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridColumn | readonly NonNullable<import("csstype").Property.GridColumn | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridColumn | readonly NonNullable<import("csstype").Property.GridColumn | undefined>[] | undefined>);
865
+ gridRow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridRow | readonly NonNullable<import("csstype").Property.GridRow | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridRow | readonly NonNullable<import("csstype").Property.GridRow | undefined>[] | undefined>);
866
+ margin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number> | undefined>[] | undefined>);
867
+ marginBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlock<string | number> | readonly NonNullable<import("csstype").Property.MarginBlock<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlock<string | number> | readonly NonNullable<import("csstype").Property.MarginBlock<string | number> | undefined>[] | undefined>);
868
+ marginInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInline<string | number> | readonly NonNullable<import("csstype").Property.MarginInline<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInline<string | number> | readonly NonNullable<import("csstype").Property.MarginInline<string | number> | undefined>[] | undefined>);
869
+ padding?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number> | undefined>[] | undefined>);
870
+ paddingBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlock<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlock<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlock<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlock<string | number> | undefined>[] | undefined>);
871
+ paddingInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInline<string | number> | readonly NonNullable<import("csstype").Property.PaddingInline<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInline<string | number> | readonly NonNullable<import("csstype").Property.PaddingInline<string | number> | undefined>[] | undefined>);
872
+ typography?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | undefined>);
873
+ bgcolor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundColor | readonly string[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundColor | readonly string[] | undefined>);
874
+ m?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number> | undefined>[] | undefined>);
875
+ mt?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined>);
876
+ mr?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | undefined>);
877
+ mb?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number> | undefined>[] | undefined>);
878
+ ml?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined>);
879
+ mx?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined>);
880
+ marginX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined>);
881
+ my?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined>);
882
+ marginY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined>);
883
+ pt?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined>);
884
+ pr?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | undefined>);
885
+ pb?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number> | undefined>[] | undefined>);
886
+ pl?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined>);
887
+ px?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined>);
888
+ paddingX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined>);
889
+ py?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined>);
890
+ paddingY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined>);
891
+ displayPrint?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined>);
892
+ className?: string | undefined;
893
+ style?: import("react").CSSProperties | undefined;
894
+ classes?: Partial<import("@mui/material").ClassNameMap<never>> | undefined;
895
+ slot?: string | undefined;
896
+ title?: string | undefined;
897
+ suppressHydrationWarning?: boolean | undefined;
898
+ id?: string | undefined;
899
+ lang?: string | undefined;
900
+ role?: import("react").AriaRole | undefined;
901
+ tabIndex?: number | undefined;
902
+ "aria-activedescendant"?: string | undefined;
903
+ "aria-atomic"?: (boolean | "false" | "true") | undefined;
904
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
905
+ "aria-braillelabel"?: string | undefined;
906
+ "aria-brailleroledescription"?: string | undefined;
907
+ "aria-busy"?: (boolean | "false" | "true") | undefined;
908
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
909
+ "aria-colcount"?: number | undefined;
910
+ "aria-colindex"?: number | undefined;
911
+ "aria-colindextext"?: string | undefined;
912
+ "aria-colspan"?: number | undefined;
913
+ "aria-controls"?: string | undefined;
914
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
915
+ "aria-describedby"?: string | undefined;
916
+ "aria-description"?: string | undefined;
917
+ "aria-details"?: string | undefined;
918
+ "aria-disabled"?: (boolean | "false" | "true") | undefined;
919
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
920
+ "aria-errormessage"?: string | undefined;
921
+ "aria-expanded"?: (boolean | "false" | "true") | undefined;
922
+ "aria-flowto"?: string | undefined;
923
+ "aria-grabbed"?: (boolean | "false" | "true") | undefined;
924
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
925
+ "aria-hidden"?: (boolean | "false" | "true") | undefined;
926
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
927
+ "aria-keyshortcuts"?: string | undefined;
928
+ "aria-label"?: string | undefined;
929
+ "aria-labelledby"?: string | undefined;
930
+ "aria-level"?: number | undefined;
931
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
932
+ "aria-modal"?: (boolean | "false" | "true") | undefined;
933
+ "aria-multiline"?: (boolean | "false" | "true") | undefined;
934
+ "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
935
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
936
+ "aria-owns"?: string | undefined;
937
+ "aria-placeholder"?: string | undefined;
938
+ "aria-posinset"?: number | undefined;
939
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
940
+ "aria-readonly"?: (boolean | "false" | "true") | undefined;
941
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
942
+ "aria-required"?: (boolean | "false" | "true") | undefined;
943
+ "aria-roledescription"?: string | undefined;
944
+ "aria-rowcount"?: number | undefined;
945
+ "aria-rowindex"?: number | undefined;
946
+ "aria-rowindextext"?: string | undefined;
947
+ "aria-rowspan"?: number | undefined;
948
+ "aria-selected"?: (boolean | "false" | "true") | undefined;
949
+ "aria-setsize"?: number | undefined;
950
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
951
+ "aria-valuemax"?: number | undefined;
952
+ "aria-valuemin"?: number | undefined;
953
+ "aria-valuenow"?: number | undefined;
954
+ "aria-valuetext"?: string | undefined;
955
+ dangerouslySetInnerHTML?: {
956
+ __html: string | TrustedHTML;
957
+ } | undefined;
958
+ onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
959
+ onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
960
+ onCut?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
961
+ onCutCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
962
+ onPaste?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
963
+ onPasteCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
964
+ onCompositionEnd?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
965
+ onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
966
+ onCompositionStart?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
967
+ onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
968
+ onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
969
+ onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
970
+ onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
971
+ onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
972
+ onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
973
+ onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
974
+ onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
975
+ onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
976
+ onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
977
+ onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
978
+ onInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
979
+ onInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
980
+ onReset?: import("react").FormEventHandler<HTMLDivElement> | undefined;
981
+ onResetCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
982
+ onSubmit?: import("react").FormEventHandler<HTMLDivElement> | undefined;
983
+ onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
984
+ onInvalid?: import("react").FormEventHandler<HTMLDivElement> | undefined;
985
+ onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
986
+ onLoad?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
987
+ onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
988
+ onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
989
+ onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
990
+ onKeyDown?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
991
+ onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
992
+ onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
993
+ onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
994
+ onKeyUp?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
995
+ onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
996
+ onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
997
+ onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
998
+ onCanPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
999
+ onCanPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1000
+ onCanPlayThrough?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1001
+ onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1002
+ onDurationChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1003
+ onDurationChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1004
+ onEmptied?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1005
+ onEmptiedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1006
+ onEncrypted?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1007
+ onEncryptedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1008
+ onEnded?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1009
+ onEndedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1010
+ onLoadedData?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1011
+ onLoadedDataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1012
+ onLoadedMetadata?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1013
+ onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1014
+ onLoadStart?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1015
+ onLoadStartCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1016
+ onPause?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1017
+ onPauseCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1018
+ onPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1019
+ onPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1020
+ onPlaying?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1021
+ onPlayingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1022
+ onProgress?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1023
+ onProgressCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1024
+ onRateChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1025
+ onRateChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1026
+ onResize?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1027
+ onResizeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1028
+ onSeeked?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1029
+ onSeekedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1030
+ onSeeking?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1031
+ onSeekingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1032
+ onStalled?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1033
+ onStalledCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1034
+ onSuspend?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1035
+ onSuspendCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1036
+ onTimeUpdate?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1037
+ onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1038
+ onVolumeChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1039
+ onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1040
+ onWaiting?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1041
+ onWaitingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1042
+ onAuxClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1043
+ onAuxClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1044
+ onClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1045
+ onClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1046
+ onContextMenu?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1047
+ onContextMenuCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1048
+ onDoubleClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1049
+ onDoubleClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1050
+ onDrag?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1051
+ onDragCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1052
+ onDragEnd?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1053
+ onDragEndCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1054
+ onDragEnter?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1055
+ onDragEnterCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1056
+ onDragExit?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1057
+ onDragExitCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1058
+ onDragLeave?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1059
+ onDragLeaveCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1060
+ onDragOver?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1061
+ onDragOverCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1062
+ onDragStart?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1063
+ onDragStartCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1064
+ onDrop?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1065
+ onDropCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1066
+ onMouseDown?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1067
+ onMouseDownCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1068
+ onMouseEnter?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1069
+ onMouseLeave?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1070
+ onMouseMove?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1071
+ onMouseMoveCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1072
+ onMouseOut?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1073
+ onMouseOutCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1074
+ onMouseOver?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1075
+ onMouseOverCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1076
+ onMouseUp?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1077
+ onMouseUpCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1078
+ onSelect?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1079
+ onSelectCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1080
+ onTouchCancel?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1081
+ onTouchCancelCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1082
+ onTouchEnd?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1083
+ onTouchEndCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1084
+ onTouchMove?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1085
+ onTouchMoveCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1086
+ onTouchStart?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1087
+ onTouchStartCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1088
+ onPointerDown?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1089
+ onPointerDownCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1090
+ onPointerMove?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1091
+ onPointerMoveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1092
+ onPointerUp?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1093
+ onPointerUpCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1094
+ onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1095
+ onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1096
+ onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1097
+ onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1098
+ onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1099
+ onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1100
+ onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1101
+ onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1102
+ onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1103
+ onPointerOutCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1104
+ onGotPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1105
+ onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1106
+ onLostPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1107
+ onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1108
+ onScroll?: import("react").UIEventHandler<HTMLDivElement> | undefined;
1109
+ onScrollCapture?: import("react").UIEventHandler<HTMLDivElement> | undefined;
1110
+ onWheel?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
1111
+ onWheelCapture?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
1112
+ onAnimationStart?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
1113
+ onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
1114
+ onAnimationEnd?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
1115
+ onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
1116
+ onAnimationIteration?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
1117
+ onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
1118
+ onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
1119
+ onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
1120
+ key?: import("react").Key | null | undefined;
1121
+ content?: string | undefined;
1122
+ translate?: "yes" | "no" | undefined;
1123
+ hidden?: boolean | undefined;
1124
+ defaultChecked?: boolean | undefined;
1125
+ defaultValue?: string | number | readonly string[] | undefined;
1126
+ suppressContentEditableWarning?: boolean | undefined;
1127
+ accessKey?: string | undefined;
1128
+ autoFocus?: boolean | undefined;
1129
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
1130
+ contextMenu?: string | undefined;
1131
+ dir?: string | undefined;
1132
+ draggable?: (boolean | "false" | "true") | undefined;
1133
+ nonce?: string | undefined;
1134
+ spellCheck?: (boolean | "false" | "true") | undefined;
1135
+ radioGroup?: string | undefined;
1136
+ about?: string | undefined;
1137
+ datatype?: string | undefined;
1138
+ inlist?: any;
1139
+ prefix?: string | undefined;
1140
+ property?: string | undefined;
1141
+ rel?: string | undefined;
1142
+ resource?: string | undefined;
1143
+ rev?: string | undefined;
1144
+ typeof?: string | undefined;
1145
+ vocab?: string | undefined;
1146
+ autoCapitalize?: string | undefined;
1147
+ autoCorrect?: string | undefined;
1148
+ autoSave?: string | undefined;
1149
+ itemProp?: string | undefined;
1150
+ itemScope?: boolean | undefined;
1151
+ itemType?: string | undefined;
1152
+ itemID?: string | undefined;
1153
+ itemRef?: string | undefined;
1154
+ results?: number | undefined;
1155
+ security?: string | undefined;
1156
+ unselectable?: "on" | "off" | undefined;
1157
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1158
+ is?: string | undefined;
1159
+ }) => import("react/jsx-runtime").JSX.Element;
1160
+ };
1161
+ export declare const Flexbox: {
1162
+ args: {
1163
+ display: "flex";
1164
+ justifyContent: "center";
1165
+ alignItems: "center";
1166
+ };
1167
+ render: (args: {
1168
+ children?: import("react").ReactNode;
1169
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
1170
+ ref?: import("react").Ref<unknown> | undefined;
1171
+ sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
1172
+ color?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Color | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Color | undefined>);
1173
+ fontSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number> | undefined>[] | undefined>);
1174
+ p?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number> | undefined>[] | undefined>);
1175
+ height?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Height<string | number> | readonly NonNullable<import("csstype").Property.Height<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Height<string | number> | readonly NonNullable<import("csstype").Property.Height<string | number> | undefined>[] | undefined>);
1176
+ width?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Width<string | number> | readonly NonNullable<import("csstype").Property.Width<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Width<string | number> | readonly NonNullable<import("csstype").Property.Width<string | number> | undefined>[] | undefined>);
1177
+ display?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined>);
1178
+ fontFamily?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontFamily | readonly string[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontFamily | readonly string[] | undefined>);
1179
+ fontStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontStyle | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontStyle | undefined>);
1180
+ fontWeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined>);
1181
+ letterSpacing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LetterSpacing<string | number> | readonly NonNullable<import("csstype").Property.LetterSpacing<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LetterSpacing<string | number> | readonly NonNullable<import("csstype").Property.LetterSpacing<string | number> | undefined>[] | undefined>);
1182
+ order?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order | undefined>[] | undefined>);
1183
+ overflow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Overflow | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Overflow | undefined>);
1184
+ visibility?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Visibility | readonly NonNullable<import("csstype").Property.Visibility | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Visibility | readonly NonNullable<import("csstype").Property.Visibility | undefined>[] | undefined>);
1185
+ lineHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineHeight<string | number> | readonly NonNullable<import("csstype").Property.LineHeight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineHeight<string | number> | readonly NonNullable<import("csstype").Property.LineHeight<string | number> | undefined>[] | undefined>);
1186
+ textTransform?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextTransform | readonly NonNullable<import("csstype").Property.TextTransform | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextTransform | readonly NonNullable<import("csstype").Property.TextTransform | undefined>[] | undefined>);
1187
+ alignContent?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignContent | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignContent | undefined>);
1188
+ alignItems?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignItems | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignItems | undefined>);
1189
+ alignSelf?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignSelf | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignSelf | undefined>);
1190
+ bottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Bottom<string | number> | readonly NonNullable<import("csstype").Property.Bottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Bottom<string | number> | readonly NonNullable<import("csstype").Property.Bottom<string | number> | undefined>[] | undefined>);
1191
+ boxShadow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<number | import("csstype").Property.BoxShadow | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<number | import("csstype").Property.BoxShadow | undefined>);
1192
+ boxSizing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | undefined>);
1193
+ columnGap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnGap<string | number> | readonly NonNullable<import("csstype").Property.ColumnGap<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnGap<string | number> | readonly NonNullable<import("csstype").Property.ColumnGap<string | number> | undefined>[] | undefined>);
1194
+ flexBasis?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number> | undefined>[] | undefined>);
1195
+ flexDirection?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection | undefined>[] | undefined>);
1196
+ flexGrow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow | undefined>[] | undefined>);
1197
+ flexShrink?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexShrink | readonly NonNullable<import("csstype").Property.FlexShrink | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexShrink | readonly NonNullable<import("csstype").Property.FlexShrink | undefined>[] | undefined>);
1198
+ flexWrap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap | undefined>[] | undefined>);
1199
+ gridAutoColumns?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridAutoColumns<string | number> | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridAutoColumns<string | number> | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number> | undefined>[] | undefined>);
1200
+ gridAutoFlow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridAutoFlow | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridAutoFlow | undefined>);
1201
+ gridAutoRows?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridAutoRows<string | number> | readonly NonNullable<import("csstype").Property.GridAutoRows<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridAutoRows<string | number> | readonly NonNullable<import("csstype").Property.GridAutoRows<string | number> | undefined>[] | undefined>);
1202
+ gridTemplateAreas?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridTemplateAreas | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridTemplateAreas | undefined>);
1203
+ gridTemplateColumns?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridTemplateColumns<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateColumns<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridTemplateColumns<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateColumns<string | number> | undefined>[] | undefined>);
1204
+ gridTemplateRows?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridTemplateRows<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateRows<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridTemplateRows<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateRows<string | number> | undefined>[] | undefined>);
1205
+ justifyContent?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyContent | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyContent | undefined>);
1206
+ justifyItems?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyItems | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyItems | undefined>);
1207
+ justifySelf?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifySelf | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifySelf | undefined>);
1208
+ left?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Left<string | number> | readonly NonNullable<import("csstype").Property.Left<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Left<string | number> | readonly NonNullable<import("csstype").Property.Left<string | number> | undefined>[] | undefined>);
1209
+ marginBlockEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockEnd<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockEnd<string | number> | undefined>[] | undefined>);
1210
+ marginBlockStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlockStart<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockStart<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlockStart<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockStart<string | number> | undefined>[] | undefined>);
1211
+ marginBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number> | undefined>[] | undefined>);
1212
+ marginInlineEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | undefined>);
1213
+ marginInlineStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | undefined>);
1214
+ marginLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined>);
1215
+ marginRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | undefined>);
1216
+ marginTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined>);
1217
+ maxHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxHeight<string | number> | readonly NonNullable<import("csstype").Property.MaxHeight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxHeight<string | number> | readonly NonNullable<import("csstype").Property.MaxHeight<string | number> | undefined>[] | undefined>);
1218
+ maxWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxWidth<string | number> | readonly NonNullable<import("csstype").Property.MaxWidth<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxWidth<string | number> | readonly NonNullable<import("csstype").Property.MaxWidth<string | number> | undefined>[] | undefined>);
1219
+ minHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinHeight<string | number> | readonly NonNullable<import("csstype").Property.MinHeight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinHeight<string | number> | readonly NonNullable<import("csstype").Property.MinHeight<string | number> | undefined>[] | undefined>);
1220
+ minWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinWidth<string | number> | readonly NonNullable<import("csstype").Property.MinWidth<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinWidth<string | number> | readonly NonNullable<import("csstype").Property.MinWidth<string | number> | undefined>[] | undefined>);
1221
+ paddingBlockEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockEnd<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockEnd<string | number> | undefined>[] | undefined>);
1222
+ paddingBlockStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlockStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockStart<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlockStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockStart<string | number> | undefined>[] | undefined>);
1223
+ paddingBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number> | undefined>[] | undefined>);
1224
+ paddingInlineEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>[] | undefined>);
1225
+ paddingInlineStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number> | undefined>[] | undefined>);
1226
+ paddingLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined>);
1227
+ paddingRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | undefined>);
1228
+ paddingTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined>);
1229
+ position?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Position | readonly NonNullable<import("csstype").Property.Position | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Position | readonly NonNullable<import("csstype").Property.Position | undefined>[] | undefined>);
1230
+ right?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Right<string | number> | readonly NonNullable<import("csstype").Property.Right<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Right<string | number> | readonly NonNullable<import("csstype").Property.Right<string | number> | undefined>[] | undefined>);
1231
+ rowGap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.RowGap<string | number> | readonly NonNullable<import("csstype").Property.RowGap<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.RowGap<string | number> | readonly NonNullable<import("csstype").Property.RowGap<string | number> | undefined>[] | undefined>);
1232
+ textAlign?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextAlign | readonly NonNullable<import("csstype").Property.TextAlign | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextAlign | readonly NonNullable<import("csstype").Property.TextAlign | undefined>[] | undefined>);
1233
+ textOverflow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextOverflow | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextOverflow | undefined>);
1234
+ top?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Top<string | number> | readonly NonNullable<import("csstype").Property.Top<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Top<string | number> | readonly NonNullable<import("csstype").Property.Top<string | number> | undefined>[] | undefined>);
1235
+ whiteSpace?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WhiteSpace | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WhiteSpace | undefined>);
1236
+ zIndex?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined>);
1237
+ border?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<number | "none" | "inherit" | "white" | "black" | (string & {}) | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "medium" | "inset" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "hidden" | "thick" | "thin" | "dashed" | "dotted" | "double" | "groove" | "outset" | "ridge" | "solid" | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<number | "none" | "inherit" | "white" | "black" | (string & {}) | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "medium" | "inset" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "hidden" | "thick" | "thin" | "dashed" | "dotted" | "double" | "groove" | "outset" | "ridge" | "solid" | undefined>);
1238
+ borderBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottom<string | number> | readonly NonNullable<import("csstype").Property.BorderBottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottom<string | number> | readonly NonNullable<import("csstype").Property.BorderBottom<string | number> | undefined>[] | undefined>);
1239
+ borderColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderColor | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderColor | undefined>);
1240
+ borderLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderLeft<string | number> | readonly NonNullable<import("csstype").Property.BorderLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderLeft<string | number> | readonly NonNullable<import("csstype").Property.BorderLeft<string | number> | undefined>[] | undefined>);
1241
+ borderRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | undefined>);
1242
+ borderRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRight<string | number> | readonly NonNullable<import("csstype").Property.BorderRight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRight<string | number> | readonly NonNullable<import("csstype").Property.BorderRight<string | number> | undefined>[] | undefined>);
1243
+ borderTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTop<string | number> | readonly NonNullable<import("csstype").Property.BorderTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTop<string | number> | readonly NonNullable<import("csstype").Property.BorderTop<string | number> | undefined>[] | undefined>);
1244
+ flex?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | undefined>);
1245
+ gap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Gap<string | number> | readonly NonNullable<import("csstype").Property.Gap<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Gap<string | number> | readonly NonNullable<import("csstype").Property.Gap<string | number> | undefined>[] | undefined>);
1246
+ gridArea?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridArea | readonly NonNullable<import("csstype").Property.GridArea | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridArea | readonly NonNullable<import("csstype").Property.GridArea | undefined>[] | undefined>);
1247
+ gridColumn?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridColumn | readonly NonNullable<import("csstype").Property.GridColumn | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridColumn | readonly NonNullable<import("csstype").Property.GridColumn | undefined>[] | undefined>);
1248
+ gridRow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridRow | readonly NonNullable<import("csstype").Property.GridRow | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridRow | readonly NonNullable<import("csstype").Property.GridRow | undefined>[] | undefined>);
1249
+ margin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number> | undefined>[] | undefined>);
1250
+ marginBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlock<string | number> | readonly NonNullable<import("csstype").Property.MarginBlock<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlock<string | number> | readonly NonNullable<import("csstype").Property.MarginBlock<string | number> | undefined>[] | undefined>);
1251
+ marginInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInline<string | number> | readonly NonNullable<import("csstype").Property.MarginInline<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInline<string | number> | readonly NonNullable<import("csstype").Property.MarginInline<string | number> | undefined>[] | undefined>);
1252
+ padding?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number> | undefined>[] | undefined>);
1253
+ paddingBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlock<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlock<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlock<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlock<string | number> | undefined>[] | undefined>);
1254
+ paddingInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInline<string | number> | readonly NonNullable<import("csstype").Property.PaddingInline<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInline<string | number> | readonly NonNullable<import("csstype").Property.PaddingInline<string | number> | undefined>[] | undefined>);
1255
+ typography?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | undefined>);
1256
+ bgcolor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundColor | readonly string[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundColor | readonly string[] | undefined>);
1257
+ m?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number> | undefined>[] | undefined>);
1258
+ mt?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined>);
1259
+ mr?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | undefined>);
1260
+ mb?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number> | undefined>[] | undefined>);
1261
+ ml?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined>);
1262
+ mx?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined>);
1263
+ marginX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined>);
1264
+ my?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined>);
1265
+ marginY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined>);
1266
+ pt?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined>);
1267
+ pr?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | undefined>);
1268
+ pb?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number> | undefined>[] | undefined>);
1269
+ pl?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined>);
1270
+ px?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined>);
1271
+ paddingX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined>);
1272
+ py?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined>);
1273
+ paddingY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined>);
1274
+ displayPrint?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined>);
1275
+ className?: string | undefined;
1276
+ style?: import("react").CSSProperties | undefined;
1277
+ classes?: Partial<import("@mui/material").ClassNameMap<never>> | undefined;
1278
+ slot?: string | undefined;
1279
+ title?: string | undefined;
1280
+ suppressHydrationWarning?: boolean | undefined;
1281
+ id?: string | undefined;
1282
+ lang?: string | undefined;
1283
+ role?: import("react").AriaRole | undefined;
1284
+ tabIndex?: number | undefined;
1285
+ "aria-activedescendant"?: string | undefined;
1286
+ "aria-atomic"?: (boolean | "false" | "true") | undefined;
1287
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
1288
+ "aria-braillelabel"?: string | undefined;
1289
+ "aria-brailleroledescription"?: string | undefined;
1290
+ "aria-busy"?: (boolean | "false" | "true") | undefined;
1291
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
1292
+ "aria-colcount"?: number | undefined;
1293
+ "aria-colindex"?: number | undefined;
1294
+ "aria-colindextext"?: string | undefined;
1295
+ "aria-colspan"?: number | undefined;
1296
+ "aria-controls"?: string | undefined;
1297
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
1298
+ "aria-describedby"?: string | undefined;
1299
+ "aria-description"?: string | undefined;
1300
+ "aria-details"?: string | undefined;
1301
+ "aria-disabled"?: (boolean | "false" | "true") | undefined;
1302
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
1303
+ "aria-errormessage"?: string | undefined;
1304
+ "aria-expanded"?: (boolean | "false" | "true") | undefined;
1305
+ "aria-flowto"?: string | undefined;
1306
+ "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1307
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
1308
+ "aria-hidden"?: (boolean | "false" | "true") | undefined;
1309
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1310
+ "aria-keyshortcuts"?: string | undefined;
1311
+ "aria-label"?: string | undefined;
1312
+ "aria-labelledby"?: string | undefined;
1313
+ "aria-level"?: number | undefined;
1314
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
1315
+ "aria-modal"?: (boolean | "false" | "true") | undefined;
1316
+ "aria-multiline"?: (boolean | "false" | "true") | undefined;
1317
+ "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
1318
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
1319
+ "aria-owns"?: string | undefined;
1320
+ "aria-placeholder"?: string | undefined;
1321
+ "aria-posinset"?: number | undefined;
1322
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
1323
+ "aria-readonly"?: (boolean | "false" | "true") | undefined;
1324
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1325
+ "aria-required"?: (boolean | "false" | "true") | undefined;
1326
+ "aria-roledescription"?: string | undefined;
1327
+ "aria-rowcount"?: number | undefined;
1328
+ "aria-rowindex"?: number | undefined;
1329
+ "aria-rowindextext"?: string | undefined;
1330
+ "aria-rowspan"?: number | undefined;
1331
+ "aria-selected"?: (boolean | "false" | "true") | undefined;
1332
+ "aria-setsize"?: number | undefined;
1333
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
1334
+ "aria-valuemax"?: number | undefined;
1335
+ "aria-valuemin"?: number | undefined;
1336
+ "aria-valuenow"?: number | undefined;
1337
+ "aria-valuetext"?: string | undefined;
1338
+ dangerouslySetInnerHTML?: {
1339
+ __html: string | TrustedHTML;
1340
+ } | undefined;
1341
+ onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
1342
+ onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
1343
+ onCut?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
1344
+ onCutCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
1345
+ onPaste?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
1346
+ onPasteCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
1347
+ onCompositionEnd?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
1348
+ onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
1349
+ onCompositionStart?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
1350
+ onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
1351
+ onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
1352
+ onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
1353
+ onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
1354
+ onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
1355
+ onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
1356
+ onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
1357
+ onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1358
+ onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1359
+ onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1360
+ onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1361
+ onInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1362
+ onInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1363
+ onReset?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1364
+ onResetCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1365
+ onSubmit?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1366
+ onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1367
+ onInvalid?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1368
+ onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1369
+ onLoad?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1370
+ onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1371
+ onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1372
+ onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1373
+ onKeyDown?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
1374
+ onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
1375
+ onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
1376
+ onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
1377
+ onKeyUp?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
1378
+ onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
1379
+ onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1380
+ onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1381
+ onCanPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1382
+ onCanPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1383
+ onCanPlayThrough?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1384
+ onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1385
+ onDurationChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1386
+ onDurationChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1387
+ onEmptied?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1388
+ onEmptiedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1389
+ onEncrypted?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1390
+ onEncryptedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1391
+ onEnded?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1392
+ onEndedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1393
+ onLoadedData?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1394
+ onLoadedDataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1395
+ onLoadedMetadata?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1396
+ onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1397
+ onLoadStart?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1398
+ onLoadStartCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1399
+ onPause?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1400
+ onPauseCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1401
+ onPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1402
+ onPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1403
+ onPlaying?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1404
+ onPlayingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1405
+ onProgress?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1406
+ onProgressCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1407
+ onRateChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1408
+ onRateChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1409
+ onResize?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1410
+ onResizeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1411
+ onSeeked?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1412
+ onSeekedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1413
+ onSeeking?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1414
+ onSeekingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1415
+ onStalled?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1416
+ onStalledCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1417
+ onSuspend?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1418
+ onSuspendCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1419
+ onTimeUpdate?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1420
+ onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1421
+ onVolumeChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1422
+ onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1423
+ onWaiting?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1424
+ onWaitingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1425
+ onAuxClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1426
+ onAuxClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1427
+ onClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1428
+ onClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1429
+ onContextMenu?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1430
+ onContextMenuCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1431
+ onDoubleClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1432
+ onDoubleClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1433
+ onDrag?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1434
+ onDragCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1435
+ onDragEnd?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1436
+ onDragEndCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1437
+ onDragEnter?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1438
+ onDragEnterCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1439
+ onDragExit?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1440
+ onDragExitCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1441
+ onDragLeave?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1442
+ onDragLeaveCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1443
+ onDragOver?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1444
+ onDragOverCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1445
+ onDragStart?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1446
+ onDragStartCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1447
+ onDrop?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1448
+ onDropCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1449
+ onMouseDown?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1450
+ onMouseDownCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1451
+ onMouseEnter?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1452
+ onMouseLeave?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1453
+ onMouseMove?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1454
+ onMouseMoveCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1455
+ onMouseOut?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1456
+ onMouseOutCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1457
+ onMouseOver?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1458
+ onMouseOverCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1459
+ onMouseUp?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1460
+ onMouseUpCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1461
+ onSelect?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1462
+ onSelectCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1463
+ onTouchCancel?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1464
+ onTouchCancelCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1465
+ onTouchEnd?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1466
+ onTouchEndCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1467
+ onTouchMove?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1468
+ onTouchMoveCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1469
+ onTouchStart?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1470
+ onTouchStartCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1471
+ onPointerDown?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1472
+ onPointerDownCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1473
+ onPointerMove?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1474
+ onPointerMoveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1475
+ onPointerUp?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1476
+ onPointerUpCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1477
+ onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1478
+ onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1479
+ onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1480
+ onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1481
+ onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1482
+ onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1483
+ onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1484
+ onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1485
+ onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1486
+ onPointerOutCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1487
+ onGotPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1488
+ onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1489
+ onLostPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1490
+ onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1491
+ onScroll?: import("react").UIEventHandler<HTMLDivElement> | undefined;
1492
+ onScrollCapture?: import("react").UIEventHandler<HTMLDivElement> | undefined;
1493
+ onWheel?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
1494
+ onWheelCapture?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
1495
+ onAnimationStart?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
1496
+ onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
1497
+ onAnimationEnd?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
1498
+ onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
1499
+ onAnimationIteration?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
1500
+ onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
1501
+ onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
1502
+ onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
1503
+ key?: import("react").Key | null | undefined;
1504
+ content?: string | undefined;
1505
+ translate?: "yes" | "no" | undefined;
1506
+ hidden?: boolean | undefined;
1507
+ defaultChecked?: boolean | undefined;
1508
+ defaultValue?: string | number | readonly string[] | undefined;
1509
+ suppressContentEditableWarning?: boolean | undefined;
1510
+ accessKey?: string | undefined;
1511
+ autoFocus?: boolean | undefined;
1512
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
1513
+ contextMenu?: string | undefined;
1514
+ dir?: string | undefined;
1515
+ draggable?: (boolean | "false" | "true") | undefined;
1516
+ nonce?: string | undefined;
1517
+ spellCheck?: (boolean | "false" | "true") | undefined;
1518
+ radioGroup?: string | undefined;
1519
+ about?: string | undefined;
1520
+ datatype?: string | undefined;
1521
+ inlist?: any;
1522
+ prefix?: string | undefined;
1523
+ property?: string | undefined;
1524
+ rel?: string | undefined;
1525
+ resource?: string | undefined;
1526
+ rev?: string | undefined;
1527
+ typeof?: string | undefined;
1528
+ vocab?: string | undefined;
1529
+ autoCapitalize?: string | undefined;
1530
+ autoCorrect?: string | undefined;
1531
+ autoSave?: string | undefined;
1532
+ itemProp?: string | undefined;
1533
+ itemScope?: boolean | undefined;
1534
+ itemType?: string | undefined;
1535
+ itemID?: string | undefined;
1536
+ itemRef?: string | undefined;
1537
+ results?: number | undefined;
1538
+ security?: string | undefined;
1539
+ unselectable?: "on" | "off" | undefined;
1540
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1541
+ is?: string | undefined;
1542
+ }) => import("react/jsx-runtime").JSX.Element;
1543
+ };