@m4l/graphics 0.0.0

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