@learningpool/ui 1.6.0 → 1.6.1

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