@monkvision/inspection-capture-web 5.2.5 → 5.3.1

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