@cakemail-org/ui-components-v2 2.0.38

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 (756) hide show
  1. package/README.md +1 -0
  2. package/dist/assets/fonts/Aller_Bd.ttf +0 -0
  3. package/dist/assets/fonts/Aller_BdIt.ttf +0 -0
  4. package/dist/assets/fonts/Aller_Lt.ttf +0 -0
  5. package/dist/assets/fonts/Aller_LtIt.ttf +0 -0
  6. package/dist/assets/fonts/Aller_Rg.ttf +0 -0
  7. package/dist/assets/fonts/Mulish-Bold.ttf +0 -0
  8. package/dist/assets/fonts/Mulish-BoldItalic.ttf +0 -0
  9. package/dist/assets/fonts/Mulish-Italic.ttf +0 -0
  10. package/dist/assets/fonts/Mulish-Light.ttf +0 -0
  11. package/dist/assets/fonts/Mulish-LightItalic.ttf +0 -0
  12. package/dist/assets/fonts/Mulish-Regular.ttf +0 -0
  13. package/dist/assets/fonts/ProximaNova-Bold.otf +0 -0
  14. package/dist/assets/fonts/ProximaNova-BoldIt.otf +0 -0
  15. package/dist/assets/fonts/ProximaNova-RegItalic.otf +0 -0
  16. package/dist/assets/fonts/ProximaNova-Regular.otf +0 -0
  17. package/dist/assets/fonts/ProximaNova-Semibold.otf +0 -0
  18. package/dist/assets/fonts/ProximaNova-SemiboldItalic.otf +0 -0
  19. package/dist/assets/scss/fonts.scss +108 -0
  20. package/dist/assets/scss/general.scss +130 -0
  21. package/dist/assets/scss/vars.scss +101 -0
  22. package/dist/assets/svg/tableCornerBL.svg +3 -0
  23. package/dist/assets/svg/tableCornerBR.svg +3 -0
  24. package/dist/assets/svg/tableCornerTL.svg +3 -0
  25. package/dist/assets/svg/tableCornerTR.svg +3 -0
  26. package/dist/cjs/components/actionBarContainer/index.d.ts +6 -0
  27. package/dist/cjs/components/actionBarContainer/types.d.ts +18 -0
  28. package/dist/cjs/components/assetManager/index.d.ts +5 -0
  29. package/dist/cjs/components/assetManager/types.d.ts +37 -0
  30. package/dist/cjs/components/avatar/index.d.ts +4 -0
  31. package/dist/cjs/components/avatar/types.d.ts +17 -0
  32. package/dist/cjs/components/brandWrapper/index.d.ts +5 -0
  33. package/dist/cjs/components/brandWrapper/types.d.ts +18 -0
  34. package/dist/cjs/components/button/index.d.ts +14 -0
  35. package/dist/cjs/components/button/types.d.ts +15 -0
  36. package/dist/cjs/components/buttonMenu/index.d.ts +5 -0
  37. package/dist/cjs/components/buttonMenu/types.d.ts +14 -0
  38. package/dist/cjs/components/checkbox/index.d.ts +4 -0
  39. package/dist/cjs/components/checkbox/types.d.ts +5 -0
  40. package/dist/cjs/components/chip/index.d.ts +4 -0
  41. package/dist/cjs/components/chip/types.d.ts +8 -0
  42. package/dist/cjs/components/circularProgress/index.d.ts +5 -0
  43. package/dist/cjs/components/circularProgress/types.d.ts +6 -0
  44. package/dist/cjs/components/codeInput/index.d.ts +5 -0
  45. package/dist/cjs/components/codeInput/types.d.ts +21 -0
  46. package/dist/cjs/components/contentSectionContainer/index.d.ts +7 -0
  47. package/dist/cjs/components/copyToClipboard/index.d.ts +5 -0
  48. package/dist/cjs/components/copyToClipboard/types.d.ts +4 -0
  49. package/dist/cjs/components/dataTable/colManager.d.ts +7 -0
  50. package/dist/cjs/components/dataTable/index.d.ts +9 -0
  51. package/dist/cjs/components/dataTable/tableHead.d.ts +4 -0
  52. package/dist/cjs/components/dataTable/tablePaginationNoCount.d.ts +4 -0
  53. package/dist/cjs/components/dataTable/tableRowCotent.d.ts +4 -0
  54. package/dist/cjs/components/dataTable/types.d.ts +90 -0
  55. package/dist/cjs/components/datePicker/index.d.ts +9 -0
  56. package/dist/cjs/components/datePicker/types.d.ts +9 -0
  57. package/dist/cjs/components/dialog/dialogActions.d.ts +3 -0
  58. package/dist/cjs/components/dialog/dialogTitle.d.ts +3 -0
  59. package/dist/cjs/components/dialog/index.d.ts +9 -0
  60. package/dist/cjs/components/dialog/types.d.ts +39 -0
  61. package/dist/cjs/components/divider/index.d.ts +8 -0
  62. package/dist/cjs/components/drawer/index.d.ts +5 -0
  63. package/dist/cjs/components/drawer/types.d.ts +11 -0
  64. package/dist/cjs/components/dropMenu/MenuOption.d.ts +4 -0
  65. package/dist/cjs/components/dropMenu/index.d.ts +5 -0
  66. package/dist/cjs/components/dropMenu/types.d.ts +25 -0
  67. package/dist/cjs/components/dropdown/CountryDropdown.d.ts +9 -0
  68. package/dist/cjs/components/dropdown/index.d.ts +5 -0
  69. package/dist/cjs/components/dropdown/types.d.ts +47 -0
  70. package/dist/cjs/components/emptyContent/index.d.ts +5 -0
  71. package/dist/cjs/components/emptyContent/types.d.ts +10 -0
  72. package/dist/cjs/components/fileUpload/index.d.ts +5 -0
  73. package/dist/cjs/components/fileUpload/types.d.ts +18 -0
  74. package/dist/cjs/components/filterBar/index.d.ts +6 -0
  75. package/dist/cjs/components/filterBar/types.d.ts +48 -0
  76. package/dist/cjs/components/fullBar/index.d.ts +5 -0
  77. package/dist/cjs/components/fullBar/types.d.ts +16 -0
  78. package/dist/cjs/components/genericWrapper/context.d.ts +2 -0
  79. package/dist/cjs/components/genericWrapper/index.d.ts +6 -0
  80. package/dist/cjs/components/genericWrapper/types.d.ts +24 -0
  81. package/dist/cjs/components/groupedActions/index.d.ts +5 -0
  82. package/dist/cjs/components/groupedActions/types.d.ts +5 -0
  83. package/dist/cjs/components/header/index.d.ts +5 -0
  84. package/dist/cjs/components/header/types.d.ts +15 -0
  85. package/dist/cjs/components/icon/index.d.ts +4 -0
  86. package/dist/cjs/components/icon/types.d.ts +115 -0
  87. package/dist/cjs/components/iconPill/index.d.ts +10 -0
  88. package/dist/cjs/components/icons/10/Add.d.ts +4 -0
  89. package/dist/cjs/components/icons/10/ArrowDown.d.ts +4 -0
  90. package/dist/cjs/components/icons/10/ArrowUp.d.ts +4 -0
  91. package/dist/cjs/components/icons/10/Checkmark.d.ts +4 -0
  92. package/dist/cjs/components/icons/10/Chevron.d.ts +4 -0
  93. package/dist/cjs/components/icons/10/Dash.d.ts +4 -0
  94. package/dist/cjs/components/icons/10/Link.d.ts +4 -0
  95. package/dist/cjs/components/icons/10/Search.d.ts +4 -0
  96. package/dist/cjs/components/icons/10/Union.d.ts +4 -0
  97. package/dist/cjs/components/icons/14/BarChart.d.ts +4 -0
  98. package/dist/cjs/components/icons/14/CheckMark.d.ts +4 -0
  99. package/dist/cjs/components/icons/14/Copy.d.ts +4 -0
  100. package/dist/cjs/components/icons/14/Filter.d.ts +4 -0
  101. package/dist/cjs/components/icons/14/Remove.d.ts +4 -0
  102. package/dist/cjs/components/icons/14/X.d.ts +4 -0
  103. package/dist/cjs/components/icons/18/AccountProfile.d.ts +4 -0
  104. package/dist/cjs/components/icons/18/Activity.d.ts +4 -0
  105. package/dist/cjs/components/icons/18/Add.d.ts +4 -0
  106. package/dist/cjs/components/icons/18/Arrow.d.ts +4 -0
  107. package/dist/cjs/components/icons/18/Attribute.d.ts +4 -0
  108. package/dist/cjs/components/icons/18/Book.d.ts +4 -0
  109. package/dist/cjs/components/icons/18/Bounce.d.ts +4 -0
  110. package/dist/cjs/components/icons/18/Campaigns.d.ts +4 -0
  111. package/dist/cjs/components/icons/18/Clicks.d.ts +4 -0
  112. package/dist/cjs/components/icons/18/Code.d.ts +4 -0
  113. package/dist/cjs/components/icons/18/Collapse.d.ts +4 -0
  114. package/dist/cjs/components/icons/18/Copy.d.ts +4 -0
  115. package/dist/cjs/components/icons/18/Dashboard.d.ts +4 -0
  116. package/dist/cjs/components/icons/18/Delete.d.ts +4 -0
  117. package/dist/cjs/components/icons/18/Desktop.d.ts +4 -0
  118. package/dist/cjs/components/icons/18/Document.d.ts +4 -0
  119. package/dist/cjs/components/icons/18/Domainauthenticated.d.ts +4 -0
  120. package/dist/cjs/components/icons/18/Domainblocked.d.ts +4 -0
  121. package/dist/cjs/components/icons/18/Domainunauthenticated.d.ts +4 -0
  122. package/dist/cjs/components/icons/18/Edit.d.ts +4 -0
  123. package/dist/cjs/components/icons/18/EmailAddress.d.ts +4 -0
  124. package/dist/cjs/components/icons/18/Expand.d.ts +4 -0
  125. package/dist/cjs/components/icons/18/Export.d.ts +4 -0
  126. package/dist/cjs/components/icons/18/Field.d.ts +4 -0
  127. package/dist/cjs/components/icons/18/Flow.d.ts +4 -0
  128. package/dist/cjs/components/icons/18/Heart.d.ts +4 -0
  129. package/dist/cjs/components/icons/18/Home.d.ts +4 -0
  130. package/dist/cjs/components/icons/18/Image.d.ts +4 -0
  131. package/dist/cjs/components/icons/18/Info.d.ts +4 -0
  132. package/dist/cjs/components/icons/18/Integrations.d.ts +4 -0
  133. package/dist/cjs/components/icons/18/LineChart.d.ts +4 -0
  134. package/dist/cjs/components/icons/18/LinkArrow.d.ts +4 -0
  135. package/dist/cjs/components/icons/18/Mobile.d.ts +4 -0
  136. package/dist/cjs/components/icons/18/Money.d.ts +4 -0
  137. package/dist/cjs/components/icons/18/Organization.d.ts +4 -0
  138. package/dist/cjs/components/icons/18/Partner.d.ts +4 -0
  139. package/dist/cjs/components/icons/18/Preview.d.ts +4 -0
  140. package/dist/cjs/components/icons/18/Redirection.d.ts +4 -0
  141. package/dist/cjs/components/icons/18/Refresh.d.ts +4 -0
  142. package/dist/cjs/components/icons/18/Search.d.ts +4 -0
  143. package/dist/cjs/components/icons/18/Sends.d.ts +4 -0
  144. package/dist/cjs/components/icons/18/Settings.d.ts +4 -0
  145. package/dist/cjs/components/icons/18/Sparkle.d.ts +4 -0
  146. package/dist/cjs/components/icons/18/Subscription.d.ts +4 -0
  147. package/dist/cjs/components/icons/18/Suppressed.d.ts +4 -0
  148. package/dist/cjs/components/icons/18/Tag.d.ts +4 -0
  149. package/dist/cjs/components/icons/18/Templates.d.ts +4 -0
  150. package/dist/cjs/components/icons/18/TrayOpen.d.ts +4 -0
  151. package/dist/cjs/components/icons/18/TrayToggle.d.ts +4 -0
  152. package/dist/cjs/components/icons/18/User.d.ts +4 -0
  153. package/dist/cjs/components/icons/18/X.d.ts +4 -0
  154. package/dist/cjs/components/icons/18/ZoomReset.d.ts +4 -0
  155. package/dist/cjs/components/icons/18/publish.d.ts +4 -0
  156. package/dist/cjs/components/icons/24/AddContact.d.ts +4 -0
  157. package/dist/cjs/components/icons/24/Bounce.d.ts +4 -0
  158. package/dist/cjs/components/icons/24/Calendar.d.ts +4 -0
  159. package/dist/cjs/components/icons/24/Campaigns.d.ts +4 -0
  160. package/dist/cjs/components/icons/24/Clicks.d.ts +4 -0
  161. package/dist/cjs/components/icons/24/Completed.d.ts +4 -0
  162. package/dist/cjs/components/icons/24/Customize.d.ts +4 -0
  163. package/dist/cjs/components/icons/24/Domainauthenticated.d.ts +4 -0
  164. package/dist/cjs/components/icons/24/Domainblocked.d.ts +4 -0
  165. package/dist/cjs/components/icons/24/Domainunauthenticated.d.ts +4 -0
  166. package/dist/cjs/components/icons/24/Draft.d.ts +4 -0
  167. package/dist/cjs/components/icons/24/Flag.d.ts +4 -0
  168. package/dist/cjs/components/icons/24/Globe.d.ts +4 -0
  169. package/dist/cjs/components/icons/24/Inbox.d.ts +4 -0
  170. package/dist/cjs/components/icons/24/Kb.d.ts +4 -0
  171. package/dist/cjs/components/icons/24/Opens.d.ts +4 -0
  172. package/dist/cjs/components/icons/24/Organization.d.ts +4 -0
  173. package/dist/cjs/components/icons/24/Sends.d.ts +4 -0
  174. package/dist/cjs/components/icons/24/Signin.d.ts +4 -0
  175. package/dist/cjs/components/icons/24/Stats.d.ts +4 -0
  176. package/dist/cjs/components/icons/24/Subscriptions.d.ts +4 -0
  177. package/dist/cjs/components/icons/24/Success.d.ts +4 -0
  178. package/dist/cjs/components/icons/24/Unsubscribes.d.ts +4 -0
  179. package/dist/cjs/components/icons/24/User.d.ts +4 -0
  180. package/dist/cjs/components/icons/24/Warning.d.ts +4 -0
  181. package/dist/cjs/components/icons/32/HumanSupport.d.ts +4 -0
  182. package/dist/cjs/components/icons/32/NonProfits.d.ts +4 -0
  183. package/dist/cjs/components/icons/32/Sent32.d.ts +4 -0
  184. package/dist/cjs/components/icons/32/Uptime32.d.ts +4 -0
  185. package/dist/cjs/components/icons/44/EmptyFolder.d.ts +4 -0
  186. package/dist/cjs/components/icons/44/Upload.d.ts +4 -0
  187. package/dist/cjs/components/icons/44/createWidget.d.ts +4 -0
  188. package/dist/cjs/components/icons/44/stats.d.ts +4 -0
  189. package/dist/cjs/components/icons/ChevronDown10.d.ts +4 -0
  190. package/dist/cjs/components/icons/ColorWheel.d.ts +4 -0
  191. package/dist/cjs/components/index.d.ts +48 -0
  192. package/dist/cjs/components/informationGroup/index.d.ts +9 -0
  193. package/dist/cjs/components/informationGroup/types.d.ts +1 -0
  194. package/dist/cjs/components/inlineTextEdit/index.d.ts +6 -0
  195. package/dist/cjs/components/inlineTextEdit/types.d.ts +22 -0
  196. package/dist/cjs/components/linearProgress/index.d.ts +4 -0
  197. package/dist/cjs/components/linearProgress/types.d.ts +6 -0
  198. package/dist/cjs/components/loadingContainer/index.d.ts +10 -0
  199. package/dist/cjs/components/logo/index.d.ts +5 -0
  200. package/dist/cjs/components/logo/types.d.ts +6 -0
  201. package/dist/cjs/components/metricCard/index.d.ts +5 -0
  202. package/dist/cjs/components/metricCard/types.d.ts +38 -0
  203. package/dist/cjs/components/modal/ModalHeading.d.ts +5 -0
  204. package/dist/cjs/components/modal/index.d.ts +8 -0
  205. package/dist/cjs/components/modal/types.d.ts +28 -0
  206. package/dist/cjs/components/overlay/OverlayHeading.d.ts +5 -0
  207. package/dist/cjs/components/overlay/index.d.ts +8 -0
  208. package/dist/cjs/components/overlay/types.d.ts +27 -0
  209. package/dist/cjs/components/search/index.d.ts +5 -0
  210. package/dist/cjs/components/search/types.d.ts +11 -0
  211. package/dist/cjs/components/sideMenu/index.d.ts +5 -0
  212. package/dist/cjs/components/sideMenu/sideMenuContainer.d.ts +4 -0
  213. package/dist/cjs/components/sideMenu/sideMenuDrawer.d.ts +12 -0
  214. package/dist/cjs/components/sideMenu/sideMenuItem.d.ts +4 -0
  215. package/dist/cjs/components/sideMenu/types.d.ts +38 -0
  216. package/dist/cjs/components/subNav/index.d.ts +5 -0
  217. package/dist/cjs/components/subNav/types.d.ts +26 -0
  218. package/dist/cjs/components/textField/ColorTextField.d.ts +4 -0
  219. package/dist/cjs/components/textField/LocationTextField.d.ts +8 -0
  220. package/dist/cjs/components/textField/PhoneTextField.d.ts +9 -0
  221. package/dist/cjs/components/textField/index.d.ts +5 -0
  222. package/dist/cjs/components/textField/types.d.ts +16 -0
  223. package/dist/cjs/components/toggle/index.d.ts +6 -0
  224. package/dist/cjs/components/toggle/types.d.ts +15 -0
  225. package/dist/cjs/components/topMenu/MenuSettings.d.ts +4 -0
  226. package/dist/cjs/components/topMenu/index.d.ts +5 -0
  227. package/dist/cjs/components/topMenu/types.d.ts +28 -0
  228. package/dist/cjs/components/typography/index.d.ts +4 -0
  229. package/dist/cjs/components/typography/types.d.ts +8 -0
  230. package/dist/cjs/config.d.ts +5 -0
  231. package/dist/cjs/data/emptyModelProperties.d.ts +3 -0
  232. package/dist/cjs/data/index.d.ts +3 -0
  233. package/dist/cjs/data/originalBrand.d.ts +3 -0
  234. package/dist/cjs/data/theme/MuiAvatar.d.ts +841 -0
  235. package/dist/cjs/data/theme/MuiBadge.d.ts +68 -0
  236. package/dist/cjs/data/theme/MuiButton.d.ts +101 -0
  237. package/dist/cjs/data/theme/MuiCheckbox.d.ts +55 -0
  238. package/dist/cjs/data/theme/MuiChip.d.ts +61 -0
  239. package/dist/cjs/data/theme/MuiDrawer.d.ts +7 -0
  240. package/dist/cjs/data/theme/MuiLinearProgress.d.ts +55 -0
  241. package/dist/cjs/data/theme/MuiMenu.d.ts +61 -0
  242. package/dist/cjs/data/theme/MuiMenuItem.d.ts +876 -0
  243. package/dist/cjs/data/theme/MuiPopover.d.ts +61 -0
  244. package/dist/cjs/data/theme/MuiPopper.d.ts +2 -0
  245. package/dist/cjs/data/theme/MuiSelect.d.ts +31 -0
  246. package/dist/cjs/data/theme/MuiSvgIcon.d.ts +68 -0
  247. package/dist/cjs/data/theme/MuiTable.d.ts +23 -0
  248. package/dist/cjs/data/theme/MuiTableBody.d.ts +7 -0
  249. package/dist/cjs/data/theme/MuiTableCell.d.ts +904 -0
  250. package/dist/cjs/data/theme/MuiTableContainer.d.ts +7 -0
  251. package/dist/cjs/data/theme/MuiTableHead.d.ts +852 -0
  252. package/dist/cjs/data/theme/MuiTablePagination.d.ts +858 -0
  253. package/dist/cjs/data/theme/MuiTableRow.d.ts +102 -0
  254. package/dist/cjs/data/theme/MuiTextField.d.ts +3365 -0
  255. package/dist/cjs/data/theme/MuiTooltip.d.ts +842 -0
  256. package/dist/cjs/data/theme/Typography.d.ts +80 -0
  257. package/dist/cjs/data/whiteLabelBrand.d.ts +3 -0
  258. package/dist/cjs/factories/accounts/index.d.ts +20 -0
  259. package/dist/cjs/factories/accounts/types.d.ts +1 -0
  260. package/dist/cjs/factories/automations/index.d.ts +5 -0
  261. package/dist/cjs/factories/automations/types.d.ts +11 -0
  262. package/dist/cjs/factories/billing/index.d.ts +13 -0
  263. package/dist/cjs/factories/billing/types.d.ts +1 -0
  264. package/dist/cjs/factories/brands/brandEnrichType.d.ts +58 -0
  265. package/dist/cjs/factories/brands/index.d.ts +27 -0
  266. package/dist/cjs/factories/brands/profileEnrichTypes.d.ts +144 -0
  267. package/dist/cjs/factories/brands/types.d.ts +147 -0
  268. package/dist/cjs/factories/campaigns/index.d.ts +27 -0
  269. package/dist/cjs/factories/campaigns/types.d.ts +1 -0
  270. package/dist/cjs/factories/contacts/index.d.ts +7 -0
  271. package/dist/cjs/factories/contacts/types.d.ts +1 -0
  272. package/dist/cjs/factories/emailAPI/index.d.ts +14 -0
  273. package/dist/cjs/factories/emailAPI/types.d.ts +79 -0
  274. package/dist/cjs/factories/forms/index.d.ts +9 -0
  275. package/dist/cjs/factories/forms/types.d.ts +1 -0
  276. package/dist/cjs/factories/index.d.ts +14 -0
  277. package/dist/cjs/factories/lists/index.d.ts +15 -0
  278. package/dist/cjs/factories/lists/types.d.ts +1 -0
  279. package/dist/cjs/factories/senders/index.d.ts +10 -0
  280. package/dist/cjs/factories/senders/types.d.ts +1 -0
  281. package/dist/cjs/factories/support/index.d.ts +5 -0
  282. package/dist/cjs/factories/support/types.d.ts +6 -0
  283. package/dist/cjs/factories/systemEmails/index.d.ts +8 -0
  284. package/dist/cjs/factories/systemEmails/types.d.ts +1 -0
  285. package/dist/cjs/factories/templates/index.d.ts +20 -0
  286. package/dist/cjs/factories/templates/types.d.ts +1 -0
  287. package/dist/cjs/factories/users/index.d.ts +9 -0
  288. package/dist/cjs/factories/users/types.d.ts +1 -0
  289. package/dist/cjs/handlers/actionBarContainer/index.d.ts +4 -0
  290. package/dist/cjs/handlers/actionBarContainer/types.d.ts +9 -0
  291. package/dist/cjs/handlers/dialog/index.d.ts +4 -0
  292. package/dist/cjs/handlers/dialog/types.d.ts +16 -0
  293. package/dist/cjs/handlers/drawer/index.d.ts +4 -0
  294. package/dist/cjs/handlers/drawer/types.d.ts +9 -0
  295. package/dist/cjs/handlers/index.d.ts +5 -0
  296. package/dist/cjs/handlers/modal/index.d.ts +4 -0
  297. package/dist/cjs/handlers/modal/types.d.ts +9 -0
  298. package/dist/cjs/handlers/overlay/index.d.ts +4 -0
  299. package/dist/cjs/handlers/overlay/types.d.ts +9 -0
  300. package/dist/cjs/index.d.ts +9 -0
  301. package/dist/cjs/index.js +17144 -0
  302. package/dist/cjs/models/account/index.d.ts +33 -0
  303. package/dist/cjs/models/account/types.d.ts +108 -0
  304. package/dist/cjs/models/brand/index.d.ts +2 -0
  305. package/dist/cjs/models/brand/types.d.ts +1 -0
  306. package/dist/cjs/models/campaign/index.d.ts +72 -0
  307. package/dist/cjs/models/campaign/types.d.ts +131 -0
  308. package/dist/cjs/models/contact/index.d.ts +16 -0
  309. package/dist/cjs/models/contact/types.d.ts +15 -0
  310. package/dist/cjs/models/customer/index.d.ts +11 -0
  311. package/dist/cjs/models/customer/types.d.ts +29 -0
  312. package/dist/cjs/models/emailAPI/index.d.ts +35 -0
  313. package/dist/cjs/models/emailAPI/types.d.ts +41 -0
  314. package/dist/cjs/models/exports/index.d.ts +1 -0
  315. package/dist/cjs/models/exports/types.d.ts +20 -0
  316. package/dist/cjs/models/form/index.d.ts +30 -0
  317. package/dist/cjs/models/form/types.d.ts +25 -0
  318. package/dist/cjs/models/index.d.ts +12 -0
  319. package/dist/cjs/models/list/index.d.ts +18 -0
  320. package/dist/cjs/models/list/types.d.ts +63 -0
  321. package/dist/cjs/models/sender/index.d.ts +14 -0
  322. package/dist/cjs/models/sender/types.d.ts +9 -0
  323. package/dist/cjs/models/systemEmails/index.d.ts +12 -0
  324. package/dist/cjs/models/systemEmails/types.d.ts +17 -0
  325. package/dist/cjs/models/templates/index.d.ts +40 -0
  326. package/dist/cjs/models/templates/types.d.ts +41 -0
  327. package/dist/cjs/models/user/index.d.ts +21 -0
  328. package/dist/cjs/models/user/types.d.ts +22 -0
  329. package/dist/cjs/services/accounts/index.d.ts +22 -0
  330. package/dist/cjs/services/accounts/types.d.ts +1 -0
  331. package/dist/cjs/services/auth/index.d.ts +4 -0
  332. package/dist/cjs/services/auth/types.d.ts +1 -0
  333. package/dist/cjs/services/automations/index.d.ts +7 -0
  334. package/dist/cjs/services/billing/index.d.ts +10 -0
  335. package/dist/cjs/services/billing/types.d.ts +1 -0
  336. package/dist/cjs/services/brands/index.d.ts +20 -0
  337. package/dist/cjs/services/brands/types.d.ts +1 -0
  338. package/dist/cjs/services/campaigns/index.d.ts +102 -0
  339. package/dist/cjs/services/campaigns/types.d.ts +1 -0
  340. package/dist/cjs/services/contacts/index.d.ts +3 -0
  341. package/dist/cjs/services/contacts/types.d.ts +7 -0
  342. package/dist/cjs/services/domains/index.d.ts +10 -0
  343. package/dist/cjs/services/domains/types.d.ts +1 -0
  344. package/dist/cjs/services/emailAPI/index.d.ts +10 -0
  345. package/dist/cjs/services/emailAPI/types.d.ts +60 -0
  346. package/dist/cjs/services/forms/index.d.ts +6 -0
  347. package/dist/cjs/services/forms/types.d.ts +1 -0
  348. package/dist/cjs/services/hidden/index.d.ts +3 -0
  349. package/dist/cjs/services/hidden/types.d.ts +5 -0
  350. package/dist/cjs/services/index.d.ts +15 -0
  351. package/dist/cjs/services/lists/index.d.ts +13 -0
  352. package/dist/cjs/services/lists/types.d.ts +1 -0
  353. package/dist/cjs/services/senders/index.d.ts +9 -0
  354. package/dist/cjs/services/senders/types.d.ts +1 -0
  355. package/dist/cjs/services/systemEmails/index.d.ts +5 -0
  356. package/dist/cjs/services/templates/index.d.ts +30 -0
  357. package/dist/cjs/services/templates/types.d.ts +1 -0
  358. package/dist/cjs/services/users/index.d.ts +11 -0
  359. package/dist/cjs/services/users/types.d.ts +1 -0
  360. package/dist/cjs/stories/assets/SignInUp.d.ts +4 -0
  361. package/dist/cjs/stories/assets/app.d.ts +2 -0
  362. package/dist/cjs/types/api.d.ts +19 -0
  363. package/dist/cjs/types/generic.d.ts +321 -0
  364. package/dist/cjs/types/index.d.ts +7 -0
  365. package/dist/cjs/types/promisePool.d.ts +38 -0
  366. package/dist/cjs/types/services.d.ts +52 -0
  367. package/dist/cjs/types/url.d.ts +7 -0
  368. package/dist/cjs/types/utils.d.ts +31 -0
  369. package/dist/cjs/utils/api.d.ts +6 -0
  370. package/dist/cjs/utils/brand.d.ts +11 -0
  371. package/dist/cjs/utils/colors.d.ts +1 -0
  372. package/dist/cjs/utils/components.d.ts +3 -0
  373. package/dist/cjs/utils/data.d.ts +27 -0
  374. package/dist/cjs/utils/dates/index.d.ts +24 -0
  375. package/dist/cjs/utils/dates/types.d.ts +9 -0
  376. package/dist/cjs/utils/emails.d.ts +6 -0
  377. package/dist/cjs/utils/iframeMessenger.d.ts +2 -0
  378. package/dist/cjs/utils/index.d.ts +20 -0
  379. package/dist/cjs/utils/languages.d.ts +1 -0
  380. package/dist/cjs/utils/moment.d.ts +7 -0
  381. package/dist/cjs/utils/number/index.d.ts +3 -0
  382. package/dist/cjs/utils/number/types.d.ts +1 -0
  383. package/dist/cjs/utils/posthog.d.ts +149 -0
  384. package/dist/cjs/utils/promisePool.d.ts +11 -0
  385. package/dist/cjs/utils/service.d.ts +3 -0
  386. package/dist/cjs/utils/storage.d.ts +5 -0
  387. package/dist/cjs/utils/string.d.ts +6 -0
  388. package/dist/cjs/utils/theme.d.ts +108 -0
  389. package/dist/cjs/utils/url.d.ts +15 -0
  390. package/dist/cjs/utils/validators.d.ts +8 -0
  391. package/dist/esm/components/actionBarContainer/index.d.ts +6 -0
  392. package/dist/esm/components/actionBarContainer/types.d.ts +18 -0
  393. package/dist/esm/components/assetManager/index.d.ts +5 -0
  394. package/dist/esm/components/assetManager/types.d.ts +37 -0
  395. package/dist/esm/components/avatar/index.d.ts +4 -0
  396. package/dist/esm/components/avatar/types.d.ts +17 -0
  397. package/dist/esm/components/brandWrapper/index.d.ts +5 -0
  398. package/dist/esm/components/brandWrapper/types.d.ts +18 -0
  399. package/dist/esm/components/button/index.d.ts +14 -0
  400. package/dist/esm/components/button/types.d.ts +15 -0
  401. package/dist/esm/components/buttonMenu/index.d.ts +5 -0
  402. package/dist/esm/components/buttonMenu/types.d.ts +14 -0
  403. package/dist/esm/components/checkbox/index.d.ts +4 -0
  404. package/dist/esm/components/checkbox/types.d.ts +5 -0
  405. package/dist/esm/components/chip/index.d.ts +4 -0
  406. package/dist/esm/components/chip/types.d.ts +8 -0
  407. package/dist/esm/components/circularProgress/index.d.ts +5 -0
  408. package/dist/esm/components/circularProgress/types.d.ts +6 -0
  409. package/dist/esm/components/codeInput/index.d.ts +5 -0
  410. package/dist/esm/components/codeInput/types.d.ts +21 -0
  411. package/dist/esm/components/contentSectionContainer/index.d.ts +7 -0
  412. package/dist/esm/components/copyToClipboard/index.d.ts +5 -0
  413. package/dist/esm/components/copyToClipboard/types.d.ts +4 -0
  414. package/dist/esm/components/dataTable/colManager.d.ts +7 -0
  415. package/dist/esm/components/dataTable/index.d.ts +9 -0
  416. package/dist/esm/components/dataTable/tableHead.d.ts +4 -0
  417. package/dist/esm/components/dataTable/tablePaginationNoCount.d.ts +4 -0
  418. package/dist/esm/components/dataTable/tableRowCotent.d.ts +4 -0
  419. package/dist/esm/components/dataTable/types.d.ts +90 -0
  420. package/dist/esm/components/datePicker/index.d.ts +9 -0
  421. package/dist/esm/components/datePicker/types.d.ts +9 -0
  422. package/dist/esm/components/dialog/dialogActions.d.ts +3 -0
  423. package/dist/esm/components/dialog/dialogTitle.d.ts +3 -0
  424. package/dist/esm/components/dialog/index.d.ts +9 -0
  425. package/dist/esm/components/dialog/types.d.ts +39 -0
  426. package/dist/esm/components/divider/index.d.ts +8 -0
  427. package/dist/esm/components/drawer/index.d.ts +5 -0
  428. package/dist/esm/components/drawer/types.d.ts +11 -0
  429. package/dist/esm/components/dropMenu/MenuOption.d.ts +4 -0
  430. package/dist/esm/components/dropMenu/index.d.ts +5 -0
  431. package/dist/esm/components/dropMenu/types.d.ts +25 -0
  432. package/dist/esm/components/dropdown/CountryDropdown.d.ts +9 -0
  433. package/dist/esm/components/dropdown/index.d.ts +5 -0
  434. package/dist/esm/components/dropdown/types.d.ts +47 -0
  435. package/dist/esm/components/emptyContent/index.d.ts +5 -0
  436. package/dist/esm/components/emptyContent/types.d.ts +10 -0
  437. package/dist/esm/components/fileUpload/index.d.ts +5 -0
  438. package/dist/esm/components/fileUpload/types.d.ts +18 -0
  439. package/dist/esm/components/filterBar/index.d.ts +6 -0
  440. package/dist/esm/components/filterBar/types.d.ts +48 -0
  441. package/dist/esm/components/fullBar/index.d.ts +5 -0
  442. package/dist/esm/components/fullBar/types.d.ts +16 -0
  443. package/dist/esm/components/genericWrapper/context.d.ts +2 -0
  444. package/dist/esm/components/genericWrapper/index.d.ts +6 -0
  445. package/dist/esm/components/genericWrapper/types.d.ts +24 -0
  446. package/dist/esm/components/groupedActions/index.d.ts +5 -0
  447. package/dist/esm/components/groupedActions/types.d.ts +5 -0
  448. package/dist/esm/components/header/index.d.ts +5 -0
  449. package/dist/esm/components/header/types.d.ts +15 -0
  450. package/dist/esm/components/icon/index.d.ts +4 -0
  451. package/dist/esm/components/icon/types.d.ts +115 -0
  452. package/dist/esm/components/iconPill/index.d.ts +10 -0
  453. package/dist/esm/components/icons/10/Add.d.ts +4 -0
  454. package/dist/esm/components/icons/10/ArrowDown.d.ts +4 -0
  455. package/dist/esm/components/icons/10/ArrowUp.d.ts +4 -0
  456. package/dist/esm/components/icons/10/Checkmark.d.ts +4 -0
  457. package/dist/esm/components/icons/10/Chevron.d.ts +4 -0
  458. package/dist/esm/components/icons/10/Dash.d.ts +4 -0
  459. package/dist/esm/components/icons/10/Link.d.ts +4 -0
  460. package/dist/esm/components/icons/10/Search.d.ts +4 -0
  461. package/dist/esm/components/icons/10/Union.d.ts +4 -0
  462. package/dist/esm/components/icons/14/BarChart.d.ts +4 -0
  463. package/dist/esm/components/icons/14/CheckMark.d.ts +4 -0
  464. package/dist/esm/components/icons/14/Copy.d.ts +4 -0
  465. package/dist/esm/components/icons/14/Filter.d.ts +4 -0
  466. package/dist/esm/components/icons/14/Remove.d.ts +4 -0
  467. package/dist/esm/components/icons/14/X.d.ts +4 -0
  468. package/dist/esm/components/icons/18/AccountProfile.d.ts +4 -0
  469. package/dist/esm/components/icons/18/Activity.d.ts +4 -0
  470. package/dist/esm/components/icons/18/Add.d.ts +4 -0
  471. package/dist/esm/components/icons/18/Arrow.d.ts +4 -0
  472. package/dist/esm/components/icons/18/Attribute.d.ts +4 -0
  473. package/dist/esm/components/icons/18/Book.d.ts +4 -0
  474. package/dist/esm/components/icons/18/Bounce.d.ts +4 -0
  475. package/dist/esm/components/icons/18/Campaigns.d.ts +4 -0
  476. package/dist/esm/components/icons/18/Clicks.d.ts +4 -0
  477. package/dist/esm/components/icons/18/Code.d.ts +4 -0
  478. package/dist/esm/components/icons/18/Collapse.d.ts +4 -0
  479. package/dist/esm/components/icons/18/Copy.d.ts +4 -0
  480. package/dist/esm/components/icons/18/Dashboard.d.ts +4 -0
  481. package/dist/esm/components/icons/18/Delete.d.ts +4 -0
  482. package/dist/esm/components/icons/18/Desktop.d.ts +4 -0
  483. package/dist/esm/components/icons/18/Document.d.ts +4 -0
  484. package/dist/esm/components/icons/18/Domainauthenticated.d.ts +4 -0
  485. package/dist/esm/components/icons/18/Domainblocked.d.ts +4 -0
  486. package/dist/esm/components/icons/18/Domainunauthenticated.d.ts +4 -0
  487. package/dist/esm/components/icons/18/Edit.d.ts +4 -0
  488. package/dist/esm/components/icons/18/EmailAddress.d.ts +4 -0
  489. package/dist/esm/components/icons/18/Expand.d.ts +4 -0
  490. package/dist/esm/components/icons/18/Export.d.ts +4 -0
  491. package/dist/esm/components/icons/18/Field.d.ts +4 -0
  492. package/dist/esm/components/icons/18/Flow.d.ts +4 -0
  493. package/dist/esm/components/icons/18/Heart.d.ts +4 -0
  494. package/dist/esm/components/icons/18/Home.d.ts +4 -0
  495. package/dist/esm/components/icons/18/Image.d.ts +4 -0
  496. package/dist/esm/components/icons/18/Info.d.ts +4 -0
  497. package/dist/esm/components/icons/18/Integrations.d.ts +4 -0
  498. package/dist/esm/components/icons/18/LineChart.d.ts +4 -0
  499. package/dist/esm/components/icons/18/LinkArrow.d.ts +4 -0
  500. package/dist/esm/components/icons/18/Mobile.d.ts +4 -0
  501. package/dist/esm/components/icons/18/Money.d.ts +4 -0
  502. package/dist/esm/components/icons/18/Organization.d.ts +4 -0
  503. package/dist/esm/components/icons/18/Partner.d.ts +4 -0
  504. package/dist/esm/components/icons/18/Preview.d.ts +4 -0
  505. package/dist/esm/components/icons/18/Redirection.d.ts +4 -0
  506. package/dist/esm/components/icons/18/Refresh.d.ts +4 -0
  507. package/dist/esm/components/icons/18/Search.d.ts +4 -0
  508. package/dist/esm/components/icons/18/Sends.d.ts +4 -0
  509. package/dist/esm/components/icons/18/Settings.d.ts +4 -0
  510. package/dist/esm/components/icons/18/Sparkle.d.ts +4 -0
  511. package/dist/esm/components/icons/18/Subscription.d.ts +4 -0
  512. package/dist/esm/components/icons/18/Suppressed.d.ts +4 -0
  513. package/dist/esm/components/icons/18/Tag.d.ts +4 -0
  514. package/dist/esm/components/icons/18/Templates.d.ts +4 -0
  515. package/dist/esm/components/icons/18/TrayOpen.d.ts +4 -0
  516. package/dist/esm/components/icons/18/TrayToggle.d.ts +4 -0
  517. package/dist/esm/components/icons/18/User.d.ts +4 -0
  518. package/dist/esm/components/icons/18/X.d.ts +4 -0
  519. package/dist/esm/components/icons/18/ZoomReset.d.ts +4 -0
  520. package/dist/esm/components/icons/18/publish.d.ts +4 -0
  521. package/dist/esm/components/icons/24/AddContact.d.ts +4 -0
  522. package/dist/esm/components/icons/24/Bounce.d.ts +4 -0
  523. package/dist/esm/components/icons/24/Calendar.d.ts +4 -0
  524. package/dist/esm/components/icons/24/Campaigns.d.ts +4 -0
  525. package/dist/esm/components/icons/24/Clicks.d.ts +4 -0
  526. package/dist/esm/components/icons/24/Completed.d.ts +4 -0
  527. package/dist/esm/components/icons/24/Customize.d.ts +4 -0
  528. package/dist/esm/components/icons/24/Domainauthenticated.d.ts +4 -0
  529. package/dist/esm/components/icons/24/Domainblocked.d.ts +4 -0
  530. package/dist/esm/components/icons/24/Domainunauthenticated.d.ts +4 -0
  531. package/dist/esm/components/icons/24/Draft.d.ts +4 -0
  532. package/dist/esm/components/icons/24/Flag.d.ts +4 -0
  533. package/dist/esm/components/icons/24/Globe.d.ts +4 -0
  534. package/dist/esm/components/icons/24/Inbox.d.ts +4 -0
  535. package/dist/esm/components/icons/24/Kb.d.ts +4 -0
  536. package/dist/esm/components/icons/24/Opens.d.ts +4 -0
  537. package/dist/esm/components/icons/24/Organization.d.ts +4 -0
  538. package/dist/esm/components/icons/24/Sends.d.ts +4 -0
  539. package/dist/esm/components/icons/24/Signin.d.ts +4 -0
  540. package/dist/esm/components/icons/24/Stats.d.ts +4 -0
  541. package/dist/esm/components/icons/24/Subscriptions.d.ts +4 -0
  542. package/dist/esm/components/icons/24/Success.d.ts +4 -0
  543. package/dist/esm/components/icons/24/Unsubscribes.d.ts +4 -0
  544. package/dist/esm/components/icons/24/User.d.ts +4 -0
  545. package/dist/esm/components/icons/24/Warning.d.ts +4 -0
  546. package/dist/esm/components/icons/32/HumanSupport.d.ts +4 -0
  547. package/dist/esm/components/icons/32/NonProfits.d.ts +4 -0
  548. package/dist/esm/components/icons/32/Sent32.d.ts +4 -0
  549. package/dist/esm/components/icons/32/Uptime32.d.ts +4 -0
  550. package/dist/esm/components/icons/44/EmptyFolder.d.ts +4 -0
  551. package/dist/esm/components/icons/44/Upload.d.ts +4 -0
  552. package/dist/esm/components/icons/44/createWidget.d.ts +4 -0
  553. package/dist/esm/components/icons/44/stats.d.ts +4 -0
  554. package/dist/esm/components/icons/ChevronDown10.d.ts +4 -0
  555. package/dist/esm/components/icons/ColorWheel.d.ts +4 -0
  556. package/dist/esm/components/index.d.ts +48 -0
  557. package/dist/esm/components/informationGroup/index.d.ts +9 -0
  558. package/dist/esm/components/informationGroup/types.d.ts +1 -0
  559. package/dist/esm/components/inlineTextEdit/index.d.ts +6 -0
  560. package/dist/esm/components/inlineTextEdit/types.d.ts +22 -0
  561. package/dist/esm/components/linearProgress/index.d.ts +4 -0
  562. package/dist/esm/components/linearProgress/types.d.ts +6 -0
  563. package/dist/esm/components/loadingContainer/index.d.ts +10 -0
  564. package/dist/esm/components/logo/index.d.ts +5 -0
  565. package/dist/esm/components/logo/types.d.ts +6 -0
  566. package/dist/esm/components/metricCard/index.d.ts +5 -0
  567. package/dist/esm/components/metricCard/types.d.ts +38 -0
  568. package/dist/esm/components/modal/ModalHeading.d.ts +5 -0
  569. package/dist/esm/components/modal/index.d.ts +8 -0
  570. package/dist/esm/components/modal/types.d.ts +28 -0
  571. package/dist/esm/components/overlay/OverlayHeading.d.ts +5 -0
  572. package/dist/esm/components/overlay/index.d.ts +8 -0
  573. package/dist/esm/components/overlay/types.d.ts +27 -0
  574. package/dist/esm/components/search/index.d.ts +5 -0
  575. package/dist/esm/components/search/types.d.ts +11 -0
  576. package/dist/esm/components/sideMenu/index.d.ts +5 -0
  577. package/dist/esm/components/sideMenu/sideMenuContainer.d.ts +4 -0
  578. package/dist/esm/components/sideMenu/sideMenuDrawer.d.ts +12 -0
  579. package/dist/esm/components/sideMenu/sideMenuItem.d.ts +4 -0
  580. package/dist/esm/components/sideMenu/types.d.ts +38 -0
  581. package/dist/esm/components/subNav/index.d.ts +5 -0
  582. package/dist/esm/components/subNav/types.d.ts +26 -0
  583. package/dist/esm/components/textField/ColorTextField.d.ts +4 -0
  584. package/dist/esm/components/textField/LocationTextField.d.ts +8 -0
  585. package/dist/esm/components/textField/PhoneTextField.d.ts +9 -0
  586. package/dist/esm/components/textField/index.d.ts +5 -0
  587. package/dist/esm/components/textField/types.d.ts +16 -0
  588. package/dist/esm/components/toggle/index.d.ts +6 -0
  589. package/dist/esm/components/toggle/types.d.ts +15 -0
  590. package/dist/esm/components/topMenu/MenuSettings.d.ts +4 -0
  591. package/dist/esm/components/topMenu/index.d.ts +5 -0
  592. package/dist/esm/components/topMenu/types.d.ts +28 -0
  593. package/dist/esm/components/typography/index.d.ts +4 -0
  594. package/dist/esm/components/typography/types.d.ts +8 -0
  595. package/dist/esm/config.d.ts +5 -0
  596. package/dist/esm/data/emptyModelProperties.d.ts +3 -0
  597. package/dist/esm/data/index.d.ts +3 -0
  598. package/dist/esm/data/originalBrand.d.ts +3 -0
  599. package/dist/esm/data/theme/MuiAvatar.d.ts +841 -0
  600. package/dist/esm/data/theme/MuiBadge.d.ts +68 -0
  601. package/dist/esm/data/theme/MuiButton.d.ts +101 -0
  602. package/dist/esm/data/theme/MuiCheckbox.d.ts +55 -0
  603. package/dist/esm/data/theme/MuiChip.d.ts +61 -0
  604. package/dist/esm/data/theme/MuiDrawer.d.ts +7 -0
  605. package/dist/esm/data/theme/MuiLinearProgress.d.ts +55 -0
  606. package/dist/esm/data/theme/MuiMenu.d.ts +61 -0
  607. package/dist/esm/data/theme/MuiMenuItem.d.ts +876 -0
  608. package/dist/esm/data/theme/MuiPopover.d.ts +61 -0
  609. package/dist/esm/data/theme/MuiPopper.d.ts +2 -0
  610. package/dist/esm/data/theme/MuiSelect.d.ts +31 -0
  611. package/dist/esm/data/theme/MuiSvgIcon.d.ts +68 -0
  612. package/dist/esm/data/theme/MuiTable.d.ts +23 -0
  613. package/dist/esm/data/theme/MuiTableBody.d.ts +7 -0
  614. package/dist/esm/data/theme/MuiTableCell.d.ts +904 -0
  615. package/dist/esm/data/theme/MuiTableContainer.d.ts +7 -0
  616. package/dist/esm/data/theme/MuiTableHead.d.ts +852 -0
  617. package/dist/esm/data/theme/MuiTablePagination.d.ts +858 -0
  618. package/dist/esm/data/theme/MuiTableRow.d.ts +102 -0
  619. package/dist/esm/data/theme/MuiTextField.d.ts +3365 -0
  620. package/dist/esm/data/theme/MuiTooltip.d.ts +842 -0
  621. package/dist/esm/data/theme/Typography.d.ts +80 -0
  622. package/dist/esm/data/whiteLabelBrand.d.ts +3 -0
  623. package/dist/esm/factories/accounts/index.d.ts +20 -0
  624. package/dist/esm/factories/accounts/types.d.ts +1 -0
  625. package/dist/esm/factories/automations/index.d.ts +5 -0
  626. package/dist/esm/factories/automations/types.d.ts +11 -0
  627. package/dist/esm/factories/billing/index.d.ts +13 -0
  628. package/dist/esm/factories/billing/types.d.ts +1 -0
  629. package/dist/esm/factories/brands/brandEnrichType.d.ts +58 -0
  630. package/dist/esm/factories/brands/index.d.ts +27 -0
  631. package/dist/esm/factories/brands/profileEnrichTypes.d.ts +144 -0
  632. package/dist/esm/factories/brands/types.d.ts +147 -0
  633. package/dist/esm/factories/campaigns/index.d.ts +27 -0
  634. package/dist/esm/factories/campaigns/types.d.ts +1 -0
  635. package/dist/esm/factories/contacts/index.d.ts +7 -0
  636. package/dist/esm/factories/contacts/types.d.ts +1 -0
  637. package/dist/esm/factories/emailAPI/index.d.ts +14 -0
  638. package/dist/esm/factories/emailAPI/types.d.ts +79 -0
  639. package/dist/esm/factories/forms/index.d.ts +9 -0
  640. package/dist/esm/factories/forms/types.d.ts +1 -0
  641. package/dist/esm/factories/index.d.ts +14 -0
  642. package/dist/esm/factories/lists/index.d.ts +15 -0
  643. package/dist/esm/factories/lists/types.d.ts +1 -0
  644. package/dist/esm/factories/senders/index.d.ts +10 -0
  645. package/dist/esm/factories/senders/types.d.ts +1 -0
  646. package/dist/esm/factories/support/index.d.ts +5 -0
  647. package/dist/esm/factories/support/types.d.ts +6 -0
  648. package/dist/esm/factories/systemEmails/index.d.ts +8 -0
  649. package/dist/esm/factories/systemEmails/types.d.ts +1 -0
  650. package/dist/esm/factories/templates/index.d.ts +20 -0
  651. package/dist/esm/factories/templates/types.d.ts +1 -0
  652. package/dist/esm/factories/users/index.d.ts +9 -0
  653. package/dist/esm/factories/users/types.d.ts +1 -0
  654. package/dist/esm/handlers/actionBarContainer/index.d.ts +4 -0
  655. package/dist/esm/handlers/actionBarContainer/types.d.ts +9 -0
  656. package/dist/esm/handlers/dialog/index.d.ts +4 -0
  657. package/dist/esm/handlers/dialog/types.d.ts +16 -0
  658. package/dist/esm/handlers/drawer/index.d.ts +4 -0
  659. package/dist/esm/handlers/drawer/types.d.ts +9 -0
  660. package/dist/esm/handlers/index.d.ts +5 -0
  661. package/dist/esm/handlers/modal/index.d.ts +4 -0
  662. package/dist/esm/handlers/modal/types.d.ts +9 -0
  663. package/dist/esm/handlers/overlay/index.d.ts +4 -0
  664. package/dist/esm/handlers/overlay/types.d.ts +9 -0
  665. package/dist/esm/index.d.ts +9 -0
  666. package/dist/esm/index.js +16875 -0
  667. package/dist/esm/models/account/index.d.ts +33 -0
  668. package/dist/esm/models/account/types.d.ts +108 -0
  669. package/dist/esm/models/brand/index.d.ts +2 -0
  670. package/dist/esm/models/brand/types.d.ts +1 -0
  671. package/dist/esm/models/campaign/index.d.ts +72 -0
  672. package/dist/esm/models/campaign/types.d.ts +131 -0
  673. package/dist/esm/models/contact/index.d.ts +16 -0
  674. package/dist/esm/models/contact/types.d.ts +15 -0
  675. package/dist/esm/models/customer/index.d.ts +11 -0
  676. package/dist/esm/models/customer/types.d.ts +29 -0
  677. package/dist/esm/models/emailAPI/index.d.ts +35 -0
  678. package/dist/esm/models/emailAPI/types.d.ts +41 -0
  679. package/dist/esm/models/exports/index.d.ts +1 -0
  680. package/dist/esm/models/exports/types.d.ts +20 -0
  681. package/dist/esm/models/form/index.d.ts +30 -0
  682. package/dist/esm/models/form/types.d.ts +25 -0
  683. package/dist/esm/models/index.d.ts +12 -0
  684. package/dist/esm/models/list/index.d.ts +18 -0
  685. package/dist/esm/models/list/types.d.ts +63 -0
  686. package/dist/esm/models/sender/index.d.ts +14 -0
  687. package/dist/esm/models/sender/types.d.ts +9 -0
  688. package/dist/esm/models/systemEmails/index.d.ts +12 -0
  689. package/dist/esm/models/systemEmails/types.d.ts +17 -0
  690. package/dist/esm/models/templates/index.d.ts +40 -0
  691. package/dist/esm/models/templates/types.d.ts +41 -0
  692. package/dist/esm/models/user/index.d.ts +21 -0
  693. package/dist/esm/models/user/types.d.ts +22 -0
  694. package/dist/esm/services/accounts/index.d.ts +22 -0
  695. package/dist/esm/services/accounts/types.d.ts +1 -0
  696. package/dist/esm/services/auth/index.d.ts +4 -0
  697. package/dist/esm/services/auth/types.d.ts +1 -0
  698. package/dist/esm/services/automations/index.d.ts +7 -0
  699. package/dist/esm/services/billing/index.d.ts +10 -0
  700. package/dist/esm/services/billing/types.d.ts +1 -0
  701. package/dist/esm/services/brands/index.d.ts +20 -0
  702. package/dist/esm/services/brands/types.d.ts +1 -0
  703. package/dist/esm/services/campaigns/index.d.ts +102 -0
  704. package/dist/esm/services/campaigns/types.d.ts +1 -0
  705. package/dist/esm/services/contacts/index.d.ts +3 -0
  706. package/dist/esm/services/contacts/types.d.ts +7 -0
  707. package/dist/esm/services/domains/index.d.ts +10 -0
  708. package/dist/esm/services/domains/types.d.ts +1 -0
  709. package/dist/esm/services/emailAPI/index.d.ts +10 -0
  710. package/dist/esm/services/emailAPI/types.d.ts +60 -0
  711. package/dist/esm/services/forms/index.d.ts +6 -0
  712. package/dist/esm/services/forms/types.d.ts +1 -0
  713. package/dist/esm/services/hidden/index.d.ts +3 -0
  714. package/dist/esm/services/hidden/types.d.ts +5 -0
  715. package/dist/esm/services/index.d.ts +15 -0
  716. package/dist/esm/services/lists/index.d.ts +13 -0
  717. package/dist/esm/services/lists/types.d.ts +1 -0
  718. package/dist/esm/services/senders/index.d.ts +9 -0
  719. package/dist/esm/services/senders/types.d.ts +1 -0
  720. package/dist/esm/services/systemEmails/index.d.ts +5 -0
  721. package/dist/esm/services/templates/index.d.ts +30 -0
  722. package/dist/esm/services/templates/types.d.ts +1 -0
  723. package/dist/esm/services/users/index.d.ts +11 -0
  724. package/dist/esm/services/users/types.d.ts +1 -0
  725. package/dist/esm/stories/assets/SignInUp.d.ts +4 -0
  726. package/dist/esm/stories/assets/app.d.ts +2 -0
  727. package/dist/esm/types/api.d.ts +19 -0
  728. package/dist/esm/types/generic.d.ts +321 -0
  729. package/dist/esm/types/index.d.ts +7 -0
  730. package/dist/esm/types/promisePool.d.ts +38 -0
  731. package/dist/esm/types/services.d.ts +52 -0
  732. package/dist/esm/types/url.d.ts +7 -0
  733. package/dist/esm/types/utils.d.ts +31 -0
  734. package/dist/esm/utils/api.d.ts +6 -0
  735. package/dist/esm/utils/brand.d.ts +11 -0
  736. package/dist/esm/utils/colors.d.ts +1 -0
  737. package/dist/esm/utils/components.d.ts +3 -0
  738. package/dist/esm/utils/data.d.ts +27 -0
  739. package/dist/esm/utils/dates/index.d.ts +24 -0
  740. package/dist/esm/utils/dates/types.d.ts +9 -0
  741. package/dist/esm/utils/emails.d.ts +6 -0
  742. package/dist/esm/utils/iframeMessenger.d.ts +2 -0
  743. package/dist/esm/utils/index.d.ts +20 -0
  744. package/dist/esm/utils/languages.d.ts +1 -0
  745. package/dist/esm/utils/moment.d.ts +7 -0
  746. package/dist/esm/utils/number/index.d.ts +3 -0
  747. package/dist/esm/utils/number/types.d.ts +1 -0
  748. package/dist/esm/utils/posthog.d.ts +149 -0
  749. package/dist/esm/utils/promisePool.d.ts +11 -0
  750. package/dist/esm/utils/service.d.ts +3 -0
  751. package/dist/esm/utils/storage.d.ts +5 -0
  752. package/dist/esm/utils/string.d.ts +6 -0
  753. package/dist/esm/utils/theme.d.ts +108 -0
  754. package/dist/esm/utils/url.d.ts +15 -0
  755. package/dist/esm/utils/validators.d.ts +8 -0
  756. package/package.json +91 -0
@@ -0,0 +1,3365 @@
1
+ import { Theme } from "@mui/material";
2
+ export default function getMuiTextField(theme: Theme): {
3
+ styleOverrides: {
4
+ root: {
5
+ ".MuiInputLabel-root": {
6
+ color: string;
7
+ transform: string;
8
+ ">div": {
9
+ display: string;
10
+ alignItems: string;
11
+ ".MuiSvgIcon-root": {
12
+ marginLeft: string;
13
+ };
14
+ };
15
+ '@font-face'?: import("@mui/material/styles/createTypography").Fontface | import("@mui/material/styles/createTypography").Fontface[];
16
+ accentColor?: import("csstype").Property.AccentColor | undefined;
17
+ alignContent?: import("csstype").Property.AlignContent | undefined;
18
+ alignItems?: import("csstype").Property.AlignItems | undefined;
19
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
20
+ alignTracks?: import("csstype").Property.AlignTracks | undefined;
21
+ animationComposition?: import("csstype").Property.AnimationComposition | undefined;
22
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
23
+ animationDirection?: import("csstype").Property.AnimationDirection | undefined;
24
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
25
+ animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
26
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
27
+ animationName?: import("csstype").Property.AnimationName | undefined;
28
+ animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
29
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
30
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
31
+ animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
32
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
33
+ appearance?: import("csstype").Property.Appearance | undefined;
34
+ aspectRatio?: import("csstype").Property.AspectRatio | undefined;
35
+ backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
36
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
37
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
38
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
39
+ backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
40
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
41
+ backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
42
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
43
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
44
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
45
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
46
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
47
+ blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
48
+ blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
49
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
50
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
51
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
52
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
53
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
54
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
55
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
56
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
57
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
58
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
59
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
60
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
61
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
62
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
63
+ borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
64
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
65
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
66
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
67
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
68
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
69
+ borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
70
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
71
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
72
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
73
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
74
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
75
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
76
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
77
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
78
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
79
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
80
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
81
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
82
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
83
+ borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
84
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
85
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
86
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
87
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
88
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
89
+ borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
90
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
91
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
92
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
93
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
94
+ bottom?: import("csstype").Property.Bottom<string | number> | undefined;
95
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
96
+ boxShadow?: import("csstype").Property.BoxShadow | undefined;
97
+ boxSizing?: import("csstype").Property.BoxSizing | undefined;
98
+ breakAfter?: import("csstype").Property.BreakAfter | undefined;
99
+ breakBefore?: import("csstype").Property.BreakBefore | undefined;
100
+ breakInside?: import("csstype").Property.BreakInside | undefined;
101
+ captionSide?: import("csstype").Property.CaptionSide | undefined;
102
+ caretColor?: import("csstype").Property.CaretColor | undefined;
103
+ caretShape?: import("csstype").Property.CaretShape | undefined;
104
+ clear?: import("csstype").Property.Clear | undefined;
105
+ clipPath?: import("csstype").Property.ClipPath | undefined;
106
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
107
+ colorScheme?: import("csstype").Property.ColorScheme | undefined;
108
+ columnCount?: import("csstype").Property.ColumnCount | undefined;
109
+ columnFill?: import("csstype").Property.ColumnFill | undefined;
110
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
111
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
112
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
113
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
114
+ columnSpan?: import("csstype").Property.ColumnSpan | undefined;
115
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
116
+ contain?: import("csstype").Property.Contain | undefined;
117
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
118
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
119
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
120
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
121
+ containerName?: import("csstype").Property.ContainerName | undefined;
122
+ containerType?: import("csstype").Property.ContainerType | undefined;
123
+ content?: import("csstype").Property.Content | undefined;
124
+ contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
125
+ counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
126
+ counterReset?: import("csstype").Property.CounterReset | undefined;
127
+ counterSet?: import("csstype").Property.CounterSet | undefined;
128
+ cursor?: import("csstype").Property.Cursor | undefined;
129
+ direction?: import("csstype").Property.Direction | undefined;
130
+ display?: import("csstype").Property.Display | undefined;
131
+ emptyCells?: import("csstype").Property.EmptyCells | undefined;
132
+ filter?: import("csstype").Property.Filter | undefined;
133
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
134
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
135
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
136
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
137
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
138
+ float?: import("csstype").Property.Float | undefined;
139
+ fontFamily?: import("csstype").Property.FontFamily | undefined;
140
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
141
+ fontKerning?: import("csstype").Property.FontKerning | undefined;
142
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
143
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
144
+ fontPalette?: import("csstype").Property.FontPalette | undefined;
145
+ fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
146
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
147
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
148
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
149
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
150
+ fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
151
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
152
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
153
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
154
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
155
+ fontVariant?: import("csstype").Property.FontVariant | undefined;
156
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
157
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
158
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
159
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
160
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
161
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
162
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
163
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
164
+ fontWeight?: import("csstype").Property.FontWeight | undefined;
165
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
166
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
167
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
168
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
169
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
170
+ gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
171
+ gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
172
+ gridRowStart?: import("csstype").Property.GridRowStart | undefined;
173
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
174
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
175
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
176
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
177
+ height?: import("csstype").Property.Height<string | number> | undefined;
178
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
179
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
180
+ hyphens?: import("csstype").Property.Hyphens | undefined;
181
+ imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
182
+ imageRendering?: import("csstype").Property.ImageRendering | undefined;
183
+ imageResolution?: import("csstype").Property.ImageResolution | undefined;
184
+ initialLetter?: import("csstype").Property.InitialLetter | undefined;
185
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
186
+ inputSecurity?: import("csstype").Property.InputSecurity | undefined;
187
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
188
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
189
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
190
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
191
+ isolation?: import("csstype").Property.Isolation | undefined;
192
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
193
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
194
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
195
+ justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
196
+ left?: import("csstype").Property.Left<string | number> | undefined;
197
+ letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
198
+ lineBreak?: import("csstype").Property.LineBreak | undefined;
199
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
200
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
201
+ listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
202
+ listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
203
+ listStyleType?: import("csstype").Property.ListStyleType | undefined;
204
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
205
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
206
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
207
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
208
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
209
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
210
+ marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
211
+ marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
212
+ marginTrim?: import("csstype").Property.MarginTrim | undefined;
213
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
214
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
215
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
216
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
217
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
218
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
219
+ maskClip?: import("csstype").Property.MaskClip | undefined;
220
+ maskComposite?: import("csstype").Property.MaskComposite | undefined;
221
+ maskImage?: import("csstype").Property.MaskImage | undefined;
222
+ maskMode?: import("csstype").Property.MaskMode | undefined;
223
+ maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
224
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
225
+ maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
226
+ maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
227
+ maskType?: import("csstype").Property.MaskType | undefined;
228
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
229
+ mathDepth?: import("csstype").Property.MathDepth | undefined;
230
+ mathShift?: import("csstype").Property.MathShift | undefined;
231
+ mathStyle?: import("csstype").Property.MathStyle | undefined;
232
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
233
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
234
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
235
+ maxLines?: import("csstype").Property.MaxLines | undefined;
236
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
237
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
238
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
239
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
240
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
241
+ mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
242
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
243
+ motionPath?: import("csstype").Property.OffsetPath | undefined;
244
+ motionRotation?: import("csstype").Property.OffsetRotate | undefined;
245
+ objectFit?: import("csstype").Property.ObjectFit | undefined;
246
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
247
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
248
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
249
+ offsetPath?: import("csstype").Property.OffsetPath | undefined;
250
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
251
+ offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
252
+ offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
253
+ opacity?: import("csstype").Property.Opacity | undefined;
254
+ order?: import("csstype").Property.Order | undefined;
255
+ orphans?: import("csstype").Property.Orphans | undefined;
256
+ outlineColor?: import("csstype").Property.OutlineColor | undefined;
257
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
258
+ outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
259
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
260
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
261
+ overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
262
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
263
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
264
+ overflowInline?: import("csstype").Property.OverflowInline | undefined;
265
+ overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
266
+ overflowX?: import("csstype").Property.OverflowX | undefined;
267
+ overflowY?: import("csstype").Property.OverflowY | undefined;
268
+ overlay?: import("csstype").Property.Overlay | undefined;
269
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
270
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
271
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
272
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
273
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
274
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
275
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
276
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
277
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
278
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
279
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
280
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
281
+ page?: import("csstype").Property.Page | undefined;
282
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
283
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
284
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
285
+ paintOrder?: import("csstype").Property.PaintOrder | undefined;
286
+ perspective?: import("csstype").Property.Perspective<string | number> | undefined;
287
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
288
+ pointerEvents?: import("csstype").Property.PointerEvents | undefined;
289
+ position?: import("csstype").Property.Position | undefined;
290
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
291
+ quotes?: import("csstype").Property.Quotes | undefined;
292
+ resize?: import("csstype").Property.Resize | undefined;
293
+ right?: import("csstype").Property.Right<string | number> | undefined;
294
+ rotate?: import("csstype").Property.Rotate | undefined;
295
+ rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
296
+ rubyAlign?: import("csstype").Property.RubyAlign | undefined;
297
+ rubyMerge?: import("csstype").Property.RubyMerge | undefined;
298
+ rubyPosition?: import("csstype").Property.RubyPosition | undefined;
299
+ scale?: import("csstype").Property.Scale | undefined;
300
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
301
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
302
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
303
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
304
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
305
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
306
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
307
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
308
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
309
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
310
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
311
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
312
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
313
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
314
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
315
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
316
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
317
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
318
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
319
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
320
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
321
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
322
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
323
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
324
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
325
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
326
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
327
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
328
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
329
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
330
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
331
+ shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
332
+ tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
333
+ tableLayout?: import("csstype").Property.TableLayout | undefined;
334
+ textAlign?: import("csstype").Property.TextAlign | undefined;
335
+ textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
336
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
337
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
338
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
339
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
340
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
341
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
342
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
343
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
344
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
345
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
346
+ textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
347
+ textJustify?: import("csstype").Property.TextJustify | undefined;
348
+ textOrientation?: import("csstype").Property.TextOrientation | undefined;
349
+ textOverflow?: import("csstype").Property.TextOverflow | undefined;
350
+ textRendering?: import("csstype").Property.TextRendering | undefined;
351
+ textShadow?: import("csstype").Property.TextShadow | undefined;
352
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
353
+ textTransform?: import("csstype").Property.TextTransform | undefined;
354
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
355
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
356
+ textWrap?: import("csstype").Property.TextWrap | undefined;
357
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
358
+ top?: import("csstype").Property.Top<string | number> | undefined;
359
+ touchAction?: import("csstype").Property.TouchAction | undefined;
360
+ transformBox?: import("csstype").Property.TransformBox | undefined;
361
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
362
+ transformStyle?: import("csstype").Property.TransformStyle | undefined;
363
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
364
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
365
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
366
+ transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
367
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
368
+ translate?: import("csstype").Property.Translate<string | number> | undefined;
369
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
370
+ userSelect?: import("csstype").Property.UserSelect | undefined;
371
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
372
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
373
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
374
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
375
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
376
+ visibility?: import("csstype").Property.Visibility | undefined;
377
+ whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
378
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
379
+ whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
380
+ widows?: import("csstype").Property.Widows | undefined;
381
+ width?: import("csstype").Property.Width<string | number> | undefined;
382
+ willChange?: import("csstype").Property.WillChange | undefined;
383
+ wordBreak?: import("csstype").Property.WordBreak | undefined;
384
+ wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
385
+ wordWrap?: import("csstype").Property.WordWrap | undefined;
386
+ writingMode?: import("csstype").Property.WritingMode | undefined;
387
+ zIndex?: import("csstype").Property.ZIndex | undefined;
388
+ zoom?: import("csstype").Property.Zoom | undefined;
389
+ all?: import("csstype").Property.All | undefined;
390
+ animation?: import("csstype").Property.Animation<string & {}> | undefined;
391
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
392
+ background?: import("csstype").Property.Background<string | number> | undefined;
393
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
394
+ border?: import("csstype").Property.Border<string | number> | undefined;
395
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
396
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
397
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
398
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
399
+ borderColor?: import("csstype").Property.BorderColor | undefined;
400
+ borderImage?: import("csstype").Property.BorderImage | undefined;
401
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
402
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
403
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
404
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
405
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
406
+ borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
407
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
408
+ borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
409
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
410
+ caret?: import("csstype").Property.Caret | undefined;
411
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
412
+ columns?: import("csstype").Property.Columns<string | number> | undefined;
413
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
414
+ container?: import("csstype").Property.Container | undefined;
415
+ flex?: import("csstype").Property.Flex<string | number> | undefined;
416
+ flexFlow?: import("csstype").Property.FlexFlow | undefined;
417
+ font?: import("csstype").Property.Font | undefined;
418
+ gap?: import("csstype").Property.Gap<string | number> | undefined;
419
+ grid?: import("csstype").Property.Grid | undefined;
420
+ gridArea?: import("csstype").Property.GridArea | undefined;
421
+ gridColumn?: import("csstype").Property.GridColumn | undefined;
422
+ gridRow?: import("csstype").Property.GridRow | undefined;
423
+ gridTemplate?: import("csstype").Property.GridTemplate | undefined;
424
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
425
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
426
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
427
+ lineClamp?: import("csstype").Property.LineClamp | undefined;
428
+ listStyle?: import("csstype").Property.ListStyle | undefined;
429
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
430
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
431
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
432
+ mask?: import("csstype").Property.Mask<string | number> | undefined;
433
+ maskBorder?: import("csstype").Property.MaskBorder | undefined;
434
+ motion?: import("csstype").Property.Offset<string | number> | undefined;
435
+ offset?: import("csstype").Property.Offset<string | number> | undefined;
436
+ outline?: import("csstype").Property.Outline<string | number> | undefined;
437
+ overflow?: import("csstype").Property.Overflow | undefined;
438
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
439
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
440
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
441
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
442
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
443
+ placeItems?: import("csstype").Property.PlaceItems | undefined;
444
+ placeSelf?: import("csstype").Property.PlaceSelf | undefined;
445
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
446
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
447
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
448
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
449
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
450
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
451
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
452
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
453
+ textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
454
+ textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
455
+ transition?: import("csstype").Property.Transition<string & {}> | undefined;
456
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
457
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
458
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
459
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
460
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
461
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
462
+ MozAnimationName?: import("csstype").Property.AnimationName | undefined;
463
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
464
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
465
+ MozAppearance?: import("csstype").Property.MozAppearance | undefined;
466
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
467
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
468
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
469
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
470
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
471
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
472
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
473
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
474
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
475
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
476
+ MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
477
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
478
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
479
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
480
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
481
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
482
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
483
+ MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
484
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
485
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
486
+ MozHyphens?: import("csstype").Property.Hyphens | undefined;
487
+ MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
488
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
489
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
490
+ MozOrient?: import("csstype").Property.MozOrient | undefined;
491
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
492
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
493
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
494
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
495
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
496
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
497
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
498
+ MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
499
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
500
+ MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
501
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
502
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
503
+ MozUserModify?: import("csstype").Property.MozUserModify | undefined;
504
+ MozUserSelect?: import("csstype").Property.UserSelect | undefined;
505
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
506
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
507
+ msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
508
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
509
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
510
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
511
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
512
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
513
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
514
+ msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
515
+ msFilter?: import("csstype").Property.MsFilter | undefined;
516
+ msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
517
+ msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
518
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
519
+ msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
520
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
521
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
522
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
523
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
524
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
525
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
526
+ msHyphens?: import("csstype").Property.Hyphens | undefined;
527
+ msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
528
+ msLineBreak?: import("csstype").Property.LineBreak | undefined;
529
+ msOrder?: import("csstype").Property.Order | undefined;
530
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
531
+ msOverflowX?: import("csstype").Property.OverflowX | undefined;
532
+ msOverflowY?: import("csstype").Property.OverflowY | undefined;
533
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
534
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
535
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
536
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
537
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
538
+ msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
539
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
540
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
541
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
542
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
543
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
544
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
545
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
546
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
547
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
548
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
549
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
550
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
551
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
552
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
553
+ msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
554
+ msTouchAction?: import("csstype").Property.TouchAction | undefined;
555
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
556
+ msTransform?: import("csstype").Property.Transform | undefined;
557
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
558
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
559
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
560
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
561
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
562
+ msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
563
+ msWordBreak?: import("csstype").Property.WordBreak | undefined;
564
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
565
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
566
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
567
+ msWritingMode?: import("csstype").Property.WritingMode | undefined;
568
+ WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
569
+ WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
570
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
571
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
572
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
573
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
574
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
575
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
576
+ WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
577
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
578
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
579
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
580
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
581
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
582
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
583
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
584
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
585
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
586
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
587
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
588
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
589
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
590
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
591
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
592
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
593
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
594
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
595
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
596
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
597
+ WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
598
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
599
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
600
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
601
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
602
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
603
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
604
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
605
+ WebkitFilter?: import("csstype").Property.Filter | undefined;
606
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
607
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
608
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
609
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
610
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
611
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
612
+ WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
613
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
614
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
615
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
616
+ WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
617
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
618
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
619
+ WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
620
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
621
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
622
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
623
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
624
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
625
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
626
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
627
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
628
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
629
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
630
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
631
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
632
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
633
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
634
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
635
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
636
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
637
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
638
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
639
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
640
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
641
+ WebkitOrder?: import("csstype").Property.Order | undefined;
642
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
643
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
644
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
645
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
646
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
647
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
648
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
649
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
650
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
651
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
652
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
653
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
654
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
655
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
656
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
657
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
658
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
659
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
660
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
661
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
662
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
663
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
664
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
665
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
666
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
667
+ WebkitTransform?: import("csstype").Property.Transform | undefined;
668
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
669
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
670
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
671
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
672
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
673
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
674
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
675
+ WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
676
+ WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
677
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
678
+ MozBorderImage?: import("csstype").Property.BorderImage | undefined;
679
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
680
+ MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
681
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
682
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
683
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
684
+ msFlex?: import("csstype").Property.Flex<string | number> | undefined;
685
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
686
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
687
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
688
+ msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
689
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
690
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
691
+ WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
692
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
693
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
694
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
695
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
696
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
697
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
698
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
699
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
700
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
701
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
702
+ azimuth?: import("csstype").Property.Azimuth | undefined;
703
+ boxAlign?: import("csstype").Property.BoxAlign | undefined;
704
+ boxDirection?: import("csstype").Property.BoxDirection | undefined;
705
+ boxFlex?: import("csstype").Property.BoxFlex | undefined;
706
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
707
+ boxLines?: import("csstype").Property.BoxLines | undefined;
708
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
709
+ boxOrient?: import("csstype").Property.BoxOrient | undefined;
710
+ boxPack?: import("csstype").Property.BoxPack | undefined;
711
+ clip?: import("csstype").Property.Clip | undefined;
712
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
713
+ gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
714
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
715
+ imeMode?: import("csstype").Property.ImeMode | undefined;
716
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
717
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
718
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
719
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
720
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
721
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
722
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
723
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
724
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
725
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
726
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
727
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
728
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
729
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
730
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
731
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
732
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
733
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
734
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
735
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
736
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
737
+ KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
738
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
739
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
740
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
741
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
742
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
743
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
744
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
745
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
746
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
747
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
748
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
749
+ MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
750
+ MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
751
+ MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
752
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
753
+ MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
754
+ MozBoxPack?: import("csstype").Property.BoxPack | undefined;
755
+ MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
756
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
757
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
758
+ MozOpacity?: import("csstype").Property.Opacity | undefined;
759
+ MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
760
+ MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
761
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
762
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
763
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
764
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
765
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
766
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
767
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
768
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
769
+ MozTransform?: import("csstype").Property.Transform | undefined;
770
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
771
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
772
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
773
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
774
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
775
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
776
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
777
+ MozUserInput?: import("csstype").Property.MozUserInput | undefined;
778
+ msImeMode?: import("csstype").Property.ImeMode | undefined;
779
+ OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
780
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
781
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
782
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
783
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
784
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
785
+ OAnimationName?: import("csstype").Property.AnimationName | undefined;
786
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
787
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
788
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
789
+ OBorderImage?: import("csstype").Property.BorderImage | undefined;
790
+ OObjectFit?: import("csstype").Property.ObjectFit | undefined;
791
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
792
+ OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
793
+ OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
794
+ OTransform?: import("csstype").Property.Transform | undefined;
795
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
796
+ OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
797
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
798
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
799
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
800
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
801
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
802
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
803
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
804
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
805
+ WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
806
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
807
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
808
+ WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
809
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
810
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
811
+ clipRule?: import("csstype").Property.ClipRule | undefined;
812
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
813
+ colorRendering?: import("csstype").Property.ColorRendering | undefined;
814
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
815
+ fill?: import("csstype").Property.Fill | undefined;
816
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
817
+ fillRule?: import("csstype").Property.FillRule | undefined;
818
+ floodColor?: import("csstype").Property.FloodColor | undefined;
819
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
820
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
821
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
822
+ marker?: import("csstype").Property.Marker | undefined;
823
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
824
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
825
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
826
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
827
+ stopColor?: import("csstype").Property.StopColor | undefined;
828
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
829
+ stroke?: import("csstype").Property.Stroke | undefined;
830
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
831
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
832
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
833
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
834
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
835
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
836
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
837
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
838
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
839
+ };
840
+ ".MuiFormLabel-filled ~ .MuiInputBase-root": {
841
+ fieldset: {
842
+ transform: string;
843
+ borderColor: string;
844
+ };
845
+ };
846
+ ".MuiInputBase-root": {
847
+ "&.MuiOutlinedInput-root": {};
848
+ "&.MuiFilledInput-root": {};
849
+ "&.MuiInput-root": {};
850
+ input: {
851
+ "&:not(:placeholder-shown)": {
852
+ color: string;
853
+ };
854
+ accentColor?: import("csstype").Property.AccentColor | undefined;
855
+ alignContent?: import("csstype").Property.AlignContent | undefined;
856
+ alignItems?: import("csstype").Property.AlignItems | undefined;
857
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
858
+ alignTracks?: import("csstype").Property.AlignTracks | undefined;
859
+ animationComposition?: import("csstype").Property.AnimationComposition | undefined;
860
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
861
+ animationDirection?: import("csstype").Property.AnimationDirection | undefined;
862
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
863
+ animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
864
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
865
+ animationName?: import("csstype").Property.AnimationName | undefined;
866
+ animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
867
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
868
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
869
+ animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
870
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
871
+ appearance?: import("csstype").Property.Appearance | undefined;
872
+ aspectRatio?: import("csstype").Property.AspectRatio | undefined;
873
+ backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
874
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
875
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
876
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
877
+ backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
878
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
879
+ backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
880
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
881
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
882
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
883
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
884
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
885
+ blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
886
+ blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
887
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
888
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
889
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
890
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
891
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
892
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
893
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
894
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
895
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
896
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
897
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
898
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
899
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
900
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
901
+ borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
902
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
903
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
904
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
905
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
906
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
907
+ borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
908
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
909
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
910
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
911
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
912
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
913
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
914
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
915
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
916
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
917
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
918
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
919
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
920
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
921
+ borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
922
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
923
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
924
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
925
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
926
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
927
+ borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
928
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
929
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
930
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
931
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
932
+ bottom?: import("csstype").Property.Bottom<string | number> | undefined;
933
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
934
+ boxShadow?: import("csstype").Property.BoxShadow | undefined;
935
+ boxSizing?: import("csstype").Property.BoxSizing | undefined;
936
+ breakAfter?: import("csstype").Property.BreakAfter | undefined;
937
+ breakBefore?: import("csstype").Property.BreakBefore | undefined;
938
+ breakInside?: import("csstype").Property.BreakInside | undefined;
939
+ captionSide?: import("csstype").Property.CaptionSide | undefined;
940
+ caretColor?: import("csstype").Property.CaretColor | undefined;
941
+ caretShape?: import("csstype").Property.CaretShape | undefined;
942
+ clear?: import("csstype").Property.Clear | undefined;
943
+ clipPath?: import("csstype").Property.ClipPath | undefined;
944
+ color?: import("csstype").Property.Color | undefined;
945
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
946
+ colorScheme?: import("csstype").Property.ColorScheme | undefined;
947
+ columnCount?: import("csstype").Property.ColumnCount | undefined;
948
+ columnFill?: import("csstype").Property.ColumnFill | undefined;
949
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
950
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
951
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
952
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
953
+ columnSpan?: import("csstype").Property.ColumnSpan | undefined;
954
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
955
+ contain?: import("csstype").Property.Contain | undefined;
956
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
957
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
958
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
959
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
960
+ containerName?: import("csstype").Property.ContainerName | undefined;
961
+ containerType?: import("csstype").Property.ContainerType | undefined;
962
+ content?: import("csstype").Property.Content | undefined;
963
+ contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
964
+ counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
965
+ counterReset?: import("csstype").Property.CounterReset | undefined;
966
+ counterSet?: import("csstype").Property.CounterSet | undefined;
967
+ cursor?: import("csstype").Property.Cursor | undefined;
968
+ direction?: import("csstype").Property.Direction | undefined;
969
+ display?: import("csstype").Property.Display | undefined;
970
+ emptyCells?: import("csstype").Property.EmptyCells | undefined;
971
+ filter?: import("csstype").Property.Filter | undefined;
972
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
973
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
974
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
975
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
976
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
977
+ float?: import("csstype").Property.Float | undefined;
978
+ fontFamily?: import("csstype").Property.FontFamily | undefined;
979
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
980
+ fontKerning?: import("csstype").Property.FontKerning | undefined;
981
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
982
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
983
+ fontPalette?: import("csstype").Property.FontPalette | undefined;
984
+ fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
985
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
986
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
987
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
988
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
989
+ fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
990
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
991
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
992
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
993
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
994
+ fontVariant?: import("csstype").Property.FontVariant | undefined;
995
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
996
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
997
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
998
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
999
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1000
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
1001
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
1002
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
1003
+ fontWeight?: import("csstype").Property.FontWeight | undefined;
1004
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
1005
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
1006
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
1007
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
1008
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
1009
+ gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
1010
+ gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
1011
+ gridRowStart?: import("csstype").Property.GridRowStart | undefined;
1012
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
1013
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
1014
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
1015
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
1016
+ height?: import("csstype").Property.Height<string | number> | undefined;
1017
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
1018
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
1019
+ hyphens?: import("csstype").Property.Hyphens | undefined;
1020
+ imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
1021
+ imageRendering?: import("csstype").Property.ImageRendering | undefined;
1022
+ imageResolution?: import("csstype").Property.ImageResolution | undefined;
1023
+ initialLetter?: import("csstype").Property.InitialLetter | undefined;
1024
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
1025
+ inputSecurity?: import("csstype").Property.InputSecurity | undefined;
1026
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1027
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1028
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1029
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1030
+ isolation?: import("csstype").Property.Isolation | undefined;
1031
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
1032
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
1033
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
1034
+ justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
1035
+ left?: import("csstype").Property.Left<string | number> | undefined;
1036
+ letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
1037
+ lineBreak?: import("csstype").Property.LineBreak | undefined;
1038
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
1039
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
1040
+ listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
1041
+ listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
1042
+ listStyleType?: import("csstype").Property.ListStyleType | undefined;
1043
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1044
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1045
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
1046
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1047
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1048
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
1049
+ marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
1050
+ marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
1051
+ marginTrim?: import("csstype").Property.MarginTrim | undefined;
1052
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
1053
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1054
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
1055
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
1056
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
1057
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1058
+ maskClip?: import("csstype").Property.MaskClip | undefined;
1059
+ maskComposite?: import("csstype").Property.MaskComposite | undefined;
1060
+ maskImage?: import("csstype").Property.MaskImage | undefined;
1061
+ maskMode?: import("csstype").Property.MaskMode | undefined;
1062
+ maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
1063
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
1064
+ maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
1065
+ maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
1066
+ maskType?: import("csstype").Property.MaskType | undefined;
1067
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
1068
+ mathDepth?: import("csstype").Property.MathDepth | undefined;
1069
+ mathShift?: import("csstype").Property.MathShift | undefined;
1070
+ mathStyle?: import("csstype").Property.MathStyle | undefined;
1071
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
1072
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
1073
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1074
+ maxLines?: import("csstype").Property.MaxLines | undefined;
1075
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
1076
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
1077
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
1078
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
1079
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
1080
+ mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
1081
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1082
+ motionPath?: import("csstype").Property.OffsetPath | undefined;
1083
+ motionRotation?: import("csstype").Property.OffsetRotate | undefined;
1084
+ objectFit?: import("csstype").Property.ObjectFit | undefined;
1085
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1086
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
1087
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1088
+ offsetPath?: import("csstype").Property.OffsetPath | undefined;
1089
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
1090
+ offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
1091
+ offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
1092
+ opacity?: import("csstype").Property.Opacity | undefined;
1093
+ order?: import("csstype").Property.Order | undefined;
1094
+ orphans?: import("csstype").Property.Orphans | undefined;
1095
+ outlineColor?: import("csstype").Property.OutlineColor | undefined;
1096
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
1097
+ outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1098
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1099
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
1100
+ overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
1101
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
1102
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
1103
+ overflowInline?: import("csstype").Property.OverflowInline | undefined;
1104
+ overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
1105
+ overflowX?: import("csstype").Property.OverflowX | undefined;
1106
+ overflowY?: import("csstype").Property.OverflowY | undefined;
1107
+ overlay?: import("csstype").Property.Overlay | undefined;
1108
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
1109
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
1110
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
1111
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
1112
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1113
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1114
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
1115
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1116
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1117
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
1118
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
1119
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
1120
+ page?: import("csstype").Property.Page | undefined;
1121
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
1122
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
1123
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
1124
+ paintOrder?: import("csstype").Property.PaintOrder | undefined;
1125
+ perspective?: import("csstype").Property.Perspective<string | number> | undefined;
1126
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1127
+ pointerEvents?: import("csstype").Property.PointerEvents | undefined;
1128
+ position?: import("csstype").Property.Position | undefined;
1129
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1130
+ quotes?: import("csstype").Property.Quotes | undefined;
1131
+ resize?: import("csstype").Property.Resize | undefined;
1132
+ right?: import("csstype").Property.Right<string | number> | undefined;
1133
+ rotate?: import("csstype").Property.Rotate | undefined;
1134
+ rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
1135
+ rubyAlign?: import("csstype").Property.RubyAlign | undefined;
1136
+ rubyMerge?: import("csstype").Property.RubyMerge | undefined;
1137
+ rubyPosition?: import("csstype").Property.RubyPosition | undefined;
1138
+ scale?: import("csstype").Property.Scale | undefined;
1139
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
1140
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
1141
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
1142
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1143
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
1144
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
1145
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1146
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1147
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1148
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
1149
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
1150
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
1151
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
1152
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
1153
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
1154
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
1155
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
1156
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
1157
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1158
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1159
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1160
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1161
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
1162
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
1163
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
1164
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
1165
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
1166
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
1167
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
1168
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
1169
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1170
+ shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
1171
+ tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1172
+ tableLayout?: import("csstype").Property.TableLayout | undefined;
1173
+ textAlign?: import("csstype").Property.TextAlign | undefined;
1174
+ textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1175
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
1176
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1177
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1178
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
1179
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
1180
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1181
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
1182
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
1183
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
1184
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
1185
+ textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
1186
+ textJustify?: import("csstype").Property.TextJustify | undefined;
1187
+ textOrientation?: import("csstype").Property.TextOrientation | undefined;
1188
+ textOverflow?: import("csstype").Property.TextOverflow | undefined;
1189
+ textRendering?: import("csstype").Property.TextRendering | undefined;
1190
+ textShadow?: import("csstype").Property.TextShadow | undefined;
1191
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1192
+ textTransform?: import("csstype").Property.TextTransform | undefined;
1193
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
1194
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1195
+ textWrap?: import("csstype").Property.TextWrap | undefined;
1196
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
1197
+ top?: import("csstype").Property.Top<string | number> | undefined;
1198
+ touchAction?: import("csstype").Property.TouchAction | undefined;
1199
+ transform?: import("csstype").Property.Transform | undefined;
1200
+ transformBox?: import("csstype").Property.TransformBox | undefined;
1201
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1202
+ transformStyle?: import("csstype").Property.TransformStyle | undefined;
1203
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
1204
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1205
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1206
+ transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1207
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1208
+ translate?: import("csstype").Property.Translate<string | number> | undefined;
1209
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
1210
+ userSelect?: import("csstype").Property.UserSelect | undefined;
1211
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1212
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
1213
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
1214
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
1215
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
1216
+ visibility?: import("csstype").Property.Visibility | undefined;
1217
+ whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
1218
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
1219
+ whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
1220
+ widows?: import("csstype").Property.Widows | undefined;
1221
+ width?: import("csstype").Property.Width<string | number> | undefined;
1222
+ willChange?: import("csstype").Property.WillChange | undefined;
1223
+ wordBreak?: import("csstype").Property.WordBreak | undefined;
1224
+ wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
1225
+ wordWrap?: import("csstype").Property.WordWrap | undefined;
1226
+ writingMode?: import("csstype").Property.WritingMode | undefined;
1227
+ zIndex?: import("csstype").Property.ZIndex | undefined;
1228
+ zoom?: import("csstype").Property.Zoom | undefined;
1229
+ all?: import("csstype").Property.All | undefined;
1230
+ animation?: import("csstype").Property.Animation<string & {}> | undefined;
1231
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
1232
+ background?: import("csstype").Property.Background<string | number> | undefined;
1233
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
1234
+ border?: import("csstype").Property.Border<string | number> | undefined;
1235
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
1236
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1237
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1238
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
1239
+ borderColor?: import("csstype").Property.BorderColor | undefined;
1240
+ borderImage?: import("csstype").Property.BorderImage | undefined;
1241
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
1242
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1243
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1244
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
1245
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1246
+ borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
1247
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
1248
+ borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
1249
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
1250
+ caret?: import("csstype").Property.Caret | undefined;
1251
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1252
+ columns?: import("csstype").Property.Columns<string | number> | undefined;
1253
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
1254
+ container?: import("csstype").Property.Container | undefined;
1255
+ flex?: import("csstype").Property.Flex<string | number> | undefined;
1256
+ flexFlow?: import("csstype").Property.FlexFlow | undefined;
1257
+ font?: import("csstype").Property.Font | undefined;
1258
+ gap?: import("csstype").Property.Gap<string | number> | undefined;
1259
+ grid?: import("csstype").Property.Grid | undefined;
1260
+ gridArea?: import("csstype").Property.GridArea | undefined;
1261
+ gridColumn?: import("csstype").Property.GridColumn | undefined;
1262
+ gridRow?: import("csstype").Property.GridRow | undefined;
1263
+ gridTemplate?: import("csstype").Property.GridTemplate | undefined;
1264
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
1265
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1266
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1267
+ lineClamp?: import("csstype").Property.LineClamp | undefined;
1268
+ listStyle?: import("csstype").Property.ListStyle | undefined;
1269
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
1270
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
1271
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
1272
+ mask?: import("csstype").Property.Mask<string | number> | undefined;
1273
+ maskBorder?: import("csstype").Property.MaskBorder | undefined;
1274
+ motion?: import("csstype").Property.Offset<string | number> | undefined;
1275
+ offset?: import("csstype").Property.Offset<string | number> | undefined;
1276
+ outline?: import("csstype").Property.Outline<string | number> | undefined;
1277
+ overflow?: import("csstype").Property.Overflow | undefined;
1278
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
1279
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
1280
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1281
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
1282
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
1283
+ placeItems?: import("csstype").Property.PlaceItems | undefined;
1284
+ placeSelf?: import("csstype").Property.PlaceSelf | undefined;
1285
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1286
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
1287
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
1288
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
1289
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
1290
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
1291
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1292
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
1293
+ textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
1294
+ textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1295
+ transition?: import("csstype").Property.Transition<string & {}> | undefined;
1296
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
1297
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1298
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1299
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1300
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1301
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1302
+ MozAnimationName?: import("csstype").Property.AnimationName | undefined;
1303
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1304
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1305
+ MozAppearance?: import("csstype").Property.MozAppearance | undefined;
1306
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
1307
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
1308
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1309
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1310
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1311
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
1312
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
1313
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1314
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1315
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
1316
+ MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1317
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
1318
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
1319
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1320
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1321
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1322
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1323
+ MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
1324
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1325
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1326
+ MozHyphens?: import("csstype").Property.Hyphens | undefined;
1327
+ MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
1328
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1329
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1330
+ MozOrient?: import("csstype").Property.MozOrient | undefined;
1331
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
1332
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
1333
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
1334
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
1335
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
1336
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1337
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1338
+ MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
1339
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1340
+ MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
1341
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1342
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
1343
+ MozUserModify?: import("csstype").Property.MozUserModify | undefined;
1344
+ MozUserSelect?: import("csstype").Property.UserSelect | undefined;
1345
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
1346
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
1347
+ msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
1348
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
1349
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
1350
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
1351
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
1352
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
1353
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
1354
+ msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
1355
+ msFilter?: import("csstype").Property.MsFilter | undefined;
1356
+ msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
1357
+ msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
1358
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
1359
+ msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
1360
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
1361
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
1362
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
1363
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
1364
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
1365
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
1366
+ msHyphens?: import("csstype").Property.Hyphens | undefined;
1367
+ msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
1368
+ msLineBreak?: import("csstype").Property.LineBreak | undefined;
1369
+ msOrder?: import("csstype").Property.Order | undefined;
1370
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
1371
+ msOverflowX?: import("csstype").Property.OverflowX | undefined;
1372
+ msOverflowY?: import("csstype").Property.OverflowY | undefined;
1373
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
1374
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
1375
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
1376
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
1377
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
1378
+ msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
1379
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
1380
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
1381
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
1382
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
1383
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
1384
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
1385
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
1386
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
1387
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
1388
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
1389
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
1390
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
1391
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
1392
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
1393
+ msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
1394
+ msTouchAction?: import("csstype").Property.TouchAction | undefined;
1395
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
1396
+ msTransform?: import("csstype").Property.Transform | undefined;
1397
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1398
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1399
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1400
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1401
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1402
+ msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
1403
+ msWordBreak?: import("csstype").Property.WordBreak | undefined;
1404
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
1405
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
1406
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
1407
+ msWritingMode?: import("csstype").Property.WritingMode | undefined;
1408
+ WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
1409
+ WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
1410
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
1411
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1412
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1413
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1414
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1415
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1416
+ WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
1417
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1418
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1419
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
1420
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
1421
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1422
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1423
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1424
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1425
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
1426
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
1427
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
1428
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1429
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1430
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
1431
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1432
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1433
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
1434
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
1435
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1436
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1437
+ WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
1438
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
1439
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
1440
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1441
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1442
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1443
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
1444
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1445
+ WebkitFilter?: import("csstype").Property.Filter | undefined;
1446
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1447
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
1448
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
1449
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
1450
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
1451
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1452
+ WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
1453
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
1454
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1455
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
1456
+ WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
1457
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
1458
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
1459
+ WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
1460
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
1461
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1462
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1463
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
1464
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1465
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
1466
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
1467
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
1468
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1469
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
1470
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
1471
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
1472
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
1473
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
1474
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
1475
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
1476
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
1477
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
1478
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
1479
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
1480
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1481
+ WebkitOrder?: import("csstype").Property.Order | undefined;
1482
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
1483
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1484
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1485
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1486
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1487
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1488
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
1489
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
1490
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1491
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
1492
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
1493
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1494
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1495
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
1496
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1497
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
1498
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
1499
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
1500
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
1501
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
1502
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1503
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
1504
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
1505
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1506
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
1507
+ WebkitTransform?: import("csstype").Property.Transform | undefined;
1508
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1509
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1510
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1511
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1512
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1513
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1514
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
1515
+ WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
1516
+ WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
1517
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1518
+ MozBorderImage?: import("csstype").Property.BorderImage | undefined;
1519
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1520
+ MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
1521
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
1522
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
1523
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
1524
+ msFlex?: import("csstype").Property.Flex<string | number> | undefined;
1525
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
1526
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
1527
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
1528
+ msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1529
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1530
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
1531
+ WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
1532
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1533
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1534
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
1535
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
1536
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
1537
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
1538
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
1539
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1540
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
1541
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1542
+ azimuth?: import("csstype").Property.Azimuth | undefined;
1543
+ boxAlign?: import("csstype").Property.BoxAlign | undefined;
1544
+ boxDirection?: import("csstype").Property.BoxDirection | undefined;
1545
+ boxFlex?: import("csstype").Property.BoxFlex | undefined;
1546
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1547
+ boxLines?: import("csstype").Property.BoxLines | undefined;
1548
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1549
+ boxOrient?: import("csstype").Property.BoxOrient | undefined;
1550
+ boxPack?: import("csstype").Property.BoxPack | undefined;
1551
+ clip?: import("csstype").Property.Clip | undefined;
1552
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
1553
+ gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
1554
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
1555
+ imeMode?: import("csstype").Property.ImeMode | undefined;
1556
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1557
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1558
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1559
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1560
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1561
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1562
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
1563
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
1564
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
1565
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
1566
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
1567
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
1568
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1569
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1570
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1571
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1572
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
1573
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1574
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1575
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
1576
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
1577
+ KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
1578
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
1579
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1580
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1581
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
1582
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1583
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1584
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1585
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1586
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1587
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1588
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1589
+ MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1590
+ MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1591
+ MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1592
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1593
+ MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1594
+ MozBoxPack?: import("csstype").Property.BoxPack | undefined;
1595
+ MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1596
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
1597
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
1598
+ MozOpacity?: import("csstype").Property.Opacity | undefined;
1599
+ MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
1600
+ MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
1601
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1602
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1603
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1604
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1605
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1606
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1607
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1608
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1609
+ MozTransform?: import("csstype").Property.Transform | undefined;
1610
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1611
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1612
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1613
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1614
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1615
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1616
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1617
+ MozUserInput?: import("csstype").Property.MozUserInput | undefined;
1618
+ msImeMode?: import("csstype").Property.ImeMode | undefined;
1619
+ OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1620
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1621
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1622
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1623
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1624
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1625
+ OAnimationName?: import("csstype").Property.AnimationName | undefined;
1626
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1627
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1628
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1629
+ OBorderImage?: import("csstype").Property.BorderImage | undefined;
1630
+ OObjectFit?: import("csstype").Property.ObjectFit | undefined;
1631
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1632
+ OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1633
+ OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
1634
+ OTransform?: import("csstype").Property.Transform | undefined;
1635
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1636
+ OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1637
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1638
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1639
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1640
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1641
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1642
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1643
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1644
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1645
+ WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
1646
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1647
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1648
+ WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
1649
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
1650
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
1651
+ clipRule?: import("csstype").Property.ClipRule | undefined;
1652
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
1653
+ colorRendering?: import("csstype").Property.ColorRendering | undefined;
1654
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
1655
+ fill?: import("csstype").Property.Fill | undefined;
1656
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
1657
+ fillRule?: import("csstype").Property.FillRule | undefined;
1658
+ floodColor?: import("csstype").Property.FloodColor | undefined;
1659
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
1660
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
1661
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
1662
+ marker?: import("csstype").Property.Marker | undefined;
1663
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
1664
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
1665
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
1666
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
1667
+ stopColor?: import("csstype").Property.StopColor | undefined;
1668
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
1669
+ stroke?: import("csstype").Property.Stroke | undefined;
1670
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
1671
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
1672
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
1673
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
1674
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
1675
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
1676
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
1677
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
1678
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
1679
+ };
1680
+ fieldset: {
1681
+ borderRadius: number;
1682
+ borderColor: string;
1683
+ legend: {
1684
+ [k: string]: unknown;
1685
+ '@font-face'?: import("@mui/material/styles/createTypography").Fontface | import("@mui/material/styles/createTypography").Fontface[];
1686
+ accentColor?: import("csstype").Property.AccentColor | undefined;
1687
+ alignContent?: import("csstype").Property.AlignContent | undefined;
1688
+ alignItems?: import("csstype").Property.AlignItems | undefined;
1689
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
1690
+ alignTracks?: import("csstype").Property.AlignTracks | undefined;
1691
+ animationComposition?: import("csstype").Property.AnimationComposition | undefined;
1692
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1693
+ animationDirection?: import("csstype").Property.AnimationDirection | undefined;
1694
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1695
+ animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1696
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1697
+ animationName?: import("csstype").Property.AnimationName | undefined;
1698
+ animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1699
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
1700
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
1701
+ animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
1702
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1703
+ appearance?: import("csstype").Property.Appearance | undefined;
1704
+ aspectRatio?: import("csstype").Property.AspectRatio | undefined;
1705
+ backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
1706
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1707
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
1708
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
1709
+ backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1710
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
1711
+ backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
1712
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1713
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
1714
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
1715
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
1716
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1717
+ blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
1718
+ blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
1719
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
1720
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
1721
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
1722
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
1723
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
1724
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
1725
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
1726
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
1727
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
1728
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
1729
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1730
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1731
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
1732
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
1733
+ borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
1734
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
1735
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
1736
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
1737
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
1738
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
1739
+ borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
1740
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
1741
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
1742
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1743
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1744
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1745
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1746
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1747
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
1748
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
1749
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
1750
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
1751
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
1752
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
1753
+ borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
1754
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
1755
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
1756
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
1757
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
1758
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
1759
+ borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
1760
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1761
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1762
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
1763
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
1764
+ bottom?: import("csstype").Property.Bottom<string | number> | undefined;
1765
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
1766
+ boxShadow?: import("csstype").Property.BoxShadow | undefined;
1767
+ boxSizing?: import("csstype").Property.BoxSizing | undefined;
1768
+ breakAfter?: import("csstype").Property.BreakAfter | undefined;
1769
+ breakBefore?: import("csstype").Property.BreakBefore | undefined;
1770
+ breakInside?: import("csstype").Property.BreakInside | undefined;
1771
+ captionSide?: import("csstype").Property.CaptionSide | undefined;
1772
+ caretColor?: import("csstype").Property.CaretColor | undefined;
1773
+ caretShape?: import("csstype").Property.CaretShape | undefined;
1774
+ clear?: import("csstype").Property.Clear | undefined;
1775
+ clipPath?: import("csstype").Property.ClipPath | undefined;
1776
+ color?: import("csstype").Property.Color | undefined;
1777
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1778
+ colorScheme?: import("csstype").Property.ColorScheme | undefined;
1779
+ columnCount?: import("csstype").Property.ColumnCount | undefined;
1780
+ columnFill?: import("csstype").Property.ColumnFill | undefined;
1781
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
1782
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1783
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1784
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1785
+ columnSpan?: import("csstype").Property.ColumnSpan | undefined;
1786
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1787
+ contain?: import("csstype").Property.Contain | undefined;
1788
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
1789
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
1790
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
1791
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
1792
+ containerName?: import("csstype").Property.ContainerName | undefined;
1793
+ containerType?: import("csstype").Property.ContainerType | undefined;
1794
+ content?: import("csstype").Property.Content | undefined;
1795
+ contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
1796
+ counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
1797
+ counterReset?: import("csstype").Property.CounterReset | undefined;
1798
+ counterSet?: import("csstype").Property.CounterSet | undefined;
1799
+ cursor?: import("csstype").Property.Cursor | undefined;
1800
+ direction?: import("csstype").Property.Direction | undefined;
1801
+ display?: import("csstype").Property.Display | undefined;
1802
+ emptyCells?: import("csstype").Property.EmptyCells | undefined;
1803
+ filter?: import("csstype").Property.Filter | undefined;
1804
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1805
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
1806
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
1807
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
1808
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
1809
+ float?: import("csstype").Property.Float | undefined;
1810
+ fontFamily?: import("csstype").Property.FontFamily | undefined;
1811
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1812
+ fontKerning?: import("csstype").Property.FontKerning | undefined;
1813
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1814
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
1815
+ fontPalette?: import("csstype").Property.FontPalette | undefined;
1816
+ fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
1817
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
1818
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
1819
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
1820
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
1821
+ fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
1822
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
1823
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
1824
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
1825
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
1826
+ fontVariant?: import("csstype").Property.FontVariant | undefined;
1827
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
1828
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
1829
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
1830
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
1831
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1832
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
1833
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
1834
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
1835
+ fontWeight?: import("csstype").Property.FontWeight | undefined;
1836
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
1837
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
1838
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
1839
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
1840
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
1841
+ gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
1842
+ gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
1843
+ gridRowStart?: import("csstype").Property.GridRowStart | undefined;
1844
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
1845
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
1846
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
1847
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
1848
+ height?: import("csstype").Property.Height<string | number> | undefined;
1849
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
1850
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
1851
+ hyphens?: import("csstype").Property.Hyphens | undefined;
1852
+ imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
1853
+ imageRendering?: import("csstype").Property.ImageRendering | undefined;
1854
+ imageResolution?: import("csstype").Property.ImageResolution | undefined;
1855
+ initialLetter?: import("csstype").Property.InitialLetter | undefined;
1856
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
1857
+ inputSecurity?: import("csstype").Property.InputSecurity | undefined;
1858
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1859
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1860
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1861
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1862
+ isolation?: import("csstype").Property.Isolation | undefined;
1863
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
1864
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
1865
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
1866
+ justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
1867
+ left?: import("csstype").Property.Left<string | number> | undefined;
1868
+ letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
1869
+ lineBreak?: import("csstype").Property.LineBreak | undefined;
1870
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
1871
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
1872
+ listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
1873
+ listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
1874
+ listStyleType?: import("csstype").Property.ListStyleType | undefined;
1875
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1876
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1877
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
1878
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1879
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1880
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
1881
+ marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
1882
+ marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
1883
+ marginTrim?: import("csstype").Property.MarginTrim | undefined;
1884
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
1885
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1886
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
1887
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
1888
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
1889
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1890
+ maskClip?: import("csstype").Property.MaskClip | undefined;
1891
+ maskComposite?: import("csstype").Property.MaskComposite | undefined;
1892
+ maskImage?: import("csstype").Property.MaskImage | undefined;
1893
+ maskMode?: import("csstype").Property.MaskMode | undefined;
1894
+ maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
1895
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
1896
+ maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
1897
+ maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
1898
+ maskType?: import("csstype").Property.MaskType | undefined;
1899
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
1900
+ mathDepth?: import("csstype").Property.MathDepth | undefined;
1901
+ mathShift?: import("csstype").Property.MathShift | undefined;
1902
+ mathStyle?: import("csstype").Property.MathStyle | undefined;
1903
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
1904
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
1905
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1906
+ maxLines?: import("csstype").Property.MaxLines | undefined;
1907
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
1908
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
1909
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
1910
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
1911
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
1912
+ mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
1913
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1914
+ motionPath?: import("csstype").Property.OffsetPath | undefined;
1915
+ motionRotation?: import("csstype").Property.OffsetRotate | undefined;
1916
+ objectFit?: import("csstype").Property.ObjectFit | undefined;
1917
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1918
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
1919
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1920
+ offsetPath?: import("csstype").Property.OffsetPath | undefined;
1921
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
1922
+ offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
1923
+ offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
1924
+ opacity?: import("csstype").Property.Opacity | undefined;
1925
+ order?: import("csstype").Property.Order | undefined;
1926
+ orphans?: import("csstype").Property.Orphans | undefined;
1927
+ outlineColor?: import("csstype").Property.OutlineColor | undefined;
1928
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
1929
+ outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1930
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1931
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
1932
+ overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
1933
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
1934
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
1935
+ overflowInline?: import("csstype").Property.OverflowInline | undefined;
1936
+ overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
1937
+ overflowX?: import("csstype").Property.OverflowX | undefined;
1938
+ overflowY?: import("csstype").Property.OverflowY | undefined;
1939
+ overlay?: import("csstype").Property.Overlay | undefined;
1940
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
1941
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
1942
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
1943
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
1944
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1945
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1946
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
1947
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1948
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1949
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
1950
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
1951
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
1952
+ page?: import("csstype").Property.Page | undefined;
1953
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
1954
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
1955
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
1956
+ paintOrder?: import("csstype").Property.PaintOrder | undefined;
1957
+ perspective?: import("csstype").Property.Perspective<string | number> | undefined;
1958
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1959
+ pointerEvents?: import("csstype").Property.PointerEvents | undefined;
1960
+ position?: import("csstype").Property.Position | undefined;
1961
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1962
+ quotes?: import("csstype").Property.Quotes | undefined;
1963
+ resize?: import("csstype").Property.Resize | undefined;
1964
+ right?: import("csstype").Property.Right<string | number> | undefined;
1965
+ rotate?: import("csstype").Property.Rotate | undefined;
1966
+ rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
1967
+ rubyAlign?: import("csstype").Property.RubyAlign | undefined;
1968
+ rubyMerge?: import("csstype").Property.RubyMerge | undefined;
1969
+ rubyPosition?: import("csstype").Property.RubyPosition | undefined;
1970
+ scale?: import("csstype").Property.Scale | undefined;
1971
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
1972
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
1973
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
1974
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1975
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
1976
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
1977
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1978
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1979
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1980
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
1981
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
1982
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
1983
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
1984
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
1985
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
1986
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
1987
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
1988
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
1989
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1990
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1991
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1992
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1993
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
1994
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
1995
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
1996
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
1997
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
1998
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
1999
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
2000
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
2001
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
2002
+ shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
2003
+ tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
2004
+ tableLayout?: import("csstype").Property.TableLayout | undefined;
2005
+ textAlign?: import("csstype").Property.TextAlign | undefined;
2006
+ textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
2007
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
2008
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
2009
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
2010
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
2011
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
2012
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
2013
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
2014
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
2015
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
2016
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
2017
+ textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
2018
+ textJustify?: import("csstype").Property.TextJustify | undefined;
2019
+ textOrientation?: import("csstype").Property.TextOrientation | undefined;
2020
+ textOverflow?: import("csstype").Property.TextOverflow | undefined;
2021
+ textRendering?: import("csstype").Property.TextRendering | undefined;
2022
+ textShadow?: import("csstype").Property.TextShadow | undefined;
2023
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
2024
+ textTransform?: import("csstype").Property.TextTransform | undefined;
2025
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
2026
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
2027
+ textWrap?: import("csstype").Property.TextWrap | undefined;
2028
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
2029
+ top?: import("csstype").Property.Top<string | number> | undefined;
2030
+ touchAction?: import("csstype").Property.TouchAction | undefined;
2031
+ transform?: import("csstype").Property.Transform | undefined;
2032
+ transformBox?: import("csstype").Property.TransformBox | undefined;
2033
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2034
+ transformStyle?: import("csstype").Property.TransformStyle | undefined;
2035
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
2036
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2037
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2038
+ transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2039
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2040
+ translate?: import("csstype").Property.Translate<string | number> | undefined;
2041
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
2042
+ userSelect?: import("csstype").Property.UserSelect | undefined;
2043
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
2044
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
2045
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
2046
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
2047
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
2048
+ visibility?: import("csstype").Property.Visibility | undefined;
2049
+ whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
2050
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
2051
+ whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
2052
+ widows?: import("csstype").Property.Widows | undefined;
2053
+ width?: import("csstype").Property.Width<string | number> | undefined;
2054
+ willChange?: import("csstype").Property.WillChange | undefined;
2055
+ wordBreak?: import("csstype").Property.WordBreak | undefined;
2056
+ wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
2057
+ wordWrap?: import("csstype").Property.WordWrap | undefined;
2058
+ writingMode?: import("csstype").Property.WritingMode | undefined;
2059
+ zIndex?: import("csstype").Property.ZIndex | undefined;
2060
+ zoom?: import("csstype").Property.Zoom | undefined;
2061
+ all?: import("csstype").Property.All | undefined;
2062
+ animation?: import("csstype").Property.Animation<string & {}> | undefined;
2063
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
2064
+ background?: import("csstype").Property.Background<string | number> | undefined;
2065
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
2066
+ border?: import("csstype").Property.Border<string | number> | undefined;
2067
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
2068
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
2069
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
2070
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
2071
+ borderColor?: import("csstype").Property.BorderColor | undefined;
2072
+ borderImage?: import("csstype").Property.BorderImage | undefined;
2073
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
2074
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
2075
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
2076
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
2077
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
2078
+ borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
2079
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
2080
+ borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
2081
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
2082
+ caret?: import("csstype").Property.Caret | undefined;
2083
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
2084
+ columns?: import("csstype").Property.Columns<string | number> | undefined;
2085
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
2086
+ container?: import("csstype").Property.Container | undefined;
2087
+ flex?: import("csstype").Property.Flex<string | number> | undefined;
2088
+ flexFlow?: import("csstype").Property.FlexFlow | undefined;
2089
+ font?: import("csstype").Property.Font | undefined;
2090
+ gap?: import("csstype").Property.Gap<string | number> | undefined;
2091
+ grid?: import("csstype").Property.Grid | undefined;
2092
+ gridArea?: import("csstype").Property.GridArea | undefined;
2093
+ gridColumn?: import("csstype").Property.GridColumn | undefined;
2094
+ gridRow?: import("csstype").Property.GridRow | undefined;
2095
+ gridTemplate?: import("csstype").Property.GridTemplate | undefined;
2096
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
2097
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
2098
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
2099
+ lineClamp?: import("csstype").Property.LineClamp | undefined;
2100
+ listStyle?: import("csstype").Property.ListStyle | undefined;
2101
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
2102
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
2103
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
2104
+ mask?: import("csstype").Property.Mask<string | number> | undefined;
2105
+ maskBorder?: import("csstype").Property.MaskBorder | undefined;
2106
+ motion?: import("csstype").Property.Offset<string | number> | undefined;
2107
+ offset?: import("csstype").Property.Offset<string | number> | undefined;
2108
+ outline?: import("csstype").Property.Outline<string | number> | undefined;
2109
+ overflow?: import("csstype").Property.Overflow | undefined;
2110
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
2111
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
2112
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
2113
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
2114
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
2115
+ placeItems?: import("csstype").Property.PlaceItems | undefined;
2116
+ placeSelf?: import("csstype").Property.PlaceSelf | undefined;
2117
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
2118
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
2119
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
2120
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
2121
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
2122
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
2123
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
2124
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
2125
+ textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
2126
+ textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
2127
+ transition?: import("csstype").Property.Transition<string & {}> | undefined;
2128
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
2129
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
2130
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
2131
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
2132
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
2133
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
2134
+ MozAnimationName?: import("csstype").Property.AnimationName | undefined;
2135
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
2136
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
2137
+ MozAppearance?: import("csstype").Property.MozAppearance | undefined;
2138
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
2139
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
2140
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
2141
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
2142
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
2143
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
2144
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
2145
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
2146
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
2147
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
2148
+ MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
2149
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
2150
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
2151
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
2152
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
2153
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
2154
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
2155
+ MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
2156
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
2157
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
2158
+ MozHyphens?: import("csstype").Property.Hyphens | undefined;
2159
+ MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
2160
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
2161
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
2162
+ MozOrient?: import("csstype").Property.MozOrient | undefined;
2163
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
2164
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
2165
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
2166
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
2167
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
2168
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
2169
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
2170
+ MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
2171
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
2172
+ MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
2173
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
2174
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
2175
+ MozUserModify?: import("csstype").Property.MozUserModify | undefined;
2176
+ MozUserSelect?: import("csstype").Property.UserSelect | undefined;
2177
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
2178
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
2179
+ msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
2180
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
2181
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
2182
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
2183
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
2184
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
2185
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
2186
+ msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
2187
+ msFilter?: import("csstype").Property.MsFilter | undefined;
2188
+ msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
2189
+ msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
2190
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
2191
+ msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
2192
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
2193
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
2194
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
2195
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
2196
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
2197
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
2198
+ msHyphens?: import("csstype").Property.Hyphens | undefined;
2199
+ msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
2200
+ msLineBreak?: import("csstype").Property.LineBreak | undefined;
2201
+ msOrder?: import("csstype").Property.Order | undefined;
2202
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
2203
+ msOverflowX?: import("csstype").Property.OverflowX | undefined;
2204
+ msOverflowY?: import("csstype").Property.OverflowY | undefined;
2205
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
2206
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
2207
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
2208
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
2209
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
2210
+ msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
2211
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
2212
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
2213
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
2214
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
2215
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
2216
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
2217
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
2218
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
2219
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
2220
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
2221
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
2222
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
2223
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
2224
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
2225
+ msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
2226
+ msTouchAction?: import("csstype").Property.TouchAction | undefined;
2227
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
2228
+ msTransform?: import("csstype").Property.Transform | undefined;
2229
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2230
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2231
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2232
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2233
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2234
+ msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
2235
+ msWordBreak?: import("csstype").Property.WordBreak | undefined;
2236
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
2237
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
2238
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
2239
+ msWritingMode?: import("csstype").Property.WritingMode | undefined;
2240
+ WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
2241
+ WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
2242
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
2243
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
2244
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
2245
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
2246
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
2247
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
2248
+ WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
2249
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
2250
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
2251
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
2252
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
2253
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
2254
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
2255
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
2256
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
2257
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
2258
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
2259
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
2260
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
2261
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
2262
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
2263
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
2264
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
2265
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
2266
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
2267
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
2268
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
2269
+ WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
2270
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
2271
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
2272
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
2273
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
2274
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
2275
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
2276
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
2277
+ WebkitFilter?: import("csstype").Property.Filter | undefined;
2278
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
2279
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
2280
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
2281
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
2282
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
2283
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
2284
+ WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
2285
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
2286
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
2287
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
2288
+ WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
2289
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
2290
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
2291
+ WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
2292
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
2293
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
2294
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
2295
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
2296
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
2297
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
2298
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
2299
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
2300
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
2301
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
2302
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
2303
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
2304
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
2305
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
2306
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
2307
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
2308
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
2309
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
2310
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
2311
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
2312
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
2313
+ WebkitOrder?: import("csstype").Property.Order | undefined;
2314
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
2315
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
2316
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
2317
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
2318
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
2319
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
2320
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
2321
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
2322
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
2323
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
2324
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
2325
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
2326
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
2327
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
2328
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
2329
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
2330
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
2331
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
2332
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
2333
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
2334
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
2335
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
2336
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
2337
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
2338
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
2339
+ WebkitTransform?: import("csstype").Property.Transform | undefined;
2340
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2341
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
2342
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2343
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2344
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2345
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2346
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
2347
+ WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
2348
+ WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
2349
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
2350
+ MozBorderImage?: import("csstype").Property.BorderImage | undefined;
2351
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
2352
+ MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
2353
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
2354
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
2355
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
2356
+ msFlex?: import("csstype").Property.Flex<string | number> | undefined;
2357
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
2358
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
2359
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
2360
+ msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
2361
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
2362
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
2363
+ WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
2364
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
2365
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
2366
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
2367
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
2368
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
2369
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
2370
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
2371
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
2372
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
2373
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
2374
+ azimuth?: import("csstype").Property.Azimuth | undefined;
2375
+ boxAlign?: import("csstype").Property.BoxAlign | undefined;
2376
+ boxDirection?: import("csstype").Property.BoxDirection | undefined;
2377
+ boxFlex?: import("csstype").Property.BoxFlex | undefined;
2378
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
2379
+ boxLines?: import("csstype").Property.BoxLines | undefined;
2380
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
2381
+ boxOrient?: import("csstype").Property.BoxOrient | undefined;
2382
+ boxPack?: import("csstype").Property.BoxPack | undefined;
2383
+ clip?: import("csstype").Property.Clip | undefined;
2384
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
2385
+ gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
2386
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
2387
+ imeMode?: import("csstype").Property.ImeMode | undefined;
2388
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
2389
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
2390
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
2391
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
2392
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
2393
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
2394
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
2395
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
2396
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
2397
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
2398
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
2399
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
2400
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
2401
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
2402
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
2403
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
2404
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
2405
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
2406
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
2407
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
2408
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
2409
+ KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
2410
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
2411
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
2412
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
2413
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
2414
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
2415
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
2416
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
2417
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
2418
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
2419
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
2420
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
2421
+ MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
2422
+ MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
2423
+ MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
2424
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
2425
+ MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
2426
+ MozBoxPack?: import("csstype").Property.BoxPack | undefined;
2427
+ MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
2428
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
2429
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
2430
+ MozOpacity?: import("csstype").Property.Opacity | undefined;
2431
+ MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
2432
+ MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
2433
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
2434
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
2435
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
2436
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
2437
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
2438
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
2439
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
2440
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
2441
+ MozTransform?: import("csstype").Property.Transform | undefined;
2442
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2443
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
2444
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
2445
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2446
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2447
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2448
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2449
+ MozUserInput?: import("csstype").Property.MozUserInput | undefined;
2450
+ msImeMode?: import("csstype").Property.ImeMode | undefined;
2451
+ OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
2452
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
2453
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
2454
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
2455
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
2456
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
2457
+ OAnimationName?: import("csstype").Property.AnimationName | undefined;
2458
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
2459
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
2460
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
2461
+ OBorderImage?: import("csstype").Property.BorderImage | undefined;
2462
+ OObjectFit?: import("csstype").Property.ObjectFit | undefined;
2463
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
2464
+ OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
2465
+ OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
2466
+ OTransform?: import("csstype").Property.Transform | undefined;
2467
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2468
+ OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
2469
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2470
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2471
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2472
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2473
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
2474
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
2475
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
2476
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
2477
+ WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
2478
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
2479
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
2480
+ WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
2481
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
2482
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
2483
+ clipRule?: import("csstype").Property.ClipRule | undefined;
2484
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
2485
+ colorRendering?: import("csstype").Property.ColorRendering | undefined;
2486
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
2487
+ fill?: import("csstype").Property.Fill | undefined;
2488
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
2489
+ fillRule?: import("csstype").Property.FillRule | undefined;
2490
+ floodColor?: import("csstype").Property.FloodColor | undefined;
2491
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
2492
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
2493
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
2494
+ marker?: import("csstype").Property.Marker | undefined;
2495
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
2496
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
2497
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
2498
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
2499
+ stopColor?: import("csstype").Property.StopColor | undefined;
2500
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
2501
+ stroke?: import("csstype").Property.Stroke | undefined;
2502
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
2503
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
2504
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
2505
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
2506
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
2507
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
2508
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
2509
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
2510
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
2511
+ };
2512
+ };
2513
+ "&:hover": {
2514
+ fieldset: {
2515
+ borderColor: string;
2516
+ };
2517
+ };
2518
+ };
2519
+ ".MuiFormHelperText-root": {
2520
+ accentColor?: import("csstype").Property.AccentColor | undefined;
2521
+ alignContent?: import("csstype").Property.AlignContent | undefined;
2522
+ alignItems?: import("csstype").Property.AlignItems | undefined;
2523
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
2524
+ alignTracks?: import("csstype").Property.AlignTracks | undefined;
2525
+ animationComposition?: import("csstype").Property.AnimationComposition | undefined;
2526
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
2527
+ animationDirection?: import("csstype").Property.AnimationDirection | undefined;
2528
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
2529
+ animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
2530
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
2531
+ animationName?: import("csstype").Property.AnimationName | undefined;
2532
+ animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
2533
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
2534
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
2535
+ animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
2536
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
2537
+ appearance?: import("csstype").Property.Appearance | undefined;
2538
+ aspectRatio?: import("csstype").Property.AspectRatio | undefined;
2539
+ backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
2540
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
2541
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
2542
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
2543
+ backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
2544
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
2545
+ backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
2546
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
2547
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
2548
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
2549
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
2550
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
2551
+ blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
2552
+ blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
2553
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
2554
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
2555
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
2556
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
2557
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
2558
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
2559
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
2560
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
2561
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
2562
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
2563
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
2564
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
2565
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
2566
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
2567
+ borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
2568
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
2569
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
2570
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
2571
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
2572
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
2573
+ borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
2574
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
2575
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
2576
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
2577
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
2578
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
2579
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
2580
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
2581
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
2582
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
2583
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
2584
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
2585
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
2586
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
2587
+ borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
2588
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
2589
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
2590
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
2591
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
2592
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
2593
+ borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
2594
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
2595
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
2596
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
2597
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
2598
+ bottom?: import("csstype").Property.Bottom<string | number> | undefined;
2599
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
2600
+ boxShadow?: import("csstype").Property.BoxShadow | undefined;
2601
+ boxSizing?: import("csstype").Property.BoxSizing | undefined;
2602
+ breakAfter?: import("csstype").Property.BreakAfter | undefined;
2603
+ breakBefore?: import("csstype").Property.BreakBefore | undefined;
2604
+ breakInside?: import("csstype").Property.BreakInside | undefined;
2605
+ captionSide?: import("csstype").Property.CaptionSide | undefined;
2606
+ caretColor?: import("csstype").Property.CaretColor | undefined;
2607
+ caretShape?: import("csstype").Property.CaretShape | undefined;
2608
+ clear?: import("csstype").Property.Clear | undefined;
2609
+ clipPath?: import("csstype").Property.ClipPath | undefined;
2610
+ color?: import("csstype").Property.Color | undefined;
2611
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
2612
+ colorScheme?: import("csstype").Property.ColorScheme | undefined;
2613
+ columnCount?: import("csstype").Property.ColumnCount | undefined;
2614
+ columnFill?: import("csstype").Property.ColumnFill | undefined;
2615
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
2616
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
2617
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
2618
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
2619
+ columnSpan?: import("csstype").Property.ColumnSpan | undefined;
2620
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
2621
+ contain?: import("csstype").Property.Contain | undefined;
2622
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
2623
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
2624
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
2625
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
2626
+ containerName?: import("csstype").Property.ContainerName | undefined;
2627
+ containerType?: import("csstype").Property.ContainerType | undefined;
2628
+ content?: import("csstype").Property.Content | undefined;
2629
+ contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
2630
+ counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
2631
+ counterReset?: import("csstype").Property.CounterReset | undefined;
2632
+ counterSet?: import("csstype").Property.CounterSet | undefined;
2633
+ cursor?: import("csstype").Property.Cursor | undefined;
2634
+ direction?: import("csstype").Property.Direction | undefined;
2635
+ display?: import("csstype").Property.Display | undefined;
2636
+ emptyCells?: import("csstype").Property.EmptyCells | undefined;
2637
+ filter?: import("csstype").Property.Filter | undefined;
2638
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
2639
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
2640
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
2641
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
2642
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
2643
+ float?: import("csstype").Property.Float | undefined;
2644
+ fontFamily?: import("csstype").Property.FontFamily | undefined;
2645
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
2646
+ fontKerning?: import("csstype").Property.FontKerning | undefined;
2647
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
2648
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
2649
+ fontPalette?: import("csstype").Property.FontPalette | undefined;
2650
+ fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
2651
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
2652
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
2653
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
2654
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
2655
+ fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
2656
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
2657
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
2658
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
2659
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
2660
+ fontVariant?: import("csstype").Property.FontVariant | undefined;
2661
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
2662
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
2663
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
2664
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
2665
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
2666
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
2667
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
2668
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
2669
+ fontWeight?: import("csstype").Property.FontWeight | undefined;
2670
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
2671
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
2672
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
2673
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
2674
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
2675
+ gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
2676
+ gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
2677
+ gridRowStart?: import("csstype").Property.GridRowStart | undefined;
2678
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
2679
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
2680
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
2681
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
2682
+ height?: import("csstype").Property.Height<string | number> | undefined;
2683
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
2684
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
2685
+ hyphens?: import("csstype").Property.Hyphens | undefined;
2686
+ imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
2687
+ imageRendering?: import("csstype").Property.ImageRendering | undefined;
2688
+ imageResolution?: import("csstype").Property.ImageResolution | undefined;
2689
+ initialLetter?: import("csstype").Property.InitialLetter | undefined;
2690
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
2691
+ inputSecurity?: import("csstype").Property.InputSecurity | undefined;
2692
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
2693
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
2694
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
2695
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
2696
+ isolation?: import("csstype").Property.Isolation | undefined;
2697
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
2698
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
2699
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
2700
+ justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
2701
+ left?: import("csstype").Property.Left<string | number> | undefined;
2702
+ letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
2703
+ lineBreak?: import("csstype").Property.LineBreak | undefined;
2704
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
2705
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
2706
+ listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
2707
+ listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
2708
+ listStyleType?: import("csstype").Property.ListStyleType | undefined;
2709
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
2710
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
2711
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
2712
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
2713
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
2714
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
2715
+ marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
2716
+ marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
2717
+ marginTrim?: import("csstype").Property.MarginTrim | undefined;
2718
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
2719
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
2720
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
2721
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
2722
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
2723
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
2724
+ maskClip?: import("csstype").Property.MaskClip | undefined;
2725
+ maskComposite?: import("csstype").Property.MaskComposite | undefined;
2726
+ maskImage?: import("csstype").Property.MaskImage | undefined;
2727
+ maskMode?: import("csstype").Property.MaskMode | undefined;
2728
+ maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
2729
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
2730
+ maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
2731
+ maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
2732
+ maskType?: import("csstype").Property.MaskType | undefined;
2733
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
2734
+ mathDepth?: import("csstype").Property.MathDepth | undefined;
2735
+ mathShift?: import("csstype").Property.MathShift | undefined;
2736
+ mathStyle?: import("csstype").Property.MathStyle | undefined;
2737
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
2738
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
2739
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
2740
+ maxLines?: import("csstype").Property.MaxLines | undefined;
2741
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
2742
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
2743
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
2744
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
2745
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
2746
+ mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
2747
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
2748
+ motionPath?: import("csstype").Property.OffsetPath | undefined;
2749
+ motionRotation?: import("csstype").Property.OffsetRotate | undefined;
2750
+ objectFit?: import("csstype").Property.ObjectFit | undefined;
2751
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
2752
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
2753
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
2754
+ offsetPath?: import("csstype").Property.OffsetPath | undefined;
2755
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
2756
+ offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
2757
+ offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
2758
+ opacity?: import("csstype").Property.Opacity | undefined;
2759
+ order?: import("csstype").Property.Order | undefined;
2760
+ orphans?: import("csstype").Property.Orphans | undefined;
2761
+ outlineColor?: import("csstype").Property.OutlineColor | undefined;
2762
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
2763
+ outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
2764
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
2765
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
2766
+ overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
2767
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
2768
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
2769
+ overflowInline?: import("csstype").Property.OverflowInline | undefined;
2770
+ overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
2771
+ overflowX?: import("csstype").Property.OverflowX | undefined;
2772
+ overflowY?: import("csstype").Property.OverflowY | undefined;
2773
+ overlay?: import("csstype").Property.Overlay | undefined;
2774
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
2775
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
2776
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
2777
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
2778
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
2779
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
2780
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
2781
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
2782
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
2783
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
2784
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
2785
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
2786
+ page?: import("csstype").Property.Page | undefined;
2787
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
2788
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
2789
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
2790
+ paintOrder?: import("csstype").Property.PaintOrder | undefined;
2791
+ perspective?: import("csstype").Property.Perspective<string | number> | undefined;
2792
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
2793
+ pointerEvents?: import("csstype").Property.PointerEvents | undefined;
2794
+ position?: import("csstype").Property.Position | undefined;
2795
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
2796
+ quotes?: import("csstype").Property.Quotes | undefined;
2797
+ resize?: import("csstype").Property.Resize | undefined;
2798
+ right?: import("csstype").Property.Right<string | number> | undefined;
2799
+ rotate?: import("csstype").Property.Rotate | undefined;
2800
+ rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
2801
+ rubyAlign?: import("csstype").Property.RubyAlign | undefined;
2802
+ rubyMerge?: import("csstype").Property.RubyMerge | undefined;
2803
+ rubyPosition?: import("csstype").Property.RubyPosition | undefined;
2804
+ scale?: import("csstype").Property.Scale | undefined;
2805
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
2806
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
2807
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
2808
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
2809
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
2810
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
2811
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
2812
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
2813
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
2814
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
2815
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
2816
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
2817
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
2818
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
2819
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
2820
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
2821
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
2822
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
2823
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
2824
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
2825
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
2826
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
2827
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
2828
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
2829
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
2830
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
2831
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
2832
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
2833
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
2834
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
2835
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
2836
+ shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
2837
+ tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
2838
+ tableLayout?: import("csstype").Property.TableLayout | undefined;
2839
+ textAlign?: import("csstype").Property.TextAlign | undefined;
2840
+ textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
2841
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
2842
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
2843
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
2844
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
2845
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
2846
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
2847
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
2848
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
2849
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
2850
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
2851
+ textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
2852
+ textJustify?: import("csstype").Property.TextJustify | undefined;
2853
+ textOrientation?: import("csstype").Property.TextOrientation | undefined;
2854
+ textOverflow?: import("csstype").Property.TextOverflow | undefined;
2855
+ textRendering?: import("csstype").Property.TextRendering | undefined;
2856
+ textShadow?: import("csstype").Property.TextShadow | undefined;
2857
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
2858
+ textTransform?: import("csstype").Property.TextTransform | undefined;
2859
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
2860
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
2861
+ textWrap?: import("csstype").Property.TextWrap | undefined;
2862
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
2863
+ top?: import("csstype").Property.Top<string | number> | undefined;
2864
+ touchAction?: import("csstype").Property.TouchAction | undefined;
2865
+ transform?: import("csstype").Property.Transform | undefined;
2866
+ transformBox?: import("csstype").Property.TransformBox | undefined;
2867
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2868
+ transformStyle?: import("csstype").Property.TransformStyle | undefined;
2869
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
2870
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2871
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2872
+ transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2873
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2874
+ translate?: import("csstype").Property.Translate<string | number> | undefined;
2875
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
2876
+ userSelect?: import("csstype").Property.UserSelect | undefined;
2877
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
2878
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
2879
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
2880
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
2881
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
2882
+ visibility?: import("csstype").Property.Visibility | undefined;
2883
+ whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
2884
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
2885
+ whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
2886
+ widows?: import("csstype").Property.Widows | undefined;
2887
+ width?: import("csstype").Property.Width<string | number> | undefined;
2888
+ willChange?: import("csstype").Property.WillChange | undefined;
2889
+ wordBreak?: import("csstype").Property.WordBreak | undefined;
2890
+ wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
2891
+ wordWrap?: import("csstype").Property.WordWrap | undefined;
2892
+ writingMode?: import("csstype").Property.WritingMode | undefined;
2893
+ zIndex?: import("csstype").Property.ZIndex | undefined;
2894
+ zoom?: import("csstype").Property.Zoom | undefined;
2895
+ all?: import("csstype").Property.All | undefined;
2896
+ animation?: import("csstype").Property.Animation<string & {}> | undefined;
2897
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
2898
+ background?: import("csstype").Property.Background<string | number> | undefined;
2899
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
2900
+ border?: import("csstype").Property.Border<string | number> | undefined;
2901
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
2902
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
2903
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
2904
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
2905
+ borderColor?: import("csstype").Property.BorderColor | undefined;
2906
+ borderImage?: import("csstype").Property.BorderImage | undefined;
2907
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
2908
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
2909
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
2910
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
2911
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
2912
+ borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
2913
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
2914
+ borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
2915
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
2916
+ caret?: import("csstype").Property.Caret | undefined;
2917
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
2918
+ columns?: import("csstype").Property.Columns<string | number> | undefined;
2919
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
2920
+ container?: import("csstype").Property.Container | undefined;
2921
+ flex?: import("csstype").Property.Flex<string | number> | undefined;
2922
+ flexFlow?: import("csstype").Property.FlexFlow | undefined;
2923
+ font?: import("csstype").Property.Font | undefined;
2924
+ gap?: import("csstype").Property.Gap<string | number> | undefined;
2925
+ grid?: import("csstype").Property.Grid | undefined;
2926
+ gridArea?: import("csstype").Property.GridArea | undefined;
2927
+ gridColumn?: import("csstype").Property.GridColumn | undefined;
2928
+ gridRow?: import("csstype").Property.GridRow | undefined;
2929
+ gridTemplate?: import("csstype").Property.GridTemplate | undefined;
2930
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
2931
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
2932
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
2933
+ lineClamp?: import("csstype").Property.LineClamp | undefined;
2934
+ listStyle?: import("csstype").Property.ListStyle | undefined;
2935
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
2936
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
2937
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
2938
+ mask?: import("csstype").Property.Mask<string | number> | undefined;
2939
+ maskBorder?: import("csstype").Property.MaskBorder | undefined;
2940
+ motion?: import("csstype").Property.Offset<string | number> | undefined;
2941
+ offset?: import("csstype").Property.Offset<string | number> | undefined;
2942
+ outline?: import("csstype").Property.Outline<string | number> | undefined;
2943
+ overflow?: import("csstype").Property.Overflow | undefined;
2944
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
2945
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
2946
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
2947
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
2948
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
2949
+ placeItems?: import("csstype").Property.PlaceItems | undefined;
2950
+ placeSelf?: import("csstype").Property.PlaceSelf | undefined;
2951
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
2952
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
2953
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
2954
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
2955
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
2956
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
2957
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
2958
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
2959
+ textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
2960
+ textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
2961
+ transition?: import("csstype").Property.Transition<string & {}> | undefined;
2962
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
2963
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
2964
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
2965
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
2966
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
2967
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
2968
+ MozAnimationName?: import("csstype").Property.AnimationName | undefined;
2969
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
2970
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
2971
+ MozAppearance?: import("csstype").Property.MozAppearance | undefined;
2972
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
2973
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
2974
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
2975
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
2976
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
2977
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
2978
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
2979
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
2980
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
2981
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
2982
+ MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
2983
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
2984
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
2985
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
2986
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
2987
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
2988
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
2989
+ MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
2990
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
2991
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
2992
+ MozHyphens?: import("csstype").Property.Hyphens | undefined;
2993
+ MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
2994
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
2995
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
2996
+ MozOrient?: import("csstype").Property.MozOrient | undefined;
2997
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
2998
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
2999
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
3000
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
3001
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
3002
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
3003
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
3004
+ MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
3005
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
3006
+ MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
3007
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
3008
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
3009
+ MozUserModify?: import("csstype").Property.MozUserModify | undefined;
3010
+ MozUserSelect?: import("csstype").Property.UserSelect | undefined;
3011
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
3012
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
3013
+ msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
3014
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
3015
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
3016
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
3017
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
3018
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
3019
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
3020
+ msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
3021
+ msFilter?: import("csstype").Property.MsFilter | undefined;
3022
+ msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
3023
+ msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
3024
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
3025
+ msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
3026
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
3027
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
3028
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
3029
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
3030
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
3031
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
3032
+ msHyphens?: import("csstype").Property.Hyphens | undefined;
3033
+ msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
3034
+ msLineBreak?: import("csstype").Property.LineBreak | undefined;
3035
+ msOrder?: import("csstype").Property.Order | undefined;
3036
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
3037
+ msOverflowX?: import("csstype").Property.OverflowX | undefined;
3038
+ msOverflowY?: import("csstype").Property.OverflowY | undefined;
3039
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
3040
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
3041
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
3042
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
3043
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
3044
+ msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
3045
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
3046
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
3047
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
3048
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
3049
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
3050
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
3051
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
3052
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
3053
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
3054
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
3055
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
3056
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
3057
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
3058
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
3059
+ msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
3060
+ msTouchAction?: import("csstype").Property.TouchAction | undefined;
3061
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
3062
+ msTransform?: import("csstype").Property.Transform | undefined;
3063
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
3064
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
3065
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
3066
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
3067
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
3068
+ msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
3069
+ msWordBreak?: import("csstype").Property.WordBreak | undefined;
3070
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
3071
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
3072
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
3073
+ msWritingMode?: import("csstype").Property.WritingMode | undefined;
3074
+ WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
3075
+ WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
3076
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
3077
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
3078
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
3079
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
3080
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
3081
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
3082
+ WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
3083
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
3084
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
3085
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
3086
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
3087
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
3088
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
3089
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
3090
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
3091
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
3092
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
3093
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
3094
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
3095
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
3096
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
3097
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
3098
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
3099
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
3100
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
3101
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
3102
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
3103
+ WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
3104
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
3105
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
3106
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
3107
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
3108
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
3109
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
3110
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
3111
+ WebkitFilter?: import("csstype").Property.Filter | undefined;
3112
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
3113
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
3114
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
3115
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
3116
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
3117
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
3118
+ WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
3119
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
3120
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
3121
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
3122
+ WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
3123
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
3124
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
3125
+ WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
3126
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
3127
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
3128
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
3129
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
3130
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
3131
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
3132
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
3133
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
3134
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
3135
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
3136
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
3137
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
3138
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
3139
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
3140
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
3141
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
3142
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
3143
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
3144
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
3145
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
3146
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
3147
+ WebkitOrder?: import("csstype").Property.Order | undefined;
3148
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
3149
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
3150
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
3151
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
3152
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
3153
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
3154
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
3155
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
3156
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
3157
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
3158
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
3159
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
3160
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
3161
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
3162
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
3163
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
3164
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
3165
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
3166
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
3167
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
3168
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
3169
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
3170
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
3171
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
3172
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
3173
+ WebkitTransform?: import("csstype").Property.Transform | undefined;
3174
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
3175
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
3176
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
3177
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
3178
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
3179
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
3180
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
3181
+ WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
3182
+ WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
3183
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
3184
+ MozBorderImage?: import("csstype").Property.BorderImage | undefined;
3185
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
3186
+ MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
3187
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
3188
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
3189
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
3190
+ msFlex?: import("csstype").Property.Flex<string | number> | undefined;
3191
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
3192
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
3193
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
3194
+ msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
3195
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
3196
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
3197
+ WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
3198
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
3199
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
3200
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
3201
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
3202
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
3203
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
3204
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
3205
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
3206
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
3207
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
3208
+ azimuth?: import("csstype").Property.Azimuth | undefined;
3209
+ boxAlign?: import("csstype").Property.BoxAlign | undefined;
3210
+ boxDirection?: import("csstype").Property.BoxDirection | undefined;
3211
+ boxFlex?: import("csstype").Property.BoxFlex | undefined;
3212
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
3213
+ boxLines?: import("csstype").Property.BoxLines | undefined;
3214
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
3215
+ boxOrient?: import("csstype").Property.BoxOrient | undefined;
3216
+ boxPack?: import("csstype").Property.BoxPack | undefined;
3217
+ clip?: import("csstype").Property.Clip | undefined;
3218
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
3219
+ gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
3220
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
3221
+ imeMode?: import("csstype").Property.ImeMode | undefined;
3222
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
3223
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
3224
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
3225
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
3226
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
3227
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
3228
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
3229
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
3230
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
3231
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
3232
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
3233
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
3234
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
3235
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
3236
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
3237
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
3238
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
3239
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
3240
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
3241
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
3242
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
3243
+ KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
3244
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
3245
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
3246
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
3247
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
3248
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
3249
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
3250
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
3251
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
3252
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
3253
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
3254
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
3255
+ MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
3256
+ MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
3257
+ MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
3258
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
3259
+ MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
3260
+ MozBoxPack?: import("csstype").Property.BoxPack | undefined;
3261
+ MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
3262
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
3263
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
3264
+ MozOpacity?: import("csstype").Property.Opacity | undefined;
3265
+ MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
3266
+ MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
3267
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
3268
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
3269
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
3270
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
3271
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
3272
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
3273
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
3274
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
3275
+ MozTransform?: import("csstype").Property.Transform | undefined;
3276
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
3277
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
3278
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
3279
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
3280
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
3281
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
3282
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
3283
+ MozUserInput?: import("csstype").Property.MozUserInput | undefined;
3284
+ msImeMode?: import("csstype").Property.ImeMode | undefined;
3285
+ OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
3286
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
3287
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
3288
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
3289
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
3290
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
3291
+ OAnimationName?: import("csstype").Property.AnimationName | undefined;
3292
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
3293
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
3294
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
3295
+ OBorderImage?: import("csstype").Property.BorderImage | undefined;
3296
+ OObjectFit?: import("csstype").Property.ObjectFit | undefined;
3297
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
3298
+ OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
3299
+ OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
3300
+ OTransform?: import("csstype").Property.Transform | undefined;
3301
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
3302
+ OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
3303
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
3304
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
3305
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
3306
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
3307
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
3308
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
3309
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
3310
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
3311
+ WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
3312
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
3313
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
3314
+ WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
3315
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
3316
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
3317
+ clipRule?: import("csstype").Property.ClipRule | undefined;
3318
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
3319
+ colorRendering?: import("csstype").Property.ColorRendering | undefined;
3320
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
3321
+ fill?: import("csstype").Property.Fill | undefined;
3322
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
3323
+ fillRule?: import("csstype").Property.FillRule | undefined;
3324
+ floodColor?: import("csstype").Property.FloodColor | undefined;
3325
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
3326
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
3327
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
3328
+ marker?: import("csstype").Property.Marker | undefined;
3329
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
3330
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
3331
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
3332
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
3333
+ stopColor?: import("csstype").Property.StopColor | undefined;
3334
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
3335
+ stroke?: import("csstype").Property.Stroke | undefined;
3336
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
3337
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
3338
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
3339
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
3340
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
3341
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
3342
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
3343
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
3344
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
3345
+ };
3346
+ ".Mui-error": {
3347
+ color: string;
3348
+ fieldset: {
3349
+ borderColor: string;
3350
+ };
3351
+ "svg path": {
3352
+ fill: string;
3353
+ };
3354
+ };
3355
+ };
3356
+ };
3357
+ defaultProps: {
3358
+ autoComplete: string;
3359
+ fullWidth: boolean;
3360
+ InputLabelProps: {
3361
+ shrink: boolean;
3362
+ };
3363
+ color: string;
3364
+ };
3365
+ };