@monkvision/inspection-capture-web 5.2.4 → 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
@@ -62,6 +62,9 @@ export declare function usePhotoCaptureHUDSightPreviewStyle({ previewDimensions,
62
62
  alignItems?: import("csstype").Property.AlignItems | undefined;
63
63
  alignSelf?: import("csstype").Property.AlignSelf | undefined;
64
64
  alignTracks?: import("csstype").Property.AlignTracks | undefined;
65
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
66
+ anchorName?: import("csstype").Property.AnchorName | undefined;
67
+ anchorScope?: import("csstype").Property.AnchorScope | undefined;
65
68
  animationComposition?: import("csstype").Property.AnimationComposition | undefined;
66
69
  animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
67
70
  animationDirection?: import("csstype").Property.AnimationDirection | undefined;
@@ -70,6 +73,8 @@ export declare function usePhotoCaptureHUDSightPreviewStyle({ previewDimensions,
70
73
  animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
71
74
  animationName?: import("csstype").Property.AnimationName | undefined;
72
75
  animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
76
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
77
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
73
78
  animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
74
79
  animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
75
80
  appearance?: import("csstype").Property.Appearance | undefined;
@@ -82,58 +87,52 @@ export declare function usePhotoCaptureHUDSightPreviewStyle({ previewDimensions,
82
87
  backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
83
88
  backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
84
89
  backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
85
- backgroundPositionX?: string | number | undefined;
86
- backgroundPositionY?: string | number | undefined;
90
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
91
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
87
92
  backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
88
- backgroundSize?: string | number | undefined;
89
- blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
90
- blockSize?: string | number | undefined;
91
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
93
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
94
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
95
+ blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
92
96
  borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
93
97
  borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
94
98
  borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
95
99
  borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
96
100
  borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
97
101
  borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
98
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
99
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
100
102
  borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
101
- borderBottomLeftRadius?: string | number | undefined;
102
- borderBottomRightRadius?: string | number | undefined;
103
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
104
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
103
105
  borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
104
106
  borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
105
107
  borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
106
- borderEndEndRadius?: string | number | undefined;
107
- borderEndStartRadius?: string | number | undefined;
108
- borderImageOutset?: string | number | undefined;
108
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
109
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
110
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
109
111
  borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
110
112
  borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
111
113
  borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
112
- borderImageWidth?: string | number | undefined;
113
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
114
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
114
115
  borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
115
116
  borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
116
117
  borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
117
118
  borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
118
119
  borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
119
120
  borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
120
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
121
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
122
121
  borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
123
122
  borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
124
123
  borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
125
124
  borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
126
125
  borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
127
126
  borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
128
- borderSpacing?: string | number | undefined;
129
- borderStartEndRadius?: string | number | undefined;
130
- borderStartStartRadius?: string | number | undefined;
127
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
128
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
129
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
131
130
  borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
132
- borderTopLeftRadius?: string | number | undefined;
133
- borderTopRightRadius?: string | number | undefined;
131
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
132
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
134
133
  borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
135
134
  borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
136
- bottom?: string | number | undefined;
135
+ bottom?: import("csstype").Property.Bottom<string | number> | undefined;
137
136
  boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
138
137
  boxShadow?: import("csstype").Property.BoxShadow | undefined;
139
138
  boxSizing?: import("csstype").Property.BoxSizing | undefined;
@@ -145,22 +144,24 @@ export declare function usePhotoCaptureHUDSightPreviewStyle({ previewDimensions,
145
144
  caretShape?: import("csstype").Property.CaretShape | undefined;
146
145
  clear?: import("csstype").Property.Clear | undefined;
147
146
  clipPath?: import("csstype").Property.ClipPath | undefined;
147
+ clipRule?: import("csstype").Property.ClipRule | undefined;
148
148
  color?: import("csstype").Property.Color | undefined;
149
149
  colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
150
+ colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
150
151
  colorScheme?: import("csstype").Property.ColorScheme | undefined;
151
152
  columnCount?: import("csstype").Property.ColumnCount | undefined;
152
153
  columnFill?: import("csstype").Property.ColumnFill | undefined;
153
- columnGap?: string | number | undefined;
154
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
154
155
  columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
155
156
  columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
156
- columnRuleWidth?: string | number | undefined;
157
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
157
158
  columnSpan?: import("csstype").Property.ColumnSpan | undefined;
158
159
  columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
159
160
  contain?: import("csstype").Property.Contain | undefined;
160
- containIntrinsicBlockSize?: string | number | undefined;
161
- containIntrinsicHeight?: string | number | undefined;
162
- containIntrinsicInlineSize?: string | number | undefined;
163
- containIntrinsicWidth?: string | number | undefined;
161
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
162
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
163
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
164
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
164
165
  containerName?: import("csstype").Property.ContainerName | undefined;
165
166
  containerType?: import("csstype").Property.ContainerType | undefined;
166
167
  content?: import("csstype").Property.Content | undefined;
@@ -169,28 +170,41 @@ export declare function usePhotoCaptureHUDSightPreviewStyle({ previewDimensions,
169
170
  counterReset?: import("csstype").Property.CounterReset | undefined;
170
171
  counterSet?: import("csstype").Property.CounterSet | undefined;
171
172
  cursor?: import("csstype").Property.Cursor | undefined;
173
+ cx?: import("csstype").Property.Cx<string | number> | undefined;
174
+ cy?: import("csstype").Property.Cy<string | number> | undefined;
175
+ d?: import("csstype").Property.D | undefined;
172
176
  direction?: import("csstype").Property.Direction | undefined;
173
177
  display?: import("csstype").Property.Display | undefined;
178
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
174
179
  emptyCells?: import("csstype").Property.EmptyCells | undefined;
180
+ fieldSizing?: import("csstype").Property.FieldSizing | undefined;
181
+ fill?: import("csstype").Property.Fill | undefined;
182
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
183
+ fillRule?: import("csstype").Property.FillRule | undefined;
175
184
  filter?: import("csstype").Property.Filter | undefined;
176
- flexBasis?: string | number | undefined;
185
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
177
186
  flexDirection?: import("csstype").Property.FlexDirection | undefined;
178
187
  flexGrow?: import("csstype").Property.FlexGrow | undefined;
179
188
  flexShrink?: import("csstype").Property.FlexShrink | undefined;
180
189
  flexWrap?: import("csstype").Property.FlexWrap | undefined;
181
190
  float?: import("csstype").Property.Float | undefined;
191
+ floodColor?: import("csstype").Property.FloodColor | undefined;
192
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
182
193
  fontFamily?: import("csstype").Property.FontFamily | undefined;
183
194
  fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
184
195
  fontKerning?: import("csstype").Property.FontKerning | undefined;
185
196
  fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
186
197
  fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
187
198
  fontPalette?: import("csstype").Property.FontPalette | undefined;
188
- fontSize?: string | number | undefined;
199
+ fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
189
200
  fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
190
201
  fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
191
- fontStretch?: import("csstype").Property.FontStretch | undefined;
192
202
  fontStyle?: import("csstype").Property.FontStyle | undefined;
193
203
  fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
204
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
205
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
206
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
207
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
194
208
  fontVariant?: import("csstype").Property.FontVariant | undefined;
195
209
  fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
196
210
  fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
@@ -201,19 +215,20 @@ export declare function usePhotoCaptureHUDSightPreviewStyle({ previewDimensions,
201
215
  fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
202
216
  fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
203
217
  fontWeight?: import("csstype").Property.FontWeight | undefined;
218
+ fontWidth?: import("csstype").Property.FontWidth | undefined;
204
219
  forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
205
- gridAutoColumns?: string | number | undefined;
220
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
206
221
  gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
207
- gridAutoRows?: string | number | undefined;
222
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
208
223
  gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
209
224
  gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
210
225
  gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
211
226
  gridRowStart?: import("csstype").Property.GridRowStart | undefined;
212
227
  gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
213
- gridTemplateColumns?: string | number | undefined;
214
- gridTemplateRows?: string | number | undefined;
228
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
229
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
215
230
  hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
216
- height?: string | number | undefined;
231
+ height?: import("csstype").Property.Height<string | number> | undefined;
217
232
  hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
218
233
  hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
219
234
  hyphens?: import("csstype").Property.Hyphens | undefined;
@@ -221,71 +236,79 @@ export declare function usePhotoCaptureHUDSightPreviewStyle({ previewDimensions,
221
236
  imageRendering?: import("csstype").Property.ImageRendering | undefined;
222
237
  imageResolution?: import("csstype").Property.ImageResolution | undefined;
223
238
  initialLetter?: import("csstype").Property.InitialLetter | undefined;
224
- inlineSize?: string | number | undefined;
225
- inputSecurity?: import("csstype").Property.InputSecurity | undefined;
226
- insetBlockEnd?: string | number | undefined;
227
- insetBlockStart?: string | number | undefined;
228
- insetInlineEnd?: string | number | undefined;
229
- insetInlineStart?: string | number | undefined;
239
+ initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
240
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
241
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
242
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
243
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
244
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
245
+ interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
230
246
  isolation?: import("csstype").Property.Isolation | undefined;
231
247
  justifyContent?: import("csstype").Property.JustifyContent | undefined;
232
248
  justifyItems?: import("csstype").Property.JustifyItems | undefined;
233
249
  justifySelf?: import("csstype").Property.JustifySelf | undefined;
234
250
  justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
235
- left?: string | number | undefined;
251
+ left?: import("csstype").Property.Left<string | number> | undefined;
236
252
  letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
253
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
237
254
  lineBreak?: import("csstype").Property.LineBreak | undefined;
238
- lineHeight?: string | number | undefined;
255
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
239
256
  lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
240
257
  listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
241
258
  listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
242
259
  listStyleType?: import("csstype").Property.ListStyleType | undefined;
243
- marginBlockEnd?: string | number | undefined;
244
- marginBlockStart?: string | number | undefined;
245
- marginBottom?: string | number | undefined;
246
- marginInlineEnd?: string | number | undefined;
247
- marginInlineStart?: string | number | undefined;
248
- marginLeft?: string | number | undefined;
249
- marginRight?: string | number | undefined;
250
- marginTop?: string | number | undefined;
260
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
261
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
262
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
263
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
264
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
265
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
266
+ marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
267
+ marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
251
268
  marginTrim?: import("csstype").Property.MarginTrim | undefined;
269
+ marker?: import("csstype").Property.Marker | undefined;
270
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
271
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
272
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
252
273
  maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
253
- maskBorderOutset?: string | number | undefined;
274
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
254
275
  maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
255
276
  maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
256
277
  maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
257
- maskBorderWidth?: string | number | undefined;
278
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
258
279
  maskClip?: import("csstype").Property.MaskClip | undefined;
259
280
  maskComposite?: import("csstype").Property.MaskComposite | undefined;
260
281
  maskImage?: import("csstype").Property.MaskImage | undefined;
261
282
  maskMode?: import("csstype").Property.MaskMode | undefined;
262
283
  maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
263
- maskPosition?: string | number | undefined;
284
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
264
285
  maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
265
- maskSize?: string | number | undefined;
286
+ maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
266
287
  maskType?: import("csstype").Property.MaskType | undefined;
288
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
267
289
  mathDepth?: import("csstype").Property.MathDepth | undefined;
268
290
  mathShift?: import("csstype").Property.MathShift | undefined;
269
291
  mathStyle?: import("csstype").Property.MathStyle | undefined;
270
- maxBlockSize?: string | number | undefined;
271
- maxHeight?: string | number | undefined;
272
- maxInlineSize?: string | number | undefined;
292
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
293
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
294
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
273
295
  maxLines?: import("csstype").Property.MaxLines | undefined;
274
- maxWidth?: string | number | undefined;
275
- minBlockSize?: string | number | undefined;
276
- minHeight?: string | number | undefined;
277
- minInlineSize?: string | number | undefined;
278
- minWidth?: string | number | undefined;
296
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
297
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
298
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
299
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
300
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
279
301
  mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
280
- motionDistance?: string | number | undefined;
302
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
281
303
  motionPath?: import("csstype").Property.OffsetPath | undefined;
282
304
  motionRotation?: import("csstype").Property.OffsetRotate | undefined;
283
305
  objectFit?: import("csstype").Property.ObjectFit | undefined;
284
- objectPosition?: string | number | undefined;
285
- offsetAnchor?: string | number | undefined;
286
- offsetDistance?: string | number | undefined;
306
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
307
+ objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
308
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
309
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
287
310
  offsetPath?: import("csstype").Property.OffsetPath | undefined;
288
- offsetPosition?: string | number | undefined;
311
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
289
312
  offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
290
313
  offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
291
314
  opacity?: import("csstype").Property.Opacity | undefined;
@@ -298,43 +321,51 @@ export declare function usePhotoCaptureHUDSightPreviewStyle({ previewDimensions,
298
321
  overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
299
322
  overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
300
323
  overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
301
- overflowClipMargin?: string | number | undefined;
324
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
302
325
  overflowInline?: import("csstype").Property.OverflowInline | undefined;
303
326
  overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
304
327
  overflowX?: import("csstype").Property.OverflowX | undefined;
305
328
  overflowY?: import("csstype").Property.OverflowY | undefined;
329
+ overlay?: import("csstype").Property.Overlay | undefined;
306
330
  overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
307
331
  overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
308
332
  overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
309
333
  overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
310
- paddingBlockEnd?: string | number | undefined;
311
- paddingBlockStart?: string | number | undefined;
312
- paddingBottom?: string | number | undefined;
313
- paddingInlineEnd?: string | number | undefined;
314
- paddingInlineStart?: string | number | undefined;
315
- paddingLeft?: string | number | undefined;
316
- paddingRight?: string | number | undefined;
317
- paddingTop?: string | number | undefined;
334
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
335
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
336
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
337
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
338
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
339
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
340
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
341
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
318
342
  page?: import("csstype").Property.Page | undefined;
319
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
320
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
321
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
322
343
  paintOrder?: import("csstype").Property.PaintOrder | undefined;
323
344
  perspective?: import("csstype").Property.Perspective<string | number> | undefined;
324
- perspectiveOrigin?: string | number | undefined;
345
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
325
346
  pointerEvents?: import("csstype").Property.PointerEvents | undefined;
326
347
  position?: import("csstype").Property.Position | undefined;
348
+ positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
349
+ positionArea?: import("csstype").Property.PositionArea | undefined;
350
+ positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
351
+ positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
352
+ positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
327
353
  printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
328
354
  quotes?: import("csstype").Property.Quotes | undefined;
355
+ r?: import("csstype").Property.R<string | number> | undefined;
329
356
  resize?: import("csstype").Property.Resize | undefined;
330
- right?: string | number | undefined;
357
+ right?: import("csstype").Property.Right<string | number> | undefined;
331
358
  rotate?: import("csstype").Property.Rotate | undefined;
332
- rowGap?: string | number | undefined;
359
+ rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
333
360
  rubyAlign?: import("csstype").Property.RubyAlign | undefined;
334
361
  rubyMerge?: import("csstype").Property.RubyMerge | undefined;
362
+ rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
335
363
  rubyPosition?: import("csstype").Property.RubyPosition | undefined;
364
+ rx?: import("csstype").Property.Rx<string | number> | undefined;
365
+ ry?: import("csstype").Property.Ry<string | number> | undefined;
336
366
  scale?: import("csstype").Property.Scale | undefined;
337
367
  scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
368
+ scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
338
369
  scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
339
370
  scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
340
371
  scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
@@ -343,14 +374,14 @@ export declare function usePhotoCaptureHUDSightPreviewStyle({ previewDimensions,
343
374
  scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
344
375
  scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
345
376
  scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
346
- scrollPaddingBlockEnd?: string | number | undefined;
347
- scrollPaddingBlockStart?: string | number | undefined;
348
- scrollPaddingBottom?: string | number | undefined;
349
- scrollPaddingInlineEnd?: string | number | undefined;
350
- scrollPaddingInlineStart?: string | number | undefined;
351
- scrollPaddingLeft?: string | number | undefined;
352
- scrollPaddingRight?: string | number | undefined;
353
- scrollPaddingTop?: string | number | undefined;
377
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
378
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
379
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
380
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
381
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
382
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
383
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
384
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
354
385
  scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
355
386
  scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
356
387
  scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
@@ -364,124 +395,165 @@ export declare function usePhotoCaptureHUDSightPreviewStyle({ previewDimensions,
364
395
  scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
365
396
  scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
366
397
  shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
367
- shapeMargin?: string | number | undefined;
398
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
368
399
  shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
369
- tabSize?: string | number | undefined;
400
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
401
+ speakAs?: import("csstype").Property.SpeakAs | undefined;
402
+ stopColor?: import("csstype").Property.StopColor | undefined;
403
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
404
+ stroke?: import("csstype").Property.Stroke | undefined;
405
+ strokeColor?: import("csstype").Property.StrokeColor | undefined;
406
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
407
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
408
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
409
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
410
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
411
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
412
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
413
+ tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
370
414
  tableLayout?: import("csstype").Property.TableLayout | undefined;
371
415
  textAlign?: import("csstype").Property.TextAlign | undefined;
372
416
  textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
417
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
418
+ textAutospace?: import("csstype").Property.TextAutospace | undefined;
419
+ textBox?: import("csstype").Property.TextBox | undefined;
420
+ textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
421
+ textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
373
422
  textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
374
423
  textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
375
424
  textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
376
425
  textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
377
426
  textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
378
427
  textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
379
- textDecorationThickness?: string | number | undefined;
428
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
380
429
  textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
381
430
  textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
382
431
  textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
383
- textIndent?: string | number | undefined;
432
+ textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
384
433
  textJustify?: import("csstype").Property.TextJustify | undefined;
385
434
  textOrientation?: import("csstype").Property.TextOrientation | undefined;
386
435
  textOverflow?: import("csstype").Property.TextOverflow | undefined;
387
436
  textRendering?: import("csstype").Property.TextRendering | undefined;
388
437
  textShadow?: import("csstype").Property.TextShadow | undefined;
389
438
  textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
439
+ textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
390
440
  textTransform?: import("csstype").Property.TextTransform | undefined;
391
- textUnderlineOffset?: string | number | undefined;
441
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
392
442
  textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
393
- top?: string | number | undefined;
443
+ textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
444
+ textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
445
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
446
+ top?: import("csstype").Property.Top<string | number> | undefined;
394
447
  touchAction?: import("csstype").Property.TouchAction | undefined;
395
448
  transform?: import("csstype").Property.Transform | undefined;
396
449
  transformBox?: import("csstype").Property.TransformBox | undefined;
397
- transformOrigin?: string | number | undefined;
450
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
398
451
  transformStyle?: import("csstype").Property.TransformStyle | undefined;
452
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
399
453
  transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
400
454
  transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
401
455
  transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
402
456
  transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
403
- translate?: string | number | undefined;
457
+ translate?: import("csstype").Property.Translate<string | number> | undefined;
404
458
  unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
405
459
  userSelect?: import("csstype").Property.UserSelect | undefined;
406
- verticalAlign?: string | number | undefined;
460
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
461
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
462
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
463
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
464
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
465
+ viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
407
466
  viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
408
467
  visibility?: import("csstype").Property.Visibility | undefined;
409
468
  whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
469
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
410
470
  widows?: import("csstype").Property.Widows | undefined;
411
- width?: string | number | undefined;
471
+ width?: import("csstype").Property.Width<string | number> | undefined;
412
472
  willChange?: import("csstype").Property.WillChange | undefined;
413
473
  wordBreak?: import("csstype").Property.WordBreak | undefined;
414
474
  wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
415
475
  wordWrap?: import("csstype").Property.WordWrap | undefined;
416
476
  writingMode?: import("csstype").Property.WritingMode | undefined;
477
+ x?: import("csstype").Property.X<string | number> | undefined;
478
+ y?: import("csstype").Property.Y<string | number> | undefined;
417
479
  zIndex?: import("csstype").Property.ZIndex | undefined;
418
480
  zoom?: import("csstype").Property.Zoom | undefined;
419
- all?: import("csstype").Globals | undefined;
481
+ all?: import("csstype").Property.All | undefined;
420
482
  animation?: import("csstype").Property.Animation<string & {}> | undefined;
421
- background?: string | number | undefined;
422
- backgroundPosition?: string | number | undefined;
423
- border?: string | number | undefined;
424
- borderBlock?: string | number | undefined;
425
- borderBlockEnd?: string | number | undefined;
426
- borderBlockStart?: string | number | undefined;
427
- borderBottom?: string | number | undefined;
483
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
484
+ background?: import("csstype").Property.Background<string | number> | undefined;
485
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
486
+ border?: import("csstype").Property.Border<string | number> | undefined;
487
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
488
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
489
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
490
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
491
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
492
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
493
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
428
494
  borderColor?: import("csstype").Property.BorderColor | undefined;
429
495
  borderImage?: import("csstype").Property.BorderImage | undefined;
430
- borderInline?: string | number | undefined;
431
- borderInlineEnd?: string | number | undefined;
432
- borderInlineStart?: string | number | undefined;
433
- borderLeft?: string | number | undefined;
434
- borderRadius?: string | number | undefined;
435
- borderRight?: string | number | undefined;
496
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
497
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
498
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
499
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
500
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
501
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
502
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
503
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
504
+ borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
436
505
  borderStyle?: import("csstype").Property.BorderStyle | undefined;
437
- borderTop?: string | number | undefined;
438
- borderWidth?: string | number | undefined;
506
+ borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
507
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
439
508
  caret?: import("csstype").Property.Caret | undefined;
440
- columnRule?: string | number | undefined;
441
- columns?: string | number | undefined;
442
- containIntrinsicSize?: string | number | undefined;
509
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
510
+ columns?: import("csstype").Property.Columns<string | number> | undefined;
511
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
443
512
  container?: import("csstype").Property.Container | undefined;
444
- flex?: string | number | undefined;
513
+ flex?: import("csstype").Property.Flex<string | number> | undefined;
445
514
  flexFlow?: import("csstype").Property.FlexFlow | undefined;
446
515
  font?: import("csstype").Property.Font | undefined;
447
- gap?: string | number | undefined;
516
+ gap?: import("csstype").Property.Gap<string | number> | undefined;
448
517
  grid?: import("csstype").Property.Grid | undefined;
449
518
  gridArea?: import("csstype").Property.GridArea | undefined;
450
519
  gridColumn?: import("csstype").Property.GridColumn | undefined;
451
520
  gridRow?: import("csstype").Property.GridRow | undefined;
452
521
  gridTemplate?: import("csstype").Property.GridTemplate | undefined;
453
- inset?: string | number | undefined;
454
- insetBlock?: string | number | undefined;
455
- insetInline?: string | number | undefined;
522
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
523
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
524
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
456
525
  lineClamp?: import("csstype").Property.LineClamp | undefined;
457
526
  listStyle?: import("csstype").Property.ListStyle | undefined;
458
- margin?: string | number | undefined;
459
- marginBlock?: string | number | undefined;
460
- marginInline?: string | number | undefined;
461
- mask?: string | number | undefined;
527
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
528
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
529
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
530
+ mask?: import("csstype").Property.Mask<string | number> | undefined;
462
531
  maskBorder?: import("csstype").Property.MaskBorder | undefined;
463
- motion?: string | number | undefined;
464
- offset?: string | number | undefined;
465
- outline?: string | number | undefined;
532
+ motion?: import("csstype").Property.Offset<string | number> | undefined;
533
+ offset?: import("csstype").Property.Offset<string | number> | undefined;
534
+ outline?: import("csstype").Property.Outline<string | number> | undefined;
466
535
  overflow?: import("csstype").Property.Overflow | undefined;
467
536
  overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
468
- padding?: string | number | undefined;
469
- paddingBlock?: string | number | undefined;
470
- paddingInline?: string | number | undefined;
537
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
538
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
539
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
471
540
  placeContent?: import("csstype").Property.PlaceContent | undefined;
472
541
  placeItems?: import("csstype").Property.PlaceItems | undefined;
473
542
  placeSelf?: import("csstype").Property.PlaceSelf | undefined;
474
- scrollMargin?: string | number | undefined;
475
- scrollMarginBlock?: string | number | undefined;
476
- scrollMarginInline?: string | number | undefined;
477
- scrollPadding?: string | number | undefined;
478
- scrollPaddingBlock?: string | number | undefined;
479
- scrollPaddingInline?: string | number | undefined;
480
- scrollSnapMargin?: string | number | undefined;
543
+ positionTry?: import("csstype").Property.PositionTry | undefined;
544
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
545
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
546
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
547
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
548
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
549
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
550
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
481
551
  scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
482
- textDecoration?: string | number | undefined;
552
+ textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
483
553
  textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
554
+ textWrap?: import("csstype").Property.TextWrap | undefined;
484
555
  transition?: import("csstype").Property.Transition<string & {}> | undefined;
556
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
485
557
  MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
486
558
  MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
487
559
  MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
@@ -503,36 +575,33 @@ export declare function usePhotoCaptureHUDSightPreviewStyle({ previewDimensions,
503
575
  MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
504
576
  MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
505
577
  MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
506
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
507
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
508
578
  MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
509
579
  MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
510
- MozColumnRuleWidth?: string | number | undefined;
580
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
511
581
  MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
512
582
  MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
513
583
  MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
514
584
  MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
515
585
  MozHyphens?: import("csstype").Property.Hyphens | undefined;
516
- MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
517
- MozMarginEnd?: string | number | undefined;
518
- MozMarginStart?: string | number | undefined;
586
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
587
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
519
588
  MozOrient?: import("csstype").Property.MozOrient | undefined;
520
589
  MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
521
- MozPaddingEnd?: string | number | undefined;
522
- MozPaddingStart?: string | number | undefined;
590
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
591
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
592
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
593
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
594
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
595
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
523
596
  MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
524
- MozPerspectiveOrigin?: string | number | undefined;
597
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
525
598
  MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
526
- MozTabSize?: string | number | undefined;
599
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
527
600
  MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
528
601
  MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
529
- MozTransformOrigin?: string | number | undefined;
602
+ MozTransform?: import("csstype").Property.Transform | undefined;
603
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
530
604
  MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
531
- MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
532
- MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
533
- MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
534
- MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
535
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
536
605
  MozUserModify?: import("csstype").Property.MozUserModify | undefined;
537
606
  MozUserSelect?: import("csstype").Property.UserSelect | undefined;
538
607
  MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
@@ -550,12 +619,12 @@ export declare function usePhotoCaptureHUDSightPreviewStyle({ previewDimensions,
550
619
  msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
551
620
  msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
552
621
  msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
553
- msGridColumns?: string | number | undefined;
554
- msGridRows?: string | number | undefined;
622
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
623
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
555
624
  msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
556
625
  msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
557
626
  msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
558
- msHyphenateLimitZone?: string | number | undefined;
627
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
559
628
  msHyphens?: import("csstype").Property.Hyphens | undefined;
560
629
  msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
561
630
  msLineBreak?: import("csstype").Property.LineBreak | undefined;
@@ -587,7 +656,7 @@ export declare function usePhotoCaptureHUDSightPreviewStyle({ previewDimensions,
587
656
  msTouchAction?: import("csstype").Property.TouchAction | undefined;
588
657
  msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
589
658
  msTransform?: import("csstype").Property.Transform | undefined;
590
- msTransformOrigin?: string | number | undefined;
659
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
591
660
  msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
592
661
  msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
593
662
  msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
@@ -614,17 +683,17 @@ export declare function usePhotoCaptureHUDSightPreviewStyle({ previewDimensions,
614
683
  WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
615
684
  WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
616
685
  WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
617
- WebkitBackgroundSize?: string | number | undefined;
686
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
618
687
  WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
619
688
  WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
620
- WebkitBorderBeforeWidth?: string | number | undefined;
621
- WebkitBorderBottomLeftRadius?: string | number | undefined;
622
- WebkitBorderBottomRightRadius?: string | number | undefined;
689
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
690
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
691
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
623
692
  WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
624
- WebkitBorderTopLeftRadius?: string | number | undefined;
625
- WebkitBorderTopRightRadius?: string | number | undefined;
693
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
694
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
626
695
  WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
627
- WebkitBoxReflect?: string | number | undefined;
696
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
628
697
  WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
629
698
  WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
630
699
  WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
@@ -632,11 +701,11 @@ export declare function usePhotoCaptureHUDSightPreviewStyle({ previewDimensions,
632
701
  WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
633
702
  WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
634
703
  WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
635
- WebkitColumnRuleWidth?: string | number | undefined;
704
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
636
705
  WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
637
706
  WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
638
707
  WebkitFilter?: import("csstype").Property.Filter | undefined;
639
- WebkitFlexBasis?: string | number | undefined;
708
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
640
709
  WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
641
710
  WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
642
711
  WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
@@ -651,36 +720,38 @@ export declare function usePhotoCaptureHUDSightPreviewStyle({ previewDimensions,
651
720
  WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
652
721
  WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
653
722
  WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
654
- WebkitMarginEnd?: string | number | undefined;
655
- WebkitMarginStart?: string | number | undefined;
723
+ WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
724
+ WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
725
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
726
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
656
727
  WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
657
- WebkitMaskBoxImageOutset?: string | number | undefined;
728
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
658
729
  WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
659
730
  WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
660
731
  WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
661
- WebkitMaskBoxImageWidth?: string | number | undefined;
732
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
662
733
  WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
663
734
  WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
664
735
  WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
665
736
  WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
666
- WebkitMaskPosition?: string | number | undefined;
667
- WebkitMaskPositionX?: string | number | undefined;
668
- WebkitMaskPositionY?: string | number | undefined;
737
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
738
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
739
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
669
740
  WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
670
741
  WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
671
742
  WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
672
- WebkitMaskSize?: string | number | undefined;
673
- WebkitMaxInlineSize?: string | number | undefined;
743
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
744
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
674
745
  WebkitOrder?: import("csstype").Property.Order | undefined;
675
746
  WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
676
- WebkitPaddingEnd?: string | number | undefined;
677
- WebkitPaddingStart?: string | number | undefined;
747
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
748
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
678
749
  WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
679
- WebkitPerspectiveOrigin?: string | number | undefined;
750
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
680
751
  WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
681
752
  WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
682
753
  WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
683
- WebkitShapeMargin?: string | number | undefined;
754
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
684
755
  WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
685
756
  WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
686
757
  WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
@@ -698,41 +769,41 @@ export declare function usePhotoCaptureHUDSightPreviewStyle({ previewDimensions,
698
769
  WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
699
770
  WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
700
771
  WebkitTransform?: import("csstype").Property.Transform | undefined;
701
- WebkitTransformOrigin?: string | number | undefined;
772
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
702
773
  WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
703
774
  WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
704
775
  WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
705
776
  WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
706
777
  WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
707
778
  WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
708
- WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
779
+ WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
709
780
  WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
710
781
  MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
711
782
  MozBorderImage?: import("csstype").Property.BorderImage | undefined;
712
- MozColumnRule?: string | number | undefined;
713
- MozColumns?: string | number | undefined;
783
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
784
+ MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
785
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
714
786
  MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
715
787
  msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
716
788
  msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
717
- msFlex?: string | number | undefined;
789
+ msFlex?: import("csstype").Property.Flex<string | number> | undefined;
718
790
  msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
719
791
  msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
720
792
  msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
721
793
  msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
722
794
  WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
723
- WebkitBorderBefore?: string | number | undefined;
795
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
724
796
  WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
725
- WebkitBorderRadius?: string | number | undefined;
726
- WebkitColumnRule?: string | number | undefined;
727
- WebkitColumns?: string | number | undefined;
728
- WebkitFlex?: string | number | undefined;
797
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
798
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
799
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
800
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
729
801
  WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
730
- WebkitMask?: string | number | undefined;
802
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
731
803
  WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
732
804
  WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
733
- WebkitTextStroke?: string | number | undefined;
805
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
734
806
  WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
735
- azimuth?: import("csstype").Property.Azimuth | undefined;
736
807
  boxAlign?: import("csstype").Property.BoxAlign | undefined;
737
808
  boxDirection?: import("csstype").Property.BoxDirection | undefined;
738
809
  boxFlex?: import("csstype").Property.BoxFlex | undefined;
@@ -742,18 +813,24 @@ export declare function usePhotoCaptureHUDSightPreviewStyle({ previewDimensions,
742
813
  boxOrient?: import("csstype").Property.BoxOrient | undefined;
743
814
  boxPack?: import("csstype").Property.BoxPack | undefined;
744
815
  clip?: import("csstype").Property.Clip | undefined;
745
- gridColumnGap?: string | number | undefined;
746
- gridGap?: string | number | undefined;
747
- gridRowGap?: string | number | undefined;
816
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
817
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
818
+ gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
819
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
748
820
  imeMode?: import("csstype").Property.ImeMode | undefined;
749
- offsetBlock?: string | number | undefined;
750
- offsetBlockEnd?: string | number | undefined;
751
- offsetBlockStart?: string | number | undefined;
752
- offsetInline?: string | number | undefined;
753
- offsetInlineEnd?: string | number | undefined;
754
- offsetInlineStart?: string | number | undefined;
755
- scrollSnapCoordinate?: string | number | undefined;
756
- scrollSnapDestination?: string | number | undefined;
821
+ insetArea?: import("csstype").Property.PositionArea | undefined;
822
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
823
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
824
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
825
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
826
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
827
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
828
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
829
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
830
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
831
+ positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
832
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
833
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
757
834
  scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
758
835
  scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
759
836
  scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
@@ -770,14 +847,13 @@ export declare function usePhotoCaptureHUDSightPreviewStyle({ previewDimensions,
770
847
  KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
771
848
  KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
772
849
  MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
773
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
774
850
  MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
775
- MozBackgroundSize?: string | number | undefined;
776
- MozBorderRadius?: string | number | undefined;
777
- MozBorderRadiusBottomleft?: string | number | undefined;
778
- MozBorderRadiusBottomright?: string | number | undefined;
779
- MozBorderRadiusTopleft?: string | number | undefined;
780
- MozBorderRadiusTopright?: string | number | undefined;
851
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
852
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
853
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
854
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
855
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
856
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
781
857
  MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
782
858
  MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
783
859
  MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
@@ -785,22 +861,24 @@ export declare function usePhotoCaptureHUDSightPreviewStyle({ previewDimensions,
785
861
  MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
786
862
  MozBoxPack?: import("csstype").Property.BoxPack | undefined;
787
863
  MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
864
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
865
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
788
866
  MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
789
867
  MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
790
868
  MozOpacity?: import("csstype").Property.Opacity | undefined;
791
- MozOutline?: string | number | undefined;
869
+ MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
792
870
  MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
793
- MozOutlineRadius?: string | number | undefined;
794
- MozOutlineRadiusBottomleft?: string | number | undefined;
795
- MozOutlineRadiusBottomright?: string | number | undefined;
796
- MozOutlineRadiusTopleft?: string | number | undefined;
797
- MozOutlineRadiusTopright?: string | number | undefined;
798
871
  MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
799
872
  MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
800
873
  MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
801
874
  MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
802
875
  MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
803
876
  MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
877
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
878
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
879
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
880
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
881
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
804
882
  MozUserInput?: import("csstype").Property.MozUserInput | undefined;
805
883
  msImeMode?: import("csstype").Property.ImeMode | undefined;
806
884
  OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
@@ -812,14 +890,14 @@ export declare function usePhotoCaptureHUDSightPreviewStyle({ previewDimensions,
812
890
  OAnimationName?: import("csstype").Property.AnimationName | undefined;
813
891
  OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
814
892
  OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
815
- OBackgroundSize?: string | number | undefined;
893
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
816
894
  OBorderImage?: import("csstype").Property.BorderImage | undefined;
817
895
  OObjectFit?: import("csstype").Property.ObjectFit | undefined;
818
- OObjectPosition?: string | number | undefined;
819
- OTabSize?: string | number | undefined;
896
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
897
+ OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
820
898
  OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
821
899
  OTransform?: import("csstype").Property.Transform | undefined;
822
- OTransformOrigin?: string | number | undefined;
900
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
823
901
  OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
824
902
  OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
825
903
  OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
@@ -833,39 +911,10 @@ export declare function usePhotoCaptureHUDSightPreviewStyle({ previewDimensions,
833
911
  WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
834
912
  WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
835
913
  WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
836
- WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
837
- WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
838
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
839
- baselineShift?: string | number | undefined;
840
- clipRule?: import("csstype").Property.ClipRule | undefined;
841
914
  colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
842
915
  colorRendering?: import("csstype").Property.ColorRendering | undefined;
843
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
844
- fill?: import("csstype").Property.Fill | undefined;
845
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
846
- fillRule?: import("csstype").Property.FillRule | undefined;
847
- floodColor?: import("csstype").Property.FloodColor | undefined;
848
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
849
916
  glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
850
- lightingColor?: import("csstype").Property.LightingColor | undefined;
851
- marker?: import("csstype").Property.Marker | undefined;
852
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
853
- markerMid?: import("csstype").Property.MarkerMid | undefined;
854
- markerStart?: import("csstype").Property.MarkerStart | undefined;
855
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
856
- stopColor?: import("csstype").Property.StopColor | undefined;
857
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
858
- stroke?: import("csstype").Property.Stroke | undefined;
859
- strokeDasharray?: string | number | undefined;
860
- strokeDashoffset?: string | number | undefined;
861
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
862
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
863
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
864
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
865
- strokeWidth?: string | number | undefined;
866
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
867
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
868
- __media?: import("@monkvision/types").CSSMediaQuery | undefined;
917
+ __media?: import("@monkvision/types").CSSMediaQuery;
869
918
  };
870
919
  top: import("@monkvision/types").ResponsiveStyleProperties;
871
920
  bottom: import("@monkvision/types").ResponsiveStyleProperties;