@monkvision/inspection-capture-web 5.2.5 → 5.3.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 (122) hide show
  1. package/lib/DamageDisclosure/DamageDisclosure.d.ts +1 -2
  2. package/lib/DamageDisclosure/DamageDisclosure.js +2 -3
  3. package/lib/DamageDisclosure/DamageDisclosureHOC.d.ts +0 -1
  4. package/lib/DamageDisclosure/DamageDisclosureHUD/DamageDisclosureHUD.d.ts +1 -2
  5. package/lib/DamageDisclosure/DamageDisclosureHUD/DamageDisclosureHUD.js +2 -14
  6. package/lib/DamageDisclosure/DamageDisclosureHUD/DamageDisclosureHUDElements/DamageDisclosureHUDElements.d.ts +1 -2
  7. package/lib/DamageDisclosure/DamageDisclosureHUD/DamageDisclosureHUDElements/DamageDisclosureHUDElements.js +1 -2
  8. package/lib/DamageDisclosure/hooks/useDamageDisclosureState.js +1 -2
  9. package/lib/PhotoCapture/PhotoCapture.d.ts +1 -2
  10. package/lib/PhotoCapture/PhotoCapture.js +2 -3
  11. package/lib/PhotoCapture/PhotoCaptureHOC.d.ts +0 -1
  12. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUD.d.ts +1 -2
  13. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUD.js +2 -14
  14. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElements/PhotoCaptureHUDElements.d.ts +1 -2
  15. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElements/PhotoCaptureHUDElements.js +1 -2
  16. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/AddDamageButton/AddDamageButton.d.ts +1 -2
  17. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/AddDamageButton/AddDamageButton.js +2 -14
  18. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/PhotoCaptureHUDElementsSight.d.ts +1 -2
  19. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/PhotoCaptureHUDElementsSight.js +3 -15
  20. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightGuideline/SightGuideline.d.ts +1 -2
  21. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightGuideline/SightGuideline.js +3 -15
  22. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightGuideline/hooks.d.ts +108 -59
  23. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightGuideline/hooks.js +1 -2
  24. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightSlider/SightSlider.d.ts +1 -2
  25. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightSlider/SightSlider.js +4 -15
  26. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightSlider/SightSliderButton.d.ts +1 -2
  27. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightSlider/SightSliderButton.js +2 -14
  28. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/SightSlider/hooks.js +1 -2
  29. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/hooks.d.ts +307 -258
  30. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/hooks.js +2 -3
  31. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDSightTutorial/PhotoCaptureHUDSightTutorial.d.ts +1 -2
  32. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDSightTutorial/PhotoCaptureHUDSightTutorial.js +4 -16
  33. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDSightTutorial/PhotoCaptureHUDSightTutorial.styles.d.ts +1175 -734
  34. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDSightTutorial/PhotoCaptureHUDSightTutorial.styles.js +2 -2
  35. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/ArrowIcon.d.ts +1 -2
  36. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/ArrowIcon.js +1 -2
  37. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/DisplayText.d.ts +1 -2
  38. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/DisplayText.js +2 -14
  39. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/PhotoCaptureHUDTutorial.d.ts +1 -2
  40. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/PhotoCaptureHUDTutorial.js +2 -3
  41. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/hooks.d.ts +307 -258
  42. package/lib/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDTutorial/hooks.js +1 -2
  43. package/lib/PhotoCapture/PhotoCaptureHUD/hooks/usePhotoCaptureHUDStyle.d.ts +307 -258
  44. package/lib/PhotoCapture/PhotoCaptureHUD/hooks/usePhotoCaptureHUDStyle.js +1 -2
  45. package/lib/PhotoCapture/errors.js +1 -1
  46. package/lib/PhotoCapture/hooks/useComplianceAnalytics.d.ts +0 -1
  47. package/lib/PhotoCapture/hooks/useComplianceAnalytics.js +1 -2
  48. package/lib/PhotoCapture/hooks/useImagesCleanup.js +1 -2
  49. package/lib/PhotoCapture/hooks/useInspectionComplete.js +3 -4
  50. package/lib/PhotoCapture/hooks/usePhotoCaptureSightGuidelines.js +2 -2
  51. package/lib/PhotoCapture/hooks/usePhotoCaptureSightState.js +1 -2
  52. package/lib/PhotoCapture/hooks/usePhotoCaptureSightTutorial.js +1 -2
  53. package/lib/PhotoCapture/hooks/usePhotoCaptureTutorial.js +3 -3
  54. package/lib/VideoCapture/VideoCapture.d.ts +1 -2
  55. package/lib/VideoCapture/VideoCapture.js +2 -14
  56. package/lib/VideoCapture/VideoCaptureHOC.d.ts +0 -1
  57. package/lib/VideoCapture/VideoCaptureHUD/VideoCaptureHUD.d.ts +1 -1
  58. package/lib/VideoCapture/VideoCaptureHUD/VideoCaptureHUD.js +5 -17
  59. package/lib/VideoCapture/VideoCaptureHUD/VideoCaptureRecording/VideoCaptureRecording.d.ts +1 -2
  60. package/lib/VideoCapture/VideoCaptureHUD/VideoCaptureRecording/VideoCaptureRecording.js +2 -14
  61. package/lib/VideoCapture/VideoCaptureHUD/VideoCaptureRecording/VideoCaptureRecordingStyles.d.ts +1447 -1152
  62. package/lib/VideoCapture/VideoCaptureHUD/VideoCaptureRecording/VideoCaptureRecordingStyles.js +2 -2
  63. package/lib/VideoCapture/VideoCaptureHUD/VideoCaptureTutorial/VideoCaptureTutorial.d.ts +1 -2
  64. package/lib/VideoCapture/VideoCaptureHUD/VideoCaptureTutorial/VideoCaptureTutorial.js +2 -14
  65. package/lib/VideoCapture/VideoCapturePageLayout/PageLayoutItem/PageLayoutItem.d.ts +1 -2
  66. package/lib/VideoCapture/VideoCapturePageLayout/PageLayoutItem/PageLayoutItem.js +2 -3
  67. package/lib/VideoCapture/VideoCapturePageLayout/PageLayoutItem/PageLayoutItem.styles.js +2 -2
  68. package/lib/VideoCapture/VideoCapturePageLayout/VideoCapturePageLayout.d.ts +1 -1
  69. package/lib/VideoCapture/VideoCapturePageLayout/VideoCapturePageLayout.js +14 -3
  70. package/lib/VideoCapture/VideoCapturePageLayout/VideoCapturePageLayout.styles.js +2 -2
  71. package/lib/VideoCapture/VideoCapturePermissions/VideoCapturePermissions.d.ts +1 -2
  72. package/lib/VideoCapture/VideoCapturePermissions/VideoCapturePermissions.js +4 -16
  73. package/lib/VideoCapture/VideoCaptureProcessing/VideoCaptureProcessing.d.ts +1 -2
  74. package/lib/VideoCapture/VideoCaptureProcessing/VideoCaptureProcessing.js +2 -14
  75. package/lib/VideoCapture/VideoCaptureProcessing/VideoCaptureProcessing.styles.d.ts +324 -177
  76. package/lib/VideoCapture/VideoCaptureProcessing/VideoCaptureProcessing.styles.js +2 -2
  77. package/lib/VideoCapture/hooks/useFastMovementsDetection/fastMovementsDetection.js +3 -3
  78. package/lib/VideoCapture/hooks/useFastMovementsDetection/useFastMovementsDetection.js +1 -2
  79. package/lib/VideoCapture/hooks/useFrameSelection/laplaceScores.js +1 -2
  80. package/lib/VideoCapture/hooks/useFrameSelection/useFrameSelection.js +1 -2
  81. package/lib/VideoCapture/hooks/useVehicleWalkaround.js +1 -2
  82. package/lib/VideoCapture/hooks/useVideoRecording.js +3 -3
  83. package/lib/VideoCapture/hooks/useVideoUploadQueue.js +1 -2
  84. package/lib/components/CancelButton/CancelButton.d.ts +1 -2
  85. package/lib/components/CancelButton/CancelButton.js +2 -14
  86. package/lib/components/CloseUpShot/CloseUpShot.d.ts +1 -2
  87. package/lib/components/CloseUpShot/CloseUpShot.js +2 -3
  88. package/lib/components/CloseUpShot/hooks.js +1 -2
  89. package/lib/components/Counter/Counter.d.ts +1 -2
  90. package/lib/components/Counter/Counter.js +2 -3
  91. package/lib/components/Counter/hooks.js +1 -2
  92. package/lib/components/HUDButtons/HUDButtons.d.ts +1 -2
  93. package/lib/components/HUDButtons/HUDButtons.js +2 -3
  94. package/lib/components/HUDButtons/hooks.js +1 -2
  95. package/lib/components/HUDOverlay/HUDOverlay.d.ts +1 -2
  96. package/lib/components/HUDOverlay/HUDOverlay.js +2 -3
  97. package/lib/components/HUDOverlay/hooks.js +2 -3
  98. package/lib/components/OrientationEnforcer/OrientationEnforcer.d.ts +1 -2
  99. package/lib/components/OrientationEnforcer/OrientationEnforcer.js +2 -14
  100. package/lib/components/OrientationEnforcer/OrientationEnforcer.styles.d.ts +108 -59
  101. package/lib/components/OrientationEnforcer/OrientationEnforcer.styles.js +2 -2
  102. package/lib/components/PartSelection/PartSelection.d.ts +1 -2
  103. package/lib/components/PartSelection/PartSelection.js +3 -4
  104. package/lib/components/SightTutorialButton/SightTutorialButton.d.ts +1 -1
  105. package/lib/components/SightTutorialButton/SightTutorialButton.js +1 -2
  106. package/lib/components/ZoomOutShot/ZoomOutShot.d.ts +1 -2
  107. package/lib/components/ZoomOutShot/ZoomOutShot.js +2 -14
  108. package/lib/components/ZoomOutShot/hooks.js +1 -2
  109. package/lib/errors.js +1 -1
  110. package/lib/hooks/useAdaptiveCameraConfig.js +1 -2
  111. package/lib/hooks/useAddDamageMode.js +1 -2
  112. package/lib/hooks/useBadConnectionWarning.js +1 -2
  113. package/lib/hooks/useCaptureDuration.js +19 -7
  114. package/lib/hooks/useColorBackground.js +2 -3
  115. package/lib/hooks/useEnforceOrientation.js +1 -2
  116. package/lib/hooks/usePhotoCaptureImages.js +1 -2
  117. package/lib/hooks/usePictureTaken.js +1 -2
  118. package/lib/hooks/useStartTasksOnComplete.js +3 -4
  119. package/lib/hooks/useTracking.js +1 -2
  120. package/lib/hooks/useUploadQueue.js +3 -4
  121. package/lib/types.js +2 -2
  122. package/package.json +24 -25
@@ -3,12 +3,15 @@ export declare const styles: Styles;
3
3
  export declare function useVideoCaptureProcessingStyles(progress: number): {
4
4
  containerStyle: {
5
5
  color: string;
6
- __media?: import("@monkvision/types").CSSMediaQuery | undefined;
6
+ __media?: import("@monkvision/types").CSSMediaQuery;
7
7
  accentColor?: import("csstype").Property.AccentColor | undefined;
8
8
  alignContent?: import("csstype").Property.AlignContent | undefined;
9
9
  alignItems?: import("csstype").Property.AlignItems | undefined;
10
10
  alignSelf?: import("csstype").Property.AlignSelf | undefined;
11
11
  alignTracks?: import("csstype").Property.AlignTracks | undefined;
12
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
13
+ anchorName?: import("csstype").Property.AnchorName | undefined;
14
+ anchorScope?: import("csstype").Property.AnchorScope | undefined;
12
15
  animationComposition?: import("csstype").Property.AnimationComposition | undefined;
13
16
  animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
14
17
  animationDirection?: import("csstype").Property.AnimationDirection | undefined;
@@ -17,6 +20,8 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
17
20
  animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
18
21
  animationName?: import("csstype").Property.AnimationName | undefined;
19
22
  animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
23
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
24
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
20
25
  animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
21
26
  animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
22
27
  appearance?: import("csstype").Property.Appearance | undefined;
@@ -33,17 +38,14 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
33
38
  backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
34
39
  backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
35
40
  backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
36
- blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
41
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
37
42
  blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
38
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
39
43
  borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
40
44
  borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
41
45
  borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
42
46
  borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
43
47
  borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
44
48
  borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
45
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
46
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
47
49
  borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
48
50
  borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
49
51
  borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
@@ -57,15 +59,12 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
57
59
  borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
58
60
  borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
59
61
  borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
60
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
61
62
  borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
62
63
  borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
63
64
  borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
64
65
  borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
65
66
  borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
66
67
  borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
67
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
68
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
69
68
  borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
70
69
  borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
71
70
  borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
@@ -92,7 +91,9 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
92
91
  caretShape?: import("csstype").Property.CaretShape | undefined;
93
92
  clear?: import("csstype").Property.Clear | undefined;
94
93
  clipPath?: import("csstype").Property.ClipPath | undefined;
94
+ clipRule?: import("csstype").Property.ClipRule | undefined;
95
95
  colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
96
+ colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
96
97
  colorScheme?: import("csstype").Property.ColorScheme | undefined;
97
98
  columnCount?: import("csstype").Property.ColumnCount | undefined;
98
99
  columnFill?: import("csstype").Property.ColumnFill | undefined;
@@ -115,9 +116,17 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
115
116
  counterReset?: import("csstype").Property.CounterReset | undefined;
116
117
  counterSet?: import("csstype").Property.CounterSet | undefined;
117
118
  cursor?: import("csstype").Property.Cursor | undefined;
119
+ cx?: import("csstype").Property.Cx<string | number> | undefined;
120
+ cy?: import("csstype").Property.Cy<string | number> | undefined;
121
+ d?: import("csstype").Property.D | undefined;
118
122
  direction?: import("csstype").Property.Direction | undefined;
119
123
  display?: import("csstype").Property.Display | undefined;
124
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
120
125
  emptyCells?: import("csstype").Property.EmptyCells | undefined;
126
+ fieldSizing?: import("csstype").Property.FieldSizing | undefined;
127
+ fill?: import("csstype").Property.Fill | undefined;
128
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
129
+ fillRule?: import("csstype").Property.FillRule | undefined;
121
130
  filter?: import("csstype").Property.Filter | undefined;
122
131
  flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
123
132
  flexDirection?: import("csstype").Property.FlexDirection | undefined;
@@ -125,6 +134,8 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
125
134
  flexShrink?: import("csstype").Property.FlexShrink | undefined;
126
135
  flexWrap?: import("csstype").Property.FlexWrap | undefined;
127
136
  float?: import("csstype").Property.Float | undefined;
137
+ floodColor?: import("csstype").Property.FloodColor | undefined;
138
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
128
139
  fontFamily?: import("csstype").Property.FontFamily | undefined;
129
140
  fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
130
141
  fontKerning?: import("csstype").Property.FontKerning | undefined;
@@ -134,9 +145,12 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
134
145
  fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
135
146
  fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
136
147
  fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
137
- fontStretch?: import("csstype").Property.FontStretch | undefined;
138
148
  fontStyle?: import("csstype").Property.FontStyle | undefined;
139
149
  fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
150
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
151
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
152
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
153
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
140
154
  fontVariant?: import("csstype").Property.FontVariant | undefined;
141
155
  fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
142
156
  fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
@@ -147,6 +161,7 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
147
161
  fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
148
162
  fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
149
163
  fontWeight?: import("csstype").Property.FontWeight | undefined;
164
+ fontWidth?: import("csstype").Property.FontWidth | undefined;
150
165
  forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
151
166
  gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
152
167
  gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
@@ -167,12 +182,13 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
167
182
  imageRendering?: import("csstype").Property.ImageRendering | undefined;
168
183
  imageResolution?: import("csstype").Property.ImageResolution | undefined;
169
184
  initialLetter?: import("csstype").Property.InitialLetter | undefined;
185
+ initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
170
186
  inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
171
- inputSecurity?: import("csstype").Property.InputSecurity | undefined;
172
187
  insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
173
188
  insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
174
189
  insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
175
190
  insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
191
+ interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
176
192
  isolation?: import("csstype").Property.Isolation | undefined;
177
193
  justifyContent?: import("csstype").Property.JustifyContent | undefined;
178
194
  justifyItems?: import("csstype").Property.JustifyItems | undefined;
@@ -180,6 +196,7 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
180
196
  justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
181
197
  left?: import("csstype").Property.Left<string | number> | undefined;
182
198
  letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
199
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
183
200
  lineBreak?: import("csstype").Property.LineBreak | undefined;
184
201
  lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
185
202
  lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
@@ -195,6 +212,10 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
195
212
  marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
196
213
  marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
197
214
  marginTrim?: import("csstype").Property.MarginTrim | undefined;
215
+ marker?: import("csstype").Property.Marker | undefined;
216
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
217
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
218
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
198
219
  maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
199
220
  maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
200
221
  maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
@@ -210,6 +231,7 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
210
231
  maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
211
232
  maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
212
233
  maskType?: import("csstype").Property.MaskType | undefined;
234
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
213
235
  mathDepth?: import("csstype").Property.MathDepth | undefined;
214
236
  mathShift?: import("csstype").Property.MathShift | undefined;
215
237
  mathStyle?: import("csstype").Property.MathStyle | undefined;
@@ -228,6 +250,7 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
228
250
  motionRotation?: import("csstype").Property.OffsetRotate | undefined;
229
251
  objectFit?: import("csstype").Property.ObjectFit | undefined;
230
252
  objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
253
+ objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
231
254
  offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
232
255
  offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
233
256
  offsetPath?: import("csstype").Property.OffsetPath | undefined;
@@ -249,6 +272,7 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
249
272
  overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
250
273
  overflowX?: import("csstype").Property.OverflowX | undefined;
251
274
  overflowY?: import("csstype").Property.OverflowY | undefined;
275
+ overlay?: import("csstype").Property.Overlay | undefined;
252
276
  overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
253
277
  overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
254
278
  overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
@@ -262,25 +286,32 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
262
286
  paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
263
287
  paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
264
288
  page?: import("csstype").Property.Page | undefined;
265
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
266
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
267
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
268
289
  paintOrder?: import("csstype").Property.PaintOrder | undefined;
269
290
  perspective?: import("csstype").Property.Perspective<string | number> | undefined;
270
291
  perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
271
292
  pointerEvents?: import("csstype").Property.PointerEvents | undefined;
272
293
  position?: import("csstype").Property.Position | undefined;
294
+ positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
295
+ positionArea?: import("csstype").Property.PositionArea | undefined;
296
+ positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
297
+ positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
298
+ positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
273
299
  printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
274
300
  quotes?: import("csstype").Property.Quotes | undefined;
301
+ r?: import("csstype").Property.R<string | number> | undefined;
275
302
  resize?: import("csstype").Property.Resize | undefined;
276
303
  right?: import("csstype").Property.Right<string | number> | undefined;
277
304
  rotate?: import("csstype").Property.Rotate | undefined;
278
305
  rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
279
306
  rubyAlign?: import("csstype").Property.RubyAlign | undefined;
280
307
  rubyMerge?: import("csstype").Property.RubyMerge | undefined;
308
+ rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
281
309
  rubyPosition?: import("csstype").Property.RubyPosition | undefined;
310
+ rx?: import("csstype").Property.Rx<string | number> | undefined;
311
+ ry?: import("csstype").Property.Ry<string | number> | undefined;
282
312
  scale?: import("csstype").Property.Scale | undefined;
283
313
  scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
314
+ scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
284
315
  scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
285
316
  scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
286
317
  scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
@@ -312,10 +343,28 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
312
343
  shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
313
344
  shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
314
345
  shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
346
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
347
+ speakAs?: import("csstype").Property.SpeakAs | undefined;
348
+ stopColor?: import("csstype").Property.StopColor | undefined;
349
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
350
+ stroke?: import("csstype").Property.Stroke | undefined;
351
+ strokeColor?: import("csstype").Property.StrokeColor | undefined;
352
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
353
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
354
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
355
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
356
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
357
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
358
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
315
359
  tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
316
360
  tableLayout?: import("csstype").Property.TableLayout | undefined;
317
361
  textAlign?: import("csstype").Property.TextAlign | undefined;
318
362
  textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
363
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
364
+ textAutospace?: import("csstype").Property.TextAutospace | undefined;
365
+ textBox?: import("csstype").Property.TextBox | undefined;
366
+ textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
367
+ textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
319
368
  textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
320
369
  textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
321
370
  textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
@@ -333,15 +382,20 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
333
382
  textRendering?: import("csstype").Property.TextRendering | undefined;
334
383
  textShadow?: import("csstype").Property.TextShadow | undefined;
335
384
  textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
385
+ textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
336
386
  textTransform?: import("csstype").Property.TextTransform | undefined;
337
387
  textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
338
388
  textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
389
+ textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
390
+ textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
391
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
339
392
  top?: import("csstype").Property.Top<string | number> | undefined;
340
393
  touchAction?: import("csstype").Property.TouchAction | undefined;
341
394
  transform?: import("csstype").Property.Transform | undefined;
342
395
  transformBox?: import("csstype").Property.TransformBox | undefined;
343
396
  transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
344
397
  transformStyle?: import("csstype").Property.TransformStyle | undefined;
398
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
345
399
  transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
346
400
  transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
347
401
  transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
@@ -349,10 +403,16 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
349
403
  translate?: import("csstype").Property.Translate<string | number> | undefined;
350
404
  unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
351
405
  userSelect?: import("csstype").Property.UserSelect | undefined;
406
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
352
407
  verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
408
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
409
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
410
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
411
+ viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
353
412
  viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
354
413
  visibility?: import("csstype").Property.Visibility | undefined;
355
414
  whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
415
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
356
416
  widows?: import("csstype").Property.Widows | undefined;
357
417
  width?: import("csstype").Property.Width<string | number> | undefined;
358
418
  willChange?: import("csstype").Property.WillChange | undefined;
@@ -360,22 +420,31 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
360
420
  wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
361
421
  wordWrap?: import("csstype").Property.WordWrap | undefined;
362
422
  writingMode?: import("csstype").Property.WritingMode | undefined;
423
+ x?: import("csstype").Property.X<string | number> | undefined;
424
+ y?: import("csstype").Property.Y<string | number> | undefined;
363
425
  zIndex?: import("csstype").Property.ZIndex | undefined;
364
426
  zoom?: import("csstype").Property.Zoom | undefined;
365
- all?: import("csstype").Globals | undefined;
427
+ all?: import("csstype").Property.All | undefined;
366
428
  animation?: import("csstype").Property.Animation<string & {}> | undefined;
429
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
367
430
  background?: import("csstype").Property.Background<string | number> | undefined;
368
431
  backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
369
432
  border?: import("csstype").Property.Border<string | number> | undefined;
370
433
  borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
434
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
371
435
  borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
372
436
  borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
437
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
438
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
373
439
  borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
374
440
  borderColor?: import("csstype").Property.BorderColor | undefined;
375
441
  borderImage?: import("csstype").Property.BorderImage | undefined;
376
442
  borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
443
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
377
444
  borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
378
445
  borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
446
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
447
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
379
448
  borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
380
449
  borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
381
450
  borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
@@ -417,6 +486,7 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
417
486
  placeContent?: import("csstype").Property.PlaceContent | undefined;
418
487
  placeItems?: import("csstype").Property.PlaceItems | undefined;
419
488
  placeSelf?: import("csstype").Property.PlaceSelf | undefined;
489
+ positionTry?: import("csstype").Property.PositionTry | undefined;
420
490
  scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
421
491
  scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
422
492
  scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
@@ -427,7 +497,9 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
427
497
  scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
428
498
  textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
429
499
  textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
500
+ textWrap?: import("csstype").Property.TextWrap | undefined;
430
501
  transition?: import("csstype").Property.Transition<string & {}> | undefined;
502
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
431
503
  MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
432
504
  MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
433
505
  MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
@@ -449,8 +521,6 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
449
521
  MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
450
522
  MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
451
523
  MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
452
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
453
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
454
524
  MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
455
525
  MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
456
526
  MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
@@ -459,11 +529,14 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
459
529
  MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
460
530
  MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
461
531
  MozHyphens?: import("csstype").Property.Hyphens | undefined;
462
- MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
463
532
  MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
464
533
  MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
465
534
  MozOrient?: import("csstype").Property.MozOrient | undefined;
466
535
  MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
536
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
537
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
538
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
539
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
467
540
  MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
468
541
  MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
469
542
  MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
@@ -472,13 +545,9 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
472
545
  MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
473
546
  MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
474
547
  MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
548
+ MozTransform?: import("csstype").Property.Transform | undefined;
475
549
  MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
476
550
  MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
477
- MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
478
- MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
479
- MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
480
- MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
481
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
482
551
  MozUserModify?: import("csstype").Property.MozUserModify | undefined;
483
552
  MozUserSelect?: import("csstype").Property.UserSelect | undefined;
484
553
  MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
@@ -597,6 +666,8 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
597
666
  WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
598
667
  WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
599
668
  WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
669
+ WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
670
+ WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
600
671
  WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
601
672
  WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
602
673
  WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
@@ -651,12 +722,13 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
651
722
  WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
652
723
  WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
653
724
  WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
654
- WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
725
+ WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
655
726
  WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
656
727
  MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
657
728
  MozBorderImage?: import("csstype").Property.BorderImage | undefined;
658
729
  MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
659
730
  MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
731
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
660
732
  MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
661
733
  msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
662
734
  msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
@@ -678,7 +750,6 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
678
750
  WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
679
751
  WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
680
752
  WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
681
- azimuth?: import("csstype").Property.Azimuth | undefined;
682
753
  boxAlign?: import("csstype").Property.BoxAlign | undefined;
683
754
  boxDirection?: import("csstype").Property.BoxDirection | undefined;
684
755
  boxFlex?: import("csstype").Property.BoxFlex | undefined;
@@ -688,16 +759,22 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
688
759
  boxOrient?: import("csstype").Property.BoxOrient | undefined;
689
760
  boxPack?: import("csstype").Property.BoxPack | undefined;
690
761
  clip?: import("csstype").Property.Clip | undefined;
762
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
691
763
  gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
692
764
  gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
693
765
  gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
694
766
  imeMode?: import("csstype").Property.ImeMode | undefined;
767
+ insetArea?: import("csstype").Property.PositionArea | undefined;
695
768
  offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
696
769
  offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
697
770
  offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
698
771
  offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
699
772
  offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
700
773
  offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
774
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
775
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
776
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
777
+ positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
701
778
  scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
702
779
  scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
703
780
  scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
@@ -716,7 +793,6 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
716
793
  KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
717
794
  KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
718
795
  MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
719
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
720
796
  MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
721
797
  MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
722
798
  MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
@@ -731,22 +807,24 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
731
807
  MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
732
808
  MozBoxPack?: import("csstype").Property.BoxPack | undefined;
733
809
  MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
810
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
811
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
734
812
  MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
735
813
  MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
736
814
  MozOpacity?: import("csstype").Property.Opacity | undefined;
737
815
  MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
738
816
  MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
739
- MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
740
- MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
741
- MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
742
- MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
743
- MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
744
817
  MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
745
818
  MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
746
819
  MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
747
820
  MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
748
821
  MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
749
822
  MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
823
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
824
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
825
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
826
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
827
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
750
828
  MozUserInput?: import("csstype").Property.MozUserInput | undefined;
751
829
  msImeMode?: import("csstype").Property.ImeMode | undefined;
752
830
  OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
@@ -779,47 +857,21 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
779
857
  WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
780
858
  WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
781
859
  WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
782
- WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
783
- WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
784
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
785
- baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
786
- clipRule?: import("csstype").Property.ClipRule | undefined;
787
860
  colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
788
861
  colorRendering?: import("csstype").Property.ColorRendering | undefined;
789
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
790
- fill?: import("csstype").Property.Fill | undefined;
791
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
792
- fillRule?: import("csstype").Property.FillRule | undefined;
793
- floodColor?: import("csstype").Property.FloodColor | undefined;
794
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
795
862
  glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
796
- lightingColor?: import("csstype").Property.LightingColor | undefined;
797
- marker?: import("csstype").Property.Marker | undefined;
798
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
799
- markerMid?: import("csstype").Property.MarkerMid | undefined;
800
- markerStart?: import("csstype").Property.MarkerStart | undefined;
801
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
802
- stopColor?: import("csstype").Property.StopColor | undefined;
803
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
804
- stroke?: import("csstype").Property.Stroke | undefined;
805
- strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
806
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
807
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
808
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
809
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
810
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
811
- strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
812
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
813
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
814
863
  };
815
864
  progressBarContainerStyle: {
816
865
  borderColor: string;
817
- __media?: import("@monkvision/types").CSSMediaQuery | undefined;
866
+ __media?: import("@monkvision/types").CSSMediaQuery;
818
867
  accentColor?: import("csstype").Property.AccentColor | undefined;
819
868
  alignContent?: import("csstype").Property.AlignContent | undefined;
820
869
  alignItems?: import("csstype").Property.AlignItems | undefined;
821
870
  alignSelf?: import("csstype").Property.AlignSelf | undefined;
822
871
  alignTracks?: import("csstype").Property.AlignTracks | undefined;
872
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
873
+ anchorName?: import("csstype").Property.AnchorName | undefined;
874
+ anchorScope?: import("csstype").Property.AnchorScope | undefined;
823
875
  animationComposition?: import("csstype").Property.AnimationComposition | undefined;
824
876
  animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
825
877
  animationDirection?: import("csstype").Property.AnimationDirection | undefined;
@@ -828,6 +880,8 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
828
880
  animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
829
881
  animationName?: import("csstype").Property.AnimationName | undefined;
830
882
  animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
883
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
884
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
831
885
  animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
832
886
  animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
833
887
  appearance?: import("csstype").Property.Appearance | undefined;
@@ -844,17 +898,14 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
844
898
  backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
845
899
  backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
846
900
  backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
847
- blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
901
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
848
902
  blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
849
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
850
903
  borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
851
904
  borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
852
905
  borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
853
906
  borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
854
907
  borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
855
908
  borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
856
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
857
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
858
909
  borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
859
910
  borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
860
911
  borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
@@ -868,15 +919,12 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
868
919
  borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
869
920
  borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
870
921
  borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
871
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
872
922
  borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
873
923
  borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
874
924
  borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
875
925
  borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
876
926
  borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
877
927
  borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
878
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
879
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
880
928
  borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
881
929
  borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
882
930
  borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
@@ -903,8 +951,10 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
903
951
  caretShape?: import("csstype").Property.CaretShape | undefined;
904
952
  clear?: import("csstype").Property.Clear | undefined;
905
953
  clipPath?: import("csstype").Property.ClipPath | undefined;
954
+ clipRule?: import("csstype").Property.ClipRule | undefined;
906
955
  color?: import("csstype").Property.Color | undefined;
907
956
  colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
957
+ colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
908
958
  colorScheme?: import("csstype").Property.ColorScheme | undefined;
909
959
  columnCount?: import("csstype").Property.ColumnCount | undefined;
910
960
  columnFill?: import("csstype").Property.ColumnFill | undefined;
@@ -927,9 +977,17 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
927
977
  counterReset?: import("csstype").Property.CounterReset | undefined;
928
978
  counterSet?: import("csstype").Property.CounterSet | undefined;
929
979
  cursor?: import("csstype").Property.Cursor | undefined;
980
+ cx?: import("csstype").Property.Cx<string | number> | undefined;
981
+ cy?: import("csstype").Property.Cy<string | number> | undefined;
982
+ d?: import("csstype").Property.D | undefined;
930
983
  direction?: import("csstype").Property.Direction | undefined;
931
984
  display?: import("csstype").Property.Display | undefined;
985
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
932
986
  emptyCells?: import("csstype").Property.EmptyCells | undefined;
987
+ fieldSizing?: import("csstype").Property.FieldSizing | undefined;
988
+ fill?: import("csstype").Property.Fill | undefined;
989
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
990
+ fillRule?: import("csstype").Property.FillRule | undefined;
933
991
  filter?: import("csstype").Property.Filter | undefined;
934
992
  flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
935
993
  flexDirection?: import("csstype").Property.FlexDirection | undefined;
@@ -937,6 +995,8 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
937
995
  flexShrink?: import("csstype").Property.FlexShrink | undefined;
938
996
  flexWrap?: import("csstype").Property.FlexWrap | undefined;
939
997
  float?: import("csstype").Property.Float | undefined;
998
+ floodColor?: import("csstype").Property.FloodColor | undefined;
999
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
940
1000
  fontFamily?: import("csstype").Property.FontFamily | undefined;
941
1001
  fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
942
1002
  fontKerning?: import("csstype").Property.FontKerning | undefined;
@@ -946,9 +1006,12 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
946
1006
  fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
947
1007
  fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
948
1008
  fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
949
- fontStretch?: import("csstype").Property.FontStretch | undefined;
950
1009
  fontStyle?: import("csstype").Property.FontStyle | undefined;
951
1010
  fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
1011
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
1012
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
1013
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
1014
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
952
1015
  fontVariant?: import("csstype").Property.FontVariant | undefined;
953
1016
  fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
954
1017
  fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
@@ -959,6 +1022,7 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
959
1022
  fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
960
1023
  fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
961
1024
  fontWeight?: import("csstype").Property.FontWeight | undefined;
1025
+ fontWidth?: import("csstype").Property.FontWidth | undefined;
962
1026
  forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
963
1027
  gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
964
1028
  gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
@@ -979,12 +1043,13 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
979
1043
  imageRendering?: import("csstype").Property.ImageRendering | undefined;
980
1044
  imageResolution?: import("csstype").Property.ImageResolution | undefined;
981
1045
  initialLetter?: import("csstype").Property.InitialLetter | undefined;
1046
+ initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
982
1047
  inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
983
- inputSecurity?: import("csstype").Property.InputSecurity | undefined;
984
1048
  insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
985
1049
  insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
986
1050
  insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
987
1051
  insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1052
+ interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
988
1053
  isolation?: import("csstype").Property.Isolation | undefined;
989
1054
  justifyContent?: import("csstype").Property.JustifyContent | undefined;
990
1055
  justifyItems?: import("csstype").Property.JustifyItems | undefined;
@@ -992,6 +1057,7 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
992
1057
  justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
993
1058
  left?: import("csstype").Property.Left<string | number> | undefined;
994
1059
  letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
1060
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
995
1061
  lineBreak?: import("csstype").Property.LineBreak | undefined;
996
1062
  lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
997
1063
  lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
@@ -1007,6 +1073,10 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1007
1073
  marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
1008
1074
  marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
1009
1075
  marginTrim?: import("csstype").Property.MarginTrim | undefined;
1076
+ marker?: import("csstype").Property.Marker | undefined;
1077
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
1078
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
1079
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
1010
1080
  maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
1011
1081
  maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1012
1082
  maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
@@ -1022,6 +1092,7 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1022
1092
  maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
1023
1093
  maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
1024
1094
  maskType?: import("csstype").Property.MaskType | undefined;
1095
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
1025
1096
  mathDepth?: import("csstype").Property.MathDepth | undefined;
1026
1097
  mathShift?: import("csstype").Property.MathShift | undefined;
1027
1098
  mathStyle?: import("csstype").Property.MathStyle | undefined;
@@ -1040,6 +1111,7 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1040
1111
  motionRotation?: import("csstype").Property.OffsetRotate | undefined;
1041
1112
  objectFit?: import("csstype").Property.ObjectFit | undefined;
1042
1113
  objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1114
+ objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
1043
1115
  offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
1044
1116
  offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1045
1117
  offsetPath?: import("csstype").Property.OffsetPath | undefined;
@@ -1061,6 +1133,7 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1061
1133
  overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
1062
1134
  overflowX?: import("csstype").Property.OverflowX | undefined;
1063
1135
  overflowY?: import("csstype").Property.OverflowY | undefined;
1136
+ overlay?: import("csstype").Property.Overlay | undefined;
1064
1137
  overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
1065
1138
  overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
1066
1139
  overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
@@ -1074,25 +1147,32 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1074
1147
  paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
1075
1148
  paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
1076
1149
  page?: import("csstype").Property.Page | undefined;
1077
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
1078
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
1079
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
1080
1150
  paintOrder?: import("csstype").Property.PaintOrder | undefined;
1081
1151
  perspective?: import("csstype").Property.Perspective<string | number> | undefined;
1082
1152
  perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1083
1153
  pointerEvents?: import("csstype").Property.PointerEvents | undefined;
1084
1154
  position?: import("csstype").Property.Position | undefined;
1155
+ positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
1156
+ positionArea?: import("csstype").Property.PositionArea | undefined;
1157
+ positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
1158
+ positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
1159
+ positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
1085
1160
  printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1086
1161
  quotes?: import("csstype").Property.Quotes | undefined;
1162
+ r?: import("csstype").Property.R<string | number> | undefined;
1087
1163
  resize?: import("csstype").Property.Resize | undefined;
1088
1164
  right?: import("csstype").Property.Right<string | number> | undefined;
1089
1165
  rotate?: import("csstype").Property.Rotate | undefined;
1090
1166
  rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
1091
1167
  rubyAlign?: import("csstype").Property.RubyAlign | undefined;
1092
1168
  rubyMerge?: import("csstype").Property.RubyMerge | undefined;
1169
+ rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
1093
1170
  rubyPosition?: import("csstype").Property.RubyPosition | undefined;
1171
+ rx?: import("csstype").Property.Rx<string | number> | undefined;
1172
+ ry?: import("csstype").Property.Ry<string | number> | undefined;
1094
1173
  scale?: import("csstype").Property.Scale | undefined;
1095
1174
  scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
1175
+ scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
1096
1176
  scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
1097
1177
  scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
1098
1178
  scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
@@ -1124,10 +1204,28 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1124
1204
  shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
1125
1205
  shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1126
1206
  shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
1207
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
1208
+ speakAs?: import("csstype").Property.SpeakAs | undefined;
1209
+ stopColor?: import("csstype").Property.StopColor | undefined;
1210
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
1211
+ stroke?: import("csstype").Property.Stroke | undefined;
1212
+ strokeColor?: import("csstype").Property.StrokeColor | undefined;
1213
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
1214
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
1215
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
1216
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
1217
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
1218
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
1219
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
1127
1220
  tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1128
1221
  tableLayout?: import("csstype").Property.TableLayout | undefined;
1129
1222
  textAlign?: import("csstype").Property.TextAlign | undefined;
1130
1223
  textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1224
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
1225
+ textAutospace?: import("csstype").Property.TextAutospace | undefined;
1226
+ textBox?: import("csstype").Property.TextBox | undefined;
1227
+ textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
1228
+ textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
1131
1229
  textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
1132
1230
  textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1133
1231
  textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
@@ -1145,15 +1243,20 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1145
1243
  textRendering?: import("csstype").Property.TextRendering | undefined;
1146
1244
  textShadow?: import("csstype").Property.TextShadow | undefined;
1147
1245
  textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1246
+ textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
1148
1247
  textTransform?: import("csstype").Property.TextTransform | undefined;
1149
1248
  textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
1150
1249
  textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1250
+ textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
1251
+ textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
1252
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
1151
1253
  top?: import("csstype").Property.Top<string | number> | undefined;
1152
1254
  touchAction?: import("csstype").Property.TouchAction | undefined;
1153
1255
  transform?: import("csstype").Property.Transform | undefined;
1154
1256
  transformBox?: import("csstype").Property.TransformBox | undefined;
1155
1257
  transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1156
1258
  transformStyle?: import("csstype").Property.TransformStyle | undefined;
1259
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
1157
1260
  transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1158
1261
  transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1159
1262
  transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
@@ -1161,10 +1264,16 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1161
1264
  translate?: import("csstype").Property.Translate<string | number> | undefined;
1162
1265
  unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
1163
1266
  userSelect?: import("csstype").Property.UserSelect | undefined;
1267
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
1164
1268
  verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1269
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
1270
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
1271
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
1272
+ viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
1165
1273
  viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
1166
1274
  visibility?: import("csstype").Property.Visibility | undefined;
1167
1275
  whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
1276
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
1168
1277
  widows?: import("csstype").Property.Widows | undefined;
1169
1278
  width?: import("csstype").Property.Width<string | number> | undefined;
1170
1279
  willChange?: import("csstype").Property.WillChange | undefined;
@@ -1172,21 +1281,30 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1172
1281
  wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
1173
1282
  wordWrap?: import("csstype").Property.WordWrap | undefined;
1174
1283
  writingMode?: import("csstype").Property.WritingMode | undefined;
1284
+ x?: import("csstype").Property.X<string | number> | undefined;
1285
+ y?: import("csstype").Property.Y<string | number> | undefined;
1175
1286
  zIndex?: import("csstype").Property.ZIndex | undefined;
1176
1287
  zoom?: import("csstype").Property.Zoom | undefined;
1177
- all?: import("csstype").Globals | undefined;
1288
+ all?: import("csstype").Property.All | undefined;
1178
1289
  animation?: import("csstype").Property.Animation<string & {}> | undefined;
1290
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
1179
1291
  background?: import("csstype").Property.Background<string | number> | undefined;
1180
1292
  backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
1181
1293
  border?: import("csstype").Property.Border<string | number> | undefined;
1182
1294
  borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
1295
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
1183
1296
  borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1184
1297
  borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1298
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
1299
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
1185
1300
  borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
1186
1301
  borderImage?: import("csstype").Property.BorderImage | undefined;
1187
1302
  borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
1303
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
1188
1304
  borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1189
1305
  borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1306
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
1307
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
1190
1308
  borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
1191
1309
  borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1192
1310
  borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
@@ -1228,6 +1346,7 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1228
1346
  placeContent?: import("csstype").Property.PlaceContent | undefined;
1229
1347
  placeItems?: import("csstype").Property.PlaceItems | undefined;
1230
1348
  placeSelf?: import("csstype").Property.PlaceSelf | undefined;
1349
+ positionTry?: import("csstype").Property.PositionTry | undefined;
1231
1350
  scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1232
1351
  scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
1233
1352
  scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
@@ -1238,7 +1357,9 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1238
1357
  scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
1239
1358
  textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
1240
1359
  textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1360
+ textWrap?: import("csstype").Property.TextWrap | undefined;
1241
1361
  transition?: import("csstype").Property.Transition<string & {}> | undefined;
1362
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
1242
1363
  MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1243
1364
  MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1244
1365
  MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
@@ -1260,8 +1381,6 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1260
1381
  MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1261
1382
  MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
1262
1383
  MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1263
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
1264
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
1265
1384
  MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1266
1385
  MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1267
1386
  MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
@@ -1270,11 +1389,14 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1270
1389
  MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1271
1390
  MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1272
1391
  MozHyphens?: import("csstype").Property.Hyphens | undefined;
1273
- MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
1274
1392
  MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1275
1393
  MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1276
1394
  MozOrient?: import("csstype").Property.MozOrient | undefined;
1277
1395
  MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
1396
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
1397
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
1398
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
1399
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
1278
1400
  MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1279
1401
  MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1280
1402
  MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
@@ -1283,13 +1405,9 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1283
1405
  MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1284
1406
  MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
1285
1407
  MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1408
+ MozTransform?: import("csstype").Property.Transform | undefined;
1286
1409
  MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1287
1410
  MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1288
- MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1289
- MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1290
- MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1291
- MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1292
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
1293
1411
  MozUserModify?: import("csstype").Property.MozUserModify | undefined;
1294
1412
  MozUserSelect?: import("csstype").Property.UserSelect | undefined;
1295
1413
  MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
@@ -1408,6 +1526,8 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1408
1526
  WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
1409
1527
  WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
1410
1528
  WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
1529
+ WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
1530
+ WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
1411
1531
  WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1412
1532
  WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1413
1533
  WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
@@ -1462,12 +1582,13 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1462
1582
  WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1463
1583
  WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1464
1584
  WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
1465
- WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
1585
+ WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
1466
1586
  WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
1467
1587
  MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1468
1588
  MozBorderImage?: import("csstype").Property.BorderImage | undefined;
1469
1589
  MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1470
1590
  MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
1591
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
1471
1592
  MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1472
1593
  msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
1473
1594
  msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
@@ -1489,7 +1610,6 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1489
1610
  WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1490
1611
  WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
1491
1612
  WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1492
- azimuth?: import("csstype").Property.Azimuth | undefined;
1493
1613
  boxAlign?: import("csstype").Property.BoxAlign | undefined;
1494
1614
  boxDirection?: import("csstype").Property.BoxDirection | undefined;
1495
1615
  boxFlex?: import("csstype").Property.BoxFlex | undefined;
@@ -1499,16 +1619,22 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1499
1619
  boxOrient?: import("csstype").Property.BoxOrient | undefined;
1500
1620
  boxPack?: import("csstype").Property.BoxPack | undefined;
1501
1621
  clip?: import("csstype").Property.Clip | undefined;
1622
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
1502
1623
  gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
1503
1624
  gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
1504
1625
  gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
1505
1626
  imeMode?: import("csstype").Property.ImeMode | undefined;
1627
+ insetArea?: import("csstype").Property.PositionArea | undefined;
1506
1628
  offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1507
1629
  offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1508
1630
  offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1509
1631
  offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1510
1632
  offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1511
1633
  offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1634
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
1635
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
1636
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
1637
+ positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
1512
1638
  scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
1513
1639
  scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
1514
1640
  scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
@@ -1527,7 +1653,6 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1527
1653
  KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
1528
1654
  KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
1529
1655
  MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1530
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
1531
1656
  MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1532
1657
  MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1533
1658
  MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
@@ -1542,22 +1667,24 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1542
1667
  MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1543
1668
  MozBoxPack?: import("csstype").Property.BoxPack | undefined;
1544
1669
  MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1670
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
1671
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
1545
1672
  MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
1546
1673
  MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
1547
1674
  MozOpacity?: import("csstype").Property.Opacity | undefined;
1548
1675
  MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
1549
1676
  MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
1550
- MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
1551
- MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
1552
- MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
1553
- MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
1554
- MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
1555
1677
  MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1556
1678
  MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1557
1679
  MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1558
1680
  MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1559
1681
  MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1560
1682
  MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1683
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1684
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1685
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1686
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1687
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
1561
1688
  MozUserInput?: import("csstype").Property.MozUserInput | undefined;
1562
1689
  msImeMode?: import("csstype").Property.ImeMode | undefined;
1563
1690
  OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
@@ -1590,48 +1717,22 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1590
1717
  WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1591
1718
  WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1592
1719
  WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
1593
- WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
1594
- WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
1595
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
1596
- baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
1597
- clipRule?: import("csstype").Property.ClipRule | undefined;
1598
1720
  colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
1599
1721
  colorRendering?: import("csstype").Property.ColorRendering | undefined;
1600
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
1601
- fill?: import("csstype").Property.Fill | undefined;
1602
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
1603
- fillRule?: import("csstype").Property.FillRule | undefined;
1604
- floodColor?: import("csstype").Property.FloodColor | undefined;
1605
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
1606
1722
  glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
1607
- lightingColor?: import("csstype").Property.LightingColor | undefined;
1608
- marker?: import("csstype").Property.Marker | undefined;
1609
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
1610
- markerMid?: import("csstype").Property.MarkerMid | undefined;
1611
- markerStart?: import("csstype").Property.MarkerStart | undefined;
1612
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
1613
- stopColor?: import("csstype").Property.StopColor | undefined;
1614
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
1615
- stroke?: import("csstype").Property.Stroke | undefined;
1616
- strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
1617
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
1618
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
1619
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
1620
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
1621
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
1622
- strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
1623
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
1624
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
1625
1723
  };
1626
1724
  progressBarStyle: {
1627
1725
  backgroundColor: string;
1628
1726
  width: string;
1629
- __media?: import("@monkvision/types").CSSMediaQuery | undefined;
1727
+ __media?: import("@monkvision/types").CSSMediaQuery;
1630
1728
  accentColor?: import("csstype").Property.AccentColor | undefined;
1631
1729
  alignContent?: import("csstype").Property.AlignContent | undefined;
1632
1730
  alignItems?: import("csstype").Property.AlignItems | undefined;
1633
1731
  alignSelf?: import("csstype").Property.AlignSelf | undefined;
1634
1732
  alignTracks?: import("csstype").Property.AlignTracks | undefined;
1733
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
1734
+ anchorName?: import("csstype").Property.AnchorName | undefined;
1735
+ anchorScope?: import("csstype").Property.AnchorScope | undefined;
1635
1736
  animationComposition?: import("csstype").Property.AnimationComposition | undefined;
1636
1737
  animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1637
1738
  animationDirection?: import("csstype").Property.AnimationDirection | undefined;
@@ -1640,6 +1741,8 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1640
1741
  animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1641
1742
  animationName?: import("csstype").Property.AnimationName | undefined;
1642
1743
  animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1744
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
1745
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
1643
1746
  animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
1644
1747
  animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1645
1748
  appearance?: import("csstype").Property.Appearance | undefined;
@@ -1655,17 +1758,14 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1655
1758
  backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
1656
1759
  backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
1657
1760
  backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1658
- blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
1761
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
1659
1762
  blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
1660
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
1661
1763
  borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
1662
1764
  borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
1663
1765
  borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
1664
1766
  borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
1665
1767
  borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
1666
1768
  borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
1667
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
1668
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
1669
1769
  borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
1670
1770
  borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1671
1771
  borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
@@ -1679,15 +1779,12 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1679
1779
  borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
1680
1780
  borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
1681
1781
  borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
1682
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
1683
1782
  borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1684
1783
  borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1685
1784
  borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1686
1785
  borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1687
1786
  borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1688
1787
  borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
1689
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
1690
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
1691
1788
  borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
1692
1789
  borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
1693
1790
  borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
@@ -1714,8 +1811,10 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1714
1811
  caretShape?: import("csstype").Property.CaretShape | undefined;
1715
1812
  clear?: import("csstype").Property.Clear | undefined;
1716
1813
  clipPath?: import("csstype").Property.ClipPath | undefined;
1814
+ clipRule?: import("csstype").Property.ClipRule | undefined;
1717
1815
  color?: import("csstype").Property.Color | undefined;
1718
1816
  colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1817
+ colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
1719
1818
  colorScheme?: import("csstype").Property.ColorScheme | undefined;
1720
1819
  columnCount?: import("csstype").Property.ColumnCount | undefined;
1721
1820
  columnFill?: import("csstype").Property.ColumnFill | undefined;
@@ -1738,9 +1837,17 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1738
1837
  counterReset?: import("csstype").Property.CounterReset | undefined;
1739
1838
  counterSet?: import("csstype").Property.CounterSet | undefined;
1740
1839
  cursor?: import("csstype").Property.Cursor | undefined;
1840
+ cx?: import("csstype").Property.Cx<string | number> | undefined;
1841
+ cy?: import("csstype").Property.Cy<string | number> | undefined;
1842
+ d?: import("csstype").Property.D | undefined;
1741
1843
  direction?: import("csstype").Property.Direction | undefined;
1742
1844
  display?: import("csstype").Property.Display | undefined;
1845
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
1743
1846
  emptyCells?: import("csstype").Property.EmptyCells | undefined;
1847
+ fieldSizing?: import("csstype").Property.FieldSizing | undefined;
1848
+ fill?: import("csstype").Property.Fill | undefined;
1849
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
1850
+ fillRule?: import("csstype").Property.FillRule | undefined;
1744
1851
  filter?: import("csstype").Property.Filter | undefined;
1745
1852
  flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1746
1853
  flexDirection?: import("csstype").Property.FlexDirection | undefined;
@@ -1748,6 +1855,8 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1748
1855
  flexShrink?: import("csstype").Property.FlexShrink | undefined;
1749
1856
  flexWrap?: import("csstype").Property.FlexWrap | undefined;
1750
1857
  float?: import("csstype").Property.Float | undefined;
1858
+ floodColor?: import("csstype").Property.FloodColor | undefined;
1859
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
1751
1860
  fontFamily?: import("csstype").Property.FontFamily | undefined;
1752
1861
  fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1753
1862
  fontKerning?: import("csstype").Property.FontKerning | undefined;
@@ -1757,9 +1866,12 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1757
1866
  fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
1758
1867
  fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
1759
1868
  fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
1760
- fontStretch?: import("csstype").Property.FontStretch | undefined;
1761
1869
  fontStyle?: import("csstype").Property.FontStyle | undefined;
1762
1870
  fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
1871
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
1872
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
1873
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
1874
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
1763
1875
  fontVariant?: import("csstype").Property.FontVariant | undefined;
1764
1876
  fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
1765
1877
  fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
@@ -1770,6 +1882,7 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1770
1882
  fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
1771
1883
  fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
1772
1884
  fontWeight?: import("csstype").Property.FontWeight | undefined;
1885
+ fontWidth?: import("csstype").Property.FontWidth | undefined;
1773
1886
  forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
1774
1887
  gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
1775
1888
  gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
@@ -1790,12 +1903,13 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1790
1903
  imageRendering?: import("csstype").Property.ImageRendering | undefined;
1791
1904
  imageResolution?: import("csstype").Property.ImageResolution | undefined;
1792
1905
  initialLetter?: import("csstype").Property.InitialLetter | undefined;
1906
+ initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
1793
1907
  inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
1794
- inputSecurity?: import("csstype").Property.InputSecurity | undefined;
1795
1908
  insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1796
1909
  insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1797
1910
  insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1798
1911
  insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1912
+ interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
1799
1913
  isolation?: import("csstype").Property.Isolation | undefined;
1800
1914
  justifyContent?: import("csstype").Property.JustifyContent | undefined;
1801
1915
  justifyItems?: import("csstype").Property.JustifyItems | undefined;
@@ -1803,6 +1917,7 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1803
1917
  justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
1804
1918
  left?: import("csstype").Property.Left<string | number> | undefined;
1805
1919
  letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
1920
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
1806
1921
  lineBreak?: import("csstype").Property.LineBreak | undefined;
1807
1922
  lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
1808
1923
  lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
@@ -1818,6 +1933,10 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1818
1933
  marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
1819
1934
  marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
1820
1935
  marginTrim?: import("csstype").Property.MarginTrim | undefined;
1936
+ marker?: import("csstype").Property.Marker | undefined;
1937
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
1938
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
1939
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
1821
1940
  maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
1822
1941
  maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1823
1942
  maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
@@ -1833,6 +1952,7 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1833
1952
  maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
1834
1953
  maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
1835
1954
  maskType?: import("csstype").Property.MaskType | undefined;
1955
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
1836
1956
  mathDepth?: import("csstype").Property.MathDepth | undefined;
1837
1957
  mathShift?: import("csstype").Property.MathShift | undefined;
1838
1958
  mathStyle?: import("csstype").Property.MathStyle | undefined;
@@ -1851,6 +1971,7 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1851
1971
  motionRotation?: import("csstype").Property.OffsetRotate | undefined;
1852
1972
  objectFit?: import("csstype").Property.ObjectFit | undefined;
1853
1973
  objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1974
+ objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
1854
1975
  offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
1855
1976
  offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1856
1977
  offsetPath?: import("csstype").Property.OffsetPath | undefined;
@@ -1872,6 +1993,7 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1872
1993
  overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
1873
1994
  overflowX?: import("csstype").Property.OverflowX | undefined;
1874
1995
  overflowY?: import("csstype").Property.OverflowY | undefined;
1996
+ overlay?: import("csstype").Property.Overlay | undefined;
1875
1997
  overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
1876
1998
  overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
1877
1999
  overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
@@ -1885,25 +2007,32 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1885
2007
  paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
1886
2008
  paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
1887
2009
  page?: import("csstype").Property.Page | undefined;
1888
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
1889
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
1890
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
1891
2010
  paintOrder?: import("csstype").Property.PaintOrder | undefined;
1892
2011
  perspective?: import("csstype").Property.Perspective<string | number> | undefined;
1893
2012
  perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1894
2013
  pointerEvents?: import("csstype").Property.PointerEvents | undefined;
1895
2014
  position?: import("csstype").Property.Position | undefined;
2015
+ positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
2016
+ positionArea?: import("csstype").Property.PositionArea | undefined;
2017
+ positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
2018
+ positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
2019
+ positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
1896
2020
  printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1897
2021
  quotes?: import("csstype").Property.Quotes | undefined;
2022
+ r?: import("csstype").Property.R<string | number> | undefined;
1898
2023
  resize?: import("csstype").Property.Resize | undefined;
1899
2024
  right?: import("csstype").Property.Right<string | number> | undefined;
1900
2025
  rotate?: import("csstype").Property.Rotate | undefined;
1901
2026
  rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
1902
2027
  rubyAlign?: import("csstype").Property.RubyAlign | undefined;
1903
2028
  rubyMerge?: import("csstype").Property.RubyMerge | undefined;
2029
+ rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
1904
2030
  rubyPosition?: import("csstype").Property.RubyPosition | undefined;
2031
+ rx?: import("csstype").Property.Rx<string | number> | undefined;
2032
+ ry?: import("csstype").Property.Ry<string | number> | undefined;
1905
2033
  scale?: import("csstype").Property.Scale | undefined;
1906
2034
  scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
2035
+ scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
1907
2036
  scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
1908
2037
  scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
1909
2038
  scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
@@ -1935,10 +2064,28 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1935
2064
  shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
1936
2065
  shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1937
2066
  shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
2067
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
2068
+ speakAs?: import("csstype").Property.SpeakAs | undefined;
2069
+ stopColor?: import("csstype").Property.StopColor | undefined;
2070
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
2071
+ stroke?: import("csstype").Property.Stroke | undefined;
2072
+ strokeColor?: import("csstype").Property.StrokeColor | undefined;
2073
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
2074
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
2075
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
2076
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
2077
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
2078
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
2079
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
1938
2080
  tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1939
2081
  tableLayout?: import("csstype").Property.TableLayout | undefined;
1940
2082
  textAlign?: import("csstype").Property.TextAlign | undefined;
1941
2083
  textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
2084
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
2085
+ textAutospace?: import("csstype").Property.TextAutospace | undefined;
2086
+ textBox?: import("csstype").Property.TextBox | undefined;
2087
+ textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
2088
+ textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
1942
2089
  textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
1943
2090
  textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1944
2091
  textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
@@ -1956,15 +2103,20 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1956
2103
  textRendering?: import("csstype").Property.TextRendering | undefined;
1957
2104
  textShadow?: import("csstype").Property.TextShadow | undefined;
1958
2105
  textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
2106
+ textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
1959
2107
  textTransform?: import("csstype").Property.TextTransform | undefined;
1960
2108
  textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
1961
2109
  textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
2110
+ textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
2111
+ textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
2112
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
1962
2113
  top?: import("csstype").Property.Top<string | number> | undefined;
1963
2114
  touchAction?: import("csstype").Property.TouchAction | undefined;
1964
2115
  transform?: import("csstype").Property.Transform | undefined;
1965
2116
  transformBox?: import("csstype").Property.TransformBox | undefined;
1966
2117
  transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1967
2118
  transformStyle?: import("csstype").Property.TransformStyle | undefined;
2119
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
1968
2120
  transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1969
2121
  transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1970
2122
  transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
@@ -1972,32 +2124,47 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
1972
2124
  translate?: import("csstype").Property.Translate<string | number> | undefined;
1973
2125
  unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
1974
2126
  userSelect?: import("csstype").Property.UserSelect | undefined;
2127
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
1975
2128
  verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
2129
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
2130
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
2131
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
2132
+ viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
1976
2133
  viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
1977
2134
  visibility?: import("csstype").Property.Visibility | undefined;
1978
2135
  whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
2136
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
1979
2137
  widows?: import("csstype").Property.Widows | undefined;
1980
2138
  willChange?: import("csstype").Property.WillChange | undefined;
1981
2139
  wordBreak?: import("csstype").Property.WordBreak | undefined;
1982
2140
  wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
1983
2141
  wordWrap?: import("csstype").Property.WordWrap | undefined;
1984
2142
  writingMode?: import("csstype").Property.WritingMode | undefined;
2143
+ x?: import("csstype").Property.X<string | number> | undefined;
2144
+ y?: import("csstype").Property.Y<string | number> | undefined;
1985
2145
  zIndex?: import("csstype").Property.ZIndex | undefined;
1986
2146
  zoom?: import("csstype").Property.Zoom | undefined;
1987
- all?: import("csstype").Globals | undefined;
2147
+ all?: import("csstype").Property.All | undefined;
1988
2148
  animation?: import("csstype").Property.Animation<string & {}> | undefined;
2149
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
1989
2150
  background?: import("csstype").Property.Background<string | number> | undefined;
1990
2151
  backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
1991
2152
  border?: import("csstype").Property.Border<string | number> | undefined;
1992
2153
  borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
2154
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
1993
2155
  borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1994
2156
  borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
2157
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
2158
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
1995
2159
  borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
1996
2160
  borderColor?: import("csstype").Property.BorderColor | undefined;
1997
2161
  borderImage?: import("csstype").Property.BorderImage | undefined;
1998
2162
  borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
2163
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
1999
2164
  borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
2000
2165
  borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
2166
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
2167
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
2001
2168
  borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
2002
2169
  borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
2003
2170
  borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
@@ -2039,6 +2206,7 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
2039
2206
  placeContent?: import("csstype").Property.PlaceContent | undefined;
2040
2207
  placeItems?: import("csstype").Property.PlaceItems | undefined;
2041
2208
  placeSelf?: import("csstype").Property.PlaceSelf | undefined;
2209
+ positionTry?: import("csstype").Property.PositionTry | undefined;
2042
2210
  scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
2043
2211
  scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
2044
2212
  scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
@@ -2049,7 +2217,9 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
2049
2217
  scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
2050
2218
  textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
2051
2219
  textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
2220
+ textWrap?: import("csstype").Property.TextWrap | undefined;
2052
2221
  transition?: import("csstype").Property.Transition<string & {}> | undefined;
2222
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
2053
2223
  MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
2054
2224
  MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
2055
2225
  MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
@@ -2071,8 +2241,6 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
2071
2241
  MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
2072
2242
  MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
2073
2243
  MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
2074
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
2075
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
2076
2244
  MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
2077
2245
  MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
2078
2246
  MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
@@ -2081,11 +2249,14 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
2081
2249
  MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
2082
2250
  MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
2083
2251
  MozHyphens?: import("csstype").Property.Hyphens | undefined;
2084
- MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
2085
2252
  MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
2086
2253
  MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
2087
2254
  MozOrient?: import("csstype").Property.MozOrient | undefined;
2088
2255
  MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
2256
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
2257
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
2258
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
2259
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
2089
2260
  MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
2090
2261
  MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
2091
2262
  MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
@@ -2094,13 +2265,9 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
2094
2265
  MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
2095
2266
  MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
2096
2267
  MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
2268
+ MozTransform?: import("csstype").Property.Transform | undefined;
2097
2269
  MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2098
2270
  MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
2099
- MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2100
- MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2101
- MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2102
- MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2103
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
2104
2271
  MozUserModify?: import("csstype").Property.MozUserModify | undefined;
2105
2272
  MozUserSelect?: import("csstype").Property.UserSelect | undefined;
2106
2273
  MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
@@ -2219,6 +2386,8 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
2219
2386
  WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
2220
2387
  WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
2221
2388
  WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
2389
+ WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
2390
+ WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
2222
2391
  WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
2223
2392
  WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
2224
2393
  WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
@@ -2273,12 +2442,13 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
2273
2442
  WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2274
2443
  WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2275
2444
  WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
2276
- WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
2445
+ WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
2277
2446
  WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
2278
2447
  MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
2279
2448
  MozBorderImage?: import("csstype").Property.BorderImage | undefined;
2280
2449
  MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
2281
2450
  MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
2451
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
2282
2452
  MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
2283
2453
  msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
2284
2454
  msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
@@ -2300,7 +2470,6 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
2300
2470
  WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
2301
2471
  WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
2302
2472
  WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
2303
- azimuth?: import("csstype").Property.Azimuth | undefined;
2304
2473
  boxAlign?: import("csstype").Property.BoxAlign | undefined;
2305
2474
  boxDirection?: import("csstype").Property.BoxDirection | undefined;
2306
2475
  boxFlex?: import("csstype").Property.BoxFlex | undefined;
@@ -2310,16 +2479,22 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
2310
2479
  boxOrient?: import("csstype").Property.BoxOrient | undefined;
2311
2480
  boxPack?: import("csstype").Property.BoxPack | undefined;
2312
2481
  clip?: import("csstype").Property.Clip | undefined;
2482
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
2313
2483
  gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
2314
2484
  gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
2315
2485
  gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
2316
2486
  imeMode?: import("csstype").Property.ImeMode | undefined;
2487
+ insetArea?: import("csstype").Property.PositionArea | undefined;
2317
2488
  offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
2318
2489
  offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
2319
2490
  offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
2320
2491
  offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
2321
2492
  offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
2322
2493
  offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
2494
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
2495
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
2496
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
2497
+ positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
2323
2498
  scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
2324
2499
  scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
2325
2500
  scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
@@ -2338,7 +2513,6 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
2338
2513
  KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
2339
2514
  KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
2340
2515
  MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
2341
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
2342
2516
  MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
2343
2517
  MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
2344
2518
  MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
@@ -2353,22 +2527,24 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
2353
2527
  MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
2354
2528
  MozBoxPack?: import("csstype").Property.BoxPack | undefined;
2355
2529
  MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
2530
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
2531
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
2356
2532
  MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
2357
2533
  MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
2358
2534
  MozOpacity?: import("csstype").Property.Opacity | undefined;
2359
2535
  MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
2360
2536
  MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
2361
- MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
2362
- MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
2363
- MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
2364
- MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
2365
- MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
2366
2537
  MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
2367
2538
  MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
2368
2539
  MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
2369
2540
  MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
2370
2541
  MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
2371
2542
  MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
2543
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2544
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2545
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2546
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2547
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
2372
2548
  MozUserInput?: import("csstype").Property.MozUserInput | undefined;
2373
2549
  msImeMode?: import("csstype").Property.ImeMode | undefined;
2374
2550
  OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
@@ -2401,37 +2577,8 @@ export declare function useVideoCaptureProcessingStyles(progress: number): {
2401
2577
  WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
2402
2578
  WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
2403
2579
  WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
2404
- WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
2405
- WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
2406
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
2407
- baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
2408
- clipRule?: import("csstype").Property.ClipRule | undefined;
2409
2580
  colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
2410
2581
  colorRendering?: import("csstype").Property.ColorRendering | undefined;
2411
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
2412
- fill?: import("csstype").Property.Fill | undefined;
2413
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
2414
- fillRule?: import("csstype").Property.FillRule | undefined;
2415
- floodColor?: import("csstype").Property.FloodColor | undefined;
2416
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
2417
2582
  glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
2418
- lightingColor?: import("csstype").Property.LightingColor | undefined;
2419
- marker?: import("csstype").Property.Marker | undefined;
2420
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
2421
- markerMid?: import("csstype").Property.MarkerMid | undefined;
2422
- markerStart?: import("csstype").Property.MarkerStart | undefined;
2423
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
2424
- stopColor?: import("csstype").Property.StopColor | undefined;
2425
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
2426
- stroke?: import("csstype").Property.Stroke | undefined;
2427
- strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
2428
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
2429
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
2430
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
2431
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
2432
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
2433
- strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
2434
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
2435
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
2436
2583
  };
2437
2584
  };