motion-start 0.0.3 → 0.1.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 (345) hide show
  1. package/README.md +37 -29
  2. package/dist/animation/UseAnimatedState.svelte +26 -24
  3. package/dist/animation/UseAnimatedState.svelte.d.ts +5 -3
  4. package/dist/animation/UseAnimatedState.svelte.d.ts.map +1 -1
  5. package/dist/animation/UseAnimation.svelte.d.ts +1 -1
  6. package/dist/animation/animation-controls.d.ts +1 -1
  7. package/dist/animation/animation-controls.d.ts.map +1 -1
  8. package/dist/animation/animation-controls.js +12 -12
  9. package/dist/animation/use-animation.d.ts +1 -1
  10. package/dist/animation/utils/default-transitions.d.ts +1 -1
  11. package/dist/animation/utils/default-transitions.d.ts.map +1 -1
  12. package/dist/animation/utils/default-transitions.js +27 -37
  13. package/dist/animation/utils/easing.d.ts +2 -2
  14. package/dist/animation/utils/easing.d.ts.map +1 -1
  15. package/dist/animation/utils/easing.js +5 -6
  16. package/dist/animation/utils/transitions.d.ts +5 -5
  17. package/dist/animation/utils/transitions.d.ts.map +1 -1
  18. package/dist/animation/utils/transitions.js +55 -64
  19. package/dist/animation/utils/variant-resolvers.d.ts +1 -1
  20. package/dist/animation/utils/variant-resolvers.d.ts.map +1 -1
  21. package/dist/animation/utils/variant-resolvers.js +1 -5
  22. package/dist/components/AnimatePresence/AnimatePresence.svelte +16 -8
  23. package/dist/components/AnimatePresence/AnimatePresence.svelte.d.ts.map +1 -1
  24. package/dist/components/AnimatePresence/PresenceChild/PresenceChild.svelte +14 -14
  25. package/dist/components/AnimateSharedLayout/AnimateSharedLayout.svelte +22 -15
  26. package/dist/components/AnimateSharedLayout/AnimateSharedLayout.svelte.d.ts +1 -1
  27. package/dist/components/AnimateSharedLayout/AnimateSharedLayout.svelte.d.ts.map +1 -1
  28. package/dist/components/AnimateSharedLayout/index.d.ts +1 -1
  29. package/dist/components/AnimateSharedLayout/index.d.ts.map +1 -1
  30. package/dist/components/AnimateSharedLayout/index.js +1 -0
  31. package/dist/components/AnimateSharedLayout/types.d.ts +5 -5
  32. package/dist/components/AnimateSharedLayout/types.d.ts.map +1 -1
  33. package/dist/components/AnimateSharedLayout/types.js +0 -1
  34. package/dist/components/AnimateSharedLayout/utils/batcher.d.ts +1 -1
  35. package/dist/components/AnimateSharedLayout/utils/batcher.d.ts.map +1 -1
  36. package/dist/components/AnimateSharedLayout/utils/batcher.js +21 -22
  37. package/dist/components/AnimateSharedLayout/utils/crossfader.d.ts +3 -3
  38. package/dist/components/AnimateSharedLayout/utils/crossfader.d.ts.map +1 -1
  39. package/dist/components/AnimateSharedLayout/utils/crossfader.js +40 -46
  40. package/dist/components/AnimateSharedLayout/utils/rotate.d.ts +1 -1
  41. package/dist/components/AnimateSharedLayout/utils/rotate.d.ts.map +1 -1
  42. package/dist/components/AnimateSharedLayout/utils/rotate.js +2 -1
  43. package/dist/components/AnimateSharedLayout/utils/stack.d.ts +2 -5
  44. package/dist/components/AnimateSharedLayout/utils/stack.d.ts.map +1 -1
  45. package/dist/components/AnimateSharedLayout/utils/stack.js +22 -22
  46. package/dist/components/LazyMotion/LazyMotion.svelte +9 -3
  47. package/dist/components/LazyMotion/LazyMotion.svelte.d.ts.map +1 -1
  48. package/dist/components/LazyMotion/types.d.ts +1 -1
  49. package/dist/components/LazyMotion/types.d.ts.map +1 -1
  50. package/dist/components/MotionConfig/MotionConfig.svelte +1 -0
  51. package/dist/components/MotionConfig/MotionConfig.svelte.d.ts.map +1 -1
  52. package/dist/components/MotionConfig/MotionConfigScaleCorrection.d.ts.map +1 -1
  53. package/dist/components/MotionConfig/MotionConfigScaleCorrection.js +7 -4
  54. package/dist/context/DOMcontext.d.ts +4 -3
  55. package/dist/context/DOMcontext.d.ts.map +1 -1
  56. package/dist/context/DOMcontext.js +1 -1
  57. package/dist/context/LayoutGroupContext.d.ts.map +1 -1
  58. package/dist/context/LayoutGroupContext.js +1 -0
  59. package/dist/context/LazyContext.d.ts +2 -2
  60. package/dist/context/LazyContext.d.ts.map +1 -1
  61. package/dist/context/LazyContext.js +4 -3
  62. package/dist/context/MotionConfigContext.d.ts.map +1 -1
  63. package/dist/context/MotionConfigContext.js +1 -0
  64. package/dist/context/MotionContext/MotionContext.svelte +3 -18
  65. package/dist/context/MotionContext/MotionContext.svelte.d.ts +2 -36
  66. package/dist/context/MotionContext/MotionContext.svelte.d.ts.map +1 -1
  67. package/dist/context/MotionContext/UseCreateMotionContext.svelte +2 -2
  68. package/dist/context/MotionContext/index.d.ts +4 -1
  69. package/dist/context/MotionContext/index.d.ts.map +1 -1
  70. package/dist/context/MotionContext/index.js +8 -1
  71. package/dist/context/PresenceContext.d.ts.map +1 -1
  72. package/dist/context/PresenceContext.js +1 -0
  73. package/dist/context/ScaleCorrectionProvider.svelte +1 -1
  74. package/dist/context/ScaleCorrectionProvider.svelte.d.ts +2 -2
  75. package/dist/context/ScaleCorrectionProvider.svelte.d.ts.map +1 -1
  76. package/dist/context/SharedLayoutContext.d.ts +3 -3
  77. package/dist/context/SharedLayoutContext.d.ts.map +1 -1
  78. package/dist/context/SharedLayoutContext.js +5 -3
  79. package/dist/events/UseDomEvent.svelte +1 -16
  80. package/dist/events/UseDomEvent.svelte.d.ts +1 -2
  81. package/dist/events/UseDomEvent.svelte.d.ts.map +1 -1
  82. package/dist/events/UsePointerEvent.svelte +3 -57
  83. package/dist/events/UsePointerEvent.svelte.d.ts +1 -3
  84. package/dist/events/UsePointerEvent.svelte.d.ts.map +1 -1
  85. package/dist/events/event-info.js +1 -1
  86. package/dist/events/types.d.ts +4 -3
  87. package/dist/events/types.d.ts.map +1 -1
  88. package/dist/events/use-dom-event.d.ts +2 -1
  89. package/dist/events/use-dom-event.d.ts.map +1 -1
  90. package/dist/events/use-dom-event.js +7 -1
  91. package/dist/events/use-pointer-event.d.ts +10 -5
  92. package/dist/events/use-pointer-event.d.ts.map +1 -1
  93. package/dist/events/use-pointer-event.js +35 -1
  94. package/dist/gestures/PanSession.d.ts.map +1 -1
  95. package/dist/gestures/PanSession.js +1 -2
  96. package/dist/gestures/UseHoverGesture.svelte +4 -2
  97. package/dist/gestures/UseHoverGesture.svelte.d.ts.map +1 -1
  98. package/dist/gestures/UsePanGesture.svelte +6 -5
  99. package/dist/gestures/UsePanGesture.svelte.d.ts.map +1 -1
  100. package/dist/gestures/UseTapGesture.svelte +6 -5
  101. package/dist/gestures/UseTapGesture.svelte.d.ts.map +1 -1
  102. package/dist/gestures/drag/UseDrag.svelte +2 -2
  103. package/dist/gestures/drag/UseDragControls.svelte +1 -83
  104. package/dist/gestures/drag/UseDragControls.svelte.d.ts +7 -2
  105. package/dist/gestures/drag/UseDragControls.svelte.d.ts.map +1 -1
  106. package/dist/gestures/drag/VisualElementDragControls.d.ts.map +1 -1
  107. package/dist/gestures/drag/VisualElementDragControls.js +19 -14
  108. package/dist/gestures/drag/types.d.ts +12 -11
  109. package/dist/gestures/drag/types.d.ts.map +1 -1
  110. package/dist/gestures/drag/types.js +1 -2
  111. package/dist/gestures/drag/use-drag-controls.d.ts +3 -1
  112. package/dist/gestures/drag/use-drag-controls.d.ts.map +1 -1
  113. package/dist/gestures/drag/use-drag-controls.js +1 -1
  114. package/dist/gestures/drag/utils/constraints.d.ts +3 -3
  115. package/dist/gestures/drag/utils/constraints.d.ts.map +1 -1
  116. package/dist/gestures/drag/utils/constraints.js +11 -12
  117. package/dist/gestures/drag/utils/lock.js +1 -1
  118. package/dist/gestures/use-focus-gesture.d.ts +1 -1
  119. package/dist/gestures/use-focus-gesture.d.ts.map +1 -1
  120. package/dist/gestures/use-hover-gesture.d.ts +1 -1
  121. package/dist/gestures/use-hover-gesture.d.ts.map +1 -1
  122. package/dist/gestures/use-pan-gesture.d.ts +1 -1
  123. package/dist/gestures/use-pan-gesture.d.ts.map +1 -1
  124. package/dist/gestures/use-tap-gesture.d.ts +1 -1
  125. package/dist/gestures/use-tap-gesture.d.ts.map +1 -1
  126. package/dist/gestures/utils/is-node-or-child.d.ts.map +1 -1
  127. package/dist/gestures/utils/is-node-or-child.js +1 -0
  128. package/dist/index.d.ts +58 -59
  129. package/dist/index.d.ts.map +1 -1
  130. package/dist/index.js +43 -41
  131. package/dist/motion/Motion.svelte +1 -0
  132. package/dist/motion/Motion.svelte.d.ts.map +1 -1
  133. package/dist/motion/MotionSSR.svelte +1 -1
  134. package/dist/motion/features/animations.d.ts +11 -0
  135. package/dist/motion/features/animations.d.ts.map +1 -0
  136. package/dist/motion/features/drag.d.ts +11 -0
  137. package/dist/motion/features/drag.d.ts.map +1 -0
  138. package/dist/motion/features/gestures.d.ts +11 -0
  139. package/dist/motion/features/gestures.d.ts.map +1 -0
  140. package/dist/motion/features/layout/Animate.svelte +20 -19
  141. package/dist/motion/features/layout/Animate.svelte.d.ts.map +1 -1
  142. package/dist/motion/features/layout/Measure.svelte +8 -6
  143. package/dist/motion/features/layout/Measure.svelte.d.ts.map +1 -1
  144. package/dist/motion/features/layout/index.d.ts +8 -0
  145. package/dist/motion/features/layout/index.d.ts.map +1 -0
  146. package/dist/motion/features/layout/index.js +1 -1
  147. package/dist/motion/features/types.d.ts +3 -2
  148. package/dist/motion/features/types.d.ts.map +1 -1
  149. package/dist/motion/index.d.ts +6 -6
  150. package/dist/motion/index.d.ts.map +1 -1
  151. package/dist/motion/index.js +4 -4
  152. package/dist/motion/types.d.ts +13 -9
  153. package/dist/motion/types.d.ts.map +1 -1
  154. package/dist/motion/types.js +1 -1
  155. package/dist/motion/utils/UseVisualState.svelte +22 -22
  156. package/dist/motion/utils/UseVisualState.svelte.d.ts +1 -1
  157. package/dist/motion/utils/UseVisualState.svelte.d.ts.map +1 -1
  158. package/dist/motion/utils/use-motion-ref.d.ts +4 -3
  159. package/dist/motion/utils/use-motion-ref.d.ts.map +1 -1
  160. package/dist/motion/utils/use-motion-ref.js +4 -6
  161. package/dist/motion/utils/use-visual-element.d.ts +5 -4
  162. package/dist/motion/utils/use-visual-element.d.ts.map +1 -1
  163. package/dist/motion/utils/use-visual-state.d.ts +6 -5
  164. package/dist/motion/utils/use-visual-state.d.ts.map +1 -1
  165. package/dist/motion/utils/use-visual-state.js +2 -1
  166. package/dist/render/dom/M-type.spec-d.js +1 -1
  167. package/dist/render/dom/{M.svelte → Motion-Proxy.svelte} +8 -1
  168. package/dist/render/dom/{M.svelte.d.ts → Motion-Proxy.svelte.d.ts} +5 -4
  169. package/dist/render/dom/Motion-Proxy.svelte.d.ts.map +1 -0
  170. package/dist/render/dom/Motion-type.spec-d.d.ts +2 -0
  171. package/dist/render/dom/Motion-type.spec-d.d.ts.map +1 -0
  172. package/dist/{motion/type.spec-d.js → render/dom/Motion-type.spec-d.js} +2 -2
  173. package/dist/render/dom/UseRender.svelte +2 -2
  174. package/dist/render/dom/UseRender.svelte.d.ts.map +1 -1
  175. package/dist/render/dom/featureBundle.d.ts +24 -0
  176. package/dist/render/dom/featureBundle.d.ts.map +1 -0
  177. package/dist/render/dom/featureBundle.js +5 -4
  178. package/dist/render/dom/motion-minimal.d.ts +933 -1
  179. package/dist/render/dom/motion-minimal.d.ts.map +1 -1
  180. package/dist/render/dom/motion-minimal.js +9 -5
  181. package/dist/render/dom/motion-proxy.d.ts +13 -195
  182. package/dist/render/dom/motion-proxy.d.ts.map +1 -1
  183. package/dist/render/dom/motion-proxy.js +9 -7
  184. package/dist/render/dom/motion.d.ts +966 -0
  185. package/dist/render/dom/motion.d.ts.map +1 -0
  186. package/dist/render/dom/motion.js +7 -3
  187. package/dist/render/dom/projection/convert-to-relative.d.ts.map +1 -1
  188. package/dist/render/dom/projection/default-scale-correctors.d.ts +5 -4
  189. package/dist/render/dom/projection/default-scale-correctors.d.ts.map +1 -1
  190. package/dist/render/dom/projection/default-scale-correctors.js +19 -19
  191. package/dist/render/dom/projection/scale-correction.d.ts +1 -1
  192. package/dist/render/dom/projection/scale-correction.d.ts.map +1 -1
  193. package/dist/render/dom/projection/scale-correction.js +2 -1
  194. package/dist/render/dom/projection/utils.d.ts +1 -1
  195. package/dist/render/dom/projection/utils.d.ts.map +1 -1
  196. package/dist/render/dom/projection/utils.js +2 -2
  197. package/dist/render/dom/svg-visual-element.d.ts +1 -1
  198. package/dist/render/dom/svg-visual-element.d.ts.map +1 -1
  199. package/dist/render/dom/svg-visual-element.js +11 -1
  200. package/dist/render/dom/use-render.d.ts +4 -8
  201. package/dist/render/dom/use-render.d.ts.map +1 -1
  202. package/dist/render/dom/use-render.js +4 -0
  203. package/dist/render/dom/utils/UseInitialMotionProps.svelte +14 -3
  204. package/dist/render/dom/utils/UseInitialMotionProps.svelte.d.ts +2 -1
  205. package/dist/render/dom/utils/UseInitialMotionProps.svelte.d.ts.map +1 -1
  206. package/dist/render/dom/utils/batch-layout.d.ts.map +1 -1
  207. package/dist/render/dom/utils/batch-layout.js +1 -0
  208. package/dist/render/dom/utils/create-config.d.ts +5 -11
  209. package/dist/render/dom/utils/create-config.d.ts.map +1 -1
  210. package/dist/render/dom/utils/create-config.js +7 -6
  211. package/dist/render/dom/utils/css-variables-conversion.d.ts +2 -2
  212. package/dist/render/dom/utils/css-variables-conversion.d.ts.map +1 -1
  213. package/dist/render/dom/utils/css-variables-conversion.js +8 -6
  214. package/dist/render/dom/utils/filter-props.d.ts.map +1 -1
  215. package/dist/render/dom/utils/filter-props.js +1 -0
  216. package/dist/render/dom/utils/is-svg-component.d.ts +2 -2
  217. package/dist/render/dom/utils/is-svg-component.d.ts.map +1 -1
  218. package/dist/render/dom/utils/is-svg-component.js +7 -3
  219. package/dist/render/dom/utils/unit-conversion.d.ts +2 -2
  220. package/dist/render/dom/utils/unit-conversion.d.ts.map +1 -1
  221. package/dist/render/dom/utils/unit-conversion.js +57 -74
  222. package/dist/render/dom/value-types/defaults.d.ts +1 -1
  223. package/dist/render/dom/value-types/defaults.d.ts.map +1 -1
  224. package/dist/render/dom/value-types/defaults.js +14 -5
  225. package/dist/render/dom/value-types/dimensions.d.ts +2 -1
  226. package/dist/render/dom/value-types/dimensions.d.ts.map +1 -1
  227. package/dist/render/dom/value-types/find.d.ts.map +1 -1
  228. package/dist/render/dom/value-types/find.js +2 -5
  229. package/dist/render/dom/value-types/get-as-type.js +1 -1
  230. package/dist/render/dom/value-types/type-int.d.ts.map +1 -1
  231. package/dist/render/dom/value-types/type-int.js +1 -2
  232. package/dist/render/html/UseHTMLProps.svelte +19 -2
  233. package/dist/render/html/UseInitialMotionValues.svelte +1 -1
  234. package/dist/render/html/UseStyle.svelte +3 -18
  235. package/dist/render/html/UseStyle.svelte.d.ts +0 -5
  236. package/dist/render/html/UseStyle.svelte.d.ts.map +1 -1
  237. package/dist/render/html/config-motion.d.ts.map +1 -1
  238. package/dist/render/html/config-motion.js +1 -0
  239. package/dist/render/html/types.d.ts +7 -19
  240. package/dist/render/html/types.d.ts.map +1 -1
  241. package/dist/render/html/use-props.d.ts +7 -7
  242. package/dist/render/html/use-props.d.ts.map +1 -1
  243. package/dist/render/html/use-props.js +14 -1
  244. package/dist/render/html/utils/build-styles.d.ts.map +1 -1
  245. package/dist/render/html/utils/build-styles.js +1 -0
  246. package/dist/render/html/utils/build-transform.d.ts.map +1 -1
  247. package/dist/render/html/utils/build-transform.js +1 -0
  248. package/dist/render/html/utils/render.d.ts.map +1 -1
  249. package/dist/render/html/utils/render.js +1 -0
  250. package/dist/render/html/utils/scrape-motion-values.d.ts.map +1 -1
  251. package/dist/render/html/utils/scrape-motion-values.js +2 -0
  252. package/dist/render/html/visual-element.d.ts +2305 -5
  253. package/dist/render/html/visual-element.d.ts.map +1 -1
  254. package/dist/render/html/visual-element.js +21 -29
  255. package/dist/render/index.d.ts +2 -2
  256. package/dist/render/index.d.ts.map +1 -1
  257. package/dist/render/index.js +105 -45
  258. package/dist/render/svg/UseSVGProps.svelte +1 -1
  259. package/dist/render/svg/UseSVGProps.svelte.d.ts +6 -2
  260. package/dist/render/svg/UseSVGProps.svelte.d.ts.map +1 -1
  261. package/dist/render/svg/config-motion.d.ts +18 -2
  262. package/dist/render/svg/config-motion.d.ts.map +1 -1
  263. package/dist/render/svg/config-motion.js +3 -0
  264. package/dist/render/svg/types.d.ts +6 -20
  265. package/dist/render/svg/types.d.ts.map +1 -1
  266. package/dist/render/svg/utils/build-attrs.d.ts +7 -7
  267. package/dist/render/svg/utils/build-attrs.d.ts.map +1 -1
  268. package/dist/render/svg/utils/build-attrs.js +3 -7
  269. package/dist/render/svg/utils/create-render-state.d.ts +9 -1
  270. package/dist/render/svg/utils/create-render-state.d.ts.map +1 -1
  271. package/dist/render/svg/utils/create-render-state.js +1 -2
  272. package/dist/render/svg/utils/path.js +1 -1
  273. package/dist/render/svg/utils/render.d.ts +1 -1
  274. package/dist/render/svg/utils/render.d.ts.map +1 -1
  275. package/dist/render/svg/utils/scrape-motion-values.d.ts.map +1 -1
  276. package/dist/render/svg/utils/scrape-motion-values.js +2 -0
  277. package/dist/render/svg/utils/transform-origin.js +1 -1
  278. package/dist/render/svg/visual-element.d.ts +1 -1
  279. package/dist/render/svg/visual-element.d.ts.map +1 -1
  280. package/dist/render/svg/visual-element.js +10 -13
  281. package/dist/render/types.d.ts +17 -16
  282. package/dist/render/types.d.ts.map +1 -1
  283. package/dist/render/types.js +1 -4
  284. package/dist/render/utils/animation-state.d.ts +12 -6
  285. package/dist/render/utils/animation-state.d.ts.map +1 -1
  286. package/dist/render/utils/animation-state.js +49 -50
  287. package/dist/render/utils/animation.d.ts +4 -4
  288. package/dist/render/utils/animation.d.ts.map +1 -1
  289. package/dist/render/utils/animation.js +22 -34
  290. package/dist/render/utils/lifecycles.d.ts +6 -6
  291. package/dist/render/utils/lifecycles.d.ts.map +1 -1
  292. package/dist/render/utils/lifecycles.js +29 -34
  293. package/dist/render/utils/motion-values.d.ts.map +1 -1
  294. package/dist/render/utils/motion-values.js +4 -3
  295. package/dist/render/utils/setters.d.ts +4 -4
  296. package/dist/render/utils/setters.d.ts.map +1 -1
  297. package/dist/render/utils/setters.js +30 -21
  298. package/dist/render/utils/variants.js +3 -3
  299. package/dist/types/geometry.d.ts +1 -0
  300. package/dist/types/geometry.d.ts.map +1 -1
  301. package/dist/types.d.ts +12 -12
  302. package/dist/types.d.ts.map +1 -1
  303. package/dist/utils/geometry/delta-apply.d.ts +3 -3
  304. package/dist/utils/geometry/delta-apply.d.ts.map +1 -1
  305. package/dist/utils/geometry/delta-apply.js +5 -4
  306. package/dist/utils/geometry/delta-calc.js +1 -1
  307. package/dist/utils/geometry/index.d.ts +3 -3
  308. package/dist/utils/geometry/index.d.ts.map +1 -1
  309. package/dist/utils/geometry/index.js +6 -7
  310. package/dist/utils/is-ref-object.d.ts +3 -2
  311. package/dist/utils/is-ref-object.d.ts.map +1 -1
  312. package/dist/utils/is-ref-object.js +5 -2
  313. package/dist/utils/subscription-manager.d.ts.map +1 -1
  314. package/dist/utils/transform.d.ts +1 -1
  315. package/dist/utils/transform.d.ts.map +1 -1
  316. package/dist/utils/transform.js +7 -6
  317. package/dist/utils/use-force-update.d.ts +1 -1
  318. package/dist/utils/use-force-update.d.ts.map +1 -1
  319. package/dist/value/index.js +1 -1
  320. package/dist/value/scroll/use-element-scroll.d.ts +4 -3
  321. package/dist/value/scroll/use-element-scroll.d.ts.map +1 -1
  322. package/dist/value/scroll/use-element-scroll.js +7 -8
  323. package/dist/value/scroll/utils.d.ts +2 -2
  324. package/dist/value/scroll/utils.d.ts.map +1 -1
  325. package/dist/value/scroll/utils.js +20 -24
  326. package/dist/value/use-combine-values.d.ts +1 -1
  327. package/dist/value/use-combine-values.d.ts.map +1 -1
  328. package/dist/value/use-transform.d.ts.map +1 -1
  329. package/dist/value/use-transform.js +2 -1
  330. package/dist/value/use-velocity.d.ts +1 -1
  331. package/dist/value/use-velocity.d.ts.map +1 -1
  332. package/dist/value/use-velocity.js +1 -6
  333. package/package.json +34 -24
  334. package/dist/motion/type.spec-d.d.ts +0 -2
  335. package/dist/motion/type.spec-d.d.ts.map +0 -1
  336. package/dist/render/dom/M.svelte.d.ts.map +0 -1
  337. package/dist/render/dom/create-motion-class.js +0 -10
  338. package/dist/render/html/UseHTMLProps.svelte.d.ts +0 -36
  339. package/dist/render/html/UseHTMLProps.svelte.d.ts.map +0 -1
  340. package/dist/utils/use-constant.d.ts +0 -22
  341. package/dist/utils/use-constant.d.ts.map +0 -1
  342. package/dist/utils/use-constant.js +0 -9
  343. package/dist/utils/use-isomorphic-effect.d.ts +0 -7
  344. package/dist/utils/use-isomorphic-effect.d.ts.map +0 -1
  345. package/dist/utils/use-isomorphic-effect.js +0 -7
@@ -2,11 +2,2311 @@
2
2
  based on framer-motion@4.1.17,
3
3
  Copyright (c) 2018 Framer B.V.
4
4
  */
5
- import type { DOMVisualElementOptions } from "../dom/types";
6
- import type { VisualElementConfig } from "../types";
7
- import type { HTMLRenderState } from "./types";
5
+ import type { DOMVisualElementOptions } from '../dom/types';
6
+ import type { HTMLRenderState } from './types';
7
+ import { renderHTML } from './utils/render.js';
8
+ import { scrapeMotionValuesFromProps } from './utils/scrape-motion-values.js';
8
9
  declare function getComputedStyle(element: HTMLElement): CSSStyleDeclaration;
9
- declare var htmlConfig: VisualElementConfig<HTMLElement, HTMLRenderState, DOMVisualElementOptions>;
10
- declare var htmlVisualElement: ({ parent, props, presenceId, blockInitialAnimation, visualState, }: import("../types").VisualElementOptions<HTMLElement, any>, options?: {} | undefined) => import("../types").VisualElement<HTMLElement, any>;
10
+ declare var htmlConfig: {
11
+ treeType: string;
12
+ readValueFromInstance: (domElement: HTMLElement, key: string) => any;
13
+ sortNodePosition: (a: HTMLElement, b: HTMLElement) => 1 | -1;
14
+ getBaseTarget: (props: import("../..").MotionProps, key: string) => any;
15
+ measureViewportBox: (element: HTMLElement, _a: DOMVisualElementOptions) => import("../..").AxisBox2D;
16
+ /**
17
+ * Reset the transform on the current Element. This is called as part
18
+ * of a batched process across the entire layout tree. To remove this write
19
+ * cycle it'd be interesting to see if it's possible to "undo" all the current
20
+ * layout transforms up the tree in the same way this.getBoundingBoxWithoutTransforms
21
+ * works
22
+ */
23
+ resetTransform: (element: import("../types").VisualElement<HTMLElement, any>, domElement: HTMLElement, props: import("../..").MotionProps) => void;
24
+ restoreTransform: (instance: HTMLElement, mutableState: HTMLRenderState) => void;
25
+ removeValueFromRenderState: (key: string, _a: HTMLRenderState) => void;
26
+ /**
27
+ * Ensure that HTML and Framer-specific value types like `px`->`%` and `Color`
28
+ * can be animated by Motion.
29
+ */
30
+ makeTargetAnimatable: (element: import("../types").VisualElement<HTMLElement, any>, _a: import("../..").TargetAndTransition, _b: import("../..").MotionProps, isMounted: boolean) => {
31
+ transition: import("../..").Transition | undefined;
32
+ transitionEnd: import("../../types").MakeCustomValueType<{
33
+ accentColor?: import("csstype").Property.AccentColor | undefined;
34
+ alignContent?: import("csstype").Property.AlignContent | undefined;
35
+ alignItems?: import("csstype").Property.AlignItems | undefined;
36
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
37
+ alignTracks?: import("csstype").Property.AlignTracks | undefined;
38
+ animationComposition?: import("csstype").Property.AnimationComposition | undefined;
39
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
40
+ animationDirection?: import("csstype").Property.AnimationDirection | undefined;
41
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
42
+ animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
43
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
44
+ animationName?: import("csstype").Property.AnimationName | undefined;
45
+ animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
46
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<0 | (string & {})> | undefined;
47
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<0 | (string & {})> | undefined;
48
+ animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
49
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
50
+ appearance?: import("csstype").Property.Appearance | undefined;
51
+ aspectRatio?: import("csstype").Property.AspectRatio | undefined;
52
+ backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
53
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
54
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
55
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
56
+ backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
57
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
58
+ backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
59
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
60
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<0 | (string & {})> | undefined;
61
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<0 | (string & {})> | undefined;
62
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
63
+ backgroundSize?: import("csstype").Property.BackgroundSize<0 | (string & {})> | undefined;
64
+ blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
65
+ blockSize?: import("csstype").Property.BlockSize<0 | (string & {})> | undefined;
66
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
67
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
68
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
69
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<0 | (string & {})> | undefined;
70
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
71
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
72
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<0 | (string & {})> | undefined;
73
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
74
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<0 | (string & {})> | undefined;
75
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
76
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<0 | (string & {})> | undefined;
77
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<0 | (string & {})> | undefined;
78
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
79
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<0 | (string & {})> | undefined;
80
+ borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
81
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<0 | (string & {})> | undefined;
82
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<0 | (string & {})> | undefined;
83
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<0 | (string & {})> | undefined;
84
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
85
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
86
+ borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
87
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<0 | (string & {})> | undefined;
88
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
89
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
90
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
91
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<0 | (string & {})> | undefined;
92
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
93
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
94
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<0 | (string & {})> | undefined;
95
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
96
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<0 | (string & {})> | undefined;
97
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
98
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
99
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<0 | (string & {})> | undefined;
100
+ borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
101
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
102
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<0 | (string & {})> | undefined;
103
+ borderSpacing?: import("csstype").Property.BorderSpacing<0 | (string & {})> | undefined;
104
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<0 | (string & {})> | undefined;
105
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<0 | (string & {})> | undefined;
106
+ borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
107
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<0 | (string & {})> | undefined;
108
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<0 | (string & {})> | undefined;
109
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
110
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<0 | (string & {})> | undefined;
111
+ bottom?: import("csstype").Property.Bottom<0 | (string & {})> | undefined;
112
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
113
+ boxShadow?: import("csstype").Property.BoxShadow | undefined;
114
+ boxSizing?: import("csstype").Property.BoxSizing | undefined;
115
+ breakAfter?: import("csstype").Property.BreakAfter | undefined;
116
+ breakBefore?: import("csstype").Property.BreakBefore | undefined;
117
+ breakInside?: import("csstype").Property.BreakInside | undefined;
118
+ captionSide?: import("csstype").Property.CaptionSide | undefined;
119
+ caretColor?: import("csstype").Property.CaretColor | undefined;
120
+ caretShape?: import("csstype").Property.CaretShape | undefined;
121
+ clear?: import("csstype").Property.Clear | undefined;
122
+ clipPath?: import("csstype").Property.ClipPath | undefined;
123
+ color?: import("csstype").Property.Color | undefined;
124
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
125
+ colorScheme?: import("csstype").Property.ColorScheme | undefined;
126
+ columnCount?: import("csstype").Property.ColumnCount | undefined;
127
+ columnFill?: import("csstype").Property.ColumnFill | undefined;
128
+ columnGap?: import("csstype").Property.ColumnGap<0 | (string & {})> | undefined;
129
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
130
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
131
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<0 | (string & {})> | undefined;
132
+ columnSpan?: import("csstype").Property.ColumnSpan | undefined;
133
+ columnWidth?: import("csstype").Property.ColumnWidth<0 | (string & {})> | undefined;
134
+ contain?: import("csstype").Property.Contain | undefined;
135
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<0 | (string & {})> | undefined;
136
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<0 | (string & {})> | undefined;
137
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<0 | (string & {})> | undefined;
138
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<0 | (string & {})> | undefined;
139
+ containerName?: import("csstype").Property.ContainerName | undefined;
140
+ containerType?: import("csstype").Property.ContainerType | undefined;
141
+ content?: import("csstype").Property.Content | undefined;
142
+ contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
143
+ counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
144
+ counterReset?: import("csstype").Property.CounterReset | undefined;
145
+ counterSet?: import("csstype").Property.CounterSet | undefined;
146
+ cursor?: import("csstype").Property.Cursor | undefined;
147
+ direction?: import("csstype").Property.Direction | undefined;
148
+ display?: import("csstype").Property.Display | undefined;
149
+ emptyCells?: import("csstype").Property.EmptyCells | undefined;
150
+ filter?: import("csstype").Property.Filter | undefined;
151
+ flexBasis?: import("csstype").Property.FlexBasis<0 | (string & {})> | undefined;
152
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
153
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
154
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
155
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
156
+ float?: import("csstype").Property.Float | undefined;
157
+ fontFamily?: import("csstype").Property.FontFamily | undefined;
158
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
159
+ fontKerning?: import("csstype").Property.FontKerning | undefined;
160
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
161
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
162
+ fontPalette?: import("csstype").Property.FontPalette | undefined;
163
+ fontSize?: import("csstype").Property.FontSize<0 | (string & {})> | undefined;
164
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
165
+ fontSmooth?: import("csstype").Property.FontSmooth<0 | (string & {})> | undefined;
166
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
167
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
168
+ fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
169
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
170
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
171
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
172
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
173
+ fontVariant?: import("csstype").Property.FontVariant | undefined;
174
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
175
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
176
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
177
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
178
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
179
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
180
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
181
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
182
+ fontWeight?: import("csstype").Property.FontWeight | undefined;
183
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
184
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<0 | (string & {})> | undefined;
185
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
186
+ gridAutoRows?: import("csstype").Property.GridAutoRows<0 | (string & {})> | undefined;
187
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
188
+ gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
189
+ gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
190
+ gridRowStart?: import("csstype").Property.GridRowStart | undefined;
191
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
192
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<0 | (string & {})> | undefined;
193
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<0 | (string & {})> | undefined;
194
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
195
+ height?: import("csstype").Property.Height<0 | (string & {})> | undefined;
196
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
197
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
198
+ hyphens?: import("csstype").Property.Hyphens | undefined;
199
+ imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
200
+ imageRendering?: import("csstype").Property.ImageRendering | undefined;
201
+ imageResolution?: import("csstype").Property.ImageResolution | undefined;
202
+ initialLetter?: import("csstype").Property.InitialLetter | undefined;
203
+ inlineSize?: import("csstype").Property.InlineSize<0 | (string & {})> | undefined;
204
+ inputSecurity?: import("csstype").Property.InputSecurity | undefined;
205
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<0 | (string & {})> | undefined;
206
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<0 | (string & {})> | undefined;
207
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<0 | (string & {})> | undefined;
208
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<0 | (string & {})> | undefined;
209
+ isolation?: import("csstype").Property.Isolation | undefined;
210
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
211
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
212
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
213
+ justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
214
+ left?: import("csstype").Property.Left<0 | (string & {})> | undefined;
215
+ letterSpacing?: import("csstype").Property.LetterSpacing<0 | (string & {})> | undefined;
216
+ lineBreak?: import("csstype").Property.LineBreak | undefined;
217
+ lineHeight?: import("csstype").Property.LineHeight<0 | (string & {})> | undefined;
218
+ lineHeightStep?: import("csstype").Property.LineHeightStep<0 | (string & {})> | undefined;
219
+ listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
220
+ listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
221
+ listStyleType?: import("csstype").Property.ListStyleType | undefined;
222
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<0 | (string & {})> | undefined;
223
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<0 | (string & {})> | undefined;
224
+ marginBottom?: import("csstype").Property.MarginBottom<0 | (string & {})> | undefined;
225
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<0 | (string & {})> | undefined;
226
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<0 | (string & {})> | undefined;
227
+ marginLeft?: import("csstype").Property.MarginLeft<0 | (string & {})> | undefined;
228
+ marginRight?: import("csstype").Property.MarginRight<0 | (string & {})> | undefined;
229
+ marginTop?: import("csstype").Property.MarginTop<0 | (string & {})> | undefined;
230
+ marginTrim?: import("csstype").Property.MarginTrim | undefined;
231
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
232
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<0 | (string & {})> | undefined;
233
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
234
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
235
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
236
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<0 | (string & {})> | undefined;
237
+ maskClip?: import("csstype").Property.MaskClip | undefined;
238
+ maskComposite?: import("csstype").Property.MaskComposite | undefined;
239
+ maskImage?: import("csstype").Property.MaskImage | undefined;
240
+ maskMode?: import("csstype").Property.MaskMode | undefined;
241
+ maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
242
+ maskPosition?: import("csstype").Property.MaskPosition<0 | (string & {})> | undefined;
243
+ maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
244
+ maskSize?: import("csstype").Property.MaskSize<0 | (string & {})> | undefined;
245
+ maskType?: import("csstype").Property.MaskType | undefined;
246
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
247
+ mathDepth?: import("csstype").Property.MathDepth | undefined;
248
+ mathShift?: import("csstype").Property.MathShift | undefined;
249
+ mathStyle?: import("csstype").Property.MathStyle | undefined;
250
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<0 | (string & {})> | undefined;
251
+ maxHeight?: import("csstype").Property.MaxHeight<0 | (string & {})> | undefined;
252
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<0 | (string & {})> | undefined;
253
+ maxLines?: import("csstype").Property.MaxLines | undefined;
254
+ maxWidth?: import("csstype").Property.MaxWidth<0 | (string & {})> | undefined;
255
+ minBlockSize?: import("csstype").Property.MinBlockSize<0 | (string & {})> | undefined;
256
+ minHeight?: import("csstype").Property.MinHeight<0 | (string & {})> | undefined;
257
+ minInlineSize?: import("csstype").Property.MinInlineSize<0 | (string & {})> | undefined;
258
+ minWidth?: import("csstype").Property.MinWidth<0 | (string & {})> | undefined;
259
+ mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
260
+ motionDistance?: import("csstype").Property.OffsetDistance<0 | (string & {})> | undefined;
261
+ motionPath?: import("csstype").Property.OffsetPath | undefined;
262
+ motionRotation?: import("csstype").Property.OffsetRotate | undefined;
263
+ objectFit?: import("csstype").Property.ObjectFit | undefined;
264
+ objectPosition?: import("csstype").Property.ObjectPosition<0 | (string & {})> | undefined;
265
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<0 | (string & {})> | undefined;
266
+ offsetDistance?: import("csstype").Property.OffsetDistance<0 | (string & {})> | undefined;
267
+ offsetPath?: import("csstype").Property.OffsetPath | undefined;
268
+ offsetPosition?: import("csstype").Property.OffsetPosition<0 | (string & {})> | undefined;
269
+ offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
270
+ offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
271
+ opacity?: import("csstype").Property.Opacity | undefined;
272
+ order?: import("csstype").Property.Order | undefined;
273
+ orphans?: import("csstype").Property.Orphans | undefined;
274
+ outlineColor?: import("csstype").Property.OutlineColor | undefined;
275
+ outlineOffset?: import("csstype").Property.OutlineOffset<0 | (string & {})> | undefined;
276
+ outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
277
+ outlineWidth?: import("csstype").Property.OutlineWidth<0 | (string & {})> | undefined;
278
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
279
+ overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
280
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
281
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<0 | (string & {})> | undefined;
282
+ overflowInline?: import("csstype").Property.OverflowInline | undefined;
283
+ overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
284
+ overflowX?: import("csstype").Property.OverflowX | undefined;
285
+ overflowY?: import("csstype").Property.OverflowY | undefined;
286
+ overlay?: import("csstype").Property.Overlay | undefined;
287
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
288
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
289
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
290
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
291
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<0 | (string & {})> | undefined;
292
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<0 | (string & {})> | undefined;
293
+ paddingBottom?: import("csstype").Property.PaddingBottom<0 | (string & {})> | undefined;
294
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<0 | (string & {})> | undefined;
295
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<0 | (string & {})> | undefined;
296
+ paddingLeft?: import("csstype").Property.PaddingLeft<0 | (string & {})> | undefined;
297
+ paddingRight?: import("csstype").Property.PaddingRight<0 | (string & {})> | undefined;
298
+ paddingTop?: import("csstype").Property.PaddingTop<0 | (string & {})> | undefined;
299
+ page?: import("csstype").Property.Page | undefined;
300
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
301
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
302
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
303
+ paintOrder?: import("csstype").Property.PaintOrder | undefined;
304
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<0 | (string & {})> | undefined;
305
+ pointerEvents?: import("csstype").Property.PointerEvents | undefined;
306
+ position?: import("csstype").Property.Position | undefined;
307
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
308
+ quotes?: import("csstype").Property.Quotes | undefined;
309
+ resize?: import("csstype").Property.Resize | undefined;
310
+ right?: import("csstype").Property.Right<0 | (string & {})> | undefined;
311
+ rowGap?: import("csstype").Property.RowGap<0 | (string & {})> | undefined;
312
+ rubyAlign?: import("csstype").Property.RubyAlign | undefined;
313
+ rubyMerge?: import("csstype").Property.RubyMerge | undefined;
314
+ rubyPosition?: import("csstype").Property.RubyPosition | undefined;
315
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
316
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<0 | (string & {})> | undefined;
317
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<0 | (string & {})> | undefined;
318
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<0 | (string & {})> | undefined;
319
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<0 | (string & {})> | undefined;
320
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<0 | (string & {})> | undefined;
321
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<0 | (string & {})> | undefined;
322
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<0 | (string & {})> | undefined;
323
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<0 | (string & {})> | undefined;
324
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<0 | (string & {})> | undefined;
325
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<0 | (string & {})> | undefined;
326
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<0 | (string & {})> | undefined;
327
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<0 | (string & {})> | undefined;
328
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<0 | (string & {})> | undefined;
329
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<0 | (string & {})> | undefined;
330
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<0 | (string & {})> | undefined;
331
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<0 | (string & {})> | undefined;
332
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
333
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<0 | (string & {})> | undefined;
334
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<0 | (string & {})> | undefined;
335
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<0 | (string & {})> | undefined;
336
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<0 | (string & {})> | undefined;
337
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
338
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
339
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
340
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
341
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
342
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
343
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
344
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
345
+ shapeMargin?: import("csstype").Property.ShapeMargin<0 | (string & {})> | undefined;
346
+ shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
347
+ tabSize?: import("csstype").Property.TabSize<0 | (string & {})> | undefined;
348
+ tableLayout?: import("csstype").Property.TableLayout | undefined;
349
+ textAlign?: import("csstype").Property.TextAlign | undefined;
350
+ textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
351
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
352
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
353
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
354
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
355
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
356
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
357
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<0 | (string & {})> | undefined;
358
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
359
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
360
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
361
+ textIndent?: import("csstype").Property.TextIndent<0 | (string & {})> | undefined;
362
+ textJustify?: import("csstype").Property.TextJustify | undefined;
363
+ textOrientation?: import("csstype").Property.TextOrientation | undefined;
364
+ textOverflow?: import("csstype").Property.TextOverflow | undefined;
365
+ textRendering?: import("csstype").Property.TextRendering | undefined;
366
+ textShadow?: import("csstype").Property.TextShadow | undefined;
367
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
368
+ textTransform?: import("csstype").Property.TextTransform | undefined;
369
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<0 | (string & {})> | undefined;
370
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
371
+ textWrap?: import("csstype").Property.TextWrap | undefined;
372
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
373
+ top?: import("csstype").Property.Top<0 | (string & {})> | undefined;
374
+ touchAction?: import("csstype").Property.TouchAction | undefined;
375
+ transform?: import("csstype").Property.Transform | undefined;
376
+ transformBox?: import("csstype").Property.TransformBox | undefined;
377
+ transformOrigin?: import("csstype").Property.TransformOrigin<0 | (string & {})> | undefined;
378
+ transformStyle?: import("csstype").Property.TransformStyle | undefined;
379
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
380
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
381
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
382
+ transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
383
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
384
+ translate?: import("csstype").Property.Translate<0 | (string & {})> | undefined;
385
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
386
+ userSelect?: import("csstype").Property.UserSelect | undefined;
387
+ verticalAlign?: import("csstype").Property.VerticalAlign<0 | (string & {})> | undefined;
388
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
389
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<0 | (string & {})> | undefined;
390
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
391
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
392
+ visibility?: import("csstype").Property.Visibility | undefined;
393
+ whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
394
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
395
+ whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
396
+ widows?: import("csstype").Property.Widows | undefined;
397
+ width?: import("csstype").Property.Width<0 | (string & {})> | undefined;
398
+ willChange?: import("csstype").Property.WillChange | undefined;
399
+ wordBreak?: import("csstype").Property.WordBreak | undefined;
400
+ wordSpacing?: import("csstype").Property.WordSpacing<0 | (string & {})> | undefined;
401
+ wordWrap?: import("csstype").Property.WordWrap | undefined;
402
+ writingMode?: import("csstype").Property.WritingMode | undefined;
403
+ zIndex?: import("csstype").Property.ZIndex | undefined;
404
+ zoom?: import("csstype").Property.Zoom | undefined;
405
+ all?: import("csstype").Property.All | undefined;
406
+ animation?: import("csstype").Property.Animation<string & {}> | undefined;
407
+ animationRange?: import("csstype").Property.AnimationRange<0 | (string & {})> | undefined;
408
+ background?: import("csstype").Property.Background<0 | (string & {})> | undefined;
409
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<0 | (string & {})> | undefined;
410
+ border?: import("csstype").Property.Border<0 | (string & {})> | undefined;
411
+ borderBlock?: import("csstype").Property.BorderBlock<0 | (string & {})> | undefined;
412
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<0 | (string & {})> | undefined;
413
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<0 | (string & {})> | undefined;
414
+ borderBottom?: import("csstype").Property.BorderBottom<0 | (string & {})> | undefined;
415
+ borderColor?: import("csstype").Property.BorderColor | undefined;
416
+ borderImage?: import("csstype").Property.BorderImage | undefined;
417
+ borderInline?: import("csstype").Property.BorderInline<0 | (string & {})> | undefined;
418
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<0 | (string & {})> | undefined;
419
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<0 | (string & {})> | undefined;
420
+ borderLeft?: import("csstype").Property.BorderLeft<0 | (string & {})> | undefined;
421
+ borderRadius?: import("csstype").Property.BorderRadius<0 | (string & {})> | undefined;
422
+ borderRight?: import("csstype").Property.BorderRight<0 | (string & {})> | undefined;
423
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
424
+ borderTop?: import("csstype").Property.BorderTop<0 | (string & {})> | undefined;
425
+ borderWidth?: import("csstype").Property.BorderWidth<0 | (string & {})> | undefined;
426
+ caret?: import("csstype").Property.Caret | undefined;
427
+ columnRule?: import("csstype").Property.ColumnRule<0 | (string & {})> | undefined;
428
+ columns?: import("csstype").Property.Columns<0 | (string & {})> | undefined;
429
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<0 | (string & {})> | undefined;
430
+ container?: import("csstype").Property.Container | undefined;
431
+ flex?: import("csstype").Property.Flex<0 | (string & {})> | undefined;
432
+ flexFlow?: import("csstype").Property.FlexFlow | undefined;
433
+ font?: import("csstype").Property.Font | undefined;
434
+ gap?: import("csstype").Property.Gap<0 | (string & {})> | undefined;
435
+ grid?: import("csstype").Property.Grid | undefined;
436
+ gridArea?: import("csstype").Property.GridArea | undefined;
437
+ gridColumn?: import("csstype").Property.GridColumn | undefined;
438
+ gridRow?: import("csstype").Property.GridRow | undefined;
439
+ gridTemplate?: import("csstype").Property.GridTemplate | undefined;
440
+ inset?: import("csstype").Property.Inset<0 | (string & {})> | undefined;
441
+ insetBlock?: import("csstype").Property.InsetBlock<0 | (string & {})> | undefined;
442
+ insetInline?: import("csstype").Property.InsetInline<0 | (string & {})> | undefined;
443
+ lineClamp?: import("csstype").Property.LineClamp | undefined;
444
+ listStyle?: import("csstype").Property.ListStyle | undefined;
445
+ margin?: import("csstype").Property.Margin<0 | (string & {})> | undefined;
446
+ marginBlock?: import("csstype").Property.MarginBlock<0 | (string & {})> | undefined;
447
+ marginInline?: import("csstype").Property.MarginInline<0 | (string & {})> | undefined;
448
+ mask?: import("csstype").Property.Mask<0 | (string & {})> | undefined;
449
+ maskBorder?: import("csstype").Property.MaskBorder | undefined;
450
+ motion?: import("csstype").Property.Offset<0 | (string & {})> | undefined;
451
+ offset?: import("csstype").Property.Offset<0 | (string & {})> | undefined;
452
+ outline?: import("csstype").Property.Outline<0 | (string & {})> | undefined;
453
+ overflow?: import("csstype").Property.Overflow | undefined;
454
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
455
+ padding?: import("csstype").Property.Padding<0 | (string & {})> | undefined;
456
+ paddingBlock?: import("csstype").Property.PaddingBlock<0 | (string & {})> | undefined;
457
+ paddingInline?: import("csstype").Property.PaddingInline<0 | (string & {})> | undefined;
458
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
459
+ placeItems?: import("csstype").Property.PlaceItems | undefined;
460
+ placeSelf?: import("csstype").Property.PlaceSelf | undefined;
461
+ scrollMargin?: import("csstype").Property.ScrollMargin<0 | (string & {})> | undefined;
462
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<0 | (string & {})> | undefined;
463
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<0 | (string & {})> | undefined;
464
+ scrollPadding?: import("csstype").Property.ScrollPadding<0 | (string & {})> | undefined;
465
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<0 | (string & {})> | undefined;
466
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<0 | (string & {})> | undefined;
467
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<0 | (string & {})> | undefined;
468
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
469
+ textDecoration?: import("csstype").Property.TextDecoration<0 | (string & {})> | undefined;
470
+ textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
471
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
472
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
473
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
474
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
475
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
476
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
477
+ MozAnimationName?: import("csstype").Property.AnimationName | undefined;
478
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
479
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
480
+ MozAppearance?: import("csstype").Property.MozAppearance | undefined;
481
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
482
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
483
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
484
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
485
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<0 | (string & {})> | undefined;
486
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
487
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
488
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
489
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
490
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
491
+ MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
492
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
493
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
494
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
495
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
496
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<0 | (string & {})> | undefined;
497
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<0 | (string & {})> | undefined;
498
+ MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
499
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
500
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
501
+ MozHyphens?: import("csstype").Property.Hyphens | undefined;
502
+ MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
503
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<0 | (string & {})> | undefined;
504
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<0 | (string & {})> | undefined;
505
+ MozOrient?: import("csstype").Property.MozOrient | undefined;
506
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<0 | (string & {})> | undefined;
507
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<0 | (string & {})> | undefined;
508
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<0 | (string & {})> | undefined;
509
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<0 | (string & {})> | undefined;
510
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<0 | (string & {})> | undefined;
511
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<0 | (string & {})> | undefined;
512
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<0 | (string & {})> | undefined;
513
+ MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
514
+ MozTabSize?: import("csstype").Property.TabSize<0 | (string & {})> | undefined;
515
+ MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
516
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
517
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
518
+ MozUserModify?: import("csstype").Property.MozUserModify | undefined;
519
+ MozUserSelect?: import("csstype").Property.UserSelect | undefined;
520
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
521
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
522
+ msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
523
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
524
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
525
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
526
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
527
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
528
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
529
+ msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
530
+ msFilter?: import("csstype").Property.MsFilter | undefined;
531
+ msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
532
+ msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
533
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
534
+ msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
535
+ msGridColumns?: import("csstype").Property.MsGridColumns<0 | (string & {})> | undefined;
536
+ msGridRows?: import("csstype").Property.MsGridRows<0 | (string & {})> | undefined;
537
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
538
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
539
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
540
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<0 | (string & {})> | undefined;
541
+ msHyphens?: import("csstype").Property.Hyphens | undefined;
542
+ msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
543
+ msLineBreak?: import("csstype").Property.LineBreak | undefined;
544
+ msOrder?: import("csstype").Property.Order | undefined;
545
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
546
+ msOverflowX?: import("csstype").Property.OverflowX | undefined;
547
+ msOverflowY?: import("csstype").Property.OverflowY | undefined;
548
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
549
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<0 | (string & {})> | undefined;
550
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<0 | (string & {})> | undefined;
551
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<0 | (string & {})> | undefined;
552
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<0 | (string & {})> | undefined;
553
+ msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
554
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
555
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
556
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
557
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
558
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
559
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
560
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
561
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
562
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
563
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
564
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
565
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
566
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
567
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
568
+ msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
569
+ msTouchAction?: import("csstype").Property.TouchAction | undefined;
570
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
571
+ msTransform?: import("csstype").Property.Transform | undefined;
572
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<0 | (string & {})> | undefined;
573
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
574
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
575
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
576
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
577
+ msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
578
+ msWordBreak?: import("csstype").Property.WordBreak | undefined;
579
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
580
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<0 | (string & {})> | undefined;
581
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
582
+ msWritingMode?: import("csstype").Property.WritingMode | undefined;
583
+ WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
584
+ WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
585
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
586
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
587
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
588
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
589
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
590
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
591
+ WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
592
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
593
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
594
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
595
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
596
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
597
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
598
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
599
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<0 | (string & {})> | undefined;
600
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
601
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
602
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<0 | (string & {})> | undefined;
603
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<0 | (string & {})> | undefined;
604
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<0 | (string & {})> | undefined;
605
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
606
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<0 | (string & {})> | undefined;
607
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<0 | (string & {})> | undefined;
608
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
609
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<0 | (string & {})> | undefined;
610
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
611
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
612
+ WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
613
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
614
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
615
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
616
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
617
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<0 | (string & {})> | undefined;
618
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
619
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<0 | (string & {})> | undefined;
620
+ WebkitFilter?: import("csstype").Property.Filter | undefined;
621
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<0 | (string & {})> | undefined;
622
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
623
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
624
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
625
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
626
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
627
+ WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
628
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<0 | (string & {})> | undefined;
629
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
630
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
631
+ WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
632
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
633
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
634
+ WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
635
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
636
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<0 | (string & {})> | undefined;
637
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<0 | (string & {})> | undefined;
638
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
639
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<0 | (string & {})> | undefined;
640
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
641
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
642
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
643
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<0 | (string & {})> | undefined;
644
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
645
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
646
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
647
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
648
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<0 | (string & {})> | undefined;
649
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<0 | (string & {})> | undefined;
650
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<0 | (string & {})> | undefined;
651
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
652
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
653
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
654
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<0 | (string & {})> | undefined;
655
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<0 | (string & {})> | undefined;
656
+ WebkitOrder?: import("csstype").Property.Order | undefined;
657
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
658
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<0 | (string & {})> | undefined;
659
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<0 | (string & {})> | undefined;
660
+ WebkitPerspective?: import("csstype").Property.Perspective<0 | (string & {})> | undefined;
661
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<0 | (string & {})> | undefined;
662
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
663
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
664
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
665
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<0 | (string & {})> | undefined;
666
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
667
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
668
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
669
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
670
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
671
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
672
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
673
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
674
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
675
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
676
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
677
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
678
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
679
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<0 | (string & {})> | undefined;
680
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
681
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
682
+ WebkitTransform?: import("csstype").Property.Transform | undefined;
683
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<0 | (string & {})> | undefined;
684
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
685
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
686
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
687
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
688
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
689
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
690
+ WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
691
+ WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
692
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
693
+ MozBorderImage?: import("csstype").Property.BorderImage | undefined;
694
+ MozColumnRule?: import("csstype").Property.ColumnRule<0 | (string & {})> | undefined;
695
+ MozColumns?: import("csstype").Property.Columns<0 | (string & {})> | undefined;
696
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<0 | (string & {})> | undefined;
697
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
698
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
699
+ msFlex?: import("csstype").Property.Flex<0 | (string & {})> | undefined;
700
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
701
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
702
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
703
+ msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
704
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
705
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<0 | (string & {})> | undefined;
706
+ WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
707
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<0 | (string & {})> | undefined;
708
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<0 | (string & {})> | undefined;
709
+ WebkitColumns?: import("csstype").Property.Columns<0 | (string & {})> | undefined;
710
+ WebkitFlex?: import("csstype").Property.Flex<0 | (string & {})> | undefined;
711
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
712
+ WebkitMask?: import("csstype").Property.WebkitMask<0 | (string & {})> | undefined;
713
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
714
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
715
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<0 | (string & {})> | undefined;
716
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
717
+ azimuth?: import("csstype").Property.Azimuth | undefined;
718
+ boxAlign?: import("csstype").Property.BoxAlign | undefined;
719
+ boxDirection?: import("csstype").Property.BoxDirection | undefined;
720
+ boxFlex?: import("csstype").Property.BoxFlex | undefined;
721
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
722
+ boxLines?: import("csstype").Property.BoxLines | undefined;
723
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
724
+ boxOrient?: import("csstype").Property.BoxOrient | undefined;
725
+ boxPack?: import("csstype").Property.BoxPack | undefined;
726
+ clip?: import("csstype").Property.Clip | undefined;
727
+ gridColumnGap?: import("csstype").Property.GridColumnGap<0 | (string & {})> | undefined;
728
+ gridGap?: import("csstype").Property.GridGap<0 | (string & {})> | undefined;
729
+ gridRowGap?: import("csstype").Property.GridRowGap<0 | (string & {})> | undefined;
730
+ imeMode?: import("csstype").Property.ImeMode | undefined;
731
+ offsetBlock?: import("csstype").Property.InsetBlock<0 | (string & {})> | undefined;
732
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<0 | (string & {})> | undefined;
733
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<0 | (string & {})> | undefined;
734
+ offsetInline?: import("csstype").Property.InsetInline<0 | (string & {})> | undefined;
735
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<0 | (string & {})> | undefined;
736
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<0 | (string & {})> | undefined;
737
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<0 | (string & {})> | undefined;
738
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<0 | (string & {})> | undefined;
739
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
740
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
741
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
742
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
743
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
744
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
745
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
746
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
747
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
748
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
749
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
750
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
751
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
752
+ KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
753
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
754
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
755
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
756
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
757
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
758
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<0 | (string & {})> | undefined;
759
+ MozBorderRadius?: import("csstype").Property.BorderRadius<0 | (string & {})> | undefined;
760
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<0 | (string & {})> | undefined;
761
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<0 | (string & {})> | undefined;
762
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<0 | (string & {})> | undefined;
763
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<0 | (string & {})> | undefined;
764
+ MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
765
+ MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
766
+ MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
767
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
768
+ MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
769
+ MozBoxPack?: import("csstype").Property.BoxPack | undefined;
770
+ MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
771
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
772
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
773
+ MozOpacity?: import("csstype").Property.Opacity | undefined;
774
+ MozOutline?: import("csstype").Property.Outline<0 | (string & {})> | undefined;
775
+ MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
776
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
777
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<0 | (string & {})> | undefined;
778
+ MozPerspective?: import("csstype").Property.Perspective<0 | (string & {})> | undefined;
779
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<0 | (string & {})> | undefined;
780
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
781
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
782
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
783
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
784
+ MozTransform?: import("csstype").Property.Transform | undefined;
785
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<0 | (string & {})> | undefined;
786
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
787
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
788
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
789
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
790
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
791
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
792
+ MozUserInput?: import("csstype").Property.MozUserInput | undefined;
793
+ msImeMode?: import("csstype").Property.ImeMode | undefined;
794
+ OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
795
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
796
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
797
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
798
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
799
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
800
+ OAnimationName?: import("csstype").Property.AnimationName | undefined;
801
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
802
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
803
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<0 | (string & {})> | undefined;
804
+ OBorderImage?: import("csstype").Property.BorderImage | undefined;
805
+ OObjectFit?: import("csstype").Property.ObjectFit | undefined;
806
+ OObjectPosition?: import("csstype").Property.ObjectPosition<0 | (string & {})> | undefined;
807
+ OTabSize?: import("csstype").Property.TabSize<0 | (string & {})> | undefined;
808
+ OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
809
+ OTransform?: import("csstype").Property.Transform | undefined;
810
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<0 | (string & {})> | undefined;
811
+ OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
812
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
813
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
814
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
815
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
816
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
817
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
818
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
819
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
820
+ WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
821
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
822
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
823
+ WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
824
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
825
+ baselineShift?: import("csstype").Property.BaselineShift<0 | (string & {})> | undefined;
826
+ clipRule?: import("csstype").Property.ClipRule | undefined;
827
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
828
+ colorRendering?: import("csstype").Property.ColorRendering | undefined;
829
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
830
+ fill?: import("csstype").Property.Fill | undefined;
831
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
832
+ fillRule?: import("csstype").Property.FillRule | undefined;
833
+ floodColor?: import("csstype").Property.FloodColor | undefined;
834
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
835
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
836
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
837
+ marker?: import("csstype").Property.Marker | undefined;
838
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
839
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
840
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
841
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
842
+ stopColor?: import("csstype").Property.StopColor | undefined;
843
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
844
+ stroke?: import("csstype").Property.Stroke | undefined;
845
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<0 | (string & {})> | undefined;
846
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<0 | (string & {})> | undefined;
847
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
848
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
849
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
850
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
851
+ strokeWidth?: import("csstype").Property.StrokeWidth<0 | (string & {})> | undefined;
852
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
853
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
854
+ } & import("svelte/elements").SVGAttributes<SVGElement> & import("../../motion/types").TransformProperties & import("../../motion/types").SVGPathProperties> | undefined;
855
+ } & {
856
+ [x: `data-${string}`]: any;
857
+ accentColor?: import("../..").CustomValueType | import("csstype").Property.AccentColor | (import("../..").CustomValueType | import("csstype").Property.AccentColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AccentColor | undefined)[]] | undefined;
858
+ alignContent?: import("../..").CustomValueType | import("csstype").Property.AlignContent | (import("../..").CustomValueType | import("csstype").Property.AlignContent | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AlignContent | undefined)[]] | undefined;
859
+ alignItems?: import("../..").CustomValueType | import("csstype").Property.AlignItems | (import("../..").CustomValueType | import("csstype").Property.AlignItems | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AlignItems | undefined)[]] | undefined;
860
+ alignSelf?: import("../..").CustomValueType | import("csstype").Property.AlignSelf | (import("../..").CustomValueType | import("csstype").Property.AlignSelf | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AlignSelf | undefined)[]] | undefined;
861
+ alignTracks?: import("../..").CustomValueType | import("csstype").Property.AlignTracks | (import("../..").CustomValueType | import("csstype").Property.AlignTracks | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AlignTracks | undefined)[]] | undefined;
862
+ animationComposition?: import("../..").CustomValueType | import("csstype").Property.AnimationComposition | (import("../..").CustomValueType | import("csstype").Property.AnimationComposition | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationComposition | undefined)[]] | undefined;
863
+ animationDelay?: import("../..").CustomValueType | import("csstype").Property.AnimationDelay<string & {}> | (import("../..").CustomValueType | import("csstype").Property.AnimationDelay<string & {}> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationDelay<string & {}> | undefined)[]] | undefined;
864
+ animationDirection?: import("../..").CustomValueType | import("csstype").Property.AnimationDirection | (import("../..").CustomValueType | import("csstype").Property.AnimationDirection | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationDirection | undefined)[]] | undefined;
865
+ animationDuration?: import("../..").CustomValueType | import("csstype").Property.AnimationDuration<string & {}> | (import("../..").CustomValueType | import("csstype").Property.AnimationDuration<string & {}> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationDuration<string & {}> | undefined)[]] | undefined;
866
+ animationFillMode?: import("../..").CustomValueType | import("csstype").Property.AnimationFillMode | (import("../..").CustomValueType | import("csstype").Property.AnimationFillMode | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationFillMode | undefined)[]] | undefined;
867
+ animationIterationCount?: import("../..").CustomValueType | import("csstype").Property.AnimationIterationCount | (import("../..").CustomValueType | import("csstype").Property.AnimationIterationCount | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationIterationCount | undefined)[]] | undefined;
868
+ animationName?: import("../..").CustomValueType | import("csstype").Property.AnimationName | (import("../..").CustomValueType | import("csstype").Property.AnimationName | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationName | undefined)[]] | undefined;
869
+ animationPlayState?: import("../..").CustomValueType | import("csstype").Property.AnimationPlayState | (import("../..").CustomValueType | import("csstype").Property.AnimationPlayState | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationPlayState | undefined)[]] | undefined;
870
+ animationRangeEnd?: import("../..").CustomValueType | import("csstype").Property.AnimationRangeEnd<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.AnimationRangeEnd<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationRangeEnd<0 | (string & {})> | undefined)[]] | undefined;
871
+ animationRangeStart?: import("../..").CustomValueType | import("csstype").Property.AnimationRangeStart<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.AnimationRangeStart<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationRangeStart<0 | (string & {})> | undefined)[]] | undefined;
872
+ animationTimeline?: import("../..").CustomValueType | import("csstype").Property.AnimationTimeline | (import("../..").CustomValueType | import("csstype").Property.AnimationTimeline | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationTimeline | undefined)[]] | undefined;
873
+ animationTimingFunction?: import("../..").CustomValueType | import("csstype").Property.AnimationTimingFunction | (import("../..").CustomValueType | import("csstype").Property.AnimationTimingFunction | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationTimingFunction | undefined)[]] | undefined;
874
+ appearance?: import("../..").CustomValueType | import("csstype").Property.Appearance | (import("../..").CustomValueType | import("csstype").Property.Appearance | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Appearance | undefined)[]] | undefined;
875
+ aspectRatio?: import("../..").CustomValueType | import("csstype").Property.AspectRatio | (import("../..").CustomValueType | import("csstype").Property.AspectRatio | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AspectRatio | undefined)[]] | undefined;
876
+ backdropFilter?: import("../..").CustomValueType | import("csstype").Property.BackdropFilter | (import("../..").CustomValueType | import("csstype").Property.BackdropFilter | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BackdropFilter | undefined)[]] | undefined;
877
+ backfaceVisibility?: import("../..").CustomValueType | import("csstype").Property.BackfaceVisibility | (import("../..").CustomValueType | import("csstype").Property.BackfaceVisibility | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BackfaceVisibility | undefined)[]] | undefined;
878
+ backgroundAttachment?: import("../..").CustomValueType | import("csstype").Property.BackgroundAttachment | (import("../..").CustomValueType | import("csstype").Property.BackgroundAttachment | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BackgroundAttachment | undefined)[]] | undefined;
879
+ backgroundBlendMode?: import("../..").CustomValueType | import("csstype").Property.BackgroundBlendMode | (import("../..").CustomValueType | import("csstype").Property.BackgroundBlendMode | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BackgroundBlendMode | undefined)[]] | undefined;
880
+ backgroundClip?: import("../..").CustomValueType | import("csstype").Property.BackgroundClip | (import("../..").CustomValueType | import("csstype").Property.BackgroundClip | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BackgroundClip | undefined)[]] | undefined;
881
+ backgroundColor?: import("../..").CustomValueType | import("csstype").Property.BackgroundColor | (import("../..").CustomValueType | import("csstype").Property.BackgroundColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BackgroundColor | undefined)[]] | undefined;
882
+ backgroundImage?: import("../..").CustomValueType | import("csstype").Property.BackgroundImage | (import("../..").CustomValueType | import("csstype").Property.BackgroundImage | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BackgroundImage | undefined)[]] | undefined;
883
+ backgroundOrigin?: import("../..").CustomValueType | import("csstype").Property.BackgroundOrigin | (import("../..").CustomValueType | import("csstype").Property.BackgroundOrigin | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BackgroundOrigin | undefined)[]] | undefined;
884
+ backgroundPositionX?: import("../..").CustomValueType | import("csstype").Property.BackgroundPositionX<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BackgroundPositionX<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BackgroundPositionX<0 | (string & {})> | undefined)[]] | undefined;
885
+ backgroundPositionY?: import("../..").CustomValueType | import("csstype").Property.BackgroundPositionY<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BackgroundPositionY<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BackgroundPositionY<0 | (string & {})> | undefined)[]] | undefined;
886
+ backgroundRepeat?: import("../..").CustomValueType | import("csstype").Property.BackgroundRepeat | (import("../..").CustomValueType | import("csstype").Property.BackgroundRepeat | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BackgroundRepeat | undefined)[]] | undefined;
887
+ backgroundSize?: import("../..").CustomValueType | import("csstype").Property.BackgroundSize<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BackgroundSize<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BackgroundSize<0 | (string & {})> | undefined)[]] | undefined;
888
+ blockOverflow?: import("../..").CustomValueType | import("csstype").Property.BlockOverflow | (import("../..").CustomValueType | import("csstype").Property.BlockOverflow | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BlockOverflow | undefined)[]] | undefined;
889
+ blockSize?: import("../..").CustomValueType | import("csstype").Property.BlockSize<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BlockSize<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BlockSize<0 | (string & {})> | undefined)[]] | undefined;
890
+ borderBlockColor?: import("../..").CustomValueType | import("csstype").Property.BorderBlockColor | (import("../..").CustomValueType | import("csstype").Property.BorderBlockColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderBlockColor | undefined)[]] | undefined;
891
+ borderBlockEndColor?: import("../..").CustomValueType | import("csstype").Property.BorderBlockEndColor | (import("../..").CustomValueType | import("csstype").Property.BorderBlockEndColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderBlockEndColor | undefined)[]] | undefined;
892
+ borderBlockEndStyle?: import("../..").CustomValueType | import("csstype").Property.BorderBlockEndStyle | (import("../..").CustomValueType | import("csstype").Property.BorderBlockEndStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderBlockEndStyle | undefined)[]] | undefined;
893
+ borderBlockEndWidth?: import("../..").CustomValueType | import("csstype").Property.BorderBlockEndWidth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderBlockEndWidth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderBlockEndWidth<0 | (string & {})> | undefined)[]] | undefined;
894
+ borderBlockStartColor?: import("../..").CustomValueType | import("csstype").Property.BorderBlockStartColor | (import("../..").CustomValueType | import("csstype").Property.BorderBlockStartColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderBlockStartColor | undefined)[]] | undefined;
895
+ borderBlockStartStyle?: import("../..").CustomValueType | import("csstype").Property.BorderBlockStartStyle | (import("../..").CustomValueType | import("csstype").Property.BorderBlockStartStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderBlockStartStyle | undefined)[]] | undefined;
896
+ borderBlockStartWidth?: import("../..").CustomValueType | import("csstype").Property.BorderBlockStartWidth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderBlockStartWidth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderBlockStartWidth<0 | (string & {})> | undefined)[]] | undefined;
897
+ borderBlockStyle?: import("../..").CustomValueType | import("csstype").Property.BorderBlockStyle | (import("../..").CustomValueType | import("csstype").Property.BorderBlockStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderBlockStyle | undefined)[]] | undefined;
898
+ borderBlockWidth?: import("../..").CustomValueType | import("csstype").Property.BorderBlockWidth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderBlockWidth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderBlockWidth<0 | (string & {})> | undefined)[]] | undefined;
899
+ borderBottomColor?: import("../..").CustomValueType | import("csstype").Property.BorderBottomColor | (import("../..").CustomValueType | import("csstype").Property.BorderBottomColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderBottomColor | undefined)[]] | undefined;
900
+ borderBottomLeftRadius?: import("../..").CustomValueType | import("csstype").Property.BorderBottomLeftRadius<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderBottomLeftRadius<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderBottomLeftRadius<0 | (string & {})> | undefined)[]] | undefined;
901
+ borderBottomRightRadius?: import("../..").CustomValueType | import("csstype").Property.BorderBottomRightRadius<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderBottomRightRadius<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderBottomRightRadius<0 | (string & {})> | undefined)[]] | undefined;
902
+ borderBottomStyle?: import("../..").CustomValueType | import("csstype").Property.BorderBottomStyle | (import("../..").CustomValueType | import("csstype").Property.BorderBottomStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderBottomStyle | undefined)[]] | undefined;
903
+ borderBottomWidth?: import("../..").CustomValueType | import("csstype").Property.BorderBottomWidth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderBottomWidth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderBottomWidth<0 | (string & {})> | undefined)[]] | undefined;
904
+ borderCollapse?: import("../..").CustomValueType | import("csstype").Property.BorderCollapse | (import("../..").CustomValueType | import("csstype").Property.BorderCollapse | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderCollapse | undefined)[]] | undefined;
905
+ borderEndEndRadius?: import("../..").CustomValueType | import("csstype").Property.BorderEndEndRadius<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderEndEndRadius<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderEndEndRadius<0 | (string & {})> | undefined)[]] | undefined;
906
+ borderEndStartRadius?: import("../..").CustomValueType | import("csstype").Property.BorderEndStartRadius<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderEndStartRadius<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderEndStartRadius<0 | (string & {})> | undefined)[]] | undefined;
907
+ borderImageOutset?: import("../..").CustomValueType | import("csstype").Property.BorderImageOutset<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderImageOutset<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderImageOutset<0 | (string & {})> | undefined)[]] | undefined;
908
+ borderImageRepeat?: import("../..").CustomValueType | import("csstype").Property.BorderImageRepeat | (import("../..").CustomValueType | import("csstype").Property.BorderImageRepeat | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderImageRepeat | undefined)[]] | undefined;
909
+ borderImageSlice?: import("../..").CustomValueType | import("csstype").Property.BorderImageSlice | (import("../..").CustomValueType | import("csstype").Property.BorderImageSlice | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderImageSlice | undefined)[]] | undefined;
910
+ borderImageSource?: import("../..").CustomValueType | import("csstype").Property.BorderImageSource | (import("../..").CustomValueType | import("csstype").Property.BorderImageSource | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderImageSource | undefined)[]] | undefined;
911
+ borderImageWidth?: import("../..").CustomValueType | import("csstype").Property.BorderImageWidth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderImageWidth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderImageWidth<0 | (string & {})> | undefined)[]] | undefined;
912
+ borderInlineColor?: import("../..").CustomValueType | import("csstype").Property.BorderInlineColor | (import("../..").CustomValueType | import("csstype").Property.BorderInlineColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderInlineColor | undefined)[]] | undefined;
913
+ borderInlineEndColor?: import("../..").CustomValueType | import("csstype").Property.BorderInlineEndColor | (import("../..").CustomValueType | import("csstype").Property.BorderInlineEndColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderInlineEndColor | undefined)[]] | undefined;
914
+ borderInlineEndStyle?: import("../..").CustomValueType | import("csstype").Property.BorderInlineEndStyle | (import("../..").CustomValueType | import("csstype").Property.BorderInlineEndStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderInlineEndStyle | undefined)[]] | undefined;
915
+ borderInlineEndWidth?: import("../..").CustomValueType | import("csstype").Property.BorderInlineEndWidth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderInlineEndWidth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderInlineEndWidth<0 | (string & {})> | undefined)[]] | undefined;
916
+ borderInlineStartColor?: import("../..").CustomValueType | import("csstype").Property.BorderInlineStartColor | (import("../..").CustomValueType | import("csstype").Property.BorderInlineStartColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderInlineStartColor | undefined)[]] | undefined;
917
+ borderInlineStartStyle?: import("../..").CustomValueType | import("csstype").Property.BorderInlineStartStyle | (import("../..").CustomValueType | import("csstype").Property.BorderInlineStartStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderInlineStartStyle | undefined)[]] | undefined;
918
+ borderInlineStartWidth?: import("../..").CustomValueType | import("csstype").Property.BorderInlineStartWidth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderInlineStartWidth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderInlineStartWidth<0 | (string & {})> | undefined)[]] | undefined;
919
+ borderInlineStyle?: import("../..").CustomValueType | import("csstype").Property.BorderInlineStyle | (import("../..").CustomValueType | import("csstype").Property.BorderInlineStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderInlineStyle | undefined)[]] | undefined;
920
+ borderInlineWidth?: import("../..").CustomValueType | import("csstype").Property.BorderInlineWidth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderInlineWidth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderInlineWidth<0 | (string & {})> | undefined)[]] | undefined;
921
+ borderLeftColor?: import("../..").CustomValueType | import("csstype").Property.BorderLeftColor | (import("../..").CustomValueType | import("csstype").Property.BorderLeftColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderLeftColor | undefined)[]] | undefined;
922
+ borderLeftStyle?: import("../..").CustomValueType | import("csstype").Property.BorderLeftStyle | (import("../..").CustomValueType | import("csstype").Property.BorderLeftStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderLeftStyle | undefined)[]] | undefined;
923
+ borderLeftWidth?: import("../..").CustomValueType | import("csstype").Property.BorderLeftWidth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderLeftWidth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderLeftWidth<0 | (string & {})> | undefined)[]] | undefined;
924
+ borderRightColor?: import("../..").CustomValueType | import("csstype").Property.BorderRightColor | (import("../..").CustomValueType | import("csstype").Property.BorderRightColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderRightColor | undefined)[]] | undefined;
925
+ borderRightStyle?: import("../..").CustomValueType | import("csstype").Property.BorderRightStyle | (import("../..").CustomValueType | import("csstype").Property.BorderRightStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderRightStyle | undefined)[]] | undefined;
926
+ borderRightWidth?: import("../..").CustomValueType | import("csstype").Property.BorderRightWidth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderRightWidth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderRightWidth<0 | (string & {})> | undefined)[]] | undefined;
927
+ borderSpacing?: import("../..").CustomValueType | import("csstype").Property.BorderSpacing<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderSpacing<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderSpacing<0 | (string & {})> | undefined)[]] | undefined;
928
+ borderStartEndRadius?: import("../..").CustomValueType | import("csstype").Property.BorderStartEndRadius<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderStartEndRadius<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderStartEndRadius<0 | (string & {})> | undefined)[]] | undefined;
929
+ borderStartStartRadius?: import("../..").CustomValueType | import("csstype").Property.BorderStartStartRadius<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderStartStartRadius<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderStartStartRadius<0 | (string & {})> | undefined)[]] | undefined;
930
+ borderTopColor?: import("../..").CustomValueType | import("csstype").Property.BorderTopColor | (import("../..").CustomValueType | import("csstype").Property.BorderTopColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderTopColor | undefined)[]] | undefined;
931
+ borderTopLeftRadius?: import("../..").CustomValueType | import("csstype").Property.BorderTopLeftRadius<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderTopLeftRadius<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderTopLeftRadius<0 | (string & {})> | undefined)[]] | undefined;
932
+ borderTopRightRadius?: import("../..").CustomValueType | import("csstype").Property.BorderTopRightRadius<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderTopRightRadius<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderTopRightRadius<0 | (string & {})> | undefined)[]] | undefined;
933
+ borderTopStyle?: import("../..").CustomValueType | import("csstype").Property.BorderTopStyle | (import("../..").CustomValueType | import("csstype").Property.BorderTopStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderTopStyle | undefined)[]] | undefined;
934
+ borderTopWidth?: import("../..").CustomValueType | import("csstype").Property.BorderTopWidth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderTopWidth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderTopWidth<0 | (string & {})> | undefined)[]] | undefined;
935
+ bottom?: import("../..").CustomValueType | import("csstype").Property.Bottom<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.Bottom<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Bottom<0 | (string & {})> | undefined)[]] | undefined;
936
+ boxDecorationBreak?: import("../..").CustomValueType | import("csstype").Property.BoxDecorationBreak | (import("../..").CustomValueType | import("csstype").Property.BoxDecorationBreak | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxDecorationBreak | undefined)[]] | undefined;
937
+ boxShadow?: import("../..").CustomValueType | import("csstype").Property.BoxShadow | (import("../..").CustomValueType | import("csstype").Property.BoxShadow | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxShadow | undefined)[]] | undefined;
938
+ boxSizing?: import("../..").CustomValueType | import("csstype").Property.BoxSizing | (import("../..").CustomValueType | import("csstype").Property.BoxSizing | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxSizing | undefined)[]] | undefined;
939
+ breakAfter?: import("../..").CustomValueType | import("csstype").Property.BreakAfter | (import("../..").CustomValueType | import("csstype").Property.BreakAfter | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BreakAfter | undefined)[]] | undefined;
940
+ breakBefore?: import("../..").CustomValueType | import("csstype").Property.BreakBefore | (import("../..").CustomValueType | import("csstype").Property.BreakBefore | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BreakBefore | undefined)[]] | undefined;
941
+ breakInside?: import("../..").CustomValueType | import("csstype").Property.BreakInside | (import("../..").CustomValueType | import("csstype").Property.BreakInside | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BreakInside | undefined)[]] | undefined;
942
+ captionSide?: import("../..").CustomValueType | import("csstype").Property.CaptionSide | (import("../..").CustomValueType | import("csstype").Property.CaptionSide | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.CaptionSide | undefined)[]] | undefined;
943
+ caretColor?: import("../..").CustomValueType | import("csstype").Property.CaretColor | (import("../..").CustomValueType | import("csstype").Property.CaretColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.CaretColor | undefined)[]] | undefined;
944
+ caretShape?: import("../..").CustomValueType | import("csstype").Property.CaretShape | (import("../..").CustomValueType | import("csstype").Property.CaretShape | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.CaretShape | undefined)[]] | undefined;
945
+ clear?: import("../..").CustomValueType | import("csstype").Property.Clear | (import("../..").CustomValueType | import("csstype").Property.Clear | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Clear | undefined)[]] | undefined;
946
+ clipPath?: import("../..").CustomValueType | import("csstype").Property.ClipPath | (import("../..").CustomValueType | import("csstype").Property.ClipPath | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ClipPath | undefined)[]] | undefined;
947
+ color?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | undefined)[] | [null, ...(string | import("../..").CustomValueType | undefined)[]] | undefined;
948
+ colorAdjust?: import("../..").CustomValueType | import("csstype").Property.PrintColorAdjust | (import("../..").CustomValueType | import("csstype").Property.PrintColorAdjust | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.PrintColorAdjust | undefined)[]] | undefined;
949
+ colorScheme?: import("../..").CustomValueType | import("csstype").Property.ColorScheme | (import("../..").CustomValueType | import("csstype").Property.ColorScheme | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ColorScheme | undefined)[]] | undefined;
950
+ columnCount?: import("../..").CustomValueType | import("csstype").Property.ColumnCount | (import("../..").CustomValueType | import("csstype").Property.ColumnCount | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ColumnCount | undefined)[]] | undefined;
951
+ columnFill?: import("../..").CustomValueType | import("csstype").Property.ColumnFill | (import("../..").CustomValueType | import("csstype").Property.ColumnFill | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ColumnFill | undefined)[]] | undefined;
952
+ columnGap?: import("../..").CustomValueType | import("csstype").Property.ColumnGap<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ColumnGap<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ColumnGap<0 | (string & {})> | undefined)[]] | undefined;
953
+ columnRuleColor?: import("../..").CustomValueType | import("csstype").Property.ColumnRuleColor | (import("../..").CustomValueType | import("csstype").Property.ColumnRuleColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ColumnRuleColor | undefined)[]] | undefined;
954
+ columnRuleStyle?: import("../..").CustomValueType | import("csstype").Property.ColumnRuleStyle | (import("../..").CustomValueType | import("csstype").Property.ColumnRuleStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ColumnRuleStyle | undefined)[]] | undefined;
955
+ columnRuleWidth?: import("../..").CustomValueType | import("csstype").Property.ColumnRuleWidth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ColumnRuleWidth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ColumnRuleWidth<0 | (string & {})> | undefined)[]] | undefined;
956
+ columnSpan?: import("../..").CustomValueType | import("csstype").Property.ColumnSpan | (import("../..").CustomValueType | import("csstype").Property.ColumnSpan | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ColumnSpan | undefined)[]] | undefined;
957
+ columnWidth?: import("../..").CustomValueType | import("csstype").Property.ColumnWidth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ColumnWidth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ColumnWidth<0 | (string & {})> | undefined)[]] | undefined;
958
+ contain?: import("../..").CustomValueType | import("csstype").Property.Contain | (import("../..").CustomValueType | import("csstype").Property.Contain | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Contain | undefined)[]] | undefined;
959
+ containIntrinsicBlockSize?: import("../..").CustomValueType | import("csstype").Property.ContainIntrinsicBlockSize<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ContainIntrinsicBlockSize<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ContainIntrinsicBlockSize<0 | (string & {})> | undefined)[]] | undefined;
960
+ containIntrinsicHeight?: import("../..").CustomValueType | import("csstype").Property.ContainIntrinsicHeight<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ContainIntrinsicHeight<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ContainIntrinsicHeight<0 | (string & {})> | undefined)[]] | undefined;
961
+ containIntrinsicInlineSize?: import("../..").CustomValueType | import("csstype").Property.ContainIntrinsicInlineSize<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ContainIntrinsicInlineSize<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ContainIntrinsicInlineSize<0 | (string & {})> | undefined)[]] | undefined;
962
+ containIntrinsicWidth?: import("../..").CustomValueType | import("csstype").Property.ContainIntrinsicWidth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ContainIntrinsicWidth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ContainIntrinsicWidth<0 | (string & {})> | undefined)[]] | undefined;
963
+ containerName?: import("../..").CustomValueType | import("csstype").Property.ContainerName | (import("../..").CustomValueType | import("csstype").Property.ContainerName | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ContainerName | undefined)[]] | undefined;
964
+ containerType?: import("../..").CustomValueType | import("csstype").Property.ContainerType | (import("../..").CustomValueType | import("csstype").Property.ContainerType | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ContainerType | undefined)[]] | undefined;
965
+ content?: import("../..").CustomValueType | import("csstype").Property.Content | (import("../..").CustomValueType | import("csstype").Property.Content | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Content | undefined)[]] | undefined;
966
+ contentVisibility?: import("../..").CustomValueType | import("csstype").Property.ContentVisibility | (import("../..").CustomValueType | import("csstype").Property.ContentVisibility | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ContentVisibility | undefined)[]] | undefined;
967
+ counterIncrement?: import("../..").CustomValueType | import("csstype").Property.CounterIncrement | (import("../..").CustomValueType | import("csstype").Property.CounterIncrement | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.CounterIncrement | undefined)[]] | undefined;
968
+ counterReset?: import("../..").CustomValueType | import("csstype").Property.CounterReset | (import("../..").CustomValueType | import("csstype").Property.CounterReset | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.CounterReset | undefined)[]] | undefined;
969
+ counterSet?: import("../..").CustomValueType | import("csstype").Property.CounterSet | (import("../..").CustomValueType | import("csstype").Property.CounterSet | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.CounterSet | undefined)[]] | undefined;
970
+ cursor?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | undefined)[] | [null, ...(string | import("../..").CustomValueType | undefined)[]] | undefined;
971
+ direction?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "ltr" | "rtl" | import("../..").CustomValueType | ("-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "ltr" | "rtl" | import("../..").CustomValueType | undefined)[] | [null, ...("-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "ltr" | "rtl" | import("../..").CustomValueType | undefined)[]] | undefined;
972
+ display?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | undefined)[] | [null, ...(string | import("../..").CustomValueType | undefined)[]] | undefined;
973
+ emptyCells?: import("../..").CustomValueType | import("csstype").Property.EmptyCells | (import("../..").CustomValueType | import("csstype").Property.EmptyCells | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.EmptyCells | undefined)[]] | undefined;
974
+ filter?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | undefined)[] | [null, ...(string | import("../..").CustomValueType | undefined)[]] | undefined;
975
+ flexBasis?: import("../..").CustomValueType | import("csstype").Property.FlexBasis<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.FlexBasis<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FlexBasis<0 | (string & {})> | undefined)[]] | undefined;
976
+ flexDirection?: import("../..").CustomValueType | import("csstype").Property.FlexDirection | (import("../..").CustomValueType | import("csstype").Property.FlexDirection | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FlexDirection | undefined)[]] | undefined;
977
+ flexGrow?: import("../..").CustomValueType | import("csstype").Property.FlexGrow | (import("../..").CustomValueType | import("csstype").Property.FlexGrow | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FlexGrow | undefined)[]] | undefined;
978
+ flexShrink?: import("../..").CustomValueType | import("csstype").Property.FlexShrink | (import("../..").CustomValueType | import("csstype").Property.FlexShrink | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FlexShrink | undefined)[]] | undefined;
979
+ flexWrap?: import("../..").CustomValueType | import("csstype").Property.FlexWrap | (import("../..").CustomValueType | import("csstype").Property.FlexWrap | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FlexWrap | undefined)[]] | undefined;
980
+ float?: import("../..").CustomValueType | import("csstype").Property.Float | (import("../..").CustomValueType | import("csstype").Property.Float | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Float | undefined)[]] | undefined;
981
+ fontFamily?: import("../..").CustomValueType | import("csstype").Property.FontFamily | (import("../..").CustomValueType | import("csstype").Property.FontFamily | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontFamily | undefined)[]] | undefined;
982
+ fontFeatureSettings?: import("../..").CustomValueType | import("csstype").Property.FontFeatureSettings | (import("../..").CustomValueType | import("csstype").Property.FontFeatureSettings | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontFeatureSettings | undefined)[]] | undefined;
983
+ fontKerning?: import("../..").CustomValueType | import("csstype").Property.FontKerning | (import("../..").CustomValueType | import("csstype").Property.FontKerning | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontKerning | undefined)[]] | undefined;
984
+ fontLanguageOverride?: import("../..").CustomValueType | import("csstype").Property.FontLanguageOverride | (import("../..").CustomValueType | import("csstype").Property.FontLanguageOverride | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontLanguageOverride | undefined)[]] | undefined;
985
+ fontOpticalSizing?: import("../..").CustomValueType | import("csstype").Property.FontOpticalSizing | (import("../..").CustomValueType | import("csstype").Property.FontOpticalSizing | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontOpticalSizing | undefined)[]] | undefined;
986
+ fontPalette?: import("../..").CustomValueType | import("csstype").Property.FontPalette | (import("../..").CustomValueType | import("csstype").Property.FontPalette | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontPalette | undefined)[]] | undefined;
987
+ fontSize?: import("../..").CustomValueType | import("csstype").Property.FontSize<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.FontSize<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontSize<0 | (string & {})> | undefined)[]] | undefined;
988
+ fontSizeAdjust?: import("../..").CustomValueType | import("csstype").Property.FontSizeAdjust | (import("../..").CustomValueType | import("csstype").Property.FontSizeAdjust | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontSizeAdjust | undefined)[]] | undefined;
989
+ fontSmooth?: import("../..").CustomValueType | import("csstype").Property.FontSmooth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.FontSmooth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontSmooth<0 | (string & {})> | undefined)[]] | undefined;
990
+ fontStretch?: import("../..").CustomValueType | import("csstype").Property.FontStretch | (import("../..").CustomValueType | import("csstype").Property.FontStretch | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontStretch | undefined)[]] | undefined;
991
+ fontStyle?: import("../..").CustomValueType | import("csstype").Property.FontStyle | (import("../..").CustomValueType | import("csstype").Property.FontStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontStyle | undefined)[]] | undefined;
992
+ fontSynthesis?: import("../..").CustomValueType | import("csstype").Property.FontSynthesis | (import("../..").CustomValueType | import("csstype").Property.FontSynthesis | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontSynthesis | undefined)[]] | undefined;
993
+ fontSynthesisPosition?: import("../..").CustomValueType | import("csstype").Property.FontSynthesisPosition | (import("../..").CustomValueType | import("csstype").Property.FontSynthesisPosition | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontSynthesisPosition | undefined)[]] | undefined;
994
+ fontSynthesisSmallCaps?: import("../..").CustomValueType | import("csstype").Property.FontSynthesisSmallCaps | (import("../..").CustomValueType | import("csstype").Property.FontSynthesisSmallCaps | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontSynthesisSmallCaps | undefined)[]] | undefined;
995
+ fontSynthesisStyle?: import("../..").CustomValueType | import("csstype").Property.FontSynthesisStyle | (import("../..").CustomValueType | import("csstype").Property.FontSynthesisStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontSynthesisStyle | undefined)[]] | undefined;
996
+ fontSynthesisWeight?: import("../..").CustomValueType | import("csstype").Property.FontSynthesisWeight | (import("../..").CustomValueType | import("csstype").Property.FontSynthesisWeight | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontSynthesisWeight | undefined)[]] | undefined;
997
+ fontVariant?: import("../..").CustomValueType | import("csstype").Property.FontVariant | (import("../..").CustomValueType | import("csstype").Property.FontVariant | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontVariant | undefined)[]] | undefined;
998
+ fontVariantAlternates?: import("../..").CustomValueType | import("csstype").Property.FontVariantAlternates | (import("../..").CustomValueType | import("csstype").Property.FontVariantAlternates | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontVariantAlternates | undefined)[]] | undefined;
999
+ fontVariantCaps?: import("../..").CustomValueType | import("csstype").Property.FontVariantCaps | (import("../..").CustomValueType | import("csstype").Property.FontVariantCaps | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontVariantCaps | undefined)[]] | undefined;
1000
+ fontVariantEastAsian?: import("../..").CustomValueType | import("csstype").Property.FontVariantEastAsian | (import("../..").CustomValueType | import("csstype").Property.FontVariantEastAsian | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontVariantEastAsian | undefined)[]] | undefined;
1001
+ fontVariantEmoji?: import("../..").CustomValueType | import("csstype").Property.FontVariantEmoji | (import("../..").CustomValueType | import("csstype").Property.FontVariantEmoji | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontVariantEmoji | undefined)[]] | undefined;
1002
+ fontVariantLigatures?: import("../..").CustomValueType | import("csstype").Property.FontVariantLigatures | (import("../..").CustomValueType | import("csstype").Property.FontVariantLigatures | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontVariantLigatures | undefined)[]] | undefined;
1003
+ fontVariantNumeric?: import("../..").CustomValueType | import("csstype").Property.FontVariantNumeric | (import("../..").CustomValueType | import("csstype").Property.FontVariantNumeric | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontVariantNumeric | undefined)[]] | undefined;
1004
+ fontVariantPosition?: import("../..").CustomValueType | import("csstype").Property.FontVariantPosition | (import("../..").CustomValueType | import("csstype").Property.FontVariantPosition | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontVariantPosition | undefined)[]] | undefined;
1005
+ fontVariationSettings?: import("../..").CustomValueType | import("csstype").Property.FontVariationSettings | (import("../..").CustomValueType | import("csstype").Property.FontVariationSettings | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontVariationSettings | undefined)[]] | undefined;
1006
+ fontWeight?: import("../..").CustomValueType | import("csstype").Property.FontWeight | (import("../..").CustomValueType | import("csstype").Property.FontWeight | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontWeight | undefined)[]] | undefined;
1007
+ forcedColorAdjust?: import("../..").CustomValueType | import("csstype").Property.ForcedColorAdjust | (import("../..").CustomValueType | import("csstype").Property.ForcedColorAdjust | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ForcedColorAdjust | undefined)[]] | undefined;
1008
+ gridAutoColumns?: import("../..").CustomValueType | import("csstype").Property.GridAutoColumns<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.GridAutoColumns<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.GridAutoColumns<0 | (string & {})> | undefined)[]] | undefined;
1009
+ gridAutoFlow?: import("../..").CustomValueType | import("csstype").Property.GridAutoFlow | (import("../..").CustomValueType | import("csstype").Property.GridAutoFlow | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.GridAutoFlow | undefined)[]] | undefined;
1010
+ gridAutoRows?: import("../..").CustomValueType | import("csstype").Property.GridAutoRows<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.GridAutoRows<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.GridAutoRows<0 | (string & {})> | undefined)[]] | undefined;
1011
+ gridColumnEnd?: import("../..").CustomValueType | import("csstype").Property.GridColumnEnd | (import("../..").CustomValueType | import("csstype").Property.GridColumnEnd | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.GridColumnEnd | undefined)[]] | undefined;
1012
+ gridColumnStart?: import("../..").CustomValueType | import("csstype").Property.GridColumnStart | (import("../..").CustomValueType | import("csstype").Property.GridColumnStart | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.GridColumnStart | undefined)[]] | undefined;
1013
+ gridRowEnd?: import("../..").CustomValueType | import("csstype").Property.GridRowEnd | (import("../..").CustomValueType | import("csstype").Property.GridRowEnd | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.GridRowEnd | undefined)[]] | undefined;
1014
+ gridRowStart?: import("../..").CustomValueType | import("csstype").Property.GridRowStart | (import("../..").CustomValueType | import("csstype").Property.GridRowStart | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.GridRowStart | undefined)[]] | undefined;
1015
+ gridTemplateAreas?: import("../..").CustomValueType | import("csstype").Property.GridTemplateAreas | (import("../..").CustomValueType | import("csstype").Property.GridTemplateAreas | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.GridTemplateAreas | undefined)[]] | undefined;
1016
+ gridTemplateColumns?: import("../..").CustomValueType | import("csstype").Property.GridTemplateColumns<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.GridTemplateColumns<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.GridTemplateColumns<0 | (string & {})> | undefined)[]] | undefined;
1017
+ gridTemplateRows?: import("../..").CustomValueType | import("csstype").Property.GridTemplateRows<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.GridTemplateRows<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.GridTemplateRows<0 | (string & {})> | undefined)[]] | undefined;
1018
+ hangingPunctuation?: import("../..").CustomValueType | import("csstype").Property.HangingPunctuation | (import("../..").CustomValueType | import("csstype").Property.HangingPunctuation | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.HangingPunctuation | undefined)[]] | undefined;
1019
+ height?: string | 0 | import("../..").CustomValueType | (string | 0 | import("../..").CustomValueType | undefined)[] | [null, ...(string | 0 | import("../..").CustomValueType | undefined)[]] | undefined;
1020
+ hyphenateCharacter?: import("../..").CustomValueType | import("csstype").Property.HyphenateCharacter | (import("../..").CustomValueType | import("csstype").Property.HyphenateCharacter | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.HyphenateCharacter | undefined)[]] | undefined;
1021
+ hyphenateLimitChars?: import("../..").CustomValueType | import("csstype").Property.HyphenateLimitChars | (import("../..").CustomValueType | import("csstype").Property.HyphenateLimitChars | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.HyphenateLimitChars | undefined)[]] | undefined;
1022
+ hyphens?: import("../..").CustomValueType | import("csstype").Property.Hyphens | (import("../..").CustomValueType | import("csstype").Property.Hyphens | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Hyphens | undefined)[]] | undefined;
1023
+ imageOrientation?: import("../..").CustomValueType | import("csstype").Property.ImageOrientation | (import("../..").CustomValueType | import("csstype").Property.ImageOrientation | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ImageOrientation | undefined)[]] | undefined;
1024
+ imageRendering?: import("../..").CustomValueType | import("csstype").Property.ImageRendering | (import("../..").CustomValueType | import("csstype").Property.ImageRendering | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ImageRendering | undefined)[]] | undefined;
1025
+ imageResolution?: import("../..").CustomValueType | import("csstype").Property.ImageResolution | (import("../..").CustomValueType | import("csstype").Property.ImageResolution | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ImageResolution | undefined)[]] | undefined;
1026
+ initialLetter?: import("../..").CustomValueType | import("csstype").Property.InitialLetter | (import("../..").CustomValueType | import("csstype").Property.InitialLetter | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.InitialLetter | undefined)[]] | undefined;
1027
+ inlineSize?: import("../..").CustomValueType | import("csstype").Property.InlineSize<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.InlineSize<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.InlineSize<0 | (string & {})> | undefined)[]] | undefined;
1028
+ inputSecurity?: import("../..").CustomValueType | import("csstype").Property.InputSecurity | (import("../..").CustomValueType | import("csstype").Property.InputSecurity | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.InputSecurity | undefined)[]] | undefined;
1029
+ insetBlockEnd?: import("../..").CustomValueType | import("csstype").Property.InsetBlockEnd<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.InsetBlockEnd<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.InsetBlockEnd<0 | (string & {})> | undefined)[]] | undefined;
1030
+ insetBlockStart?: import("../..").CustomValueType | import("csstype").Property.InsetBlockStart<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.InsetBlockStart<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.InsetBlockStart<0 | (string & {})> | undefined)[]] | undefined;
1031
+ insetInlineEnd?: import("../..").CustomValueType | import("csstype").Property.InsetInlineEnd<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.InsetInlineEnd<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.InsetInlineEnd<0 | (string & {})> | undefined)[]] | undefined;
1032
+ insetInlineStart?: import("../..").CustomValueType | import("csstype").Property.InsetInlineStart<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.InsetInlineStart<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.InsetInlineStart<0 | (string & {})> | undefined)[]] | undefined;
1033
+ isolation?: import("../..").CustomValueType | import("csstype").Property.Isolation | (import("../..").CustomValueType | import("csstype").Property.Isolation | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Isolation | undefined)[]] | undefined;
1034
+ justifyContent?: import("../..").CustomValueType | import("csstype").Property.JustifyContent | (import("../..").CustomValueType | import("csstype").Property.JustifyContent | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.JustifyContent | undefined)[]] | undefined;
1035
+ justifyItems?: import("../..").CustomValueType | import("csstype").Property.JustifyItems | (import("../..").CustomValueType | import("csstype").Property.JustifyItems | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.JustifyItems | undefined)[]] | undefined;
1036
+ justifySelf?: import("../..").CustomValueType | import("csstype").Property.JustifySelf | (import("../..").CustomValueType | import("csstype").Property.JustifySelf | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.JustifySelf | undefined)[]] | undefined;
1037
+ justifyTracks?: import("../..").CustomValueType | import("csstype").Property.JustifyTracks | (import("../..").CustomValueType | import("csstype").Property.JustifyTracks | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.JustifyTracks | undefined)[]] | undefined;
1038
+ left?: import("../..").CustomValueType | import("csstype").Property.Left<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.Left<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Left<0 | (string & {})> | undefined)[]] | undefined;
1039
+ letterSpacing?: import("../..").CustomValueType | import("csstype").Property.LetterSpacing<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.LetterSpacing<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.LetterSpacing<0 | (string & {})> | undefined)[]] | undefined;
1040
+ lineBreak?: import("../..").CustomValueType | import("csstype").Property.LineBreak | (import("../..").CustomValueType | import("csstype").Property.LineBreak | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.LineBreak | undefined)[]] | undefined;
1041
+ lineHeight?: import("../..").CustomValueType | import("csstype").Property.LineHeight<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.LineHeight<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.LineHeight<0 | (string & {})> | undefined)[]] | undefined;
1042
+ lineHeightStep?: import("../..").CustomValueType | import("csstype").Property.LineHeightStep<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.LineHeightStep<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.LineHeightStep<0 | (string & {})> | undefined)[]] | undefined;
1043
+ listStyleImage?: import("../..").CustomValueType | import("csstype").Property.ListStyleImage | (import("../..").CustomValueType | import("csstype").Property.ListStyleImage | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ListStyleImage | undefined)[]] | undefined;
1044
+ listStylePosition?: import("../..").CustomValueType | import("csstype").Property.ListStylePosition | (import("../..").CustomValueType | import("csstype").Property.ListStylePosition | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ListStylePosition | undefined)[]] | undefined;
1045
+ listStyleType?: import("../..").CustomValueType | import("csstype").Property.ListStyleType | (import("../..").CustomValueType | import("csstype").Property.ListStyleType | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ListStyleType | undefined)[]] | undefined;
1046
+ marginBlockEnd?: import("../..").CustomValueType | import("csstype").Property.MarginBlockEnd<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MarginBlockEnd<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MarginBlockEnd<0 | (string & {})> | undefined)[]] | undefined;
1047
+ marginBlockStart?: import("../..").CustomValueType | import("csstype").Property.MarginBlockStart<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MarginBlockStart<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MarginBlockStart<0 | (string & {})> | undefined)[]] | undefined;
1048
+ marginBottom?: import("../..").CustomValueType | import("csstype").Property.MarginBottom<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MarginBottom<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MarginBottom<0 | (string & {})> | undefined)[]] | undefined;
1049
+ marginInlineEnd?: import("../..").CustomValueType | import("csstype").Property.MarginInlineEnd<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MarginInlineEnd<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MarginInlineEnd<0 | (string & {})> | undefined)[]] | undefined;
1050
+ marginInlineStart?: import("../..").CustomValueType | import("csstype").Property.MarginInlineStart<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MarginInlineStart<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MarginInlineStart<0 | (string & {})> | undefined)[]] | undefined;
1051
+ marginLeft?: import("../..").CustomValueType | import("csstype").Property.MarginLeft<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MarginLeft<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MarginLeft<0 | (string & {})> | undefined)[]] | undefined;
1052
+ marginRight?: import("../..").CustomValueType | import("csstype").Property.MarginRight<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MarginRight<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MarginRight<0 | (string & {})> | undefined)[]] | undefined;
1053
+ marginTop?: import("../..").CustomValueType | import("csstype").Property.MarginTop<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MarginTop<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MarginTop<0 | (string & {})> | undefined)[]] | undefined;
1054
+ marginTrim?: import("../..").CustomValueType | import("csstype").Property.MarginTrim | (import("../..").CustomValueType | import("csstype").Property.MarginTrim | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MarginTrim | undefined)[]] | undefined;
1055
+ maskBorderMode?: import("../..").CustomValueType | import("csstype").Property.MaskBorderMode | (import("../..").CustomValueType | import("csstype").Property.MaskBorderMode | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MaskBorderMode | undefined)[]] | undefined;
1056
+ maskBorderOutset?: import("../..").CustomValueType | import("csstype").Property.MaskBorderOutset<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MaskBorderOutset<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MaskBorderOutset<0 | (string & {})> | undefined)[]] | undefined;
1057
+ maskBorderRepeat?: import("../..").CustomValueType | import("csstype").Property.MaskBorderRepeat | (import("../..").CustomValueType | import("csstype").Property.MaskBorderRepeat | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MaskBorderRepeat | undefined)[]] | undefined;
1058
+ maskBorderSlice?: import("../..").CustomValueType | import("csstype").Property.MaskBorderSlice | (import("../..").CustomValueType | import("csstype").Property.MaskBorderSlice | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MaskBorderSlice | undefined)[]] | undefined;
1059
+ maskBorderSource?: import("../..").CustomValueType | import("csstype").Property.MaskBorderSource | (import("../..").CustomValueType | import("csstype").Property.MaskBorderSource | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MaskBorderSource | undefined)[]] | undefined;
1060
+ maskBorderWidth?: import("../..").CustomValueType | import("csstype").Property.MaskBorderWidth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MaskBorderWidth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MaskBorderWidth<0 | (string & {})> | undefined)[]] | undefined;
1061
+ maskClip?: import("../..").CustomValueType | import("csstype").Property.MaskClip | (import("../..").CustomValueType | import("csstype").Property.MaskClip | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MaskClip | undefined)[]] | undefined;
1062
+ maskComposite?: import("../..").CustomValueType | import("csstype").Property.MaskComposite | (import("../..").CustomValueType | import("csstype").Property.MaskComposite | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MaskComposite | undefined)[]] | undefined;
1063
+ maskImage?: import("../..").CustomValueType | import("csstype").Property.MaskImage | (import("../..").CustomValueType | import("csstype").Property.MaskImage | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MaskImage | undefined)[]] | undefined;
1064
+ maskMode?: import("../..").CustomValueType | import("csstype").Property.MaskMode | (import("../..").CustomValueType | import("csstype").Property.MaskMode | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MaskMode | undefined)[]] | undefined;
1065
+ maskOrigin?: import("../..").CustomValueType | import("csstype").Property.MaskOrigin | (import("../..").CustomValueType | import("csstype").Property.MaskOrigin | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MaskOrigin | undefined)[]] | undefined;
1066
+ maskPosition?: import("../..").CustomValueType | import("csstype").Property.MaskPosition<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MaskPosition<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MaskPosition<0 | (string & {})> | undefined)[]] | undefined;
1067
+ maskRepeat?: import("../..").CustomValueType | import("csstype").Property.MaskRepeat | (import("../..").CustomValueType | import("csstype").Property.MaskRepeat | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MaskRepeat | undefined)[]] | undefined;
1068
+ maskSize?: import("../..").CustomValueType | import("csstype").Property.MaskSize<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MaskSize<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MaskSize<0 | (string & {})> | undefined)[]] | undefined;
1069
+ maskType?: import("../..").CustomValueType | import("csstype").Property.MaskType | (import("../..").CustomValueType | import("csstype").Property.MaskType | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MaskType | undefined)[]] | undefined;
1070
+ masonryAutoFlow?: import("../..").CustomValueType | import("csstype").Property.MasonryAutoFlow | (import("../..").CustomValueType | import("csstype").Property.MasonryAutoFlow | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MasonryAutoFlow | undefined)[]] | undefined;
1071
+ mathDepth?: import("../..").CustomValueType | import("csstype").Property.MathDepth | (import("../..").CustomValueType | import("csstype").Property.MathDepth | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MathDepth | undefined)[]] | undefined;
1072
+ mathShift?: import("../..").CustomValueType | import("csstype").Property.MathShift | (import("../..").CustomValueType | import("csstype").Property.MathShift | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MathShift | undefined)[]] | undefined;
1073
+ mathStyle?: import("../..").CustomValueType | import("csstype").Property.MathStyle | (import("../..").CustomValueType | import("csstype").Property.MathStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MathStyle | undefined)[]] | undefined;
1074
+ maxBlockSize?: import("../..").CustomValueType | import("csstype").Property.MaxBlockSize<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MaxBlockSize<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MaxBlockSize<0 | (string & {})> | undefined)[]] | undefined;
1075
+ maxHeight?: import("../..").CustomValueType | import("csstype").Property.MaxHeight<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MaxHeight<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MaxHeight<0 | (string & {})> | undefined)[]] | undefined;
1076
+ maxInlineSize?: import("../..").CustomValueType | import("csstype").Property.MaxInlineSize<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MaxInlineSize<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MaxInlineSize<0 | (string & {})> | undefined)[]] | undefined;
1077
+ maxLines?: import("../..").CustomValueType | import("csstype").Property.MaxLines | (import("../..").CustomValueType | import("csstype").Property.MaxLines | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MaxLines | undefined)[]] | undefined;
1078
+ maxWidth?: import("../..").CustomValueType | import("csstype").Property.MaxWidth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MaxWidth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MaxWidth<0 | (string & {})> | undefined)[]] | undefined;
1079
+ minBlockSize?: import("../..").CustomValueType | import("csstype").Property.MinBlockSize<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MinBlockSize<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MinBlockSize<0 | (string & {})> | undefined)[]] | undefined;
1080
+ minHeight?: import("../..").CustomValueType | import("csstype").Property.MinHeight<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MinHeight<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MinHeight<0 | (string & {})> | undefined)[]] | undefined;
1081
+ minInlineSize?: import("../..").CustomValueType | import("csstype").Property.MinInlineSize<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MinInlineSize<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MinInlineSize<0 | (string & {})> | undefined)[]] | undefined;
1082
+ minWidth?: import("../..").CustomValueType | import("csstype").Property.MinWidth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MinWidth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MinWidth<0 | (string & {})> | undefined)[]] | undefined;
1083
+ mixBlendMode?: import("../..").CustomValueType | import("csstype").Property.MixBlendMode | (import("../..").CustomValueType | import("csstype").Property.MixBlendMode | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MixBlendMode | undefined)[]] | undefined;
1084
+ motionDistance?: import("../..").CustomValueType | import("csstype").Property.OffsetDistance<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.OffsetDistance<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OffsetDistance<0 | (string & {})> | undefined)[]] | undefined;
1085
+ motionPath?: import("../..").CustomValueType | import("csstype").Property.OffsetPath | (import("../..").CustomValueType | import("csstype").Property.OffsetPath | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OffsetPath | undefined)[]] | undefined;
1086
+ motionRotation?: import("../..").CustomValueType | import("csstype").Property.OffsetRotate | (import("../..").CustomValueType | import("csstype").Property.OffsetRotate | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OffsetRotate | undefined)[]] | undefined;
1087
+ objectFit?: import("../..").CustomValueType | import("csstype").Property.ObjectFit | (import("../..").CustomValueType | import("csstype").Property.ObjectFit | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ObjectFit | undefined)[]] | undefined;
1088
+ objectPosition?: import("../..").CustomValueType | import("csstype").Property.ObjectPosition<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ObjectPosition<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ObjectPosition<0 | (string & {})> | undefined)[]] | undefined;
1089
+ offsetAnchor?: import("../..").CustomValueType | import("csstype").Property.OffsetAnchor<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.OffsetAnchor<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OffsetAnchor<0 | (string & {})> | undefined)[]] | undefined;
1090
+ offsetDistance?: import("../..").CustomValueType | import("csstype").Property.OffsetDistance<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.OffsetDistance<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OffsetDistance<0 | (string & {})> | undefined)[]] | undefined;
1091
+ offsetPath?: import("../..").CustomValueType | import("csstype").Property.OffsetPath | (import("../..").CustomValueType | import("csstype").Property.OffsetPath | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OffsetPath | undefined)[]] | undefined;
1092
+ offsetPosition?: import("../..").CustomValueType | import("csstype").Property.OffsetPosition<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.OffsetPosition<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OffsetPosition<0 | (string & {})> | undefined)[]] | undefined;
1093
+ offsetRotate?: import("../..").CustomValueType | import("csstype").Property.OffsetRotate | (import("../..").CustomValueType | import("csstype").Property.OffsetRotate | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OffsetRotate | undefined)[]] | undefined;
1094
+ offsetRotation?: import("../..").CustomValueType | import("csstype").Property.OffsetRotate | (import("../..").CustomValueType | import("csstype").Property.OffsetRotate | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OffsetRotate | undefined)[]] | undefined;
1095
+ opacity?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | undefined)[]] | undefined;
1096
+ order?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | undefined)[]] | undefined;
1097
+ orphans?: import("../..").CustomValueType | import("csstype").Property.Orphans | (import("../..").CustomValueType | import("csstype").Property.Orphans | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Orphans | undefined)[]] | undefined;
1098
+ outlineColor?: import("../..").CustomValueType | import("csstype").Property.OutlineColor | (import("../..").CustomValueType | import("csstype").Property.OutlineColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OutlineColor | undefined)[]] | undefined;
1099
+ outlineOffset?: import("../..").CustomValueType | import("csstype").Property.OutlineOffset<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.OutlineOffset<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OutlineOffset<0 | (string & {})> | undefined)[]] | undefined;
1100
+ outlineStyle?: import("../..").CustomValueType | import("csstype").Property.OutlineStyle | (import("../..").CustomValueType | import("csstype").Property.OutlineStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OutlineStyle | undefined)[]] | undefined;
1101
+ outlineWidth?: import("../..").CustomValueType | import("csstype").Property.OutlineWidth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.OutlineWidth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OutlineWidth<0 | (string & {})> | undefined)[]] | undefined;
1102
+ overflowAnchor?: import("../..").CustomValueType | import("csstype").Property.OverflowAnchor | (import("../..").CustomValueType | import("csstype").Property.OverflowAnchor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OverflowAnchor | undefined)[]] | undefined;
1103
+ overflowBlock?: import("../..").CustomValueType | import("csstype").Property.OverflowBlock | (import("../..").CustomValueType | import("csstype").Property.OverflowBlock | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OverflowBlock | undefined)[]] | undefined;
1104
+ overflowClipBox?: import("../..").CustomValueType | import("csstype").Property.OverflowClipBox | (import("../..").CustomValueType | import("csstype").Property.OverflowClipBox | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OverflowClipBox | undefined)[]] | undefined;
1105
+ overflowClipMargin?: import("../..").CustomValueType | import("csstype").Property.OverflowClipMargin<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.OverflowClipMargin<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OverflowClipMargin<0 | (string & {})> | undefined)[]] | undefined;
1106
+ overflowInline?: import("../..").CustomValueType | import("csstype").Property.OverflowInline | (import("../..").CustomValueType | import("csstype").Property.OverflowInline | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OverflowInline | undefined)[]] | undefined;
1107
+ overflowWrap?: import("../..").CustomValueType | import("csstype").Property.OverflowWrap | (import("../..").CustomValueType | import("csstype").Property.OverflowWrap | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OverflowWrap | undefined)[]] | undefined;
1108
+ overflowX?: import("../..").CustomValueType | import("csstype").Property.OverflowX | (import("../..").CustomValueType | import("csstype").Property.OverflowX | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OverflowX | undefined)[]] | undefined;
1109
+ overflowY?: import("../..").CustomValueType | import("csstype").Property.OverflowY | (import("../..").CustomValueType | import("csstype").Property.OverflowY | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OverflowY | undefined)[]] | undefined;
1110
+ overlay?: import("../..").CustomValueType | import("csstype").Property.Overlay | (import("../..").CustomValueType | import("csstype").Property.Overlay | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Overlay | undefined)[]] | undefined;
1111
+ overscrollBehaviorBlock?: import("../..").CustomValueType | import("csstype").Property.OverscrollBehaviorBlock | (import("../..").CustomValueType | import("csstype").Property.OverscrollBehaviorBlock | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OverscrollBehaviorBlock | undefined)[]] | undefined;
1112
+ overscrollBehaviorInline?: import("../..").CustomValueType | import("csstype").Property.OverscrollBehaviorInline | (import("../..").CustomValueType | import("csstype").Property.OverscrollBehaviorInline | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OverscrollBehaviorInline | undefined)[]] | undefined;
1113
+ overscrollBehaviorX?: import("../..").CustomValueType | import("csstype").Property.OverscrollBehaviorX | (import("../..").CustomValueType | import("csstype").Property.OverscrollBehaviorX | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OverscrollBehaviorX | undefined)[]] | undefined;
1114
+ overscrollBehaviorY?: import("../..").CustomValueType | import("csstype").Property.OverscrollBehaviorY | (import("../..").CustomValueType | import("csstype").Property.OverscrollBehaviorY | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OverscrollBehaviorY | undefined)[]] | undefined;
1115
+ paddingBlockEnd?: import("../..").CustomValueType | import("csstype").Property.PaddingBlockEnd<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.PaddingBlockEnd<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.PaddingBlockEnd<0 | (string & {})> | undefined)[]] | undefined;
1116
+ paddingBlockStart?: import("../..").CustomValueType | import("csstype").Property.PaddingBlockStart<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.PaddingBlockStart<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.PaddingBlockStart<0 | (string & {})> | undefined)[]] | undefined;
1117
+ paddingBottom?: import("../..").CustomValueType | import("csstype").Property.PaddingBottom<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.PaddingBottom<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.PaddingBottom<0 | (string & {})> | undefined)[]] | undefined;
1118
+ paddingInlineEnd?: import("../..").CustomValueType | import("csstype").Property.PaddingInlineEnd<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.PaddingInlineEnd<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.PaddingInlineEnd<0 | (string & {})> | undefined)[]] | undefined;
1119
+ paddingInlineStart?: import("../..").CustomValueType | import("csstype").Property.PaddingInlineStart<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.PaddingInlineStart<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.PaddingInlineStart<0 | (string & {})> | undefined)[]] | undefined;
1120
+ paddingLeft?: import("../..").CustomValueType | import("csstype").Property.PaddingLeft<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.PaddingLeft<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.PaddingLeft<0 | (string & {})> | undefined)[]] | undefined;
1121
+ paddingRight?: import("../..").CustomValueType | import("csstype").Property.PaddingRight<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.PaddingRight<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.PaddingRight<0 | (string & {})> | undefined)[]] | undefined;
1122
+ paddingTop?: import("../..").CustomValueType | import("csstype").Property.PaddingTop<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.PaddingTop<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.PaddingTop<0 | (string & {})> | undefined)[]] | undefined;
1123
+ page?: import("../..").CustomValueType | import("csstype").Property.Page | (import("../..").CustomValueType | import("csstype").Property.Page | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Page | undefined)[]] | undefined;
1124
+ pageBreakAfter?: import("../..").CustomValueType | import("csstype").Property.PageBreakAfter | (import("../..").CustomValueType | import("csstype").Property.PageBreakAfter | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.PageBreakAfter | undefined)[]] | undefined;
1125
+ pageBreakBefore?: import("../..").CustomValueType | import("csstype").Property.PageBreakBefore | (import("../..").CustomValueType | import("csstype").Property.PageBreakBefore | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.PageBreakBefore | undefined)[]] | undefined;
1126
+ pageBreakInside?: import("../..").CustomValueType | import("csstype").Property.PageBreakInside | (import("../..").CustomValueType | import("csstype").Property.PageBreakInside | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.PageBreakInside | undefined)[]] | undefined;
1127
+ paintOrder?: import("../..").CustomValueType | import("csstype").Property.PaintOrder | (import("../..").CustomValueType | import("csstype").Property.PaintOrder | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.PaintOrder | undefined)[]] | undefined;
1128
+ perspectiveOrigin?: import("../..").CustomValueType | import("csstype").Property.PerspectiveOrigin<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.PerspectiveOrigin<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.PerspectiveOrigin<0 | (string & {})> | undefined)[]] | undefined;
1129
+ pointerEvents?: import("../..").CustomValueType | import("csstype").Property.PointerEvents | (import("../..").CustomValueType | import("csstype").Property.PointerEvents | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.PointerEvents | undefined)[]] | undefined;
1130
+ position?: import("../..").CustomValueType | import("csstype").Property.Position | (import("../..").CustomValueType | import("csstype").Property.Position | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Position | undefined)[]] | undefined;
1131
+ printColorAdjust?: import("../..").CustomValueType | import("csstype").Property.PrintColorAdjust | (import("../..").CustomValueType | import("csstype").Property.PrintColorAdjust | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.PrintColorAdjust | undefined)[]] | undefined;
1132
+ quotes?: import("../..").CustomValueType | import("csstype").Property.Quotes | (import("../..").CustomValueType | import("csstype").Property.Quotes | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Quotes | undefined)[]] | undefined;
1133
+ resize?: import("../..").CustomValueType | import("csstype").Property.Resize | (import("../..").CustomValueType | import("csstype").Property.Resize | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Resize | undefined)[]] | undefined;
1134
+ right?: import("../..").CustomValueType | import("csstype").Property.Right<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.Right<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Right<0 | (string & {})> | undefined)[]] | undefined;
1135
+ rowGap?: import("../..").CustomValueType | import("csstype").Property.RowGap<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.RowGap<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.RowGap<0 | (string & {})> | undefined)[]] | undefined;
1136
+ rubyAlign?: import("../..").CustomValueType | import("csstype").Property.RubyAlign | (import("../..").CustomValueType | import("csstype").Property.RubyAlign | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.RubyAlign | undefined)[]] | undefined;
1137
+ rubyMerge?: import("../..").CustomValueType | import("csstype").Property.RubyMerge | (import("../..").CustomValueType | import("csstype").Property.RubyMerge | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.RubyMerge | undefined)[]] | undefined;
1138
+ rubyPosition?: import("../..").CustomValueType | import("csstype").Property.RubyPosition | (import("../..").CustomValueType | import("csstype").Property.RubyPosition | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.RubyPosition | undefined)[]] | undefined;
1139
+ scrollBehavior?: import("../..").CustomValueType | import("csstype").Property.ScrollBehavior | (import("../..").CustomValueType | import("csstype").Property.ScrollBehavior | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollBehavior | undefined)[]] | undefined;
1140
+ scrollMarginBlockEnd?: import("../..").CustomValueType | import("csstype").Property.ScrollMarginBlockEnd<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ScrollMarginBlockEnd<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollMarginBlockEnd<0 | (string & {})> | undefined)[]] | undefined;
1141
+ scrollMarginBlockStart?: import("../..").CustomValueType | import("csstype").Property.ScrollMarginBlockStart<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ScrollMarginBlockStart<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollMarginBlockStart<0 | (string & {})> | undefined)[]] | undefined;
1142
+ scrollMarginBottom?: import("../..").CustomValueType | import("csstype").Property.ScrollMarginBottom<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ScrollMarginBottom<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollMarginBottom<0 | (string & {})> | undefined)[]] | undefined;
1143
+ scrollMarginInlineEnd?: import("../..").CustomValueType | import("csstype").Property.ScrollMarginInlineEnd<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ScrollMarginInlineEnd<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollMarginInlineEnd<0 | (string & {})> | undefined)[]] | undefined;
1144
+ scrollMarginInlineStart?: import("../..").CustomValueType | import("csstype").Property.ScrollMarginInlineStart<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ScrollMarginInlineStart<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollMarginInlineStart<0 | (string & {})> | undefined)[]] | undefined;
1145
+ scrollMarginLeft?: import("../..").CustomValueType | import("csstype").Property.ScrollMarginLeft<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ScrollMarginLeft<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollMarginLeft<0 | (string & {})> | undefined)[]] | undefined;
1146
+ scrollMarginRight?: import("../..").CustomValueType | import("csstype").Property.ScrollMarginRight<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ScrollMarginRight<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollMarginRight<0 | (string & {})> | undefined)[]] | undefined;
1147
+ scrollMarginTop?: import("../..").CustomValueType | import("csstype").Property.ScrollMarginTop<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ScrollMarginTop<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollMarginTop<0 | (string & {})> | undefined)[]] | undefined;
1148
+ scrollPaddingBlockEnd?: import("../..").CustomValueType | import("csstype").Property.ScrollPaddingBlockEnd<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ScrollPaddingBlockEnd<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollPaddingBlockEnd<0 | (string & {})> | undefined)[]] | undefined;
1149
+ scrollPaddingBlockStart?: import("../..").CustomValueType | import("csstype").Property.ScrollPaddingBlockStart<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ScrollPaddingBlockStart<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollPaddingBlockStart<0 | (string & {})> | undefined)[]] | undefined;
1150
+ scrollPaddingBottom?: import("../..").CustomValueType | import("csstype").Property.ScrollPaddingBottom<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ScrollPaddingBottom<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollPaddingBottom<0 | (string & {})> | undefined)[]] | undefined;
1151
+ scrollPaddingInlineEnd?: import("../..").CustomValueType | import("csstype").Property.ScrollPaddingInlineEnd<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ScrollPaddingInlineEnd<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollPaddingInlineEnd<0 | (string & {})> | undefined)[]] | undefined;
1152
+ scrollPaddingInlineStart?: import("../..").CustomValueType | import("csstype").Property.ScrollPaddingInlineStart<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ScrollPaddingInlineStart<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollPaddingInlineStart<0 | (string & {})> | undefined)[]] | undefined;
1153
+ scrollPaddingLeft?: import("../..").CustomValueType | import("csstype").Property.ScrollPaddingLeft<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ScrollPaddingLeft<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollPaddingLeft<0 | (string & {})> | undefined)[]] | undefined;
1154
+ scrollPaddingRight?: import("../..").CustomValueType | import("csstype").Property.ScrollPaddingRight<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ScrollPaddingRight<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollPaddingRight<0 | (string & {})> | undefined)[]] | undefined;
1155
+ scrollPaddingTop?: import("../..").CustomValueType | import("csstype").Property.ScrollPaddingTop<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ScrollPaddingTop<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollPaddingTop<0 | (string & {})> | undefined)[]] | undefined;
1156
+ scrollSnapAlign?: import("../..").CustomValueType | import("csstype").Property.ScrollSnapAlign | (import("../..").CustomValueType | import("csstype").Property.ScrollSnapAlign | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollSnapAlign | undefined)[]] | undefined;
1157
+ scrollSnapMarginBottom?: import("../..").CustomValueType | import("csstype").Property.ScrollMarginBottom<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ScrollMarginBottom<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollMarginBottom<0 | (string & {})> | undefined)[]] | undefined;
1158
+ scrollSnapMarginLeft?: import("../..").CustomValueType | import("csstype").Property.ScrollMarginLeft<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ScrollMarginLeft<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollMarginLeft<0 | (string & {})> | undefined)[]] | undefined;
1159
+ scrollSnapMarginRight?: import("../..").CustomValueType | import("csstype").Property.ScrollMarginRight<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ScrollMarginRight<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollMarginRight<0 | (string & {})> | undefined)[]] | undefined;
1160
+ scrollSnapMarginTop?: import("../..").CustomValueType | import("csstype").Property.ScrollMarginTop<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ScrollMarginTop<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollMarginTop<0 | (string & {})> | undefined)[]] | undefined;
1161
+ scrollSnapStop?: import("../..").CustomValueType | import("csstype").Property.ScrollSnapStop | (import("../..").CustomValueType | import("csstype").Property.ScrollSnapStop | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollSnapStop | undefined)[]] | undefined;
1162
+ scrollSnapType?: import("../..").CustomValueType | import("csstype").Property.ScrollSnapType | (import("../..").CustomValueType | import("csstype").Property.ScrollSnapType | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollSnapType | undefined)[]] | undefined;
1163
+ scrollTimelineAxis?: import("../..").CustomValueType | import("csstype").Property.ScrollTimelineAxis | (import("../..").CustomValueType | import("csstype").Property.ScrollTimelineAxis | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollTimelineAxis | undefined)[]] | undefined;
1164
+ scrollTimelineName?: import("../..").CustomValueType | import("csstype").Property.ScrollTimelineName | (import("../..").CustomValueType | import("csstype").Property.ScrollTimelineName | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollTimelineName | undefined)[]] | undefined;
1165
+ scrollbarColor?: import("../..").CustomValueType | import("csstype").Property.ScrollbarColor | (import("../..").CustomValueType | import("csstype").Property.ScrollbarColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollbarColor | undefined)[]] | undefined;
1166
+ scrollbarGutter?: import("../..").CustomValueType | import("csstype").Property.ScrollbarGutter | (import("../..").CustomValueType | import("csstype").Property.ScrollbarGutter | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollbarGutter | undefined)[]] | undefined;
1167
+ scrollbarWidth?: import("../..").CustomValueType | import("csstype").Property.ScrollbarWidth | (import("../..").CustomValueType | import("csstype").Property.ScrollbarWidth | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollbarWidth | undefined)[]] | undefined;
1168
+ shapeImageThreshold?: import("../..").CustomValueType | import("csstype").Property.ShapeImageThreshold | (import("../..").CustomValueType | import("csstype").Property.ShapeImageThreshold | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ShapeImageThreshold | undefined)[]] | undefined;
1169
+ shapeMargin?: import("../..").CustomValueType | import("csstype").Property.ShapeMargin<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ShapeMargin<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ShapeMargin<0 | (string & {})> | undefined)[]] | undefined;
1170
+ shapeOutside?: import("../..").CustomValueType | import("csstype").Property.ShapeOutside | (import("../..").CustomValueType | import("csstype").Property.ShapeOutside | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ShapeOutside | undefined)[]] | undefined;
1171
+ tabSize?: import("../..").CustomValueType | import("csstype").Property.TabSize<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.TabSize<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TabSize<0 | (string & {})> | undefined)[]] | undefined;
1172
+ tableLayout?: import("../..").CustomValueType | import("csstype").Property.TableLayout | (import("../..").CustomValueType | import("csstype").Property.TableLayout | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TableLayout | undefined)[]] | undefined;
1173
+ textAlign?: import("../..").CustomValueType | import("csstype").Property.TextAlign | (import("../..").CustomValueType | import("csstype").Property.TextAlign | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextAlign | undefined)[]] | undefined;
1174
+ textAlignLast?: import("../..").CustomValueType | import("csstype").Property.TextAlignLast | (import("../..").CustomValueType | import("csstype").Property.TextAlignLast | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextAlignLast | undefined)[]] | undefined;
1175
+ textCombineUpright?: import("../..").CustomValueType | import("csstype").Property.TextCombineUpright | (import("../..").CustomValueType | import("csstype").Property.TextCombineUpright | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextCombineUpright | undefined)[]] | undefined;
1176
+ textDecorationColor?: import("../..").CustomValueType | import("csstype").Property.TextDecorationColor | (import("../..").CustomValueType | import("csstype").Property.TextDecorationColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextDecorationColor | undefined)[]] | undefined;
1177
+ textDecorationLine?: import("../..").CustomValueType | import("csstype").Property.TextDecorationLine | (import("../..").CustomValueType | import("csstype").Property.TextDecorationLine | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextDecorationLine | undefined)[]] | undefined;
1178
+ textDecorationSkip?: import("../..").CustomValueType | import("csstype").Property.TextDecorationSkip | (import("../..").CustomValueType | import("csstype").Property.TextDecorationSkip | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextDecorationSkip | undefined)[]] | undefined;
1179
+ textDecorationSkipInk?: import("../..").CustomValueType | import("csstype").Property.TextDecorationSkipInk | (import("../..").CustomValueType | import("csstype").Property.TextDecorationSkipInk | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextDecorationSkipInk | undefined)[]] | undefined;
1180
+ textDecorationStyle?: import("../..").CustomValueType | import("csstype").Property.TextDecorationStyle | (import("../..").CustomValueType | import("csstype").Property.TextDecorationStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextDecorationStyle | undefined)[]] | undefined;
1181
+ textDecorationThickness?: import("../..").CustomValueType | import("csstype").Property.TextDecorationThickness<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.TextDecorationThickness<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextDecorationThickness<0 | (string & {})> | undefined)[]] | undefined;
1182
+ textEmphasisColor?: import("../..").CustomValueType | import("csstype").Property.TextEmphasisColor | (import("../..").CustomValueType | import("csstype").Property.TextEmphasisColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextEmphasisColor | undefined)[]] | undefined;
1183
+ textEmphasisPosition?: import("../..").CustomValueType | import("csstype").Property.TextEmphasisPosition | (import("../..").CustomValueType | import("csstype").Property.TextEmphasisPosition | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextEmphasisPosition | undefined)[]] | undefined;
1184
+ textEmphasisStyle?: import("../..").CustomValueType | import("csstype").Property.TextEmphasisStyle | (import("../..").CustomValueType | import("csstype").Property.TextEmphasisStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextEmphasisStyle | undefined)[]] | undefined;
1185
+ textIndent?: import("../..").CustomValueType | import("csstype").Property.TextIndent<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.TextIndent<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextIndent<0 | (string & {})> | undefined)[]] | undefined;
1186
+ textJustify?: import("../..").CustomValueType | import("csstype").Property.TextJustify | (import("../..").CustomValueType | import("csstype").Property.TextJustify | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextJustify | undefined)[]] | undefined;
1187
+ textOrientation?: import("../..").CustomValueType | import("csstype").Property.TextOrientation | (import("../..").CustomValueType | import("csstype").Property.TextOrientation | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextOrientation | undefined)[]] | undefined;
1188
+ textOverflow?: import("../..").CustomValueType | import("csstype").Property.TextOverflow | (import("../..").CustomValueType | import("csstype").Property.TextOverflow | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextOverflow | undefined)[]] | undefined;
1189
+ textRendering?: import("../..").CustomValueType | import("csstype").Property.TextRendering | (import("../..").CustomValueType | import("csstype").Property.TextRendering | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextRendering | undefined)[]] | undefined;
1190
+ textShadow?: import("../..").CustomValueType | import("csstype").Property.TextShadow | (import("../..").CustomValueType | import("csstype").Property.TextShadow | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextShadow | undefined)[]] | undefined;
1191
+ textSizeAdjust?: import("../..").CustomValueType | import("csstype").Property.TextSizeAdjust | (import("../..").CustomValueType | import("csstype").Property.TextSizeAdjust | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextSizeAdjust | undefined)[]] | undefined;
1192
+ textTransform?: import("../..").CustomValueType | import("csstype").Property.TextTransform | (import("../..").CustomValueType | import("csstype").Property.TextTransform | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextTransform | undefined)[]] | undefined;
1193
+ textUnderlineOffset?: import("../..").CustomValueType | import("csstype").Property.TextUnderlineOffset<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.TextUnderlineOffset<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextUnderlineOffset<0 | (string & {})> | undefined)[]] | undefined;
1194
+ textUnderlinePosition?: import("../..").CustomValueType | import("csstype").Property.TextUnderlinePosition | (import("../..").CustomValueType | import("csstype").Property.TextUnderlinePosition | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextUnderlinePosition | undefined)[]] | undefined;
1195
+ textWrap?: import("../..").CustomValueType | import("csstype").Property.TextWrap | (import("../..").CustomValueType | import("csstype").Property.TextWrap | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextWrap | undefined)[]] | undefined;
1196
+ timelineScope?: import("../..").CustomValueType | import("csstype").Property.TimelineScope | (import("../..").CustomValueType | import("csstype").Property.TimelineScope | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TimelineScope | undefined)[]] | undefined;
1197
+ top?: import("../..").CustomValueType | import("csstype").Property.Top<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.Top<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Top<0 | (string & {})> | undefined)[]] | undefined;
1198
+ touchAction?: import("../..").CustomValueType | import("csstype").Property.TouchAction | (import("../..").CustomValueType | import("csstype").Property.TouchAction | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TouchAction | undefined)[]] | undefined;
1199
+ transform?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | undefined)[] | [null, ...(string | import("../..").CustomValueType | undefined)[]] | undefined;
1200
+ transformBox?: import("../..").CustomValueType | import("csstype").Property.TransformBox | (import("../..").CustomValueType | import("csstype").Property.TransformBox | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TransformBox | undefined)[]] | undefined;
1201
+ transformOrigin?: import("../..").CustomValueType | import("csstype").Property.TransformOrigin<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.TransformOrigin<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TransformOrigin<0 | (string & {})> | undefined)[]] | undefined;
1202
+ transformStyle?: import("../..").CustomValueType | import("csstype").Property.TransformStyle | (import("../..").CustomValueType | import("csstype").Property.TransformStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TransformStyle | undefined)[]] | undefined;
1203
+ transitionBehavior?: import("../..").CustomValueType | import("csstype").Property.TransitionBehavior | (import("../..").CustomValueType | import("csstype").Property.TransitionBehavior | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TransitionBehavior | undefined)[]] | undefined;
1204
+ transitionDelay?: import("../..").CustomValueType | import("csstype").Property.TransitionDelay<string & {}> | (import("../..").CustomValueType | import("csstype").Property.TransitionDelay<string & {}> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TransitionDelay<string & {}> | undefined)[]] | undefined;
1205
+ transitionDuration?: import("../..").CustomValueType | import("csstype").Property.TransitionDuration<string & {}> | (import("../..").CustomValueType | import("csstype").Property.TransitionDuration<string & {}> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TransitionDuration<string & {}> | undefined)[]] | undefined;
1206
+ transitionProperty?: import("../..").CustomValueType | import("csstype").Property.TransitionProperty | (import("../..").CustomValueType | import("csstype").Property.TransitionProperty | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TransitionProperty | undefined)[]] | undefined;
1207
+ transitionTimingFunction?: import("../..").CustomValueType | import("csstype").Property.TransitionTimingFunction | (import("../..").CustomValueType | import("csstype").Property.TransitionTimingFunction | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TransitionTimingFunction | undefined)[]] | undefined;
1208
+ translate?: import("../..").CustomValueType | import("csstype").Property.Translate<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.Translate<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Translate<0 | (string & {})> | undefined)[]] | undefined;
1209
+ unicodeBidi?: import("../..").CustomValueType | import("csstype").Property.UnicodeBidi | (import("../..").CustomValueType | import("csstype").Property.UnicodeBidi | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.UnicodeBidi | undefined)[]] | undefined;
1210
+ userSelect?: import("../..").CustomValueType | import("csstype").Property.UserSelect | (import("../..").CustomValueType | import("csstype").Property.UserSelect | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.UserSelect | undefined)[]] | undefined;
1211
+ verticalAlign?: import("../..").CustomValueType | import("csstype").Property.VerticalAlign<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.VerticalAlign<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.VerticalAlign<0 | (string & {})> | undefined)[]] | undefined;
1212
+ viewTimelineAxis?: import("../..").CustomValueType | import("csstype").Property.ViewTimelineAxis | (import("../..").CustomValueType | import("csstype").Property.ViewTimelineAxis | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ViewTimelineAxis | undefined)[]] | undefined;
1213
+ viewTimelineInset?: import("../..").CustomValueType | import("csstype").Property.ViewTimelineInset<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ViewTimelineInset<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ViewTimelineInset<0 | (string & {})> | undefined)[]] | undefined;
1214
+ viewTimelineName?: import("../..").CustomValueType | import("csstype").Property.ViewTimelineName | (import("../..").CustomValueType | import("csstype").Property.ViewTimelineName | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ViewTimelineName | undefined)[]] | undefined;
1215
+ viewTransitionName?: import("../..").CustomValueType | import("csstype").Property.ViewTransitionName | (import("../..").CustomValueType | import("csstype").Property.ViewTransitionName | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ViewTransitionName | undefined)[]] | undefined;
1216
+ visibility?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "collapse" | "hidden" | "visible" | import("../..").CustomValueType | ("-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "collapse" | "hidden" | "visible" | import("../..").CustomValueType | undefined)[] | [null, ...("-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "collapse" | "hidden" | "visible" | import("../..").CustomValueType | undefined)[]] | undefined;
1217
+ whiteSpace?: import("../..").CustomValueType | import("csstype").Property.WhiteSpace | (import("../..").CustomValueType | import("csstype").Property.WhiteSpace | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WhiteSpace | undefined)[]] | undefined;
1218
+ whiteSpaceCollapse?: import("../..").CustomValueType | import("csstype").Property.WhiteSpaceCollapse | (import("../..").CustomValueType | import("csstype").Property.WhiteSpaceCollapse | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WhiteSpaceCollapse | undefined)[]] | undefined;
1219
+ whiteSpaceTrim?: import("../..").CustomValueType | import("csstype").Property.WhiteSpaceTrim | (import("../..").CustomValueType | import("csstype").Property.WhiteSpaceTrim | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WhiteSpaceTrim | undefined)[]] | undefined;
1220
+ widows?: import("../..").CustomValueType | import("csstype").Property.Widows | (import("../..").CustomValueType | import("csstype").Property.Widows | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Widows | undefined)[]] | undefined;
1221
+ width?: string | 0 | import("../..").CustomValueType | (string | 0 | import("../..").CustomValueType | undefined)[] | [null, ...(string | 0 | import("../..").CustomValueType | undefined)[]] | undefined;
1222
+ willChange?: import("../..").CustomValueType | import("csstype").Property.WillChange | (import("../..").CustomValueType | import("csstype").Property.WillChange | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WillChange | undefined)[]] | undefined;
1223
+ wordBreak?: import("../..").CustomValueType | import("csstype").Property.WordBreak | (import("../..").CustomValueType | import("csstype").Property.WordBreak | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WordBreak | undefined)[]] | undefined;
1224
+ wordSpacing?: import("../..").CustomValueType | import("csstype").Property.WordSpacing<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.WordSpacing<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WordSpacing<0 | (string & {})> | undefined)[]] | undefined;
1225
+ wordWrap?: import("../..").CustomValueType | import("csstype").Property.WordWrap | (import("../..").CustomValueType | import("csstype").Property.WordWrap | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WordWrap | undefined)[]] | undefined;
1226
+ writingMode?: import("../..").CustomValueType | import("csstype").Property.WritingMode | (import("../..").CustomValueType | import("csstype").Property.WritingMode | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WritingMode | undefined)[]] | undefined;
1227
+ zIndex?: import("../..").CustomValueType | import("csstype").Property.ZIndex | (import("../..").CustomValueType | import("csstype").Property.ZIndex | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ZIndex | undefined)[]] | undefined;
1228
+ zoom?: import("../..").CustomValueType | import("csstype").Property.Zoom | (import("../..").CustomValueType | import("csstype").Property.Zoom | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Zoom | undefined)[]] | undefined;
1229
+ all?: import("csstype").Globals | import("../..").CustomValueType | (import("csstype").Globals | import("../..").CustomValueType | undefined)[] | [null, ...(import("csstype").Globals | import("../..").CustomValueType | undefined)[]] | undefined;
1230
+ animation?: import("../..").CustomValueType | import("csstype").Property.Animation<string & {}> | (import("../..").CustomValueType | import("csstype").Property.Animation<string & {}> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Animation<string & {}> | undefined)[]] | undefined;
1231
+ animationRange?: import("../..").CustomValueType | import("csstype").Property.AnimationRange<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.AnimationRange<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationRange<0 | (string & {})> | undefined)[]] | undefined;
1232
+ background?: import("../..").CustomValueType | import("csstype").Property.Background<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.Background<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Background<0 | (string & {})> | undefined)[]] | undefined;
1233
+ backgroundPosition?: import("../..").CustomValueType | import("csstype").Property.BackgroundPosition<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BackgroundPosition<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BackgroundPosition<0 | (string & {})> | undefined)[]] | undefined;
1234
+ border?: import("../..").CustomValueType | import("csstype").Property.Border<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.Border<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Border<0 | (string & {})> | undefined)[]] | undefined;
1235
+ borderBlock?: import("../..").CustomValueType | import("csstype").Property.BorderBlock<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderBlock<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderBlock<0 | (string & {})> | undefined)[]] | undefined;
1236
+ borderBlockEnd?: import("../..").CustomValueType | import("csstype").Property.BorderBlockEnd<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderBlockEnd<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderBlockEnd<0 | (string & {})> | undefined)[]] | undefined;
1237
+ borderBlockStart?: import("../..").CustomValueType | import("csstype").Property.BorderBlockStart<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderBlockStart<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderBlockStart<0 | (string & {})> | undefined)[]] | undefined;
1238
+ borderBottom?: import("../..").CustomValueType | import("csstype").Property.BorderBottom<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderBottom<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderBottom<0 | (string & {})> | undefined)[]] | undefined;
1239
+ borderColor?: import("../..").CustomValueType | import("csstype").Property.BorderColor | (import("../..").CustomValueType | import("csstype").Property.BorderColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderColor | undefined)[]] | undefined;
1240
+ borderImage?: import("../..").CustomValueType | import("csstype").Property.BorderImage | (import("../..").CustomValueType | import("csstype").Property.BorderImage | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderImage | undefined)[]] | undefined;
1241
+ borderInline?: import("../..").CustomValueType | import("csstype").Property.BorderInline<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderInline<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderInline<0 | (string & {})> | undefined)[]] | undefined;
1242
+ borderInlineEnd?: import("../..").CustomValueType | import("csstype").Property.BorderInlineEnd<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderInlineEnd<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderInlineEnd<0 | (string & {})> | undefined)[]] | undefined;
1243
+ borderInlineStart?: import("../..").CustomValueType | import("csstype").Property.BorderInlineStart<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderInlineStart<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderInlineStart<0 | (string & {})> | undefined)[]] | undefined;
1244
+ borderLeft?: import("../..").CustomValueType | import("csstype").Property.BorderLeft<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderLeft<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderLeft<0 | (string & {})> | undefined)[]] | undefined;
1245
+ borderRadius?: import("../..").CustomValueType | import("csstype").Property.BorderRadius<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderRadius<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderRadius<0 | (string & {})> | undefined)[]] | undefined;
1246
+ borderRight?: import("../..").CustomValueType | import("csstype").Property.BorderRight<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderRight<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderRight<0 | (string & {})> | undefined)[]] | undefined;
1247
+ borderStyle?: import("../..").CustomValueType | import("csstype").Property.BorderStyle | (import("../..").CustomValueType | import("csstype").Property.BorderStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderStyle | undefined)[]] | undefined;
1248
+ borderTop?: import("../..").CustomValueType | import("csstype").Property.BorderTop<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderTop<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderTop<0 | (string & {})> | undefined)[]] | undefined;
1249
+ borderWidth?: import("../..").CustomValueType | import("csstype").Property.BorderWidth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderWidth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderWidth<0 | (string & {})> | undefined)[]] | undefined;
1250
+ caret?: import("../..").CustomValueType | import("csstype").Property.Caret | (import("../..").CustomValueType | import("csstype").Property.Caret | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Caret | undefined)[]] | undefined;
1251
+ columnRule?: import("../..").CustomValueType | import("csstype").Property.ColumnRule<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ColumnRule<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ColumnRule<0 | (string & {})> | undefined)[]] | undefined;
1252
+ columns?: import("../..").CustomValueType | import("csstype").Property.Columns<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.Columns<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Columns<0 | (string & {})> | undefined)[]] | undefined;
1253
+ containIntrinsicSize?: import("../..").CustomValueType | import("csstype").Property.ContainIntrinsicSize<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ContainIntrinsicSize<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ContainIntrinsicSize<0 | (string & {})> | undefined)[]] | undefined;
1254
+ container?: import("../..").CustomValueType | import("csstype").Property.Container | (import("../..").CustomValueType | import("csstype").Property.Container | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Container | undefined)[]] | undefined;
1255
+ flex?: import("../..").CustomValueType | import("csstype").Property.Flex<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.Flex<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Flex<0 | (string & {})> | undefined)[]] | undefined;
1256
+ flexFlow?: import("../..").CustomValueType | import("csstype").Property.FlexFlow | (import("../..").CustomValueType | import("csstype").Property.FlexFlow | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FlexFlow | undefined)[]] | undefined;
1257
+ font?: import("../..").CustomValueType | import("csstype").Property.Font | (import("../..").CustomValueType | import("csstype").Property.Font | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Font | undefined)[]] | undefined;
1258
+ gap?: import("../..").CustomValueType | import("csstype").Property.Gap<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.Gap<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Gap<0 | (string & {})> | undefined)[]] | undefined;
1259
+ grid?: import("../..").CustomValueType | import("csstype").Property.Grid | (import("../..").CustomValueType | import("csstype").Property.Grid | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Grid | undefined)[]] | undefined;
1260
+ gridArea?: import("../..").CustomValueType | import("csstype").Property.GridArea | (import("../..").CustomValueType | import("csstype").Property.GridArea | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.GridArea | undefined)[]] | undefined;
1261
+ gridColumn?: import("../..").CustomValueType | import("csstype").Property.GridColumn | (import("../..").CustomValueType | import("csstype").Property.GridColumn | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.GridColumn | undefined)[]] | undefined;
1262
+ gridRow?: import("../..").CustomValueType | import("csstype").Property.GridRow | (import("../..").CustomValueType | import("csstype").Property.GridRow | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.GridRow | undefined)[]] | undefined;
1263
+ gridTemplate?: import("../..").CustomValueType | import("csstype").Property.GridTemplate | (import("../..").CustomValueType | import("csstype").Property.GridTemplate | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.GridTemplate | undefined)[]] | undefined;
1264
+ inset?: import("../..").CustomValueType | import("csstype").Property.Inset<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.Inset<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Inset<0 | (string & {})> | undefined)[]] | undefined;
1265
+ insetBlock?: import("../..").CustomValueType | import("csstype").Property.InsetBlock<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.InsetBlock<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.InsetBlock<0 | (string & {})> | undefined)[]] | undefined;
1266
+ insetInline?: import("../..").CustomValueType | import("csstype").Property.InsetInline<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.InsetInline<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.InsetInline<0 | (string & {})> | undefined)[]] | undefined;
1267
+ lineClamp?: import("../..").CustomValueType | import("csstype").Property.LineClamp | (import("../..").CustomValueType | import("csstype").Property.LineClamp | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.LineClamp | undefined)[]] | undefined;
1268
+ listStyle?: import("../..").CustomValueType | import("csstype").Property.ListStyle | (import("../..").CustomValueType | import("csstype").Property.ListStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ListStyle | undefined)[]] | undefined;
1269
+ margin?: import("../..").CustomValueType | import("csstype").Property.Margin<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.Margin<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Margin<0 | (string & {})> | undefined)[]] | undefined;
1270
+ marginBlock?: import("../..").CustomValueType | import("csstype").Property.MarginBlock<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MarginBlock<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MarginBlock<0 | (string & {})> | undefined)[]] | undefined;
1271
+ marginInline?: import("../..").CustomValueType | import("csstype").Property.MarginInline<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MarginInline<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MarginInline<0 | (string & {})> | undefined)[]] | undefined;
1272
+ mask?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | undefined)[] | [null, ...(string | import("../..").CustomValueType | undefined)[]] | undefined;
1273
+ maskBorder?: import("../..").CustomValueType | import("csstype").Property.MaskBorder | (import("../..").CustomValueType | import("csstype").Property.MaskBorder | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MaskBorder | undefined)[]] | undefined;
1274
+ motion?: import("csstype").Property.Offset<0 | (string & {})> | import("../..").CustomValueType | (import("csstype").Property.Offset<0 | (string & {})> | import("../..").CustomValueType | undefined)[] | [null, ...(import("csstype").Property.Offset<0 | (string & {})> | import("../..").CustomValueType | undefined)[]] | undefined;
1275
+ offset?: string | 0 | import("../..").CustomValueType | (string | 0 | import("../..").CustomValueType | undefined)[] | [null, ...(string | 0 | import("../..").CustomValueType | undefined)[]] | undefined;
1276
+ outline?: import("../..").CustomValueType | import("csstype").Property.Outline<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.Outline<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Outline<0 | (string & {})> | undefined)[]] | undefined;
1277
+ overflow?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | undefined)[] | [null, ...(string | import("../..").CustomValueType | undefined)[]] | undefined;
1278
+ overscrollBehavior?: import("../..").CustomValueType | import("csstype").Property.OverscrollBehavior | (import("../..").CustomValueType | import("csstype").Property.OverscrollBehavior | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OverscrollBehavior | undefined)[]] | undefined;
1279
+ padding?: import("../..").CustomValueType | import("csstype").Property.Padding<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.Padding<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Padding<0 | (string & {})> | undefined)[]] | undefined;
1280
+ paddingBlock?: import("../..").CustomValueType | import("csstype").Property.PaddingBlock<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.PaddingBlock<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.PaddingBlock<0 | (string & {})> | undefined)[]] | undefined;
1281
+ paddingInline?: import("../..").CustomValueType | import("csstype").Property.PaddingInline<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.PaddingInline<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.PaddingInline<0 | (string & {})> | undefined)[]] | undefined;
1282
+ placeContent?: import("../..").CustomValueType | import("csstype").Property.PlaceContent | (import("../..").CustomValueType | import("csstype").Property.PlaceContent | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.PlaceContent | undefined)[]] | undefined;
1283
+ placeItems?: import("../..").CustomValueType | import("csstype").Property.PlaceItems | (import("../..").CustomValueType | import("csstype").Property.PlaceItems | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.PlaceItems | undefined)[]] | undefined;
1284
+ placeSelf?: import("../..").CustomValueType | import("csstype").Property.PlaceSelf | (import("../..").CustomValueType | import("csstype").Property.PlaceSelf | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.PlaceSelf | undefined)[]] | undefined;
1285
+ scrollMargin?: import("../..").CustomValueType | import("csstype").Property.ScrollMargin<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ScrollMargin<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollMargin<0 | (string & {})> | undefined)[]] | undefined;
1286
+ scrollMarginBlock?: import("../..").CustomValueType | import("csstype").Property.ScrollMarginBlock<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ScrollMarginBlock<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollMarginBlock<0 | (string & {})> | undefined)[]] | undefined;
1287
+ scrollMarginInline?: import("../..").CustomValueType | import("csstype").Property.ScrollMarginInline<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ScrollMarginInline<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollMarginInline<0 | (string & {})> | undefined)[]] | undefined;
1288
+ scrollPadding?: import("../..").CustomValueType | import("csstype").Property.ScrollPadding<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ScrollPadding<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollPadding<0 | (string & {})> | undefined)[]] | undefined;
1289
+ scrollPaddingBlock?: import("../..").CustomValueType | import("csstype").Property.ScrollPaddingBlock<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ScrollPaddingBlock<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollPaddingBlock<0 | (string & {})> | undefined)[]] | undefined;
1290
+ scrollPaddingInline?: import("../..").CustomValueType | import("csstype").Property.ScrollPaddingInline<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ScrollPaddingInline<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollPaddingInline<0 | (string & {})> | undefined)[]] | undefined;
1291
+ scrollSnapMargin?: import("../..").CustomValueType | import("csstype").Property.ScrollMargin<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ScrollMargin<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollMargin<0 | (string & {})> | undefined)[]] | undefined;
1292
+ scrollTimeline?: import("../..").CustomValueType | import("csstype").Property.ScrollTimeline | (import("../..").CustomValueType | import("csstype").Property.ScrollTimeline | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollTimeline | undefined)[]] | undefined;
1293
+ textDecoration?: import("../..").CustomValueType | import("csstype").Property.TextDecoration<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.TextDecoration<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextDecoration<0 | (string & {})> | undefined)[]] | undefined;
1294
+ textEmphasis?: import("../..").CustomValueType | import("csstype").Property.TextEmphasis | (import("../..").CustomValueType | import("csstype").Property.TextEmphasis | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextEmphasis | undefined)[]] | undefined;
1295
+ viewTimeline?: import("../..").CustomValueType | import("csstype").Property.ViewTimeline | (import("../..").CustomValueType | import("csstype").Property.ViewTimeline | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ViewTimeline | undefined)[]] | undefined;
1296
+ MozAnimationDelay?: import("../..").CustomValueType | import("csstype").Property.AnimationDelay<string & {}> | (import("../..").CustomValueType | import("csstype").Property.AnimationDelay<string & {}> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationDelay<string & {}> | undefined)[]] | undefined;
1297
+ MozAnimationDirection?: import("../..").CustomValueType | import("csstype").Property.AnimationDirection | (import("../..").CustomValueType | import("csstype").Property.AnimationDirection | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationDirection | undefined)[]] | undefined;
1298
+ MozAnimationDuration?: import("../..").CustomValueType | import("csstype").Property.AnimationDuration<string & {}> | (import("../..").CustomValueType | import("csstype").Property.AnimationDuration<string & {}> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationDuration<string & {}> | undefined)[]] | undefined;
1299
+ MozAnimationFillMode?: import("../..").CustomValueType | import("csstype").Property.AnimationFillMode | (import("../..").CustomValueType | import("csstype").Property.AnimationFillMode | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationFillMode | undefined)[]] | undefined;
1300
+ MozAnimationIterationCount?: import("../..").CustomValueType | import("csstype").Property.AnimationIterationCount | (import("../..").CustomValueType | import("csstype").Property.AnimationIterationCount | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationIterationCount | undefined)[]] | undefined;
1301
+ MozAnimationName?: import("../..").CustomValueType | import("csstype").Property.AnimationName | (import("../..").CustomValueType | import("csstype").Property.AnimationName | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationName | undefined)[]] | undefined;
1302
+ MozAnimationPlayState?: import("../..").CustomValueType | import("csstype").Property.AnimationPlayState | (import("../..").CustomValueType | import("csstype").Property.AnimationPlayState | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationPlayState | undefined)[]] | undefined;
1303
+ MozAnimationTimingFunction?: import("../..").CustomValueType | import("csstype").Property.AnimationTimingFunction | (import("../..").CustomValueType | import("csstype").Property.AnimationTimingFunction | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationTimingFunction | undefined)[]] | undefined;
1304
+ MozAppearance?: import("../..").CustomValueType | import("csstype").Property.MozAppearance | (import("../..").CustomValueType | import("csstype").Property.MozAppearance | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MozAppearance | undefined)[]] | undefined;
1305
+ MozBinding?: import("../..").CustomValueType | import("csstype").Property.MozBinding | (import("../..").CustomValueType | import("csstype").Property.MozBinding | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MozBinding | undefined)[]] | undefined;
1306
+ MozBorderBottomColors?: import("../..").CustomValueType | import("csstype").Property.MozBorderBottomColors | (import("../..").CustomValueType | import("csstype").Property.MozBorderBottomColors | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MozBorderBottomColors | undefined)[]] | undefined;
1307
+ MozBorderEndColor?: import("../..").CustomValueType | import("csstype").Property.BorderInlineEndColor | (import("../..").CustomValueType | import("csstype").Property.BorderInlineEndColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderInlineEndColor | undefined)[]] | undefined;
1308
+ MozBorderEndStyle?: import("../..").CustomValueType | import("csstype").Property.BorderInlineEndStyle | (import("../..").CustomValueType | import("csstype").Property.BorderInlineEndStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderInlineEndStyle | undefined)[]] | undefined;
1309
+ MozBorderEndWidth?: import("../..").CustomValueType | import("csstype").Property.BorderInlineEndWidth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderInlineEndWidth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderInlineEndWidth<0 | (string & {})> | undefined)[]] | undefined;
1310
+ MozBorderLeftColors?: import("../..").CustomValueType | import("csstype").Property.MozBorderLeftColors | (import("../..").CustomValueType | import("csstype").Property.MozBorderLeftColors | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MozBorderLeftColors | undefined)[]] | undefined;
1311
+ MozBorderRightColors?: import("../..").CustomValueType | import("csstype").Property.MozBorderRightColors | (import("../..").CustomValueType | import("csstype").Property.MozBorderRightColors | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MozBorderRightColors | undefined)[]] | undefined;
1312
+ MozBorderStartColor?: import("../..").CustomValueType | import("csstype").Property.BorderInlineStartColor | (import("../..").CustomValueType | import("csstype").Property.BorderInlineStartColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderInlineStartColor | undefined)[]] | undefined;
1313
+ MozBorderStartStyle?: import("../..").CustomValueType | import("csstype").Property.BorderInlineStartStyle | (import("../..").CustomValueType | import("csstype").Property.BorderInlineStartStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderInlineStartStyle | undefined)[]] | undefined;
1314
+ MozBorderTopColors?: import("../..").CustomValueType | import("csstype").Property.MozBorderTopColors | (import("../..").CustomValueType | import("csstype").Property.MozBorderTopColors | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MozBorderTopColors | undefined)[]] | undefined;
1315
+ MozBoxSizing?: import("../..").CustomValueType | import("csstype").Property.BoxSizing | (import("../..").CustomValueType | import("csstype").Property.BoxSizing | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxSizing | undefined)[]] | undefined;
1316
+ MozColumnCount?: import("../..").CustomValueType | import("csstype").Property.ColumnCount | (import("../..").CustomValueType | import("csstype").Property.ColumnCount | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ColumnCount | undefined)[]] | undefined;
1317
+ MozColumnFill?: import("../..").CustomValueType | import("csstype").Property.ColumnFill | (import("../..").CustomValueType | import("csstype").Property.ColumnFill | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ColumnFill | undefined)[]] | undefined;
1318
+ MozColumnRuleColor?: import("../..").CustomValueType | import("csstype").Property.ColumnRuleColor | (import("../..").CustomValueType | import("csstype").Property.ColumnRuleColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ColumnRuleColor | undefined)[]] | undefined;
1319
+ MozColumnRuleStyle?: import("../..").CustomValueType | import("csstype").Property.ColumnRuleStyle | (import("../..").CustomValueType | import("csstype").Property.ColumnRuleStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ColumnRuleStyle | undefined)[]] | undefined;
1320
+ MozColumnRuleWidth?: import("../..").CustomValueType | import("csstype").Property.ColumnRuleWidth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ColumnRuleWidth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ColumnRuleWidth<0 | (string & {})> | undefined)[]] | undefined;
1321
+ MozColumnWidth?: import("../..").CustomValueType | import("csstype").Property.ColumnWidth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ColumnWidth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ColumnWidth<0 | (string & {})> | undefined)[]] | undefined;
1322
+ MozContextProperties?: import("../..").CustomValueType | import("csstype").Property.MozContextProperties | (import("../..").CustomValueType | import("csstype").Property.MozContextProperties | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MozContextProperties | undefined)[]] | undefined;
1323
+ MozFontFeatureSettings?: import("../..").CustomValueType | import("csstype").Property.FontFeatureSettings | (import("../..").CustomValueType | import("csstype").Property.FontFeatureSettings | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontFeatureSettings | undefined)[]] | undefined;
1324
+ MozFontLanguageOverride?: import("../..").CustomValueType | import("csstype").Property.FontLanguageOverride | (import("../..").CustomValueType | import("csstype").Property.FontLanguageOverride | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontLanguageOverride | undefined)[]] | undefined;
1325
+ MozHyphens?: import("../..").CustomValueType | import("csstype").Property.Hyphens | (import("../..").CustomValueType | import("csstype").Property.Hyphens | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Hyphens | undefined)[]] | undefined;
1326
+ MozImageRegion?: import("../..").CustomValueType | import("csstype").Property.MozImageRegion | (import("../..").CustomValueType | import("csstype").Property.MozImageRegion | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MozImageRegion | undefined)[]] | undefined;
1327
+ MozMarginEnd?: import("../..").CustomValueType | import("csstype").Property.MarginInlineEnd<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MarginInlineEnd<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MarginInlineEnd<0 | (string & {})> | undefined)[]] | undefined;
1328
+ MozMarginStart?: import("../..").CustomValueType | import("csstype").Property.MarginInlineStart<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MarginInlineStart<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MarginInlineStart<0 | (string & {})> | undefined)[]] | undefined;
1329
+ MozOrient?: import("../..").CustomValueType | import("csstype").Property.MozOrient | (import("../..").CustomValueType | import("csstype").Property.MozOrient | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MozOrient | undefined)[]] | undefined;
1330
+ MozOsxFontSmoothing?: import("../..").CustomValueType | import("csstype").Property.FontSmooth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.FontSmooth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontSmooth<0 | (string & {})> | undefined)[]] | undefined;
1331
+ MozOutlineRadiusBottomleft?: import("../..").CustomValueType | import("csstype").Property.MozOutlineRadiusBottomleft<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MozOutlineRadiusBottomleft<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MozOutlineRadiusBottomleft<0 | (string & {})> | undefined)[]] | undefined;
1332
+ MozOutlineRadiusBottomright?: import("../..").CustomValueType | import("csstype").Property.MozOutlineRadiusBottomright<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MozOutlineRadiusBottomright<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MozOutlineRadiusBottomright<0 | (string & {})> | undefined)[]] | undefined;
1333
+ MozOutlineRadiusTopleft?: import("../..").CustomValueType | import("csstype").Property.MozOutlineRadiusTopleft<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MozOutlineRadiusTopleft<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MozOutlineRadiusTopleft<0 | (string & {})> | undefined)[]] | undefined;
1334
+ MozOutlineRadiusTopright?: import("../..").CustomValueType | import("csstype").Property.MozOutlineRadiusTopright<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MozOutlineRadiusTopright<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MozOutlineRadiusTopright<0 | (string & {})> | undefined)[]] | undefined;
1335
+ MozPaddingEnd?: import("../..").CustomValueType | import("csstype").Property.PaddingInlineEnd<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.PaddingInlineEnd<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.PaddingInlineEnd<0 | (string & {})> | undefined)[]] | undefined;
1336
+ MozPaddingStart?: import("../..").CustomValueType | import("csstype").Property.PaddingInlineStart<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.PaddingInlineStart<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.PaddingInlineStart<0 | (string & {})> | undefined)[]] | undefined;
1337
+ MozStackSizing?: import("../..").CustomValueType | import("csstype").Property.MozStackSizing | (import("../..").CustomValueType | import("csstype").Property.MozStackSizing | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MozStackSizing | undefined)[]] | undefined;
1338
+ MozTabSize?: import("../..").CustomValueType | import("csstype").Property.TabSize<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.TabSize<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TabSize<0 | (string & {})> | undefined)[]] | undefined;
1339
+ MozTextBlink?: import("../..").CustomValueType | import("csstype").Property.MozTextBlink | (import("../..").CustomValueType | import("csstype").Property.MozTextBlink | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MozTextBlink | undefined)[]] | undefined;
1340
+ MozTextSizeAdjust?: import("../..").CustomValueType | import("csstype").Property.TextSizeAdjust | (import("../..").CustomValueType | import("csstype").Property.TextSizeAdjust | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextSizeAdjust | undefined)[]] | undefined;
1341
+ MozUserFocus?: import("../..").CustomValueType | import("csstype").Property.MozUserFocus | (import("../..").CustomValueType | import("csstype").Property.MozUserFocus | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MozUserFocus | undefined)[]] | undefined;
1342
+ MozUserModify?: import("../..").CustomValueType | import("csstype").Property.MozUserModify | (import("../..").CustomValueType | import("csstype").Property.MozUserModify | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MozUserModify | undefined)[]] | undefined;
1343
+ MozUserSelect?: import("../..").CustomValueType | import("csstype").Property.UserSelect | (import("../..").CustomValueType | import("csstype").Property.UserSelect | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.UserSelect | undefined)[]] | undefined;
1344
+ MozWindowDragging?: import("../..").CustomValueType | import("csstype").Property.MozWindowDragging | (import("../..").CustomValueType | import("csstype").Property.MozWindowDragging | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MozWindowDragging | undefined)[]] | undefined;
1345
+ MozWindowShadow?: import("../..").CustomValueType | import("csstype").Property.MozWindowShadow | (import("../..").CustomValueType | import("csstype").Property.MozWindowShadow | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MozWindowShadow | undefined)[]] | undefined;
1346
+ msAccelerator?: import("../..").CustomValueType | import("csstype").Property.MsAccelerator | (import("../..").CustomValueType | import("csstype").Property.MsAccelerator | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsAccelerator | undefined)[]] | undefined;
1347
+ msBlockProgression?: import("../..").CustomValueType | import("csstype").Property.MsBlockProgression | (import("../..").CustomValueType | import("csstype").Property.MsBlockProgression | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsBlockProgression | undefined)[]] | undefined;
1348
+ msContentZoomChaining?: import("../..").CustomValueType | import("csstype").Property.MsContentZoomChaining | (import("../..").CustomValueType | import("csstype").Property.MsContentZoomChaining | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsContentZoomChaining | undefined)[]] | undefined;
1349
+ msContentZoomLimitMax?: import("../..").CustomValueType | import("csstype").Property.MsContentZoomLimitMax | (import("../..").CustomValueType | import("csstype").Property.MsContentZoomLimitMax | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsContentZoomLimitMax | undefined)[]] | undefined;
1350
+ msContentZoomLimitMin?: import("../..").CustomValueType | import("csstype").Property.MsContentZoomLimitMin | (import("../..").CustomValueType | import("csstype").Property.MsContentZoomLimitMin | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsContentZoomLimitMin | undefined)[]] | undefined;
1351
+ msContentZoomSnapPoints?: import("../..").CustomValueType | import("csstype").Property.MsContentZoomSnapPoints | (import("../..").CustomValueType | import("csstype").Property.MsContentZoomSnapPoints | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsContentZoomSnapPoints | undefined)[]] | undefined;
1352
+ msContentZoomSnapType?: import("../..").CustomValueType | import("csstype").Property.MsContentZoomSnapType | (import("../..").CustomValueType | import("csstype").Property.MsContentZoomSnapType | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsContentZoomSnapType | undefined)[]] | undefined;
1353
+ msContentZooming?: import("../..").CustomValueType | import("csstype").Property.MsContentZooming | (import("../..").CustomValueType | import("csstype").Property.MsContentZooming | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsContentZooming | undefined)[]] | undefined;
1354
+ msFilter?: import("../..").CustomValueType | import("csstype").Property.MsFilter | (import("../..").CustomValueType | import("csstype").Property.MsFilter | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsFilter | undefined)[]] | undefined;
1355
+ msFlexDirection?: import("../..").CustomValueType | import("csstype").Property.FlexDirection | (import("../..").CustomValueType | import("csstype").Property.FlexDirection | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FlexDirection | undefined)[]] | undefined;
1356
+ msFlexPositive?: import("../..").CustomValueType | import("csstype").Property.FlexGrow | (import("../..").CustomValueType | import("csstype").Property.FlexGrow | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FlexGrow | undefined)[]] | undefined;
1357
+ msFlowFrom?: import("../..").CustomValueType | import("csstype").Property.MsFlowFrom | (import("../..").CustomValueType | import("csstype").Property.MsFlowFrom | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsFlowFrom | undefined)[]] | undefined;
1358
+ msFlowInto?: import("../..").CustomValueType | import("csstype").Property.MsFlowInto | (import("../..").CustomValueType | import("csstype").Property.MsFlowInto | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsFlowInto | undefined)[]] | undefined;
1359
+ msGridColumns?: import("../..").CustomValueType | import("csstype").Property.MsGridColumns<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MsGridColumns<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsGridColumns<0 | (string & {})> | undefined)[]] | undefined;
1360
+ msGridRows?: import("../..").CustomValueType | import("csstype").Property.MsGridRows<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MsGridRows<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsGridRows<0 | (string & {})> | undefined)[]] | undefined;
1361
+ msHighContrastAdjust?: import("../..").CustomValueType | import("csstype").Property.MsHighContrastAdjust | (import("../..").CustomValueType | import("csstype").Property.MsHighContrastAdjust | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsHighContrastAdjust | undefined)[]] | undefined;
1362
+ msHyphenateLimitChars?: import("../..").CustomValueType | import("csstype").Property.MsHyphenateLimitChars | (import("../..").CustomValueType | import("csstype").Property.MsHyphenateLimitChars | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsHyphenateLimitChars | undefined)[]] | undefined;
1363
+ msHyphenateLimitLines?: import("../..").CustomValueType | import("csstype").Property.MsHyphenateLimitLines | (import("../..").CustomValueType | import("csstype").Property.MsHyphenateLimitLines | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsHyphenateLimitLines | undefined)[]] | undefined;
1364
+ msHyphenateLimitZone?: import("../..").CustomValueType | import("csstype").Property.MsHyphenateLimitZone<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MsHyphenateLimitZone<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsHyphenateLimitZone<0 | (string & {})> | undefined)[]] | undefined;
1365
+ msHyphens?: import("../..").CustomValueType | import("csstype").Property.Hyphens | (import("../..").CustomValueType | import("csstype").Property.Hyphens | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Hyphens | undefined)[]] | undefined;
1366
+ msImeAlign?: import("../..").CustomValueType | import("csstype").Property.MsImeAlign | (import("../..").CustomValueType | import("csstype").Property.MsImeAlign | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsImeAlign | undefined)[]] | undefined;
1367
+ msLineBreak?: import("../..").CustomValueType | import("csstype").Property.LineBreak | (import("../..").CustomValueType | import("csstype").Property.LineBreak | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.LineBreak | undefined)[]] | undefined;
1368
+ msOrder?: import("csstype").Property.Order | import("../..").CustomValueType | (import("csstype").Property.Order | import("../..").CustomValueType | undefined)[] | [null, ...(import("csstype").Property.Order | import("../..").CustomValueType | undefined)[]] | undefined;
1369
+ msOverflowStyle?: import("../..").CustomValueType | import("csstype").Property.MsOverflowStyle | (import("../..").CustomValueType | import("csstype").Property.MsOverflowStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsOverflowStyle | undefined)[]] | undefined;
1370
+ msOverflowX?: import("../..").CustomValueType | import("csstype").Property.OverflowX | (import("../..").CustomValueType | import("csstype").Property.OverflowX | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OverflowX | undefined)[]] | undefined;
1371
+ msOverflowY?: import("../..").CustomValueType | import("csstype").Property.OverflowY | (import("../..").CustomValueType | import("csstype").Property.OverflowY | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OverflowY | undefined)[]] | undefined;
1372
+ msScrollChaining?: import("../..").CustomValueType | import("csstype").Property.MsScrollChaining | (import("../..").CustomValueType | import("csstype").Property.MsScrollChaining | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsScrollChaining | undefined)[]] | undefined;
1373
+ msScrollLimitXMax?: import("../..").CustomValueType | import("csstype").Property.MsScrollLimitXMax<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MsScrollLimitXMax<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsScrollLimitXMax<0 | (string & {})> | undefined)[]] | undefined;
1374
+ msScrollLimitXMin?: import("../..").CustomValueType | import("csstype").Property.MsScrollLimitXMin<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MsScrollLimitXMin<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsScrollLimitXMin<0 | (string & {})> | undefined)[]] | undefined;
1375
+ msScrollLimitYMax?: import("../..").CustomValueType | import("csstype").Property.MsScrollLimitYMax<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MsScrollLimitYMax<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsScrollLimitYMax<0 | (string & {})> | undefined)[]] | undefined;
1376
+ msScrollLimitYMin?: import("../..").CustomValueType | import("csstype").Property.MsScrollLimitYMin<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MsScrollLimitYMin<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsScrollLimitYMin<0 | (string & {})> | undefined)[]] | undefined;
1377
+ msScrollRails?: import("../..").CustomValueType | import("csstype").Property.MsScrollRails | (import("../..").CustomValueType | import("csstype").Property.MsScrollRails | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsScrollRails | undefined)[]] | undefined;
1378
+ msScrollSnapPointsX?: import("../..").CustomValueType | import("csstype").Property.MsScrollSnapPointsX | (import("../..").CustomValueType | import("csstype").Property.MsScrollSnapPointsX | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsScrollSnapPointsX | undefined)[]] | undefined;
1379
+ msScrollSnapPointsY?: import("../..").CustomValueType | import("csstype").Property.MsScrollSnapPointsY | (import("../..").CustomValueType | import("csstype").Property.MsScrollSnapPointsY | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsScrollSnapPointsY | undefined)[]] | undefined;
1380
+ msScrollSnapType?: import("../..").CustomValueType | import("csstype").Property.MsScrollSnapType | (import("../..").CustomValueType | import("csstype").Property.MsScrollSnapType | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsScrollSnapType | undefined)[]] | undefined;
1381
+ msScrollTranslation?: import("../..").CustomValueType | import("csstype").Property.MsScrollTranslation | (import("../..").CustomValueType | import("csstype").Property.MsScrollTranslation | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsScrollTranslation | undefined)[]] | undefined;
1382
+ msScrollbar3dlightColor?: import("../..").CustomValueType | import("csstype").Property.MsScrollbar3dlightColor | (import("../..").CustomValueType | import("csstype").Property.MsScrollbar3dlightColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsScrollbar3dlightColor | undefined)[]] | undefined;
1383
+ msScrollbarArrowColor?: import("../..").CustomValueType | import("csstype").Property.MsScrollbarArrowColor | (import("../..").CustomValueType | import("csstype").Property.MsScrollbarArrowColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsScrollbarArrowColor | undefined)[]] | undefined;
1384
+ msScrollbarBaseColor?: import("../..").CustomValueType | import("csstype").Property.MsScrollbarBaseColor | (import("../..").CustomValueType | import("csstype").Property.MsScrollbarBaseColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsScrollbarBaseColor | undefined)[]] | undefined;
1385
+ msScrollbarDarkshadowColor?: import("../..").CustomValueType | import("csstype").Property.MsScrollbarDarkshadowColor | (import("../..").CustomValueType | import("csstype").Property.MsScrollbarDarkshadowColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsScrollbarDarkshadowColor | undefined)[]] | undefined;
1386
+ msScrollbarFaceColor?: import("../..").CustomValueType | import("csstype").Property.MsScrollbarFaceColor | (import("../..").CustomValueType | import("csstype").Property.MsScrollbarFaceColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsScrollbarFaceColor | undefined)[]] | undefined;
1387
+ msScrollbarHighlightColor?: import("../..").CustomValueType | import("csstype").Property.MsScrollbarHighlightColor | (import("../..").CustomValueType | import("csstype").Property.MsScrollbarHighlightColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsScrollbarHighlightColor | undefined)[]] | undefined;
1388
+ msScrollbarShadowColor?: import("../..").CustomValueType | import("csstype").Property.MsScrollbarShadowColor | (import("../..").CustomValueType | import("csstype").Property.MsScrollbarShadowColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsScrollbarShadowColor | undefined)[]] | undefined;
1389
+ msScrollbarTrackColor?: import("../..").CustomValueType | import("csstype").Property.MsScrollbarTrackColor | (import("../..").CustomValueType | import("csstype").Property.MsScrollbarTrackColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsScrollbarTrackColor | undefined)[]] | undefined;
1390
+ msTextAutospace?: import("../..").CustomValueType | import("csstype").Property.MsTextAutospace | (import("../..").CustomValueType | import("csstype").Property.MsTextAutospace | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsTextAutospace | undefined)[]] | undefined;
1391
+ msTextCombineHorizontal?: import("../..").CustomValueType | import("csstype").Property.TextCombineUpright | (import("../..").CustomValueType | import("csstype").Property.TextCombineUpright | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextCombineUpright | undefined)[]] | undefined;
1392
+ msTextOverflow?: import("../..").CustomValueType | import("csstype").Property.TextOverflow | (import("../..").CustomValueType | import("csstype").Property.TextOverflow | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextOverflow | undefined)[]] | undefined;
1393
+ msTouchAction?: import("../..").CustomValueType | import("csstype").Property.TouchAction | (import("../..").CustomValueType | import("csstype").Property.TouchAction | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TouchAction | undefined)[]] | undefined;
1394
+ msTouchSelect?: import("../..").CustomValueType | import("csstype").Property.MsTouchSelect | (import("../..").CustomValueType | import("csstype").Property.MsTouchSelect | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsTouchSelect | undefined)[]] | undefined;
1395
+ msTransform?: import("csstype").Property.Transform | import("../..").CustomValueType | (import("csstype").Property.Transform | import("../..").CustomValueType | undefined)[] | [null, ...(import("csstype").Property.Transform | import("../..").CustomValueType | undefined)[]] | undefined;
1396
+ msTransformOrigin?: import("../..").CustomValueType | import("csstype").Property.TransformOrigin<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.TransformOrigin<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TransformOrigin<0 | (string & {})> | undefined)[]] | undefined;
1397
+ msTransitionDelay?: import("../..").CustomValueType | import("csstype").Property.TransitionDelay<string & {}> | (import("../..").CustomValueType | import("csstype").Property.TransitionDelay<string & {}> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TransitionDelay<string & {}> | undefined)[]] | undefined;
1398
+ msTransitionDuration?: import("../..").CustomValueType | import("csstype").Property.TransitionDuration<string & {}> | (import("../..").CustomValueType | import("csstype").Property.TransitionDuration<string & {}> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TransitionDuration<string & {}> | undefined)[]] | undefined;
1399
+ msTransitionProperty?: import("../..").CustomValueType | import("csstype").Property.TransitionProperty | (import("../..").CustomValueType | import("csstype").Property.TransitionProperty | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TransitionProperty | undefined)[]] | undefined;
1400
+ msTransitionTimingFunction?: import("../..").CustomValueType | import("csstype").Property.TransitionTimingFunction | (import("../..").CustomValueType | import("csstype").Property.TransitionTimingFunction | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TransitionTimingFunction | undefined)[]] | undefined;
1401
+ msUserSelect?: import("../..").CustomValueType | import("csstype").Property.MsUserSelect | (import("../..").CustomValueType | import("csstype").Property.MsUserSelect | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsUserSelect | undefined)[]] | undefined;
1402
+ msWordBreak?: import("../..").CustomValueType | import("csstype").Property.WordBreak | (import("../..").CustomValueType | import("csstype").Property.WordBreak | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WordBreak | undefined)[]] | undefined;
1403
+ msWrapFlow?: import("../..").CustomValueType | import("csstype").Property.MsWrapFlow | (import("../..").CustomValueType | import("csstype").Property.MsWrapFlow | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsWrapFlow | undefined)[]] | undefined;
1404
+ msWrapMargin?: import("../..").CustomValueType | import("csstype").Property.MsWrapMargin<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MsWrapMargin<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsWrapMargin<0 | (string & {})> | undefined)[]] | undefined;
1405
+ msWrapThrough?: import("../..").CustomValueType | import("csstype").Property.MsWrapThrough | (import("../..").CustomValueType | import("csstype").Property.MsWrapThrough | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsWrapThrough | undefined)[]] | undefined;
1406
+ msWritingMode?: import("../..").CustomValueType | import("csstype").Property.WritingMode | (import("../..").CustomValueType | import("csstype").Property.WritingMode | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WritingMode | undefined)[]] | undefined;
1407
+ WebkitAlignContent?: import("../..").CustomValueType | import("csstype").Property.AlignContent | (import("../..").CustomValueType | import("csstype").Property.AlignContent | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AlignContent | undefined)[]] | undefined;
1408
+ WebkitAlignItems?: import("../..").CustomValueType | import("csstype").Property.AlignItems | (import("../..").CustomValueType | import("csstype").Property.AlignItems | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AlignItems | undefined)[]] | undefined;
1409
+ WebkitAlignSelf?: import("../..").CustomValueType | import("csstype").Property.AlignSelf | (import("../..").CustomValueType | import("csstype").Property.AlignSelf | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AlignSelf | undefined)[]] | undefined;
1410
+ WebkitAnimationDelay?: import("../..").CustomValueType | import("csstype").Property.AnimationDelay<string & {}> | (import("../..").CustomValueType | import("csstype").Property.AnimationDelay<string & {}> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationDelay<string & {}> | undefined)[]] | undefined;
1411
+ WebkitAnimationDirection?: import("../..").CustomValueType | import("csstype").Property.AnimationDirection | (import("../..").CustomValueType | import("csstype").Property.AnimationDirection | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationDirection | undefined)[]] | undefined;
1412
+ WebkitAnimationDuration?: import("../..").CustomValueType | import("csstype").Property.AnimationDuration<string & {}> | (import("../..").CustomValueType | import("csstype").Property.AnimationDuration<string & {}> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationDuration<string & {}> | undefined)[]] | undefined;
1413
+ WebkitAnimationFillMode?: import("../..").CustomValueType | import("csstype").Property.AnimationFillMode | (import("../..").CustomValueType | import("csstype").Property.AnimationFillMode | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationFillMode | undefined)[]] | undefined;
1414
+ WebkitAnimationIterationCount?: import("../..").CustomValueType | import("csstype").Property.AnimationIterationCount | (import("../..").CustomValueType | import("csstype").Property.AnimationIterationCount | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationIterationCount | undefined)[]] | undefined;
1415
+ WebkitAnimationName?: import("../..").CustomValueType | import("csstype").Property.AnimationName | (import("../..").CustomValueType | import("csstype").Property.AnimationName | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationName | undefined)[]] | undefined;
1416
+ WebkitAnimationPlayState?: import("../..").CustomValueType | import("csstype").Property.AnimationPlayState | (import("../..").CustomValueType | import("csstype").Property.AnimationPlayState | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationPlayState | undefined)[]] | undefined;
1417
+ WebkitAnimationTimingFunction?: import("../..").CustomValueType | import("csstype").Property.AnimationTimingFunction | (import("../..").CustomValueType | import("csstype").Property.AnimationTimingFunction | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationTimingFunction | undefined)[]] | undefined;
1418
+ WebkitAppearance?: import("../..").CustomValueType | import("csstype").Property.WebkitAppearance | (import("../..").CustomValueType | import("csstype").Property.WebkitAppearance | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WebkitAppearance | undefined)[]] | undefined;
1419
+ WebkitBackdropFilter?: import("../..").CustomValueType | import("csstype").Property.BackdropFilter | (import("../..").CustomValueType | import("csstype").Property.BackdropFilter | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BackdropFilter | undefined)[]] | undefined;
1420
+ WebkitBackfaceVisibility?: import("../..").CustomValueType | import("csstype").Property.BackfaceVisibility | (import("../..").CustomValueType | import("csstype").Property.BackfaceVisibility | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BackfaceVisibility | undefined)[]] | undefined;
1421
+ WebkitBackgroundClip?: import("../..").CustomValueType | import("csstype").Property.BackgroundClip | (import("../..").CustomValueType | import("csstype").Property.BackgroundClip | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BackgroundClip | undefined)[]] | undefined;
1422
+ WebkitBackgroundOrigin?: import("../..").CustomValueType | import("csstype").Property.BackgroundOrigin | (import("../..").CustomValueType | import("csstype").Property.BackgroundOrigin | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BackgroundOrigin | undefined)[]] | undefined;
1423
+ WebkitBackgroundSize?: import("../..").CustomValueType | import("csstype").Property.BackgroundSize<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BackgroundSize<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BackgroundSize<0 | (string & {})> | undefined)[]] | undefined;
1424
+ WebkitBorderBeforeColor?: import("../..").CustomValueType | import("csstype").Property.WebkitBorderBeforeColor | (import("../..").CustomValueType | import("csstype").Property.WebkitBorderBeforeColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WebkitBorderBeforeColor | undefined)[]] | undefined;
1425
+ WebkitBorderBeforeStyle?: import("../..").CustomValueType | import("csstype").Property.WebkitBorderBeforeStyle | (import("../..").CustomValueType | import("csstype").Property.WebkitBorderBeforeStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WebkitBorderBeforeStyle | undefined)[]] | undefined;
1426
+ WebkitBorderBeforeWidth?: import("../..").CustomValueType | import("csstype").Property.WebkitBorderBeforeWidth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.WebkitBorderBeforeWidth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WebkitBorderBeforeWidth<0 | (string & {})> | undefined)[]] | undefined;
1427
+ WebkitBorderBottomLeftRadius?: import("../..").CustomValueType | import("csstype").Property.BorderBottomLeftRadius<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderBottomLeftRadius<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderBottomLeftRadius<0 | (string & {})> | undefined)[]] | undefined;
1428
+ WebkitBorderBottomRightRadius?: import("../..").CustomValueType | import("csstype").Property.BorderBottomRightRadius<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderBottomRightRadius<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderBottomRightRadius<0 | (string & {})> | undefined)[]] | undefined;
1429
+ WebkitBorderImageSlice?: import("../..").CustomValueType | import("csstype").Property.BorderImageSlice | (import("../..").CustomValueType | import("csstype").Property.BorderImageSlice | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderImageSlice | undefined)[]] | undefined;
1430
+ WebkitBorderTopLeftRadius?: import("../..").CustomValueType | import("csstype").Property.BorderTopLeftRadius<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderTopLeftRadius<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderTopLeftRadius<0 | (string & {})> | undefined)[]] | undefined;
1431
+ WebkitBorderTopRightRadius?: import("../..").CustomValueType | import("csstype").Property.BorderTopRightRadius<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderTopRightRadius<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderTopRightRadius<0 | (string & {})> | undefined)[]] | undefined;
1432
+ WebkitBoxDecorationBreak?: import("../..").CustomValueType | import("csstype").Property.BoxDecorationBreak | (import("../..").CustomValueType | import("csstype").Property.BoxDecorationBreak | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxDecorationBreak | undefined)[]] | undefined;
1433
+ WebkitBoxReflect?: import("../..").CustomValueType | import("csstype").Property.WebkitBoxReflect<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.WebkitBoxReflect<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WebkitBoxReflect<0 | (string & {})> | undefined)[]] | undefined;
1434
+ WebkitBoxShadow?: import("../..").CustomValueType | import("csstype").Property.BoxShadow | (import("../..").CustomValueType | import("csstype").Property.BoxShadow | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxShadow | undefined)[]] | undefined;
1435
+ WebkitBoxSizing?: import("../..").CustomValueType | import("csstype").Property.BoxSizing | (import("../..").CustomValueType | import("csstype").Property.BoxSizing | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxSizing | undefined)[]] | undefined;
1436
+ WebkitClipPath?: import("../..").CustomValueType | import("csstype").Property.ClipPath | (import("../..").CustomValueType | import("csstype").Property.ClipPath | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ClipPath | undefined)[]] | undefined;
1437
+ WebkitColumnCount?: import("../..").CustomValueType | import("csstype").Property.ColumnCount | (import("../..").CustomValueType | import("csstype").Property.ColumnCount | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ColumnCount | undefined)[]] | undefined;
1438
+ WebkitColumnFill?: import("../..").CustomValueType | import("csstype").Property.ColumnFill | (import("../..").CustomValueType | import("csstype").Property.ColumnFill | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ColumnFill | undefined)[]] | undefined;
1439
+ WebkitColumnRuleColor?: import("../..").CustomValueType | import("csstype").Property.ColumnRuleColor | (import("../..").CustomValueType | import("csstype").Property.ColumnRuleColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ColumnRuleColor | undefined)[]] | undefined;
1440
+ WebkitColumnRuleStyle?: import("../..").CustomValueType | import("csstype").Property.ColumnRuleStyle | (import("../..").CustomValueType | import("csstype").Property.ColumnRuleStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ColumnRuleStyle | undefined)[]] | undefined;
1441
+ WebkitColumnRuleWidth?: import("../..").CustomValueType | import("csstype").Property.ColumnRuleWidth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ColumnRuleWidth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ColumnRuleWidth<0 | (string & {})> | undefined)[]] | undefined;
1442
+ WebkitColumnSpan?: import("../..").CustomValueType | import("csstype").Property.ColumnSpan | (import("../..").CustomValueType | import("csstype").Property.ColumnSpan | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ColumnSpan | undefined)[]] | undefined;
1443
+ WebkitColumnWidth?: import("../..").CustomValueType | import("csstype").Property.ColumnWidth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ColumnWidth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ColumnWidth<0 | (string & {})> | undefined)[]] | undefined;
1444
+ WebkitFilter?: import("csstype").Property.Filter | import("../..").CustomValueType | (import("csstype").Property.Filter | import("../..").CustomValueType | undefined)[] | [null, ...(import("csstype").Property.Filter | import("../..").CustomValueType | undefined)[]] | undefined;
1445
+ WebkitFlexBasis?: import("../..").CustomValueType | import("csstype").Property.FlexBasis<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.FlexBasis<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FlexBasis<0 | (string & {})> | undefined)[]] | undefined;
1446
+ WebkitFlexDirection?: import("../..").CustomValueType | import("csstype").Property.FlexDirection | (import("../..").CustomValueType | import("csstype").Property.FlexDirection | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FlexDirection | undefined)[]] | undefined;
1447
+ WebkitFlexGrow?: import("../..").CustomValueType | import("csstype").Property.FlexGrow | (import("../..").CustomValueType | import("csstype").Property.FlexGrow | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FlexGrow | undefined)[]] | undefined;
1448
+ WebkitFlexShrink?: import("../..").CustomValueType | import("csstype").Property.FlexShrink | (import("../..").CustomValueType | import("csstype").Property.FlexShrink | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FlexShrink | undefined)[]] | undefined;
1449
+ WebkitFlexWrap?: import("../..").CustomValueType | import("csstype").Property.FlexWrap | (import("../..").CustomValueType | import("csstype").Property.FlexWrap | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FlexWrap | undefined)[]] | undefined;
1450
+ WebkitFontFeatureSettings?: import("../..").CustomValueType | import("csstype").Property.FontFeatureSettings | (import("../..").CustomValueType | import("csstype").Property.FontFeatureSettings | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontFeatureSettings | undefined)[]] | undefined;
1451
+ WebkitFontKerning?: import("../..").CustomValueType | import("csstype").Property.FontKerning | (import("../..").CustomValueType | import("csstype").Property.FontKerning | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontKerning | undefined)[]] | undefined;
1452
+ WebkitFontSmoothing?: import("../..").CustomValueType | import("csstype").Property.FontSmooth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.FontSmooth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontSmooth<0 | (string & {})> | undefined)[]] | undefined;
1453
+ WebkitFontVariantLigatures?: import("../..").CustomValueType | import("csstype").Property.FontVariantLigatures | (import("../..").CustomValueType | import("csstype").Property.FontVariantLigatures | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FontVariantLigatures | undefined)[]] | undefined;
1454
+ WebkitHyphenateCharacter?: import("../..").CustomValueType | import("csstype").Property.HyphenateCharacter | (import("../..").CustomValueType | import("csstype").Property.HyphenateCharacter | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.HyphenateCharacter | undefined)[]] | undefined;
1455
+ WebkitHyphens?: import("../..").CustomValueType | import("csstype").Property.Hyphens | (import("../..").CustomValueType | import("csstype").Property.Hyphens | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Hyphens | undefined)[]] | undefined;
1456
+ WebkitInitialLetter?: import("../..").CustomValueType | import("csstype").Property.InitialLetter | (import("../..").CustomValueType | import("csstype").Property.InitialLetter | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.InitialLetter | undefined)[]] | undefined;
1457
+ WebkitJustifyContent?: import("../..").CustomValueType | import("csstype").Property.JustifyContent | (import("../..").CustomValueType | import("csstype").Property.JustifyContent | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.JustifyContent | undefined)[]] | undefined;
1458
+ WebkitLineBreak?: import("../..").CustomValueType | import("csstype").Property.LineBreak | (import("../..").CustomValueType | import("csstype").Property.LineBreak | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.LineBreak | undefined)[]] | undefined;
1459
+ WebkitLineClamp?: import("../..").CustomValueType | import("csstype").Property.WebkitLineClamp | (import("../..").CustomValueType | import("csstype").Property.WebkitLineClamp | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WebkitLineClamp | undefined)[]] | undefined;
1460
+ WebkitMarginEnd?: import("../..").CustomValueType | import("csstype").Property.MarginInlineEnd<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MarginInlineEnd<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MarginInlineEnd<0 | (string & {})> | undefined)[]] | undefined;
1461
+ WebkitMarginStart?: import("../..").CustomValueType | import("csstype").Property.MarginInlineStart<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MarginInlineStart<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MarginInlineStart<0 | (string & {})> | undefined)[]] | undefined;
1462
+ WebkitMaskAttachment?: import("../..").CustomValueType | import("csstype").Property.WebkitMaskAttachment | (import("../..").CustomValueType | import("csstype").Property.WebkitMaskAttachment | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WebkitMaskAttachment | undefined)[]] | undefined;
1463
+ WebkitMaskBoxImageOutset?: import("../..").CustomValueType | import("csstype").Property.MaskBorderOutset<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MaskBorderOutset<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MaskBorderOutset<0 | (string & {})> | undefined)[]] | undefined;
1464
+ WebkitMaskBoxImageRepeat?: import("../..").CustomValueType | import("csstype").Property.MaskBorderRepeat | (import("../..").CustomValueType | import("csstype").Property.MaskBorderRepeat | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MaskBorderRepeat | undefined)[]] | undefined;
1465
+ WebkitMaskBoxImageSlice?: import("../..").CustomValueType | import("csstype").Property.MaskBorderSlice | (import("../..").CustomValueType | import("csstype").Property.MaskBorderSlice | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MaskBorderSlice | undefined)[]] | undefined;
1466
+ WebkitMaskBoxImageSource?: import("../..").CustomValueType | import("csstype").Property.MaskBorderSource | (import("../..").CustomValueType | import("csstype").Property.MaskBorderSource | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MaskBorderSource | undefined)[]] | undefined;
1467
+ WebkitMaskBoxImageWidth?: import("../..").CustomValueType | import("csstype").Property.MaskBorderWidth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MaskBorderWidth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MaskBorderWidth<0 | (string & {})> | undefined)[]] | undefined;
1468
+ WebkitMaskClip?: import("../..").CustomValueType | import("csstype").Property.WebkitMaskClip | (import("../..").CustomValueType | import("csstype").Property.WebkitMaskClip | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WebkitMaskClip | undefined)[]] | undefined;
1469
+ WebkitMaskComposite?: import("../..").CustomValueType | import("csstype").Property.WebkitMaskComposite | (import("../..").CustomValueType | import("csstype").Property.WebkitMaskComposite | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WebkitMaskComposite | undefined)[]] | undefined;
1470
+ WebkitMaskImage?: import("../..").CustomValueType | import("csstype").Property.WebkitMaskImage | (import("../..").CustomValueType | import("csstype").Property.WebkitMaskImage | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WebkitMaskImage | undefined)[]] | undefined;
1471
+ WebkitMaskOrigin?: import("../..").CustomValueType | import("csstype").Property.WebkitMaskOrigin | (import("../..").CustomValueType | import("csstype").Property.WebkitMaskOrigin | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WebkitMaskOrigin | undefined)[]] | undefined;
1472
+ WebkitMaskPosition?: import("../..").CustomValueType | import("csstype").Property.WebkitMaskPosition<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.WebkitMaskPosition<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WebkitMaskPosition<0 | (string & {})> | undefined)[]] | undefined;
1473
+ WebkitMaskPositionX?: import("../..").CustomValueType | import("csstype").Property.WebkitMaskPositionX<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.WebkitMaskPositionX<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WebkitMaskPositionX<0 | (string & {})> | undefined)[]] | undefined;
1474
+ WebkitMaskPositionY?: import("../..").CustomValueType | import("csstype").Property.WebkitMaskPositionY<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.WebkitMaskPositionY<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WebkitMaskPositionY<0 | (string & {})> | undefined)[]] | undefined;
1475
+ WebkitMaskRepeat?: import("../..").CustomValueType | import("csstype").Property.WebkitMaskRepeat | (import("../..").CustomValueType | import("csstype").Property.WebkitMaskRepeat | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WebkitMaskRepeat | undefined)[]] | undefined;
1476
+ WebkitMaskRepeatX?: import("../..").CustomValueType | import("csstype").Property.WebkitMaskRepeatX | (import("../..").CustomValueType | import("csstype").Property.WebkitMaskRepeatX | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WebkitMaskRepeatX | undefined)[]] | undefined;
1477
+ WebkitMaskRepeatY?: import("../..").CustomValueType | import("csstype").Property.WebkitMaskRepeatY | (import("../..").CustomValueType | import("csstype").Property.WebkitMaskRepeatY | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WebkitMaskRepeatY | undefined)[]] | undefined;
1478
+ WebkitMaskSize?: import("../..").CustomValueType | import("csstype").Property.WebkitMaskSize<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.WebkitMaskSize<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WebkitMaskSize<0 | (string & {})> | undefined)[]] | undefined;
1479
+ WebkitMaxInlineSize?: import("../..").CustomValueType | import("csstype").Property.MaxInlineSize<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MaxInlineSize<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MaxInlineSize<0 | (string & {})> | undefined)[]] | undefined;
1480
+ WebkitOrder?: import("csstype").Property.Order | import("../..").CustomValueType | (import("csstype").Property.Order | import("../..").CustomValueType | undefined)[] | [null, ...(import("csstype").Property.Order | import("../..").CustomValueType | undefined)[]] | undefined;
1481
+ WebkitOverflowScrolling?: import("../..").CustomValueType | import("csstype").Property.WebkitOverflowScrolling | (import("../..").CustomValueType | import("csstype").Property.WebkitOverflowScrolling | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WebkitOverflowScrolling | undefined)[]] | undefined;
1482
+ WebkitPaddingEnd?: import("../..").CustomValueType | import("csstype").Property.PaddingInlineEnd<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.PaddingInlineEnd<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.PaddingInlineEnd<0 | (string & {})> | undefined)[]] | undefined;
1483
+ WebkitPaddingStart?: import("../..").CustomValueType | import("csstype").Property.PaddingInlineStart<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.PaddingInlineStart<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.PaddingInlineStart<0 | (string & {})> | undefined)[]] | undefined;
1484
+ WebkitPerspective?: import("../..").CustomValueType | import("csstype").Property.Perspective<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.Perspective<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Perspective<0 | (string & {})> | undefined)[]] | undefined;
1485
+ WebkitPerspectiveOrigin?: import("../..").CustomValueType | import("csstype").Property.PerspectiveOrigin<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.PerspectiveOrigin<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.PerspectiveOrigin<0 | (string & {})> | undefined)[]] | undefined;
1486
+ WebkitPrintColorAdjust?: import("../..").CustomValueType | import("csstype").Property.PrintColorAdjust | (import("../..").CustomValueType | import("csstype").Property.PrintColorAdjust | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.PrintColorAdjust | undefined)[]] | undefined;
1487
+ WebkitRubyPosition?: import("../..").CustomValueType | import("csstype").Property.RubyPosition | (import("../..").CustomValueType | import("csstype").Property.RubyPosition | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.RubyPosition | undefined)[]] | undefined;
1488
+ WebkitScrollSnapType?: import("../..").CustomValueType | import("csstype").Property.ScrollSnapType | (import("../..").CustomValueType | import("csstype").Property.ScrollSnapType | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollSnapType | undefined)[]] | undefined;
1489
+ WebkitShapeMargin?: import("../..").CustomValueType | import("csstype").Property.ShapeMargin<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ShapeMargin<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ShapeMargin<0 | (string & {})> | undefined)[]] | undefined;
1490
+ WebkitTapHighlightColor?: import("../..").CustomValueType | import("csstype").Property.WebkitTapHighlightColor | (import("../..").CustomValueType | import("csstype").Property.WebkitTapHighlightColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WebkitTapHighlightColor | undefined)[]] | undefined;
1491
+ WebkitTextCombine?: import("../..").CustomValueType | import("csstype").Property.TextCombineUpright | (import("../..").CustomValueType | import("csstype").Property.TextCombineUpright | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextCombineUpright | undefined)[]] | undefined;
1492
+ WebkitTextDecorationColor?: import("../..").CustomValueType | import("csstype").Property.TextDecorationColor | (import("../..").CustomValueType | import("csstype").Property.TextDecorationColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextDecorationColor | undefined)[]] | undefined;
1493
+ WebkitTextDecorationLine?: import("../..").CustomValueType | import("csstype").Property.TextDecorationLine | (import("../..").CustomValueType | import("csstype").Property.TextDecorationLine | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextDecorationLine | undefined)[]] | undefined;
1494
+ WebkitTextDecorationSkip?: import("../..").CustomValueType | import("csstype").Property.TextDecorationSkip | (import("../..").CustomValueType | import("csstype").Property.TextDecorationSkip | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextDecorationSkip | undefined)[]] | undefined;
1495
+ WebkitTextDecorationStyle?: import("../..").CustomValueType | import("csstype").Property.TextDecorationStyle | (import("../..").CustomValueType | import("csstype").Property.TextDecorationStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextDecorationStyle | undefined)[]] | undefined;
1496
+ WebkitTextEmphasisColor?: import("../..").CustomValueType | import("csstype").Property.TextEmphasisColor | (import("../..").CustomValueType | import("csstype").Property.TextEmphasisColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextEmphasisColor | undefined)[]] | undefined;
1497
+ WebkitTextEmphasisPosition?: import("../..").CustomValueType | import("csstype").Property.TextEmphasisPosition | (import("../..").CustomValueType | import("csstype").Property.TextEmphasisPosition | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextEmphasisPosition | undefined)[]] | undefined;
1498
+ WebkitTextEmphasisStyle?: import("../..").CustomValueType | import("csstype").Property.TextEmphasisStyle | (import("../..").CustomValueType | import("csstype").Property.TextEmphasisStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextEmphasisStyle | undefined)[]] | undefined;
1499
+ WebkitTextFillColor?: import("../..").CustomValueType | import("csstype").Property.WebkitTextFillColor | (import("../..").CustomValueType | import("csstype").Property.WebkitTextFillColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WebkitTextFillColor | undefined)[]] | undefined;
1500
+ WebkitTextOrientation?: import("../..").CustomValueType | import("csstype").Property.TextOrientation | (import("../..").CustomValueType | import("csstype").Property.TextOrientation | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextOrientation | undefined)[]] | undefined;
1501
+ WebkitTextSizeAdjust?: import("../..").CustomValueType | import("csstype").Property.TextSizeAdjust | (import("../..").CustomValueType | import("csstype").Property.TextSizeAdjust | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextSizeAdjust | undefined)[]] | undefined;
1502
+ WebkitTextStrokeColor?: import("../..").CustomValueType | import("csstype").Property.WebkitTextStrokeColor | (import("../..").CustomValueType | import("csstype").Property.WebkitTextStrokeColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WebkitTextStrokeColor | undefined)[]] | undefined;
1503
+ WebkitTextStrokeWidth?: import("../..").CustomValueType | import("csstype").Property.WebkitTextStrokeWidth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.WebkitTextStrokeWidth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WebkitTextStrokeWidth<0 | (string & {})> | undefined)[]] | undefined;
1504
+ WebkitTextUnderlinePosition?: import("../..").CustomValueType | import("csstype").Property.TextUnderlinePosition | (import("../..").CustomValueType | import("csstype").Property.TextUnderlinePosition | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextUnderlinePosition | undefined)[]] | undefined;
1505
+ WebkitTouchCallout?: import("../..").CustomValueType | import("csstype").Property.WebkitTouchCallout | (import("../..").CustomValueType | import("csstype").Property.WebkitTouchCallout | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WebkitTouchCallout | undefined)[]] | undefined;
1506
+ WebkitTransform?: import("csstype").Property.Transform | import("../..").CustomValueType | (import("csstype").Property.Transform | import("../..").CustomValueType | undefined)[] | [null, ...(import("csstype").Property.Transform | import("../..").CustomValueType | undefined)[]] | undefined;
1507
+ WebkitTransformOrigin?: import("../..").CustomValueType | import("csstype").Property.TransformOrigin<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.TransformOrigin<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TransformOrigin<0 | (string & {})> | undefined)[]] | undefined;
1508
+ WebkitTransformStyle?: import("../..").CustomValueType | import("csstype").Property.TransformStyle | (import("../..").CustomValueType | import("csstype").Property.TransformStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TransformStyle | undefined)[]] | undefined;
1509
+ WebkitTransitionDelay?: import("../..").CustomValueType | import("csstype").Property.TransitionDelay<string & {}> | (import("../..").CustomValueType | import("csstype").Property.TransitionDelay<string & {}> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TransitionDelay<string & {}> | undefined)[]] | undefined;
1510
+ WebkitTransitionDuration?: import("../..").CustomValueType | import("csstype").Property.TransitionDuration<string & {}> | (import("../..").CustomValueType | import("csstype").Property.TransitionDuration<string & {}> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TransitionDuration<string & {}> | undefined)[]] | undefined;
1511
+ WebkitTransitionProperty?: import("../..").CustomValueType | import("csstype").Property.TransitionProperty | (import("../..").CustomValueType | import("csstype").Property.TransitionProperty | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TransitionProperty | undefined)[]] | undefined;
1512
+ WebkitTransitionTimingFunction?: import("../..").CustomValueType | import("csstype").Property.TransitionTimingFunction | (import("../..").CustomValueType | import("csstype").Property.TransitionTimingFunction | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TransitionTimingFunction | undefined)[]] | undefined;
1513
+ WebkitUserModify?: import("../..").CustomValueType | import("csstype").Property.WebkitUserModify | (import("../..").CustomValueType | import("csstype").Property.WebkitUserModify | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WebkitUserModify | undefined)[]] | undefined;
1514
+ WebkitUserSelect?: import("../..").CustomValueType | import("csstype").Property.UserSelect | (import("../..").CustomValueType | import("csstype").Property.UserSelect | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.UserSelect | undefined)[]] | undefined;
1515
+ WebkitWritingMode?: import("../..").CustomValueType | import("csstype").Property.WritingMode | (import("../..").CustomValueType | import("csstype").Property.WritingMode | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WritingMode | undefined)[]] | undefined;
1516
+ MozAnimation?: import("../..").CustomValueType | import("csstype").Property.Animation<string & {}> | (import("../..").CustomValueType | import("csstype").Property.Animation<string & {}> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Animation<string & {}> | undefined)[]] | undefined;
1517
+ MozBorderImage?: import("../..").CustomValueType | import("csstype").Property.BorderImage | (import("../..").CustomValueType | import("csstype").Property.BorderImage | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderImage | undefined)[]] | undefined;
1518
+ MozColumnRule?: import("../..").CustomValueType | import("csstype").Property.ColumnRule<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ColumnRule<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ColumnRule<0 | (string & {})> | undefined)[]] | undefined;
1519
+ MozColumns?: import("../..").CustomValueType | import("csstype").Property.Columns<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.Columns<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Columns<0 | (string & {})> | undefined)[]] | undefined;
1520
+ MozOutlineRadius?: import("../..").CustomValueType | import("csstype").Property.MozOutlineRadius<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.MozOutlineRadius<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MozOutlineRadius<0 | (string & {})> | undefined)[]] | undefined;
1521
+ msContentZoomLimit?: import("../..").CustomValueType | import("csstype").Property.MsContentZoomLimit | (import("../..").CustomValueType | import("csstype").Property.MsContentZoomLimit | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsContentZoomLimit | undefined)[]] | undefined;
1522
+ msContentZoomSnap?: import("../..").CustomValueType | import("csstype").Property.MsContentZoomSnap | (import("../..").CustomValueType | import("csstype").Property.MsContentZoomSnap | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsContentZoomSnap | undefined)[]] | undefined;
1523
+ msFlex?: import("../..").CustomValueType | import("csstype").Property.Flex<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.Flex<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Flex<0 | (string & {})> | undefined)[]] | undefined;
1524
+ msScrollLimit?: import("../..").CustomValueType | import("csstype").Property.MsScrollLimit | (import("../..").CustomValueType | import("csstype").Property.MsScrollLimit | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsScrollLimit | undefined)[]] | undefined;
1525
+ msScrollSnapX?: import("../..").CustomValueType | import("csstype").Property.MsScrollSnapX | (import("../..").CustomValueType | import("csstype").Property.MsScrollSnapX | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsScrollSnapX | undefined)[]] | undefined;
1526
+ msScrollSnapY?: import("../..").CustomValueType | import("csstype").Property.MsScrollSnapY | (import("../..").CustomValueType | import("csstype").Property.MsScrollSnapY | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MsScrollSnapY | undefined)[]] | undefined;
1527
+ msTransition?: import("../..").CustomValueType | import("csstype").Property.Transition<string & {}> | (import("../..").CustomValueType | import("csstype").Property.Transition<string & {}> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Transition<string & {}> | undefined)[]] | undefined;
1528
+ WebkitAnimation?: import("../..").CustomValueType | import("csstype").Property.Animation<string & {}> | (import("../..").CustomValueType | import("csstype").Property.Animation<string & {}> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Animation<string & {}> | undefined)[]] | undefined;
1529
+ WebkitBorderBefore?: import("../..").CustomValueType | import("csstype").Property.WebkitBorderBefore<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.WebkitBorderBefore<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WebkitBorderBefore<0 | (string & {})> | undefined)[]] | undefined;
1530
+ WebkitBorderImage?: import("../..").CustomValueType | import("csstype").Property.BorderImage | (import("../..").CustomValueType | import("csstype").Property.BorderImage | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderImage | undefined)[]] | undefined;
1531
+ WebkitBorderRadius?: import("../..").CustomValueType | import("csstype").Property.BorderRadius<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderRadius<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderRadius<0 | (string & {})> | undefined)[]] | undefined;
1532
+ WebkitColumnRule?: import("../..").CustomValueType | import("csstype").Property.ColumnRule<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ColumnRule<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ColumnRule<0 | (string & {})> | undefined)[]] | undefined;
1533
+ WebkitColumns?: import("../..").CustomValueType | import("csstype").Property.Columns<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.Columns<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Columns<0 | (string & {})> | undefined)[]] | undefined;
1534
+ WebkitFlex?: import("../..").CustomValueType | import("csstype").Property.Flex<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.Flex<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Flex<0 | (string & {})> | undefined)[]] | undefined;
1535
+ WebkitFlexFlow?: import("../..").CustomValueType | import("csstype").Property.FlexFlow | (import("../..").CustomValueType | import("csstype").Property.FlexFlow | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FlexFlow | undefined)[]] | undefined;
1536
+ WebkitMask?: import("../..").CustomValueType | import("csstype").Property.WebkitMask<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.WebkitMask<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WebkitMask<0 | (string & {})> | undefined)[]] | undefined;
1537
+ WebkitMaskBoxImage?: import("../..").CustomValueType | import("csstype").Property.MaskBorder | (import("../..").CustomValueType | import("csstype").Property.MaskBorder | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MaskBorder | undefined)[]] | undefined;
1538
+ WebkitTextEmphasis?: import("../..").CustomValueType | import("csstype").Property.TextEmphasis | (import("../..").CustomValueType | import("csstype").Property.TextEmphasis | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextEmphasis | undefined)[]] | undefined;
1539
+ WebkitTextStroke?: import("../..").CustomValueType | import("csstype").Property.WebkitTextStroke<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.WebkitTextStroke<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.WebkitTextStroke<0 | (string & {})> | undefined)[]] | undefined;
1540
+ WebkitTransition?: import("../..").CustomValueType | import("csstype").Property.Transition<string & {}> | (import("../..").CustomValueType | import("csstype").Property.Transition<string & {}> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Transition<string & {}> | undefined)[]] | undefined;
1541
+ azimuth?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | undefined)[] | [null, ...(string | import("../..").CustomValueType | undefined)[]] | undefined;
1542
+ boxAlign?: import("../..").CustomValueType | import("csstype").Property.BoxAlign | (import("../..").CustomValueType | import("csstype").Property.BoxAlign | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxAlign | undefined)[]] | undefined;
1543
+ boxDirection?: import("../..").CustomValueType | import("csstype").Property.BoxDirection | (import("../..").CustomValueType | import("csstype").Property.BoxDirection | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxDirection | undefined)[]] | undefined;
1544
+ boxFlex?: import("../..").CustomValueType | import("csstype").Property.BoxFlex | (import("../..").CustomValueType | import("csstype").Property.BoxFlex | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxFlex | undefined)[]] | undefined;
1545
+ boxFlexGroup?: import("../..").CustomValueType | import("csstype").Property.BoxFlexGroup | (import("../..").CustomValueType | import("csstype").Property.BoxFlexGroup | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxFlexGroup | undefined)[]] | undefined;
1546
+ boxLines?: import("../..").CustomValueType | import("csstype").Property.BoxLines | (import("../..").CustomValueType | import("csstype").Property.BoxLines | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxLines | undefined)[]] | undefined;
1547
+ boxOrdinalGroup?: import("../..").CustomValueType | import("csstype").Property.BoxOrdinalGroup | (import("../..").CustomValueType | import("csstype").Property.BoxOrdinalGroup | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxOrdinalGroup | undefined)[]] | undefined;
1548
+ boxOrient?: import("../..").CustomValueType | import("csstype").Property.BoxOrient | (import("../..").CustomValueType | import("csstype").Property.BoxOrient | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxOrient | undefined)[]] | undefined;
1549
+ boxPack?: import("../..").CustomValueType | import("csstype").Property.BoxPack | (import("../..").CustomValueType | import("csstype").Property.BoxPack | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxPack | undefined)[]] | undefined;
1550
+ clip?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | undefined)[] | [null, ...(string | import("../..").CustomValueType | undefined)[]] | undefined;
1551
+ gridColumnGap?: import("../..").CustomValueType | import("csstype").Property.GridColumnGap<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.GridColumnGap<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.GridColumnGap<0 | (string & {})> | undefined)[]] | undefined;
1552
+ gridGap?: import("../..").CustomValueType | import("csstype").Property.GridGap<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.GridGap<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.GridGap<0 | (string & {})> | undefined)[]] | undefined;
1553
+ gridRowGap?: import("../..").CustomValueType | import("csstype").Property.GridRowGap<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.GridRowGap<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.GridRowGap<0 | (string & {})> | undefined)[]] | undefined;
1554
+ imeMode?: import("../..").CustomValueType | import("csstype").Property.ImeMode | (import("../..").CustomValueType | import("csstype").Property.ImeMode | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ImeMode | undefined)[]] | undefined;
1555
+ offsetBlock?: import("../..").CustomValueType | import("csstype").Property.InsetBlock<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.InsetBlock<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.InsetBlock<0 | (string & {})> | undefined)[]] | undefined;
1556
+ offsetBlockEnd?: import("../..").CustomValueType | import("csstype").Property.InsetBlockEnd<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.InsetBlockEnd<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.InsetBlockEnd<0 | (string & {})> | undefined)[]] | undefined;
1557
+ offsetBlockStart?: import("../..").CustomValueType | import("csstype").Property.InsetBlockStart<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.InsetBlockStart<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.InsetBlockStart<0 | (string & {})> | undefined)[]] | undefined;
1558
+ offsetInline?: import("../..").CustomValueType | import("csstype").Property.InsetInline<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.InsetInline<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.InsetInline<0 | (string & {})> | undefined)[]] | undefined;
1559
+ offsetInlineEnd?: import("../..").CustomValueType | import("csstype").Property.InsetInlineEnd<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.InsetInlineEnd<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.InsetInlineEnd<0 | (string & {})> | undefined)[]] | undefined;
1560
+ offsetInlineStart?: import("../..").CustomValueType | import("csstype").Property.InsetInlineStart<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.InsetInlineStart<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.InsetInlineStart<0 | (string & {})> | undefined)[]] | undefined;
1561
+ scrollSnapCoordinate?: import("../..").CustomValueType | import("csstype").Property.ScrollSnapCoordinate<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ScrollSnapCoordinate<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollSnapCoordinate<0 | (string & {})> | undefined)[]] | undefined;
1562
+ scrollSnapDestination?: import("../..").CustomValueType | import("csstype").Property.ScrollSnapDestination<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ScrollSnapDestination<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollSnapDestination<0 | (string & {})> | undefined)[]] | undefined;
1563
+ scrollSnapPointsX?: import("../..").CustomValueType | import("csstype").Property.ScrollSnapPointsX | (import("../..").CustomValueType | import("csstype").Property.ScrollSnapPointsX | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollSnapPointsX | undefined)[]] | undefined;
1564
+ scrollSnapPointsY?: import("../..").CustomValueType | import("csstype").Property.ScrollSnapPointsY | (import("../..").CustomValueType | import("csstype").Property.ScrollSnapPointsY | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollSnapPointsY | undefined)[]] | undefined;
1565
+ scrollSnapTypeX?: import("../..").CustomValueType | import("csstype").Property.ScrollSnapTypeX | (import("../..").CustomValueType | import("csstype").Property.ScrollSnapTypeX | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollSnapTypeX | undefined)[]] | undefined;
1566
+ scrollSnapTypeY?: import("../..").CustomValueType | import("csstype").Property.ScrollSnapTypeY | (import("../..").CustomValueType | import("csstype").Property.ScrollSnapTypeY | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ScrollSnapTypeY | undefined)[]] | undefined;
1567
+ KhtmlBoxAlign?: import("../..").CustomValueType | import("csstype").Property.BoxAlign | (import("../..").CustomValueType | import("csstype").Property.BoxAlign | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxAlign | undefined)[]] | undefined;
1568
+ KhtmlBoxDirection?: import("../..").CustomValueType | import("csstype").Property.BoxDirection | (import("../..").CustomValueType | import("csstype").Property.BoxDirection | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxDirection | undefined)[]] | undefined;
1569
+ KhtmlBoxFlex?: import("../..").CustomValueType | import("csstype").Property.BoxFlex | (import("../..").CustomValueType | import("csstype").Property.BoxFlex | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxFlex | undefined)[]] | undefined;
1570
+ KhtmlBoxFlexGroup?: import("../..").CustomValueType | import("csstype").Property.BoxFlexGroup | (import("../..").CustomValueType | import("csstype").Property.BoxFlexGroup | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxFlexGroup | undefined)[]] | undefined;
1571
+ KhtmlBoxLines?: import("../..").CustomValueType | import("csstype").Property.BoxLines | (import("../..").CustomValueType | import("csstype").Property.BoxLines | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxLines | undefined)[]] | undefined;
1572
+ KhtmlBoxOrdinalGroup?: import("../..").CustomValueType | import("csstype").Property.BoxOrdinalGroup | (import("../..").CustomValueType | import("csstype").Property.BoxOrdinalGroup | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxOrdinalGroup | undefined)[]] | undefined;
1573
+ KhtmlBoxOrient?: import("../..").CustomValueType | import("csstype").Property.BoxOrient | (import("../..").CustomValueType | import("csstype").Property.BoxOrient | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxOrient | undefined)[]] | undefined;
1574
+ KhtmlBoxPack?: import("../..").CustomValueType | import("csstype").Property.BoxPack | (import("../..").CustomValueType | import("csstype").Property.BoxPack | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxPack | undefined)[]] | undefined;
1575
+ KhtmlLineBreak?: import("../..").CustomValueType | import("csstype").Property.LineBreak | (import("../..").CustomValueType | import("csstype").Property.LineBreak | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.LineBreak | undefined)[]] | undefined;
1576
+ KhtmlOpacity?: import("csstype").Property.Opacity | import("../..").CustomValueType | (import("csstype").Property.Opacity | import("../..").CustomValueType | undefined)[] | [null, ...(import("csstype").Property.Opacity | import("../..").CustomValueType | undefined)[]] | undefined;
1577
+ KhtmlUserSelect?: import("../..").CustomValueType | import("csstype").Property.UserSelect | (import("../..").CustomValueType | import("csstype").Property.UserSelect | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.UserSelect | undefined)[]] | undefined;
1578
+ MozBackfaceVisibility?: import("../..").CustomValueType | import("csstype").Property.BackfaceVisibility | (import("../..").CustomValueType | import("csstype").Property.BackfaceVisibility | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BackfaceVisibility | undefined)[]] | undefined;
1579
+ MozBackgroundClip?: import("../..").CustomValueType | import("csstype").Property.BackgroundClip | (import("../..").CustomValueType | import("csstype").Property.BackgroundClip | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BackgroundClip | undefined)[]] | undefined;
1580
+ MozBackgroundInlinePolicy?: import("../..").CustomValueType | import("csstype").Property.BoxDecorationBreak | (import("../..").CustomValueType | import("csstype").Property.BoxDecorationBreak | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxDecorationBreak | undefined)[]] | undefined;
1581
+ MozBackgroundOrigin?: import("../..").CustomValueType | import("csstype").Property.BackgroundOrigin | (import("../..").CustomValueType | import("csstype").Property.BackgroundOrigin | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BackgroundOrigin | undefined)[]] | undefined;
1582
+ MozBackgroundSize?: import("../..").CustomValueType | import("csstype").Property.BackgroundSize<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BackgroundSize<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BackgroundSize<0 | (string & {})> | undefined)[]] | undefined;
1583
+ MozBorderRadius?: import("../..").CustomValueType | import("csstype").Property.BorderRadius<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderRadius<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderRadius<0 | (string & {})> | undefined)[]] | undefined;
1584
+ MozBorderRadiusBottomleft?: import("../..").CustomValueType | import("csstype").Property.BorderBottomLeftRadius<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderBottomLeftRadius<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderBottomLeftRadius<0 | (string & {})> | undefined)[]] | undefined;
1585
+ MozBorderRadiusBottomright?: import("../..").CustomValueType | import("csstype").Property.BorderBottomRightRadius<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderBottomRightRadius<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderBottomRightRadius<0 | (string & {})> | undefined)[]] | undefined;
1586
+ MozBorderRadiusTopleft?: import("../..").CustomValueType | import("csstype").Property.BorderTopLeftRadius<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderTopLeftRadius<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderTopLeftRadius<0 | (string & {})> | undefined)[]] | undefined;
1587
+ MozBorderRadiusTopright?: import("../..").CustomValueType | import("csstype").Property.BorderTopRightRadius<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BorderTopRightRadius<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderTopRightRadius<0 | (string & {})> | undefined)[]] | undefined;
1588
+ MozBoxAlign?: import("../..").CustomValueType | import("csstype").Property.BoxAlign | (import("../..").CustomValueType | import("csstype").Property.BoxAlign | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxAlign | undefined)[]] | undefined;
1589
+ MozBoxDirection?: import("../..").CustomValueType | import("csstype").Property.BoxDirection | (import("../..").CustomValueType | import("csstype").Property.BoxDirection | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxDirection | undefined)[]] | undefined;
1590
+ MozBoxFlex?: import("../..").CustomValueType | import("csstype").Property.BoxFlex | (import("../..").CustomValueType | import("csstype").Property.BoxFlex | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxFlex | undefined)[]] | undefined;
1591
+ MozBoxOrdinalGroup?: import("../..").CustomValueType | import("csstype").Property.BoxOrdinalGroup | (import("../..").CustomValueType | import("csstype").Property.BoxOrdinalGroup | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxOrdinalGroup | undefined)[]] | undefined;
1592
+ MozBoxOrient?: import("../..").CustomValueType | import("csstype").Property.BoxOrient | (import("../..").CustomValueType | import("csstype").Property.BoxOrient | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxOrient | undefined)[]] | undefined;
1593
+ MozBoxPack?: import("../..").CustomValueType | import("csstype").Property.BoxPack | (import("../..").CustomValueType | import("csstype").Property.BoxPack | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxPack | undefined)[]] | undefined;
1594
+ MozBoxShadow?: import("../..").CustomValueType | import("csstype").Property.BoxShadow | (import("../..").CustomValueType | import("csstype").Property.BoxShadow | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxShadow | undefined)[]] | undefined;
1595
+ MozFloatEdge?: import("../..").CustomValueType | import("csstype").Property.MozFloatEdge | (import("../..").CustomValueType | import("csstype").Property.MozFloatEdge | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MozFloatEdge | undefined)[]] | undefined;
1596
+ MozForceBrokenImageIcon?: import("../..").CustomValueType | import("csstype").Property.MozForceBrokenImageIcon | (import("../..").CustomValueType | import("csstype").Property.MozForceBrokenImageIcon | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MozForceBrokenImageIcon | undefined)[]] | undefined;
1597
+ MozOpacity?: import("csstype").Property.Opacity | import("../..").CustomValueType | (import("csstype").Property.Opacity | import("../..").CustomValueType | undefined)[] | [null, ...(import("csstype").Property.Opacity | import("../..").CustomValueType | undefined)[]] | undefined;
1598
+ MozOutline?: import("../..").CustomValueType | import("csstype").Property.Outline<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.Outline<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Outline<0 | (string & {})> | undefined)[]] | undefined;
1599
+ MozOutlineColor?: import("../..").CustomValueType | import("csstype").Property.OutlineColor | (import("../..").CustomValueType | import("csstype").Property.OutlineColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OutlineColor | undefined)[]] | undefined;
1600
+ MozOutlineStyle?: import("../..").CustomValueType | import("csstype").Property.OutlineStyle | (import("../..").CustomValueType | import("csstype").Property.OutlineStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OutlineStyle | undefined)[]] | undefined;
1601
+ MozOutlineWidth?: import("../..").CustomValueType | import("csstype").Property.OutlineWidth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.OutlineWidth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.OutlineWidth<0 | (string & {})> | undefined)[]] | undefined;
1602
+ MozPerspective?: import("../..").CustomValueType | import("csstype").Property.Perspective<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.Perspective<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Perspective<0 | (string & {})> | undefined)[]] | undefined;
1603
+ MozPerspectiveOrigin?: import("../..").CustomValueType | import("csstype").Property.PerspectiveOrigin<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.PerspectiveOrigin<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.PerspectiveOrigin<0 | (string & {})> | undefined)[]] | undefined;
1604
+ MozTextAlignLast?: import("../..").CustomValueType | import("csstype").Property.TextAlignLast | (import("../..").CustomValueType | import("csstype").Property.TextAlignLast | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextAlignLast | undefined)[]] | undefined;
1605
+ MozTextDecorationColor?: import("../..").CustomValueType | import("csstype").Property.TextDecorationColor | (import("../..").CustomValueType | import("csstype").Property.TextDecorationColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextDecorationColor | undefined)[]] | undefined;
1606
+ MozTextDecorationLine?: import("../..").CustomValueType | import("csstype").Property.TextDecorationLine | (import("../..").CustomValueType | import("csstype").Property.TextDecorationLine | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextDecorationLine | undefined)[]] | undefined;
1607
+ MozTextDecorationStyle?: import("../..").CustomValueType | import("csstype").Property.TextDecorationStyle | (import("../..").CustomValueType | import("csstype").Property.TextDecorationStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextDecorationStyle | undefined)[]] | undefined;
1608
+ MozTransform?: import("csstype").Property.Transform | import("../..").CustomValueType | (import("csstype").Property.Transform | import("../..").CustomValueType | undefined)[] | [null, ...(import("csstype").Property.Transform | import("../..").CustomValueType | undefined)[]] | undefined;
1609
+ MozTransformOrigin?: import("../..").CustomValueType | import("csstype").Property.TransformOrigin<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.TransformOrigin<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TransformOrigin<0 | (string & {})> | undefined)[]] | undefined;
1610
+ MozTransformStyle?: import("../..").CustomValueType | import("csstype").Property.TransformStyle | (import("../..").CustomValueType | import("csstype").Property.TransformStyle | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TransformStyle | undefined)[]] | undefined;
1611
+ MozTransition?: import("../..").CustomValueType | import("csstype").Property.Transition<string & {}> | (import("../..").CustomValueType | import("csstype").Property.Transition<string & {}> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Transition<string & {}> | undefined)[]] | undefined;
1612
+ MozTransitionDelay?: import("../..").CustomValueType | import("csstype").Property.TransitionDelay<string & {}> | (import("../..").CustomValueType | import("csstype").Property.TransitionDelay<string & {}> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TransitionDelay<string & {}> | undefined)[]] | undefined;
1613
+ MozTransitionDuration?: import("../..").CustomValueType | import("csstype").Property.TransitionDuration<string & {}> | (import("../..").CustomValueType | import("csstype").Property.TransitionDuration<string & {}> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TransitionDuration<string & {}> | undefined)[]] | undefined;
1614
+ MozTransitionProperty?: import("../..").CustomValueType | import("csstype").Property.TransitionProperty | (import("../..").CustomValueType | import("csstype").Property.TransitionProperty | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TransitionProperty | undefined)[]] | undefined;
1615
+ MozTransitionTimingFunction?: import("../..").CustomValueType | import("csstype").Property.TransitionTimingFunction | (import("../..").CustomValueType | import("csstype").Property.TransitionTimingFunction | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TransitionTimingFunction | undefined)[]] | undefined;
1616
+ MozUserInput?: import("../..").CustomValueType | import("csstype").Property.MozUserInput | (import("../..").CustomValueType | import("csstype").Property.MozUserInput | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MozUserInput | undefined)[]] | undefined;
1617
+ msImeMode?: import("../..").CustomValueType | import("csstype").Property.ImeMode | (import("../..").CustomValueType | import("csstype").Property.ImeMode | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ImeMode | undefined)[]] | undefined;
1618
+ OAnimation?: import("../..").CustomValueType | import("csstype").Property.Animation<string & {}> | (import("../..").CustomValueType | import("csstype").Property.Animation<string & {}> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Animation<string & {}> | undefined)[]] | undefined;
1619
+ OAnimationDelay?: import("../..").CustomValueType | import("csstype").Property.AnimationDelay<string & {}> | (import("../..").CustomValueType | import("csstype").Property.AnimationDelay<string & {}> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationDelay<string & {}> | undefined)[]] | undefined;
1620
+ OAnimationDirection?: import("../..").CustomValueType | import("csstype").Property.AnimationDirection | (import("../..").CustomValueType | import("csstype").Property.AnimationDirection | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationDirection | undefined)[]] | undefined;
1621
+ OAnimationDuration?: import("../..").CustomValueType | import("csstype").Property.AnimationDuration<string & {}> | (import("../..").CustomValueType | import("csstype").Property.AnimationDuration<string & {}> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationDuration<string & {}> | undefined)[]] | undefined;
1622
+ OAnimationFillMode?: import("../..").CustomValueType | import("csstype").Property.AnimationFillMode | (import("../..").CustomValueType | import("csstype").Property.AnimationFillMode | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationFillMode | undefined)[]] | undefined;
1623
+ OAnimationIterationCount?: import("../..").CustomValueType | import("csstype").Property.AnimationIterationCount | (import("../..").CustomValueType | import("csstype").Property.AnimationIterationCount | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationIterationCount | undefined)[]] | undefined;
1624
+ OAnimationName?: import("../..").CustomValueType | import("csstype").Property.AnimationName | (import("../..").CustomValueType | import("csstype").Property.AnimationName | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationName | undefined)[]] | undefined;
1625
+ OAnimationPlayState?: import("../..").CustomValueType | import("csstype").Property.AnimationPlayState | (import("../..").CustomValueType | import("csstype").Property.AnimationPlayState | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationPlayState | undefined)[]] | undefined;
1626
+ OAnimationTimingFunction?: import("../..").CustomValueType | import("csstype").Property.AnimationTimingFunction | (import("../..").CustomValueType | import("csstype").Property.AnimationTimingFunction | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AnimationTimingFunction | undefined)[]] | undefined;
1627
+ OBackgroundSize?: import("../..").CustomValueType | import("csstype").Property.BackgroundSize<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BackgroundSize<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BackgroundSize<0 | (string & {})> | undefined)[]] | undefined;
1628
+ OBorderImage?: import("../..").CustomValueType | import("csstype").Property.BorderImage | (import("../..").CustomValueType | import("csstype").Property.BorderImage | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BorderImage | undefined)[]] | undefined;
1629
+ OObjectFit?: import("../..").CustomValueType | import("csstype").Property.ObjectFit | (import("../..").CustomValueType | import("csstype").Property.ObjectFit | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ObjectFit | undefined)[]] | undefined;
1630
+ OObjectPosition?: import("../..").CustomValueType | import("csstype").Property.ObjectPosition<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.ObjectPosition<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ObjectPosition<0 | (string & {})> | undefined)[]] | undefined;
1631
+ OTabSize?: import("../..").CustomValueType | import("csstype").Property.TabSize<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.TabSize<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TabSize<0 | (string & {})> | undefined)[]] | undefined;
1632
+ OTextOverflow?: import("../..").CustomValueType | import("csstype").Property.TextOverflow | (import("../..").CustomValueType | import("csstype").Property.TextOverflow | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextOverflow | undefined)[]] | undefined;
1633
+ OTransform?: import("csstype").Property.Transform | import("../..").CustomValueType | (import("csstype").Property.Transform | import("../..").CustomValueType | undefined)[] | [null, ...(import("csstype").Property.Transform | import("../..").CustomValueType | undefined)[]] | undefined;
1634
+ OTransformOrigin?: import("../..").CustomValueType | import("csstype").Property.TransformOrigin<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.TransformOrigin<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TransformOrigin<0 | (string & {})> | undefined)[]] | undefined;
1635
+ OTransition?: import("../..").CustomValueType | import("csstype").Property.Transition<string & {}> | (import("../..").CustomValueType | import("csstype").Property.Transition<string & {}> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Transition<string & {}> | undefined)[]] | undefined;
1636
+ OTransitionDelay?: import("../..").CustomValueType | import("csstype").Property.TransitionDelay<string & {}> | (import("../..").CustomValueType | import("csstype").Property.TransitionDelay<string & {}> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TransitionDelay<string & {}> | undefined)[]] | undefined;
1637
+ OTransitionDuration?: import("../..").CustomValueType | import("csstype").Property.TransitionDuration<string & {}> | (import("../..").CustomValueType | import("csstype").Property.TransitionDuration<string & {}> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TransitionDuration<string & {}> | undefined)[]] | undefined;
1638
+ OTransitionProperty?: import("../..").CustomValueType | import("csstype").Property.TransitionProperty | (import("../..").CustomValueType | import("csstype").Property.TransitionProperty | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TransitionProperty | undefined)[]] | undefined;
1639
+ OTransitionTimingFunction?: import("../..").CustomValueType | import("csstype").Property.TransitionTimingFunction | (import("../..").CustomValueType | import("csstype").Property.TransitionTimingFunction | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TransitionTimingFunction | undefined)[]] | undefined;
1640
+ WebkitBoxAlign?: import("../..").CustomValueType | import("csstype").Property.BoxAlign | (import("../..").CustomValueType | import("csstype").Property.BoxAlign | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxAlign | undefined)[]] | undefined;
1641
+ WebkitBoxDirection?: import("../..").CustomValueType | import("csstype").Property.BoxDirection | (import("../..").CustomValueType | import("csstype").Property.BoxDirection | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxDirection | undefined)[]] | undefined;
1642
+ WebkitBoxFlex?: import("../..").CustomValueType | import("csstype").Property.BoxFlex | (import("../..").CustomValueType | import("csstype").Property.BoxFlex | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxFlex | undefined)[]] | undefined;
1643
+ WebkitBoxFlexGroup?: import("../..").CustomValueType | import("csstype").Property.BoxFlexGroup | (import("../..").CustomValueType | import("csstype").Property.BoxFlexGroup | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxFlexGroup | undefined)[]] | undefined;
1644
+ WebkitBoxLines?: import("../..").CustomValueType | import("csstype").Property.BoxLines | (import("../..").CustomValueType | import("csstype").Property.BoxLines | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxLines | undefined)[]] | undefined;
1645
+ WebkitBoxOrdinalGroup?: import("../..").CustomValueType | import("csstype").Property.BoxOrdinalGroup | (import("../..").CustomValueType | import("csstype").Property.BoxOrdinalGroup | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxOrdinalGroup | undefined)[]] | undefined;
1646
+ WebkitBoxOrient?: import("../..").CustomValueType | import("csstype").Property.BoxOrient | (import("../..").CustomValueType | import("csstype").Property.BoxOrient | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxOrient | undefined)[]] | undefined;
1647
+ WebkitBoxPack?: import("../..").CustomValueType | import("csstype").Property.BoxPack | (import("../..").CustomValueType | import("csstype").Property.BoxPack | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BoxPack | undefined)[]] | undefined;
1648
+ alignmentBaseline?: import("../..").CustomValueType | import("csstype").Property.AlignmentBaseline | (import("../..").CustomValueType | import("csstype").Property.AlignmentBaseline | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.AlignmentBaseline | undefined)[]] | undefined;
1649
+ baselineShift?: import("../..").CustomValueType | import("csstype").Property.BaselineShift<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.BaselineShift<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.BaselineShift<0 | (string & {})> | undefined)[]] | undefined;
1650
+ clipRule?: import("../..").CustomValueType | import("csstype").Property.ClipRule | (import("../..").CustomValueType | import("csstype").Property.ClipRule | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ClipRule | undefined)[]] | undefined;
1651
+ colorInterpolation?: import("../..").CustomValueType | import("csstype").Property.ColorInterpolation | (import("../..").CustomValueType | import("csstype").Property.ColorInterpolation | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ColorInterpolation | undefined)[]] | undefined;
1652
+ colorRendering?: import("../..").CustomValueType | import("csstype").Property.ColorRendering | (import("../..").CustomValueType | import("csstype").Property.ColorRendering | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ColorRendering | undefined)[]] | undefined;
1653
+ dominantBaseline?: import("../..").CustomValueType | import("csstype").Property.DominantBaseline | (import("../..").CustomValueType | import("csstype").Property.DominantBaseline | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.DominantBaseline | undefined)[]] | undefined;
1654
+ fill?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | undefined)[] | [null, ...(string | import("../..").CustomValueType | undefined)[]] | undefined;
1655
+ fillOpacity?: import("../..").CustomValueType | import("csstype").Property.FillOpacity | (import("../..").CustomValueType | import("csstype").Property.FillOpacity | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FillOpacity | undefined)[]] | undefined;
1656
+ fillRule?: import("../..").CustomValueType | import("csstype").Property.FillRule | (import("../..").CustomValueType | import("csstype").Property.FillRule | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FillRule | undefined)[]] | undefined;
1657
+ floodColor?: import("../..").CustomValueType | import("csstype").Property.FloodColor | (import("../..").CustomValueType | import("csstype").Property.FloodColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FloodColor | undefined)[]] | undefined;
1658
+ floodOpacity?: import("../..").CustomValueType | import("csstype").Property.FloodOpacity | (import("../..").CustomValueType | import("csstype").Property.FloodOpacity | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.FloodOpacity | undefined)[]] | undefined;
1659
+ glyphOrientationVertical?: import("../..").CustomValueType | import("csstype").Property.GlyphOrientationVertical | (import("../..").CustomValueType | import("csstype").Property.GlyphOrientationVertical | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.GlyphOrientationVertical | undefined)[]] | undefined;
1660
+ lightingColor?: import("../..").CustomValueType | import("csstype").Property.LightingColor | (import("../..").CustomValueType | import("csstype").Property.LightingColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.LightingColor | undefined)[]] | undefined;
1661
+ marker?: import("../..").CustomValueType | import("csstype").Property.Marker | (import("../..").CustomValueType | import("csstype").Property.Marker | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.Marker | undefined)[]] | undefined;
1662
+ markerEnd?: import("../..").CustomValueType | import("csstype").Property.MarkerEnd | (import("../..").CustomValueType | import("csstype").Property.MarkerEnd | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MarkerEnd | undefined)[]] | undefined;
1663
+ markerMid?: import("../..").CustomValueType | import("csstype").Property.MarkerMid | (import("../..").CustomValueType | import("csstype").Property.MarkerMid | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MarkerMid | undefined)[]] | undefined;
1664
+ markerStart?: import("../..").CustomValueType | import("csstype").Property.MarkerStart | (import("../..").CustomValueType | import("csstype").Property.MarkerStart | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.MarkerStart | undefined)[]] | undefined;
1665
+ shapeRendering?: import("../..").CustomValueType | import("csstype").Property.ShapeRendering | (import("../..").CustomValueType | import("csstype").Property.ShapeRendering | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.ShapeRendering | undefined)[]] | undefined;
1666
+ stopColor?: import("../..").CustomValueType | import("csstype").Property.StopColor | (import("../..").CustomValueType | import("csstype").Property.StopColor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.StopColor | undefined)[]] | undefined;
1667
+ stopOpacity?: import("../..").CustomValueType | import("csstype").Property.StopOpacity | (import("../..").CustomValueType | import("csstype").Property.StopOpacity | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.StopOpacity | undefined)[]] | undefined;
1668
+ stroke?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | undefined)[] | [null, ...(string | import("../..").CustomValueType | undefined)[]] | undefined;
1669
+ strokeDasharray?: import("../..").CustomValueType | import("csstype").Property.StrokeDasharray<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.StrokeDasharray<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.StrokeDasharray<0 | (string & {})> | undefined)[]] | undefined;
1670
+ strokeDashoffset?: import("../..").CustomValueType | import("csstype").Property.StrokeDashoffset<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.StrokeDashoffset<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.StrokeDashoffset<0 | (string & {})> | undefined)[]] | undefined;
1671
+ strokeLinecap?: import("../..").CustomValueType | import("csstype").Property.StrokeLinecap | (import("../..").CustomValueType | import("csstype").Property.StrokeLinecap | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.StrokeLinecap | undefined)[]] | undefined;
1672
+ strokeLinejoin?: import("../..").CustomValueType | import("csstype").Property.StrokeLinejoin | (import("../..").CustomValueType | import("csstype").Property.StrokeLinejoin | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.StrokeLinejoin | undefined)[]] | undefined;
1673
+ strokeMiterlimit?: import("../..").CustomValueType | import("csstype").Property.StrokeMiterlimit | (import("../..").CustomValueType | import("csstype").Property.StrokeMiterlimit | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.StrokeMiterlimit | undefined)[]] | undefined;
1674
+ strokeOpacity?: import("../..").CustomValueType | import("csstype").Property.StrokeOpacity | (import("../..").CustomValueType | import("csstype").Property.StrokeOpacity | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.StrokeOpacity | undefined)[]] | undefined;
1675
+ strokeWidth?: import("../..").CustomValueType | import("csstype").Property.StrokeWidth<0 | (string & {})> | (import("../..").CustomValueType | import("csstype").Property.StrokeWidth<0 | (string & {})> | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.StrokeWidth<0 | (string & {})> | undefined)[]] | undefined;
1676
+ textAnchor?: import("../..").CustomValueType | import("csstype").Property.TextAnchor | (import("../..").CustomValueType | import("csstype").Property.TextAnchor | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.TextAnchor | undefined)[]] | undefined;
1677
+ vectorEffect?: import("../..").CustomValueType | import("csstype").Property.VectorEffect | (import("../..").CustomValueType | import("csstype").Property.VectorEffect | undefined)[] | [null, ...(import("../..").CustomValueType | import("csstype").Property.VectorEffect | undefined)[]] | undefined;
1678
+ className?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1679
+ class?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1680
+ id?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1681
+ lang?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1682
+ max?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1683
+ media?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1684
+ method?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1685
+ min?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1686
+ name?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1687
+ style?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1688
+ target?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1689
+ type?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1690
+ role?: import("../..").CustomValueType | import("svelte/elements").AriaRole | (import("../..").CustomValueType | import("svelte/elements").AriaRole | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").AriaRole | null | undefined)[]] | null | undefined;
1691
+ tabindex?: number | import("../..").CustomValueType | (number | import("../..").CustomValueType | null | undefined)[] | [null, ...(number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1692
+ crossorigin?: "" | import("../..").CustomValueType | "anonymous" | "use-credentials" | ("" | import("../..").CustomValueType | "anonymous" | "use-credentials" | null | undefined)[] | [null, ...("" | import("../..").CustomValueType | "anonymous" | "use-credentials" | null | undefined)[]] | null | undefined;
1693
+ 'accent-height'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1694
+ accumulate?: "none" | import("../..").CustomValueType | "sum" | ("none" | import("../..").CustomValueType | "sum" | null | undefined)[] | [null, ...("none" | import("../..").CustomValueType | "sum" | null | undefined)[]] | null | undefined;
1695
+ additive?: import("../..").CustomValueType | "replace" | "sum" | (import("../..").CustomValueType | "replace" | "sum" | null | undefined)[] | [null, ...(import("../..").CustomValueType | "replace" | "sum" | null | undefined)[]] | null | undefined;
1696
+ 'alignment-baseline'?: "inherit" | "auto" | import("../..").CustomValueType | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "baseline" | "middle" | "after-edge" | "before-edge" | "central" | "text-after-edge" | "text-before-edge" | ("inherit" | "auto" | import("../..").CustomValueType | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "baseline" | "middle" | "after-edge" | "before-edge" | "central" | "text-after-edge" | "text-before-edge" | null | undefined)[] | [null, ...("inherit" | "auto" | import("../..").CustomValueType | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "baseline" | "middle" | "after-edge" | "before-edge" | "central" | "text-after-edge" | "text-before-edge" | null | undefined)[]] | null | undefined;
1697
+ allowReorder?: import("../..").CustomValueType | "no" | "yes" | (import("../..").CustomValueType | "no" | "yes" | null | undefined)[] | [null, ...(import("../..").CustomValueType | "no" | "yes" | null | undefined)[]] | null | undefined;
1698
+ alphabetic?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1699
+ amplitude?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1700
+ 'arabic-form'?: "initial" | import("../..").CustomValueType | "medial" | "terminal" | "isolated" | ("initial" | import("../..").CustomValueType | "medial" | "terminal" | "isolated" | null | undefined)[] | [null, ...("initial" | import("../..").CustomValueType | "medial" | "terminal" | "isolated" | null | undefined)[]] | null | undefined;
1701
+ ascent?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1702
+ attributeName?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1703
+ attributeType?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1704
+ autoReverse?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1705
+ baseFrequency?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1706
+ 'baseline-shift'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1707
+ baseProfile?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1708
+ bbox?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1709
+ begin?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1710
+ bias?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1711
+ by?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1712
+ calcMode?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1713
+ 'cap-height'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1714
+ 'clip-path'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1715
+ clipPathUnits?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1716
+ 'clip-rule'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1717
+ 'color-interpolation'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1718
+ 'color-interpolation-filters'?: "inherit" | "auto" | import("../..").CustomValueType | "linearRGB" | "sRGB" | ("inherit" | "auto" | import("../..").CustomValueType | "linearRGB" | "sRGB" | null | undefined)[] | [null, ...("inherit" | "auto" | import("../..").CustomValueType | "linearRGB" | "sRGB" | null | undefined)[]] | null | undefined;
1719
+ 'color-profile'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1720
+ 'color-rendering'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1721
+ contentScriptType?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1722
+ contentStyleType?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1723
+ cx?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1724
+ cy?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1725
+ d?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1726
+ decelerate?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1727
+ descent?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1728
+ diffuseConstant?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1729
+ divisor?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1730
+ 'dominant-baseline'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1731
+ dur?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1732
+ dx?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1733
+ dy?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1734
+ edgeMode?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1735
+ elevation?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1736
+ 'enable-background'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1737
+ end?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1738
+ exponent?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1739
+ externalResourcesRequired?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1740
+ 'fill-opacity'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1741
+ 'fill-rule'?: "inherit" | import("../..").CustomValueType | "evenodd" | "nonzero" | ("inherit" | import("../..").CustomValueType | "evenodd" | "nonzero" | null | undefined)[] | [null, ...("inherit" | import("../..").CustomValueType | "evenodd" | "nonzero" | null | undefined)[]] | null | undefined;
1742
+ filterRes?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1743
+ filterUnits?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1744
+ 'flood-color'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1745
+ 'flood-opacity'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1746
+ focusable?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1747
+ 'font-family'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1748
+ 'font-size'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1749
+ 'font-size-adjust'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1750
+ 'font-stretch'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1751
+ 'font-style'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1752
+ 'font-variant'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1753
+ 'font-weight'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1754
+ format?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1755
+ from?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1756
+ fx?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1757
+ fy?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1758
+ g1?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1759
+ g2?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1760
+ 'glyph-name'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1761
+ 'glyph-orientation-horizontal'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1762
+ 'glyph-orientation-vertical'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1763
+ glyphRef?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1764
+ gradientTransform?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1765
+ gradientUnits?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1766
+ hanging?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1767
+ href?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1768
+ 'horiz-adv-x'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1769
+ 'horiz-origin-x'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1770
+ ideographic?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1771
+ 'image-rendering'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1772
+ in2?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1773
+ in?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1774
+ intercept?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1775
+ k1?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1776
+ k2?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1777
+ k3?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1778
+ k4?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1779
+ k?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1780
+ kernelMatrix?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1781
+ kernelUnitLength?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1782
+ kerning?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1783
+ keyPoints?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1784
+ keySplines?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1785
+ keyTimes?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1786
+ lengthAdjust?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1787
+ 'letter-spacing'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1788
+ 'lighting-color'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1789
+ limitingConeAngle?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1790
+ local?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1791
+ 'marker-end'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1792
+ markerHeight?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1793
+ 'marker-mid'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1794
+ 'marker-start'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1795
+ markerUnits?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1796
+ markerWidth?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1797
+ maskContentUnits?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1798
+ maskUnits?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1799
+ mathematical?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1800
+ mode?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1801
+ numOctaves?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1802
+ operator?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1803
+ orient?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1804
+ orientation?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1805
+ origin?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1806
+ 'overline-position'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1807
+ 'overline-thickness'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1808
+ 'paint-order'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1809
+ 'panose-1'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1810
+ path?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1811
+ pathLength?: number | import("../..").CustomValueType | (number | import("../..").CustomValueType | undefined)[] | [null, ...(number | import("../..").CustomValueType | undefined)[]] | undefined;
1812
+ patternContentUnits?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1813
+ patternTransform?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1814
+ patternUnits?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1815
+ 'pointer-events'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1816
+ points?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1817
+ pointsAtX?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1818
+ pointsAtY?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1819
+ pointsAtZ?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1820
+ preserveAlpha?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1821
+ preserveAspectRatio?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1822
+ primitiveUnits?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1823
+ r?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1824
+ radius?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1825
+ refX?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1826
+ refY?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1827
+ 'rendering-intent'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1828
+ repeatCount?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1829
+ repeatDur?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1830
+ requiredExtensions?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1831
+ requiredFeatures?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1832
+ restart?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1833
+ result?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1834
+ rotate?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | undefined)[]] | undefined;
1835
+ rx?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1836
+ ry?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1837
+ scale?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | undefined)[]] | undefined;
1838
+ seed?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1839
+ 'shape-rendering'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1840
+ slope?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1841
+ spacing?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1842
+ specularConstant?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1843
+ specularExponent?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1844
+ speed?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1845
+ spreadMethod?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1846
+ startOffset?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1847
+ stdDeviation?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1848
+ stemh?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1849
+ stemv?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1850
+ stitchTiles?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1851
+ 'stop-color'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1852
+ 'stop-opacity'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1853
+ 'strikethrough-position'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1854
+ 'strikethrough-thickness'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1855
+ string?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1856
+ 'stroke-dasharray'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1857
+ 'stroke-dashoffset'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1858
+ 'stroke-linecap'?: "inherit" | "round" | import("../..").CustomValueType | "butt" | "square" | ("inherit" | "round" | import("../..").CustomValueType | "butt" | "square" | null | undefined)[] | [null, ...("inherit" | "round" | import("../..").CustomValueType | "butt" | "square" | null | undefined)[]] | null | undefined;
1859
+ 'stroke-linejoin'?: "inherit" | "round" | import("../..").CustomValueType | "bevel" | "miter" | "arcs" | "miter-clip" | ("inherit" | "round" | import("../..").CustomValueType | "bevel" | "miter" | "arcs" | "miter-clip" | null | undefined)[] | [null, ...("inherit" | "round" | import("../..").CustomValueType | "bevel" | "miter" | "arcs" | "miter-clip" | null | undefined)[]] | null | undefined;
1860
+ 'stroke-miterlimit'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1861
+ 'stroke-opacity'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1862
+ 'stroke-width'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1863
+ surfaceScale?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1864
+ systemLanguage?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1865
+ tableValues?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1866
+ targetX?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1867
+ targetY?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1868
+ 'text-anchor'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1869
+ 'text-decoration'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1870
+ textLength?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1871
+ 'text-rendering'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1872
+ to?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1873
+ 'transform-origin'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1874
+ u1?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1875
+ u2?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1876
+ 'underline-position'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1877
+ 'underline-thickness'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1878
+ unicode?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1879
+ 'unicode-bidi'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1880
+ 'unicode-range'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1881
+ 'units-per-em'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1882
+ 'v-alphabetic'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1883
+ values?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1884
+ 'vector-effect'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1885
+ version?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1886
+ 'vert-adv-y'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1887
+ 'vert-origin-x'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1888
+ 'vert-origin-y'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1889
+ 'v-hanging'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1890
+ 'v-ideographic'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1891
+ viewBox?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1892
+ viewTarget?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1893
+ 'v-mathematical'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1894
+ widths?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1895
+ 'word-spacing'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1896
+ 'writing-mode'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1897
+ x1?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1898
+ x2?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1899
+ x?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | undefined)[]] | undefined;
1900
+ xChannelSelector?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1901
+ 'x-height'?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1902
+ 'xlink:actuate'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1903
+ 'xlink:arcrole'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1904
+ 'xlink:href'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1905
+ 'xlink:role'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1906
+ 'xlink:show'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1907
+ 'xlink:title'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1908
+ 'xlink:type'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1909
+ 'xml:base'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1910
+ 'xml:lang'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1911
+ xmlns?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1912
+ 'xmlns:xlink'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1913
+ 'xml:space'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1914
+ y1?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1915
+ y2?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1916
+ y?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | undefined)[]] | undefined;
1917
+ yChannelSelector?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1918
+ z?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | undefined)[]] | undefined;
1919
+ zoomAndPan?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1920
+ 'aria-activedescendant'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1921
+ 'aria-atomic'?: import("../..").CustomValueType | import("svelte/elements").Booleanish | (import("../..").CustomValueType | import("svelte/elements").Booleanish | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").Booleanish | null | undefined)[]] | null | undefined;
1922
+ 'aria-autocomplete'?: "none" | "inline" | import("../..").CustomValueType | "both" | "list" | ("none" | "inline" | import("../..").CustomValueType | "both" | "list" | null | undefined)[] | [null, ...("none" | "inline" | import("../..").CustomValueType | "both" | "list" | null | undefined)[]] | null | undefined;
1923
+ 'aria-busy'?: import("../..").CustomValueType | import("svelte/elements").Booleanish | (import("../..").CustomValueType | import("svelte/elements").Booleanish | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").Booleanish | null | undefined)[]] | null | undefined;
1924
+ 'aria-checked'?: boolean | import("../..").CustomValueType | "true" | "false" | "mixed" | (boolean | import("../..").CustomValueType | "true" | "false" | "mixed" | null | undefined)[] | [null, ...(boolean | import("../..").CustomValueType | "true" | "false" | "mixed" | null | undefined)[]] | null | undefined;
1925
+ 'aria-colcount'?: number | import("../..").CustomValueType | (number | import("../..").CustomValueType | null | undefined)[] | [null, ...(number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1926
+ 'aria-colindex'?: number | import("../..").CustomValueType | (number | import("../..").CustomValueType | null | undefined)[] | [null, ...(number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1927
+ 'aria-colspan'?: number | import("../..").CustomValueType | (number | import("../..").CustomValueType | null | undefined)[] | [null, ...(number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1928
+ 'aria-controls'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1929
+ 'aria-current'?: "page" | import("../..").CustomValueType | import("svelte/elements").Booleanish | "step" | "location" | "date" | "time" | ("page" | import("../..").CustomValueType | import("svelte/elements").Booleanish | "step" | "location" | "date" | "time" | null | undefined)[] | [null, ...("page" | import("../..").CustomValueType | import("svelte/elements").Booleanish | "step" | "location" | "date" | "time" | null | undefined)[]] | null | undefined;
1930
+ 'aria-describedby'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1931
+ 'aria-details'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1932
+ 'aria-disabled'?: import("../..").CustomValueType | import("svelte/elements").Booleanish | (import("../..").CustomValueType | import("svelte/elements").Booleanish | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").Booleanish | null | undefined)[]] | null | undefined;
1933
+ 'aria-dropeffect'?: "copy" | "move" | "none" | import("../..").CustomValueType | "link" | "execute" | "popup" | ("copy" | "move" | "none" | import("../..").CustomValueType | "link" | "execute" | "popup" | null | undefined)[] | [null, ...("copy" | "move" | "none" | import("../..").CustomValueType | "link" | "execute" | "popup" | null | undefined)[]] | null | undefined;
1934
+ 'aria-errormessage'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1935
+ 'aria-expanded'?: import("../..").CustomValueType | import("svelte/elements").Booleanish | (import("../..").CustomValueType | import("svelte/elements").Booleanish | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").Booleanish | null | undefined)[]] | null | undefined;
1936
+ 'aria-flowto'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1937
+ 'aria-grabbed'?: import("../..").CustomValueType | import("svelte/elements").Booleanish | (import("../..").CustomValueType | import("svelte/elements").Booleanish | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").Booleanish | null | undefined)[]] | null | undefined;
1938
+ 'aria-haspopup'?: "grid" | import("../..").CustomValueType | import("svelte/elements").Booleanish | "listbox" | "menu" | "dialog" | "tree" | ("grid" | import("../..").CustomValueType | import("svelte/elements").Booleanish | "listbox" | "menu" | "dialog" | "tree" | null | undefined)[] | [null, ...("grid" | import("../..").CustomValueType | import("svelte/elements").Booleanish | "listbox" | "menu" | "dialog" | "tree" | null | undefined)[]] | null | undefined;
1939
+ 'aria-hidden'?: import("../..").CustomValueType | import("svelte/elements").Booleanish | (import("../..").CustomValueType | import("svelte/elements").Booleanish | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").Booleanish | null | undefined)[]] | null | undefined;
1940
+ 'aria-invalid'?: import("../..").CustomValueType | import("svelte/elements").Booleanish | "grammar" | "spelling" | (import("../..").CustomValueType | import("svelte/elements").Booleanish | "grammar" | "spelling" | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").Booleanish | "grammar" | "spelling" | null | undefined)[]] | null | undefined;
1941
+ 'aria-keyshortcuts'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1942
+ 'aria-label'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1943
+ 'aria-labelledby'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1944
+ 'aria-level'?: number | import("../..").CustomValueType | (number | import("../..").CustomValueType | null | undefined)[] | [null, ...(number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1945
+ 'aria-live'?: import("../..").CustomValueType | "off" | "assertive" | "polite" | (import("../..").CustomValueType | "off" | "assertive" | "polite" | null | undefined)[] | [null, ...(import("../..").CustomValueType | "off" | "assertive" | "polite" | null | undefined)[]] | null | undefined;
1946
+ 'aria-modal'?: import("../..").CustomValueType | import("svelte/elements").Booleanish | (import("../..").CustomValueType | import("svelte/elements").Booleanish | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").Booleanish | null | undefined)[]] | null | undefined;
1947
+ 'aria-multiline'?: import("../..").CustomValueType | import("svelte/elements").Booleanish | (import("../..").CustomValueType | import("svelte/elements").Booleanish | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").Booleanish | null | undefined)[]] | null | undefined;
1948
+ 'aria-multiselectable'?: import("../..").CustomValueType | import("svelte/elements").Booleanish | (import("../..").CustomValueType | import("svelte/elements").Booleanish | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").Booleanish | null | undefined)[]] | null | undefined;
1949
+ 'aria-orientation'?: import("../..").CustomValueType | "horizontal" | "vertical" | (import("../..").CustomValueType | "horizontal" | "vertical" | null | undefined)[] | [null, ...(import("../..").CustomValueType | "horizontal" | "vertical" | null | undefined)[]] | null | undefined;
1950
+ 'aria-owns'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1951
+ 'aria-placeholder'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1952
+ 'aria-posinset'?: number | import("../..").CustomValueType | (number | import("../..").CustomValueType | null | undefined)[] | [null, ...(number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1953
+ 'aria-pressed'?: boolean | import("../..").CustomValueType | "true" | "false" | "mixed" | (boolean | import("../..").CustomValueType | "true" | "false" | "mixed" | null | undefined)[] | [null, ...(boolean | import("../..").CustomValueType | "true" | "false" | "mixed" | null | undefined)[]] | null | undefined;
1954
+ 'aria-readonly'?: import("../..").CustomValueType | import("svelte/elements").Booleanish | (import("../..").CustomValueType | import("svelte/elements").Booleanish | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").Booleanish | null | undefined)[]] | null | undefined;
1955
+ 'aria-relevant'?: "all" | "text" | import("../..").CustomValueType | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | ("all" | "text" | import("../..").CustomValueType | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | null | undefined)[] | [null, ...("all" | "text" | import("../..").CustomValueType | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | null | undefined)[]] | null | undefined;
1956
+ 'aria-required'?: import("../..").CustomValueType | import("svelte/elements").Booleanish | (import("../..").CustomValueType | import("svelte/elements").Booleanish | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").Booleanish | null | undefined)[]] | null | undefined;
1957
+ 'aria-roledescription'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1958
+ 'aria-rowcount'?: number | import("../..").CustomValueType | (number | import("../..").CustomValueType | null | undefined)[] | [null, ...(number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1959
+ 'aria-rowindex'?: number | import("../..").CustomValueType | (number | import("../..").CustomValueType | null | undefined)[] | [null, ...(number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1960
+ 'aria-rowspan'?: number | import("../..").CustomValueType | (number | import("../..").CustomValueType | null | undefined)[] | [null, ...(number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1961
+ 'aria-selected'?: import("../..").CustomValueType | import("svelte/elements").Booleanish | (import("../..").CustomValueType | import("svelte/elements").Booleanish | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").Booleanish | null | undefined)[]] | null | undefined;
1962
+ 'aria-setsize'?: number | import("../..").CustomValueType | (number | import("../..").CustomValueType | null | undefined)[] | [null, ...(number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1963
+ 'aria-sort'?: "none" | import("../..").CustomValueType | "ascending" | "descending" | "other" | ("none" | import("../..").CustomValueType | "ascending" | "descending" | "other" | null | undefined)[] | [null, ...("none" | import("../..").CustomValueType | "ascending" | "descending" | "other" | null | undefined)[]] | null | undefined;
1964
+ 'aria-valuemax'?: number | import("../..").CustomValueType | (number | import("../..").CustomValueType | null | undefined)[] | [null, ...(number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1965
+ 'aria-valuemin'?: number | import("../..").CustomValueType | (number | import("../..").CustomValueType | null | undefined)[] | [null, ...(number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1966
+ 'aria-valuenow'?: number | import("../..").CustomValueType | (number | import("../..").CustomValueType | null | undefined)[] | [null, ...(number | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1967
+ 'aria-valuetext'?: string | import("../..").CustomValueType | (string | import("../..").CustomValueType | null | undefined)[] | [null, ...(string | import("../..").CustomValueType | null | undefined)[]] | null | undefined;
1968
+ children?: import("../..").CustomValueType | import("svelte").Snippet<[]> | (import("../..").CustomValueType | import("svelte").Snippet<[]> | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte").Snippet<[]> | undefined)[]] | undefined;
1969
+ 'on:copy'?: import("../..").CustomValueType | import("svelte/elements").ClipboardEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").ClipboardEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").ClipboardEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
1970
+ oncopy?: import("../..").CustomValueType | import("svelte/elements").ClipboardEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").ClipboardEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").ClipboardEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
1971
+ oncopycapture?: import("../..").CustomValueType | import("svelte/elements").ClipboardEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").ClipboardEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").ClipboardEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
1972
+ 'on:cut'?: import("../..").CustomValueType | import("svelte/elements").ClipboardEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").ClipboardEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").ClipboardEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
1973
+ oncut?: import("../..").CustomValueType | import("svelte/elements").ClipboardEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").ClipboardEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").ClipboardEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
1974
+ oncutcapture?: import("../..").CustomValueType | import("svelte/elements").ClipboardEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").ClipboardEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").ClipboardEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
1975
+ 'on:paste'?: import("../..").CustomValueType | import("svelte/elements").ClipboardEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").ClipboardEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").ClipboardEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
1976
+ onpaste?: import("../..").CustomValueType | import("svelte/elements").ClipboardEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").ClipboardEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").ClipboardEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
1977
+ onpastecapture?: import("../..").CustomValueType | import("svelte/elements").ClipboardEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").ClipboardEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").ClipboardEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
1978
+ 'on:compositionend'?: import("../..").CustomValueType | import("svelte/elements").CompositionEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").CompositionEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").CompositionEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
1979
+ oncompositionend?: import("../..").CustomValueType | import("svelte/elements").CompositionEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").CompositionEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").CompositionEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
1980
+ oncompositionendcapture?: import("../..").CustomValueType | import("svelte/elements").CompositionEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").CompositionEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").CompositionEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
1981
+ 'on:compositionstart'?: import("../..").CustomValueType | import("svelte/elements").CompositionEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").CompositionEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").CompositionEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
1982
+ oncompositionstart?: import("../..").CustomValueType | import("svelte/elements").CompositionEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").CompositionEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").CompositionEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
1983
+ oncompositionstartcapture?: import("../..").CustomValueType | import("svelte/elements").CompositionEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").CompositionEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").CompositionEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
1984
+ 'on:compositionupdate'?: import("../..").CustomValueType | import("svelte/elements").CompositionEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").CompositionEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").CompositionEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
1985
+ oncompositionupdate?: import("../..").CustomValueType | import("svelte/elements").CompositionEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").CompositionEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").CompositionEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
1986
+ oncompositionupdatecapture?: import("../..").CustomValueType | import("svelte/elements").CompositionEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").CompositionEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").CompositionEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
1987
+ 'on:focus'?: import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
1988
+ onfocus?: import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
1989
+ onfocuscapture?: import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
1990
+ 'on:focusin'?: import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
1991
+ onfocusin?: import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
1992
+ onfocusincapture?: import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
1993
+ 'on:focusout'?: import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
1994
+ onfocusout?: import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
1995
+ onfocusoutcapture?: import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
1996
+ 'on:blur'?: import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
1997
+ onblur?: import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
1998
+ onblurcapture?: import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").FocusEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
1999
+ 'on:change'?: import("../..").CustomValueType | import("svelte/elements").FormEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").FormEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").FormEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2000
+ onchange?: import("../..").CustomValueType | import("svelte/elements").FormEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").FormEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").FormEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2001
+ onchangecapture?: import("../..").CustomValueType | import("svelte/elements").FormEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").FormEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").FormEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2002
+ 'on:beforeinput'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<InputEvent, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<InputEvent, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<InputEvent, SVGElement> | null | undefined)[]] | null | undefined;
2003
+ onbeforeinput?: import("../..").CustomValueType | import("svelte/elements").EventHandler<InputEvent, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<InputEvent, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<InputEvent, SVGElement> | null | undefined)[]] | null | undefined;
2004
+ onbeforeinputcapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<InputEvent, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<InputEvent, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<InputEvent, SVGElement> | null | undefined)[]] | null | undefined;
2005
+ 'on:input'?: import("../..").CustomValueType | import("svelte/elements").FormEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").FormEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").FormEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2006
+ oninput?: import("../..").CustomValueType | import("svelte/elements").FormEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").FormEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").FormEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2007
+ oninputcapture?: import("../..").CustomValueType | import("svelte/elements").FormEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").FormEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").FormEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2008
+ 'on:reset'?: import("../..").CustomValueType | import("svelte/elements").FormEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").FormEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").FormEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2009
+ onreset?: import("../..").CustomValueType | import("svelte/elements").FormEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").FormEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").FormEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2010
+ onresetcapture?: import("../..").CustomValueType | import("svelte/elements").FormEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").FormEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").FormEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2011
+ 'on:submit'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<SubmitEvent, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<SubmitEvent, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<SubmitEvent, SVGElement> | null | undefined)[]] | null | undefined;
2012
+ onsubmit?: import("../..").CustomValueType | import("svelte/elements").EventHandler<SubmitEvent, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<SubmitEvent, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<SubmitEvent, SVGElement> | null | undefined)[]] | null | undefined;
2013
+ onsubmitcapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<SubmitEvent, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<SubmitEvent, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<SubmitEvent, SVGElement> | null | undefined)[]] | null | undefined;
2014
+ 'on:invalid'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2015
+ oninvalid?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2016
+ oninvalidcapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2017
+ 'on:formdata'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<FormDataEvent, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<FormDataEvent, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<FormDataEvent, SVGElement> | null | undefined)[]] | null | undefined;
2018
+ onformdata?: import("../..").CustomValueType | import("svelte/elements").EventHandler<FormDataEvent, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<FormDataEvent, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<FormDataEvent, SVGElement> | null | undefined)[]] | null | undefined;
2019
+ onformdatacapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<FormDataEvent, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<FormDataEvent, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<FormDataEvent, SVGElement> | null | undefined)[]] | null | undefined;
2020
+ 'on:load'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, Element> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, Element> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, Element> | null | undefined)[]] | null | undefined;
2021
+ onload?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, Element> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, Element> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, Element> | null | undefined)[]] | null | undefined;
2022
+ onloadcapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, Element> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, Element> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, Element> | null | undefined)[]] | null | undefined;
2023
+ 'on:error'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, Element> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, Element> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, Element> | null | undefined)[]] | null | undefined;
2024
+ onerror?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, Element> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, Element> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, Element> | null | undefined)[]] | null | undefined;
2025
+ onerrorcapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, Element> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, Element> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, Element> | null | undefined)[]] | null | undefined;
2026
+ 'on:beforetoggle'?: import("../..").CustomValueType | import("svelte/elements").ToggleEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").ToggleEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").ToggleEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2027
+ onbeforetoggle?: import("../..").CustomValueType | import("svelte/elements").ToggleEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").ToggleEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").ToggleEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2028
+ onbeforetogglecapture?: import("../..").CustomValueType | import("svelte/elements").ToggleEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").ToggleEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").ToggleEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2029
+ 'on:toggle'?: import("../..").CustomValueType | import("svelte/elements").ToggleEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").ToggleEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").ToggleEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2030
+ ontoggle?: import("../..").CustomValueType | import("svelte/elements").ToggleEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").ToggleEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").ToggleEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2031
+ ontogglecapture?: import("../..").CustomValueType | import("svelte/elements").ToggleEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").ToggleEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").ToggleEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2032
+ 'on:keydown'?: import("../..").CustomValueType | import("svelte/elements").KeyboardEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").KeyboardEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").KeyboardEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2033
+ onkeydown?: import("../..").CustomValueType | import("svelte/elements").KeyboardEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").KeyboardEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").KeyboardEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2034
+ onkeydowncapture?: import("../..").CustomValueType | import("svelte/elements").KeyboardEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").KeyboardEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").KeyboardEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2035
+ 'on:keypress'?: import("../..").CustomValueType | import("svelte/elements").KeyboardEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").KeyboardEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").KeyboardEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2036
+ onkeypress?: import("../..").CustomValueType | import("svelte/elements").KeyboardEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").KeyboardEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").KeyboardEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2037
+ onkeypresscapture?: import("../..").CustomValueType | import("svelte/elements").KeyboardEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").KeyboardEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").KeyboardEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2038
+ 'on:keyup'?: import("../..").CustomValueType | import("svelte/elements").KeyboardEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").KeyboardEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").KeyboardEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2039
+ onkeyup?: import("../..").CustomValueType | import("svelte/elements").KeyboardEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").KeyboardEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").KeyboardEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2040
+ onkeyupcapture?: import("../..").CustomValueType | import("svelte/elements").KeyboardEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").KeyboardEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").KeyboardEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2041
+ 'on:abort'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2042
+ onabort?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2043
+ onabortcapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2044
+ 'on:canplay'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2045
+ oncanplay?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2046
+ oncanplaycapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2047
+ 'on:canplaythrough'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2048
+ oncanplaythrough?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2049
+ oncanplaythroughcapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2050
+ 'on:cuechange'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2051
+ oncuechange?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2052
+ oncuechangecapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2053
+ 'on:durationchange'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2054
+ ondurationchange?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2055
+ ondurationchangecapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2056
+ 'on:emptied'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2057
+ onemptied?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2058
+ onemptiedcapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2059
+ 'on:encrypted'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2060
+ onencrypted?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2061
+ onencryptedcapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2062
+ 'on:ended'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2063
+ onended?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2064
+ onendedcapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2065
+ 'on:loadeddata'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2066
+ onloadeddata?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2067
+ onloadeddatacapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2068
+ 'on:loadedmetadata'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2069
+ onloadedmetadata?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2070
+ onloadedmetadatacapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2071
+ 'on:loadstart'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2072
+ onloadstart?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2073
+ onloadstartcapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2074
+ 'on:pause'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2075
+ onpause?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2076
+ onpausecapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2077
+ 'on:play'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2078
+ onplay?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2079
+ onplaycapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2080
+ 'on:playing'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2081
+ onplaying?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2082
+ onplayingcapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2083
+ 'on:progress'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2084
+ onprogress?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2085
+ onprogresscapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2086
+ 'on:ratechange'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2087
+ onratechange?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2088
+ onratechangecapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2089
+ 'on:seeked'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2090
+ onseeked?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2091
+ onseekedcapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2092
+ 'on:seeking'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2093
+ onseeking?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2094
+ onseekingcapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2095
+ 'on:stalled'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2096
+ onstalled?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2097
+ onstalledcapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2098
+ 'on:suspend'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2099
+ onsuspend?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2100
+ onsuspendcapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2101
+ 'on:timeupdate'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2102
+ ontimeupdate?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2103
+ ontimeupdatecapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2104
+ 'on:volumechange'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2105
+ onvolumechange?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2106
+ onvolumechangecapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2107
+ 'on:waiting'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2108
+ onwaiting?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2109
+ onwaitingcapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2110
+ 'on:auxclick'?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2111
+ onauxclick?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2112
+ onauxclickcapture?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2113
+ 'on:click'?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2114
+ onclick?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2115
+ onclickcapture?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2116
+ 'on:contextmenu'?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2117
+ oncontextmenu?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2118
+ oncontextmenucapture?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2119
+ 'on:dblclick'?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2120
+ ondblclick?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2121
+ ondblclickcapture?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2122
+ 'on:drag'?: import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2123
+ ondrag?: import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2124
+ ondragcapture?: import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2125
+ 'on:dragend'?: import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2126
+ ondragend?: import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2127
+ ondragendcapture?: import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2128
+ 'on:dragenter'?: import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2129
+ ondragenter?: import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2130
+ ondragentercapture?: import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2131
+ 'on:dragexit'?: import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2132
+ ondragexit?: import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2133
+ ondragexitcapture?: import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2134
+ 'on:dragleave'?: import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2135
+ ondragleave?: import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2136
+ ondragleavecapture?: import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2137
+ 'on:dragover'?: import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2138
+ ondragover?: import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2139
+ ondragovercapture?: import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2140
+ 'on:dragstart'?: import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2141
+ ondragstart?: import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2142
+ ondragstartcapture?: import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2143
+ 'on:drop'?: import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2144
+ ondrop?: import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2145
+ ondropcapture?: import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").DragEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2146
+ 'on:mousedown'?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2147
+ onmousedown?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2148
+ onmousedowncapture?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2149
+ 'on:mouseenter'?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2150
+ onmouseenter?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2151
+ 'on:mouseleave'?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2152
+ onmouseleave?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2153
+ 'on:mousemove'?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2154
+ onmousemove?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2155
+ onmousemovecapture?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2156
+ 'on:mouseout'?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2157
+ onmouseout?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2158
+ onmouseoutcapture?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2159
+ 'on:mouseover'?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2160
+ onmouseover?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2161
+ onmouseovercapture?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2162
+ 'on:mouseup'?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2163
+ onmouseup?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2164
+ onmouseupcapture?: import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MouseEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2165
+ 'on:select'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2166
+ onselect?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2167
+ onselectcapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2168
+ 'on:selectionchange'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2169
+ onselectionchange?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2170
+ onselectionchangecapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2171
+ 'on:selectstart'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2172
+ onselectstart?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2173
+ onselectstartcapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2174
+ 'on:touchcancel'?: import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2175
+ ontouchcancel?: import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2176
+ ontouchcancelcapture?: import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2177
+ 'on:touchend'?: import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2178
+ ontouchend?: import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2179
+ ontouchendcapture?: import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2180
+ 'on:touchmove'?: import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2181
+ ontouchmove?: import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2182
+ ontouchmovecapture?: import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2183
+ 'on:touchstart'?: import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2184
+ ontouchstart?: import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2185
+ ontouchstartcapture?: import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").TouchEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2186
+ 'on:gotpointercapture'?: import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2187
+ ongotpointercapture?: import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2188
+ ongotpointercapturecapture?: import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2189
+ 'on:pointercancel'?: import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2190
+ onpointercancel?: import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2191
+ onpointercancelcapture?: import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2192
+ 'on:pointerdown'?: import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2193
+ onpointerdown?: import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2194
+ onpointerdowncapture?: import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2195
+ 'on:pointerenter'?: import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2196
+ onpointerenter?: import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2197
+ onpointerentercapture?: import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2198
+ 'on:pointerleave'?: import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2199
+ onpointerleave?: import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2200
+ onpointerleavecapture?: import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2201
+ 'on:pointermove'?: import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2202
+ onpointermove?: import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2203
+ onpointermovecapture?: import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2204
+ 'on:pointerout'?: import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2205
+ onpointerout?: import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2206
+ onpointeroutcapture?: import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2207
+ 'on:pointerover'?: import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2208
+ onpointerover?: import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2209
+ onpointerovercapture?: import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2210
+ 'on:pointerup'?: import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2211
+ onpointerup?: import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2212
+ onpointerupcapture?: import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2213
+ 'on:lostpointercapture'?: import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2214
+ onlostpointercapture?: import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2215
+ onlostpointercapturecapture?: import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").PointerEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2216
+ 'on:gamepadconnected'?: import("../..").CustomValueType | import("svelte/elements").GamepadEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").GamepadEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").GamepadEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2217
+ ongamepadconnected?: import("../..").CustomValueType | import("svelte/elements").GamepadEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").GamepadEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").GamepadEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2218
+ 'on:gamepaddisconnected'?: import("../..").CustomValueType | import("svelte/elements").GamepadEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").GamepadEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").GamepadEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2219
+ ongamepaddisconnected?: import("../..").CustomValueType | import("svelte/elements").GamepadEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").GamepadEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").GamepadEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2220
+ 'on:scroll'?: import("../..").CustomValueType | import("svelte/elements").UIEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").UIEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").UIEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2221
+ onscroll?: import("../..").CustomValueType | import("svelte/elements").UIEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").UIEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").UIEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2222
+ onscrollcapture?: import("../..").CustomValueType | import("svelte/elements").UIEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").UIEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").UIEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2223
+ 'on:scrollend'?: import("../..").CustomValueType | import("svelte/elements").UIEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").UIEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").UIEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2224
+ onscrollend?: import("../..").CustomValueType | import("svelte/elements").UIEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").UIEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").UIEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2225
+ onscrollendcapture?: import("../..").CustomValueType | import("svelte/elements").UIEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").UIEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").UIEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2226
+ 'on:resize'?: import("../..").CustomValueType | import("svelte/elements").UIEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").UIEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").UIEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2227
+ onresize?: import("../..").CustomValueType | import("svelte/elements").UIEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").UIEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").UIEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2228
+ onresizecapture?: import("../..").CustomValueType | import("svelte/elements").UIEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").UIEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").UIEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2229
+ 'on:wheel'?: import("../..").CustomValueType | import("svelte/elements").WheelEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").WheelEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").WheelEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2230
+ onwheel?: import("../..").CustomValueType | import("svelte/elements").WheelEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").WheelEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").WheelEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2231
+ onwheelcapture?: import("../..").CustomValueType | import("svelte/elements").WheelEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").WheelEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").WheelEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2232
+ 'on:animationstart'?: import("../..").CustomValueType | import("svelte/elements").AnimationEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").AnimationEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").AnimationEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2233
+ onanimationstart?: import("../..").CustomValueType | import("svelte/elements").AnimationEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").AnimationEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").AnimationEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2234
+ onanimationstartcapture?: import("../..").CustomValueType | import("svelte/elements").AnimationEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").AnimationEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").AnimationEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2235
+ 'on:animationend'?: import("../..").CustomValueType | import("svelte/elements").AnimationEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").AnimationEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").AnimationEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2236
+ onanimationend?: import("../..").CustomValueType | import("svelte/elements").AnimationEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").AnimationEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").AnimationEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2237
+ onanimationendcapture?: import("../..").CustomValueType | import("svelte/elements").AnimationEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").AnimationEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").AnimationEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2238
+ 'on:animationiteration'?: import("../..").CustomValueType | import("svelte/elements").AnimationEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").AnimationEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").AnimationEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2239
+ onanimationiteration?: import("../..").CustomValueType | import("svelte/elements").AnimationEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").AnimationEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").AnimationEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2240
+ onanimationiterationcapture?: import("../..").CustomValueType | import("svelte/elements").AnimationEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").AnimationEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").AnimationEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2241
+ 'on:transitionstart'?: import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2242
+ ontransitionstart?: import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2243
+ ontransitionstartcapture?: import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2244
+ 'on:transitionrun'?: import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2245
+ ontransitionrun?: import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2246
+ ontransitionruncapture?: import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2247
+ 'on:transitionend'?: import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2248
+ ontransitionend?: import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2249
+ ontransitionendcapture?: import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2250
+ 'on:transitioncancel'?: import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2251
+ ontransitioncancel?: import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2252
+ ontransitioncancelcapture?: import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").TransitionEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2253
+ 'on:outrostart'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | null | undefined)[]] | null | undefined;
2254
+ onoutrostart?: import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | null | undefined)[]] | null | undefined;
2255
+ onoutrostartcapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | null | undefined)[]] | null | undefined;
2256
+ 'on:outroend'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | null | undefined)[]] | null | undefined;
2257
+ onoutroend?: import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | null | undefined)[]] | null | undefined;
2258
+ onoutroendcapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | null | undefined)[]] | null | undefined;
2259
+ 'on:introstart'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | null | undefined)[]] | null | undefined;
2260
+ onintrostart?: import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | null | undefined)[]] | null | undefined;
2261
+ onintrostartcapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | null | undefined)[]] | null | undefined;
2262
+ 'on:introend'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | null | undefined)[]] | null | undefined;
2263
+ onintroend?: import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | null | undefined)[]] | null | undefined;
2264
+ onintroendcapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<CustomEvent<null>, SVGElement> | null | undefined)[]] | null | undefined;
2265
+ 'on:message'?: import("../..").CustomValueType | import("svelte/elements").MessageEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MessageEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MessageEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2266
+ onmessage?: import("../..").CustomValueType | import("svelte/elements").MessageEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MessageEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MessageEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2267
+ onmessagecapture?: import("../..").CustomValueType | import("svelte/elements").MessageEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MessageEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MessageEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2268
+ 'on:messageerror'?: import("../..").CustomValueType | import("svelte/elements").MessageEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MessageEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MessageEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2269
+ onmessageerror?: import("../..").CustomValueType | import("svelte/elements").MessageEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MessageEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MessageEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2270
+ onmessageerrorcapture?: import("../..").CustomValueType | import("svelte/elements").MessageEventHandler<SVGElement> | (import("../..").CustomValueType | import("svelte/elements").MessageEventHandler<SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").MessageEventHandler<SVGElement> | null | undefined)[]] | null | undefined;
2271
+ 'on:visibilitychange'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2272
+ onvisibilitychange?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2273
+ onvisibilitychangecapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2274
+ 'on:cancel'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2275
+ oncancel?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2276
+ oncancelcapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2277
+ 'on:close'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2278
+ onclose?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2279
+ onclosecapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2280
+ 'on:fullscreenchange'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2281
+ onfullscreenchange?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2282
+ onfullscreenchangecapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2283
+ 'on:fullscreenerror'?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2284
+ onfullscreenerror?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2285
+ onfullscreenerrorcapture?: import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | (import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[] | [null, ...(import("../..").CustomValueType | import("svelte/elements").EventHandler<Event, SVGElement> | null | undefined)[]] | null | undefined;
2286
+ translateX?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | undefined)[]] | undefined;
2287
+ translateY?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | undefined)[]] | undefined;
2288
+ translateZ?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | undefined)[]] | undefined;
2289
+ rotateX?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | undefined)[]] | undefined;
2290
+ rotateY?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | undefined)[]] | undefined;
2291
+ rotateZ?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | undefined)[]] | undefined;
2292
+ scaleX?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | undefined)[]] | undefined;
2293
+ scaleY?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | undefined)[]] | undefined;
2294
+ scaleZ?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | undefined)[]] | undefined;
2295
+ skew?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | undefined)[]] | undefined;
2296
+ skewX?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | undefined)[]] | undefined;
2297
+ skewY?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | undefined)[]] | undefined;
2298
+ originX?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | undefined)[]] | undefined;
2299
+ originY?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | undefined)[]] | undefined;
2300
+ originZ?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | undefined)[]] | undefined;
2301
+ perspective?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | undefined)[]] | undefined;
2302
+ transformPerspective?: string | number | import("../..").CustomValueType | (string | number | import("../..").CustomValueType | undefined)[] | [null, ...(string | number | import("../..").CustomValueType | undefined)[]] | undefined;
2303
+ pathOffset?: number | import("../..").CustomValueType | (number | import("../..").CustomValueType | undefined)[] | [null, ...(number | import("../..").CustomValueType | undefined)[]] | undefined;
2304
+ pathSpacing?: number | import("../..").CustomValueType | (number | import("../..").CustomValueType | undefined)[] | [null, ...(number | import("../..").CustomValueType | undefined)[]] | undefined;
2305
+ };
2306
+ scrapeMotionValuesFromProps: typeof scrapeMotionValuesFromProps;
2307
+ build: (element: import("../types").VisualElement<HTMLElement, any>, renderState: HTMLRenderState, latestValues: import("../types").ResolvedValues, projection: import("../utils/state").TargetProjection, layoutState: import("../utils/state").LayoutState, options: DOMVisualElementOptions, props: import("../..").MotionProps) => void;
2308
+ render: typeof renderHTML;
2309
+ };
2310
+ declare var htmlVisualElement: ({ parent, props, presenceId, blockInitialAnimation, visualState }: import("../types").VisualElementOptions<HTMLElement, any>, options?: {} | undefined) => import("../types").VisualElement<HTMLElement, any>;
11
2311
  export { getComputedStyle, htmlConfig, htmlVisualElement };
12
2312
  //# sourceMappingURL=visual-element.d.ts.map