@learningpool/ui 2.4.2 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (179) hide show
  1. package/assets/Images.d.ts +4 -9
  2. package/assets/Images.js +17 -3
  3. package/assets/Images.js.map +1 -0
  4. package/components/atoms/Autocomplete/Autocomplete.js +1 -0
  5. package/components/atoms/Autocomplete/Autocomplete.js.map +1 -0
  6. package/components/atoms/Button/Button.d.ts +2 -33
  7. package/components/atoms/Button/Button.js +1 -0
  8. package/components/atoms/Button/Button.js.map +1 -0
  9. package/components/atoms/Checkbox/Checkbox.js +1 -0
  10. package/components/atoms/Checkbox/Checkbox.js.map +1 -0
  11. package/components/atoms/IconButton/IconButton.js +1 -0
  12. package/components/atoms/IconButton/IconButton.js.map +1 -0
  13. package/components/atoms/Radio/Radio.js +1 -0
  14. package/components/atoms/Radio/Radio.js.map +1 -0
  15. package/components/atoms/Select/Select.d.ts +1 -3
  16. package/components/atoms/Select/Select.js +1 -0
  17. package/components/atoms/Select/Select.js.map +1 -0
  18. package/components/atoms/Slider/Slider.js +1 -0
  19. package/components/atoms/Slider/Slider.js.map +1 -0
  20. package/components/atoms/Switch/Switch.js +1 -0
  21. package/components/atoms/Switch/Switch.js.map +1 -0
  22. package/components/atoms/TextField/TextField.js +1 -0
  23. package/components/atoms/TextField/TextField.js.map +1 -0
  24. package/components/atoms/ToggleButton/ToggleButton.js +1 -0
  25. package/components/atoms/ToggleButton/ToggleButton.js.map +1 -0
  26. package/components/datadisplay/Avatar/Avatar.js +1 -0
  27. package/components/datadisplay/Avatar/Avatar.js.map +1 -0
  28. package/components/datadisplay/Chip/Chip.js +1 -0
  29. package/components/datadisplay/Chip/Chip.js.map +1 -0
  30. package/components/datadisplay/List/List.js +1 -0
  31. package/components/datadisplay/List/List.js.map +1 -0
  32. package/components/datadisplay/WelcomeBanner/WelcomeBanner.js +1 -0
  33. package/components/datadisplay/WelcomeBanner/WelcomeBanner.js.map +1 -0
  34. package/components/datadisplay/WelcomeBanner/WelcomeBannerStyles.d.ts +5 -5
  35. package/components/datadisplay/WelcomeBanner/WelcomeBannerStyles.js +1 -0
  36. package/components/datadisplay/WelcomeBanner/WelcomeBannerStyles.js.map +1 -0
  37. package/components/feedback/Alert/Alert.js +1 -0
  38. package/components/feedback/Alert/Alert.js.map +1 -0
  39. package/components/feedback/FeedbackRating/FeedbackRating.js +1 -0
  40. package/components/feedback/FeedbackRating/FeedbackRating.js.map +1 -0
  41. package/components/landmarks/Header/Header.js +1 -0
  42. package/components/landmarks/Header/Header.js.map +1 -0
  43. package/components/landmarks/Header/HeaderActionButtons.js +1 -0
  44. package/components/landmarks/Header/HeaderActionButtons.js.map +1 -0
  45. package/components/landmarks/Header/HeaderStyles.d.ts +8 -8
  46. package/components/landmarks/Header/HeaderStyles.js +1 -0
  47. package/components/landmarks/Header/HeaderStyles.js.map +1 -0
  48. package/components/navigation/Drawer/Drawer.js +1 -0
  49. package/components/navigation/Drawer/Drawer.js.map +1 -0
  50. package/components/navigation/MobileNavigation/MobileNavigation.js +1 -0
  51. package/components/navigation/MobileNavigation/MobileNavigation.js.map +1 -0
  52. package/components/navigation/MobileNavigation/MobileNavigationAvatar.js +2 -1
  53. package/components/navigation/MobileNavigation/MobileNavigationAvatar.js.map +1 -0
  54. package/components/navigation/MobileNavigation/MobileNavigationAvatarStyles.d.ts +367 -294
  55. package/components/navigation/MobileNavigation/MobileNavigationAvatarStyles.js +1 -0
  56. package/components/navigation/MobileNavigation/MobileNavigationAvatarStyles.js.map +1 -0
  57. package/components/navigation/MobileNavigation/MobileNavigationDrawer.js +1 -0
  58. package/components/navigation/MobileNavigation/MobileNavigationDrawer.js.map +1 -0
  59. package/components/navigation/MobileNavigation/MobileNavigationDrawerStyles.d.ts +133 -98
  60. package/components/navigation/MobileNavigation/MobileNavigationDrawerStyles.js +1 -0
  61. package/components/navigation/MobileNavigation/MobileNavigationDrawerStyles.js.map +1 -0
  62. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItem.js +1 -0
  63. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItem.js.map +1 -0
  64. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenu.js +1 -0
  65. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenu.js.map +1 -0
  66. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenuStyles.d.ts +5 -18
  67. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenuStyles.js +1 -0
  68. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenuStyles.js.map +1 -0
  69. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemStyles.d.ts +5 -7
  70. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemStyles.js +1 -0
  71. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemStyles.js.map +1 -0
  72. package/components/navigation/MobileNavigation/MobileNavigationMotion.js +1 -0
  73. package/components/navigation/MobileNavigation/MobileNavigationMotion.js.map +1 -0
  74. package/components/navigation/MobileNavigation/MobileNavigationNotchIndicator.js +1 -0
  75. package/components/navigation/MobileNavigation/MobileNavigationNotchIndicator.js.map +1 -0
  76. package/components/navigation/MobileNavigation/MobileNavigationSearch.js +1 -0
  77. package/components/navigation/MobileNavigation/MobileNavigationSearch.js.map +1 -0
  78. package/components/navigation/MobileNavigation/MobileNavigationSearchStyles.d.ts +121 -86
  79. package/components/navigation/MobileNavigation/MobileNavigationSearchStyles.js +1 -0
  80. package/components/navigation/MobileNavigation/MobileNavigationSearchStyles.js.map +1 -0
  81. package/components/navigation/MobileNavigation/MobileNavigationStyles.d.ts +17 -17
  82. package/components/navigation/MobileNavigation/MobileNavigationStyles.js +1 -0
  83. package/components/navigation/MobileNavigation/MobileNavigationStyles.js.map +1 -0
  84. package/components/navigation/MobileNavigation/MobileNavigationToggleSearchX.js +1 -0
  85. package/components/navigation/MobileNavigation/MobileNavigationToggleSearchX.js.map +1 -0
  86. package/components/navigation/MobileNavigation/MobileNavigationToggleX.js +1 -0
  87. package/components/navigation/MobileNavigation/MobileNavigationToggleX.js.map +1 -0
  88. package/components/navigation/VerticalNavigation/VerticalNavigation.js +1 -0
  89. package/components/navigation/VerticalNavigation/VerticalNavigation.js.map +1 -0
  90. package/components/navigation/VerticalNavigation/VerticalNavigationAvatar.js +1 -0
  91. package/components/navigation/VerticalNavigation/VerticalNavigationAvatar.js.map +1 -0
  92. package/components/navigation/VerticalNavigation/VerticalNavigationAvatarStyles.d.ts +367 -294
  93. package/components/navigation/VerticalNavigation/VerticalNavigationAvatarStyles.js +1 -0
  94. package/components/navigation/VerticalNavigation/VerticalNavigationAvatarStyles.js.map +1 -0
  95. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItem.js +1 -0
  96. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItem.js.map +1 -0
  97. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenu.js +1 -0
  98. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenu.js.map +1 -0
  99. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenuStyles.d.ts +6 -19
  100. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenuStyles.js +1 -0
  101. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenuStyles.js.map +1 -0
  102. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemStyles.d.ts +5 -7
  103. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemStyles.js +1 -0
  104. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemStyles.js.map +1 -0
  105. package/components/navigation/VerticalNavigation/VerticalNavigationMotion.js +1 -0
  106. package/components/navigation/VerticalNavigation/VerticalNavigationMotion.js.map +1 -0
  107. package/components/navigation/VerticalNavigation/VerticalNavigationStyles.d.ts +133 -98
  108. package/components/navigation/VerticalNavigation/VerticalNavigationStyles.js +1 -0
  109. package/components/navigation/VerticalNavigation/VerticalNavigationStyles.js.map +1 -0
  110. package/components/navigation/helpers.js +1 -0
  111. package/components/navigation/helpers.js.map +1 -0
  112. package/components/pages/ErrorPage/ErrorPage.js +1 -0
  113. package/components/pages/ErrorPage/ErrorPage.js.map +1 -0
  114. package/components/pages/ErrorPage/ErrorPageStyles.d.ts +4 -4
  115. package/components/pages/ErrorPage/ErrorPageStyles.js +1 -0
  116. package/components/pages/ErrorPage/ErrorPageStyles.js.map +1 -0
  117. package/components/pages/SideInSide/SideInSide.js +1 -0
  118. package/components/pages/SideInSide/SideInSide.js.map +1 -0
  119. package/components/pages/SideInSide/SideInSideStyles.js +1 -0
  120. package/components/pages/SideInSide/SideInSideStyles.js.map +1 -0
  121. package/components/stream/AppHub/AppHub.js +8 -9
  122. package/components/stream/AppHub/AppHub.js.map +1 -0
  123. package/components/stream/AppHub/AppHubAdvertStyles.js +1 -0
  124. package/components/stream/AppHub/AppHubAdvertStyles.js.map +1 -0
  125. package/components/stream/AppHub/AppHubBannerAdvert.js +4 -3
  126. package/components/stream/AppHub/AppHubBannerAdvert.js.map +1 -0
  127. package/components/stream/AppHub/AppHubCustom.js +1 -0
  128. package/components/stream/AppHub/AppHubCustom.js.map +1 -0
  129. package/components/stream/AppHub/AppHubCustomStyles.d.ts +3 -3
  130. package/components/stream/AppHub/AppHubCustomStyles.js +1 -0
  131. package/components/stream/AppHub/AppHubCustomStyles.js.map +1 -0
  132. package/components/stream/AppHub/AppHubProduct.js +2 -1
  133. package/components/stream/AppHub/AppHubProduct.js.map +1 -0
  134. package/components/stream/AppHub/AppHubProductStyles.d.ts +6 -38
  135. package/components/stream/AppHub/AppHubProductStyles.js +1 -0
  136. package/components/stream/AppHub/AppHubProductStyles.js.map +1 -0
  137. package/components/stream/AppHub/AppHubStyles.d.ts +4 -4
  138. package/components/stream/AppHub/AppHubStyles.js +1 -0
  139. package/components/stream/AppHub/AppHubStyles.js.map +1 -0
  140. package/components/stream/AppHub/constants.js +1 -0
  141. package/components/stream/AppHub/constants.js.map +1 -0
  142. package/components/stream/AppSwitcher/AppSwitcher.js +1 -0
  143. package/components/stream/AppSwitcher/AppSwitcher.js.map +1 -0
  144. package/components/stream/AppSwitcher/AppSwitcherStyles.d.ts +5 -5
  145. package/components/stream/AppSwitcher/AppSwitcherStyles.js +1 -0
  146. package/components/stream/AppSwitcher/AppSwitcherStyles.js.map +1 -0
  147. package/components/stream/AppSwitcher/constants.js +1 -0
  148. package/components/stream/AppSwitcher/constants.js.map +1 -0
  149. package/index.js +1 -0
  150. package/index.js.map +1 -0
  151. package/lang/en-us.js +1 -0
  152. package/lang/en-us.js.map +1 -0
  153. package/package.json +13 -23
  154. package/types/components/navigation/VerticalNavigation.js +1 -0
  155. package/types/components/navigation/VerticalNavigation.js.map +1 -0
  156. package/types/components/navigation/VerticalNavigationAvatar.js +1 -0
  157. package/types/components/navigation/VerticalNavigationAvatar.js.map +1 -0
  158. package/types/components/stream/AppHub.js +1 -0
  159. package/types/components/stream/AppHub.js.map +1 -0
  160. package/types/components/stream/AppSwitcher.js +1 -0
  161. package/types/components/stream/AppSwitcher.js.map +1 -0
  162. package/types/index.js +1 -0
  163. package/types/index.js.map +1 -0
  164. package/types/utils/themeExtends.js +1 -0
  165. package/types/utils/themeExtends.js.map +1 -0
  166. package/utils/Enums/HubEventTypes.enum.js +1 -0
  167. package/utils/Enums/HubEventTypes.enum.js.map +1 -0
  168. package/utils/constants.js +1 -0
  169. package/utils/constants.js.map +1 -0
  170. package/utils/dataAttributes.js +1 -0
  171. package/utils/dataAttributes.js.map +1 -0
  172. package/utils/helpers.js +1 -0
  173. package/utils/helpers.js.map +1 -0
  174. package/utils/hooks.js +1 -0
  175. package/utils/hooks.js.map +1 -0
  176. package/utils/index.js +1 -0
  177. package/utils/index.js.map +1 -0
  178. package/utils/theme.js +1 -0
  179. package/utils/theme.js.map +1 -0
@@ -9,6 +9,9 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
9
9
  alignItems?: import("csstype").Property.AlignItems | undefined;
10
10
  alignSelf?: import("csstype").Property.AlignSelf | undefined;
11
11
  alignTracks?: import("csstype").Property.AlignTracks | undefined;
12
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
13
+ anchorName?: import("csstype").Property.AnchorName | undefined;
14
+ anchorScope?: import("csstype").Property.AnchorScope | undefined;
12
15
  animationComposition?: import("csstype").Property.AnimationComposition | undefined;
13
16
  animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
14
17
  animationDirection?: import("csstype").Property.AnimationDirection | undefined;
@@ -35,17 +38,14 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
35
38
  backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
36
39
  backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
37
40
  backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
38
- blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
41
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
39
42
  blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
40
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
41
43
  borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
42
44
  borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
43
45
  borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
44
46
  borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
45
47
  borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
46
48
  borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
47
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
48
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
49
49
  borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
50
50
  borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
51
51
  borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
@@ -59,15 +59,12 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
59
59
  borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
60
60
  borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
61
61
  borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
62
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
63
62
  borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
64
63
  borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
65
64
  borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
66
65
  borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
67
66
  borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
68
67
  borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
69
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
70
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
71
68
  borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
72
69
  borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
73
70
  borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
@@ -94,8 +91,10 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
94
91
  caretShape?: import("csstype").Property.CaretShape | undefined;
95
92
  clear?: import("csstype").Property.Clear | undefined;
96
93
  clipPath?: import("csstype").Property.ClipPath | undefined;
94
+ clipRule?: import("csstype").Property.ClipRule | undefined;
97
95
  color?: import("csstype").Property.Color | undefined;
98
96
  colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
97
+ colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
99
98
  colorScheme?: import("csstype").Property.ColorScheme | undefined;
100
99
  columnCount?: import("csstype").Property.ColumnCount | undefined;
101
100
  columnFill?: import("csstype").Property.ColumnFill | undefined;
@@ -118,9 +117,17 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
118
117
  counterReset?: import("csstype").Property.CounterReset | undefined;
119
118
  counterSet?: import("csstype").Property.CounterSet | undefined;
120
119
  cursor?: import("csstype").Property.Cursor | undefined;
120
+ cx?: import("csstype").Property.Cx<string | number> | undefined;
121
+ cy?: import("csstype").Property.Cy<string | number> | undefined;
122
+ d?: import("csstype").Property.D | undefined;
121
123
  direction?: import("csstype").Property.Direction | undefined;
122
124
  display?: import("csstype").Property.Display | undefined;
125
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
123
126
  emptyCells?: import("csstype").Property.EmptyCells | undefined;
127
+ fieldSizing?: import("csstype").Property.FieldSizing | undefined;
128
+ fill?: import("csstype").Property.Fill | undefined;
129
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
130
+ fillRule?: import("csstype").Property.FillRule | undefined;
124
131
  filter?: import("csstype").Property.Filter | undefined;
125
132
  flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
126
133
  flexDirection?: import("csstype").Property.FlexDirection | undefined;
@@ -128,6 +135,8 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
128
135
  flexShrink?: import("csstype").Property.FlexShrink | undefined;
129
136
  flexWrap?: import("csstype").Property.FlexWrap | undefined;
130
137
  float?: import("csstype").Property.Float | undefined;
138
+ floodColor?: import("csstype").Property.FloodColor | undefined;
139
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
131
140
  fontFamily?: import("csstype").Property.FontFamily | undefined;
132
141
  fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
133
142
  fontKerning?: import("csstype").Property.FontKerning | undefined;
@@ -137,7 +146,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
137
146
  fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
138
147
  fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
139
148
  fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
140
- fontStretch?: import("csstype").Property.FontStretch | undefined;
141
149
  fontStyle?: import("csstype").Property.FontStyle | undefined;
142
150
  fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
143
151
  fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
@@ -154,6 +162,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
154
162
  fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
155
163
  fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
156
164
  fontWeight?: import("csstype").Property.FontWeight | undefined;
165
+ fontWidth?: import("csstype").Property.FontWidth | undefined;
157
166
  forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
158
167
  gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
159
168
  gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
@@ -174,12 +183,13 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
174
183
  imageRendering?: import("csstype").Property.ImageRendering | undefined;
175
184
  imageResolution?: import("csstype").Property.ImageResolution | undefined;
176
185
  initialLetter?: import("csstype").Property.InitialLetter | undefined;
186
+ initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
177
187
  inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
178
- inputSecurity?: import("csstype").Property.InputSecurity | undefined;
179
188
  insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
180
189
  insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
181
190
  insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
182
191
  insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
192
+ interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
183
193
  isolation?: import("csstype").Property.Isolation | undefined;
184
194
  justifyContent?: import("csstype").Property.JustifyContent | undefined;
185
195
  justifyItems?: import("csstype").Property.JustifyItems | undefined;
@@ -187,6 +197,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
187
197
  justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
188
198
  left?: import("csstype").Property.Left<string | number> | undefined;
189
199
  letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
200
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
190
201
  lineBreak?: import("csstype").Property.LineBreak | undefined;
191
202
  lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
192
203
  lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
@@ -202,6 +213,10 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
202
213
  marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
203
214
  marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
204
215
  marginTrim?: import("csstype").Property.MarginTrim | undefined;
216
+ marker?: import("csstype").Property.Marker | undefined;
217
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
218
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
219
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
205
220
  maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
206
221
  maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
207
222
  maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
@@ -236,6 +251,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
236
251
  motionRotation?: import("csstype").Property.OffsetRotate | undefined;
237
252
  objectFit?: import("csstype").Property.ObjectFit | undefined;
238
253
  objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
254
+ objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
239
255
  offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
240
256
  offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
241
257
  offsetPath?: import("csstype").Property.OffsetPath | undefined;
@@ -271,25 +287,32 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
271
287
  paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
272
288
  paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
273
289
  page?: import("csstype").Property.Page | undefined;
274
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
275
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
276
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
277
290
  paintOrder?: import("csstype").Property.PaintOrder | undefined;
278
291
  perspective?: import("csstype").Property.Perspective<string | number> | undefined;
279
292
  perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
280
293
  pointerEvents?: import("csstype").Property.PointerEvents | undefined;
281
294
  position?: import("csstype").Property.Position | undefined;
295
+ positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
296
+ positionArea?: import("csstype").Property.PositionArea | undefined;
297
+ positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
298
+ positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
299
+ positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
282
300
  printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
283
301
  quotes?: import("csstype").Property.Quotes | undefined;
302
+ r?: import("csstype").Property.R<string | number> | undefined;
284
303
  resize?: import("csstype").Property.Resize | undefined;
285
304
  right?: import("csstype").Property.Right<string | number> | undefined;
286
305
  rotate?: (string | number) | undefined;
287
306
  rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
288
307
  rubyAlign?: import("csstype").Property.RubyAlign | undefined;
289
308
  rubyMerge?: import("csstype").Property.RubyMerge | undefined;
309
+ rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
290
310
  rubyPosition?: import("csstype").Property.RubyPosition | undefined;
311
+ rx?: import("csstype").Property.Rx<string | number> | undefined;
312
+ ry?: import("csstype").Property.Ry<string | number> | undefined;
291
313
  scale?: string | number | readonly [number, number] | undefined;
292
314
  scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
315
+ scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
293
316
  scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
294
317
  scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
295
318
  scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
@@ -321,10 +344,28 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
321
344
  shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
322
345
  shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
323
346
  shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
347
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
348
+ speakAs?: import("csstype").Property.SpeakAs | undefined;
349
+ stopColor?: import("csstype").Property.StopColor | undefined;
350
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
351
+ stroke?: import("csstype").Property.Stroke | undefined;
352
+ strokeColor?: import("csstype").Property.StrokeColor | undefined;
353
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
354
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
355
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
356
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
357
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
358
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
359
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
324
360
  tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
325
361
  tableLayout?: import("csstype").Property.TableLayout | undefined;
326
362
  textAlign?: import("csstype").Property.TextAlign | undefined;
327
363
  textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
364
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
365
+ textAutospace?: import("csstype").Property.TextAutospace | undefined;
366
+ textBox?: import("csstype").Property.TextBox | undefined;
367
+ textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
368
+ textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
328
369
  textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
329
370
  textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
330
371
  textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
@@ -342,10 +383,12 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
342
383
  textRendering?: import("csstype").Property.TextRendering | undefined;
343
384
  textShadow?: import("csstype").Property.TextShadow | undefined;
344
385
  textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
386
+ textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
345
387
  textTransform?: import("csstype").Property.TextTransform | undefined;
346
388
  textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
347
389
  textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
348
- textWrap?: import("csstype").Property.TextWrap | undefined;
390
+ textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
391
+ textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
349
392
  timelineScope?: import("csstype").Property.TimelineScope | undefined;
350
393
  top?: import("csstype").Property.Top<string | number> | undefined;
351
394
  touchAction?: import("csstype").Property.TouchAction | undefined;
@@ -361,15 +404,16 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
361
404
  translate?: (string | number) | readonly [string | number, string | number] | undefined;
362
405
  unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
363
406
  userSelect?: import("csstype").Property.UserSelect | undefined;
407
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
364
408
  verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
365
409
  viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
366
410
  viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
367
411
  viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
412
+ viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
368
413
  viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
369
414
  visibility?: import("csstype").Property.Visibility | undefined;
370
415
  whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
371
416
  whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
372
- whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
373
417
  widows?: import("csstype").Property.Widows | undefined;
374
418
  width?: import("csstype").Property.Width<string | number> | undefined;
375
419
  willChange?: import("csstype").Property.WillChange | undefined;
@@ -377,6 +421,8 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
377
421
  wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
378
422
  wordWrap?: import("csstype").Property.WordWrap | undefined;
379
423
  writingMode?: import("csstype").Property.WritingMode | undefined;
424
+ x?: (string | number) | undefined;
425
+ y?: (string | number) | undefined;
380
426
  zIndex?: import("csstype").Property.ZIndex | undefined;
381
427
  zoom?: import("csstype").Property.Zoom | undefined;
382
428
  all?: import("csstype").Globals | undefined;
@@ -386,14 +432,20 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
386
432
  backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
387
433
  border?: import("csstype").Property.Border<string | number> | undefined;
388
434
  borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
435
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
389
436
  borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
390
437
  borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
438
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
439
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
391
440
  borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
392
441
  borderColor?: import("csstype").Property.BorderColor | undefined;
393
442
  borderImage?: import("csstype").Property.BorderImage | undefined;
394
443
  borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
444
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
395
445
  borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
396
446
  borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
447
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
448
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
397
449
  borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
398
450
  borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
399
451
  borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
@@ -435,6 +487,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
435
487
  placeContent?: import("csstype").Property.PlaceContent | undefined;
436
488
  placeItems?: import("csstype").Property.PlaceItems | undefined;
437
489
  placeSelf?: import("csstype").Property.PlaceSelf | undefined;
490
+ positionTry?: import("csstype").Property.PositionTry | undefined;
438
491
  scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
439
492
  scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
440
493
  scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
@@ -445,6 +498,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
445
498
  scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
446
499
  textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
447
500
  textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
501
+ textWrap?: import("csstype").Property.TextWrap | undefined;
448
502
  transition?: import("csstype").Property.Transition<string & {}> | undefined;
449
503
  viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
450
504
  MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
@@ -456,6 +510,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
456
510
  MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
457
511
  MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
458
512
  MozAppearance?: import("csstype").Property.MozAppearance | undefined;
513
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
459
514
  MozBinding?: import("csstype").Property.MozBinding | undefined;
460
515
  MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
461
516
  MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
@@ -467,8 +522,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
467
522
  MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
468
523
  MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
469
524
  MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
470
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
471
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
472
525
  MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
473
526
  MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
474
527
  MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
@@ -477,7 +530,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
477
530
  MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
478
531
  MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
479
532
  MozHyphens?: import("csstype").Property.Hyphens | undefined;
480
- MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
481
533
  MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
482
534
  MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
483
535
  MozOrient?: import("csstype").Property.MozOrient | undefined;
@@ -488,11 +540,15 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
488
540
  MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
489
541
  MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
490
542
  MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
543
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
544
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
491
545
  MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
492
546
  MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
493
547
  MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
494
548
  MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
495
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
549
+ MozTransform?: import("csstype").Property.Transform | undefined;
550
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
551
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
496
552
  MozUserModify?: import("csstype").Property.MozUserModify | undefined;
497
553
  MozUserSelect?: import("csstype").Property.UserSelect | undefined;
498
554
  MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
@@ -611,6 +667,8 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
611
667
  WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
612
668
  WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
613
669
  WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
670
+ WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
671
+ WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
614
672
  WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
615
673
  WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
616
674
  WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
@@ -665,13 +723,14 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
665
723
  WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
666
724
  WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
667
725
  WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
668
- WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
726
+ WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
669
727
  WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
670
728
  MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
671
729
  MozBorderImage?: import("csstype").Property.BorderImage | undefined;
672
730
  MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
673
731
  MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
674
732
  MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
733
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
675
734
  msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
676
735
  msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
677
736
  msFlex?: import("csstype").Property.Flex<string | number> | undefined;
@@ -692,7 +751,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
692
751
  WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
693
752
  WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
694
753
  WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
695
- azimuth?: import("csstype").Property.Azimuth | undefined;
696
754
  boxAlign?: import("csstype").Property.BoxAlign | undefined;
697
755
  boxDirection?: import("csstype").Property.BoxDirection | undefined;
698
756
  boxFlex?: import("csstype").Property.BoxFlex | undefined;
@@ -702,16 +760,22 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
702
760
  boxOrient?: import("csstype").Property.BoxOrient | undefined;
703
761
  boxPack?: import("csstype").Property.BoxPack | undefined;
704
762
  clip?: import("csstype").Property.Clip | undefined;
763
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
705
764
  gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
706
765
  gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
707
766
  gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
708
767
  imeMode?: import("csstype").Property.ImeMode | undefined;
768
+ insetArea?: import("csstype").Property.PositionArea | undefined;
709
769
  offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
710
770
  offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
711
771
  offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
712
772
  offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
713
773
  offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
714
774
  offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
775
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
776
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
777
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
778
+ positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
715
779
  scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
716
780
  scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
717
781
  scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
@@ -729,9 +793,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
729
793
  KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
730
794
  KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
731
795
  KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
732
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
733
796
  MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
734
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
735
797
  MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
736
798
  MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
737
799
  MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
@@ -746,6 +808,8 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
746
808
  MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
747
809
  MozBoxPack?: import("csstype").Property.BoxPack | undefined;
748
810
  MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
811
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
812
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
749
813
  MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
750
814
  MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
751
815
  MozOpacity?: import("csstype").Property.Opacity | undefined;
@@ -753,20 +817,15 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
753
817
  MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
754
818
  MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
755
819
  MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
756
- MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
757
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
758
820
  MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
759
821
  MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
760
822
  MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
761
823
  MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
762
- MozTransform?: import("csstype").Property.Transform | undefined;
763
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
764
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
765
- MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
766
824
  MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
767
825
  MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
768
826
  MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
769
827
  MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
828
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
770
829
  MozUserInput?: import("csstype").Property.MozUserInput | undefined;
771
830
  msImeMode?: import("csstype").Property.ImeMode | undefined;
772
831
  OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
@@ -799,38 +858,9 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
799
858
  WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
800
859
  WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
801
860
  WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
802
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
803
- baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
804
- clipRule?: import("csstype").Property.ClipRule | undefined;
805
861
  colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
806
862
  colorRendering?: import("csstype").Property.ColorRendering | undefined;
807
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
808
- fill?: import("csstype").Property.Fill | undefined;
809
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
810
- fillRule?: import("csstype").Property.FillRule | undefined;
811
- floodColor?: import("csstype").Property.FloodColor | undefined;
812
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
813
863
  glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
814
- lightingColor?: import("csstype").Property.LightingColor | undefined;
815
- marker?: import("csstype").Property.Marker | undefined;
816
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
817
- markerMid?: import("csstype").Property.MarkerMid | undefined;
818
- markerStart?: import("csstype").Property.MarkerStart | undefined;
819
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
820
- stopColor?: import("csstype").Property.StopColor | undefined;
821
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
822
- stroke?: import("csstype").Property.Stroke | undefined;
823
- strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
824
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
825
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
826
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
827
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
828
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
829
- strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
830
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
831
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
832
- x?: (string | number) | undefined;
833
- y?: (string | number) | undefined;
834
864
  z?: (string | number) | undefined;
835
865
  translateX?: (string | number) | undefined;
836
866
  translateY?: (string | number) | undefined;
@@ -858,17 +888,18 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
858
888
  suppressContentEditableWarning?: boolean | undefined;
859
889
  suppressHydrationWarning?: boolean | undefined;
860
890
  accessKey?: string | undefined;
891
+ autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
861
892
  autoFocus?: boolean | undefined;
862
- contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
893
+ contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
863
894
  contextMenu?: string | undefined;
864
895
  dir?: string | undefined;
865
- draggable?: (boolean | "false" | "true") | undefined;
896
+ draggable?: (boolean | "true" | "false") | undefined;
897
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
866
898
  hidden?: boolean | undefined;
867
899
  id?: string | undefined;
868
900
  lang?: string | undefined;
869
901
  nonce?: string | undefined;
870
- placeholder?: string | undefined;
871
- spellCheck?: (boolean | "false" | "true") | undefined;
902
+ spellCheck?: (boolean | "true" | "false") | undefined;
872
903
  tabIndex?: number | undefined;
873
904
  translate?: "yes" | "no" | undefined;
874
905
  radioGroup?: string | undefined;
@@ -884,7 +915,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
884
915
  rev?: string | undefined;
885
916
  typeof?: string | undefined;
886
917
  vocab?: string | undefined;
887
- autoCapitalize?: string | undefined;
888
918
  autoCorrect?: string | undefined;
889
919
  autoSave?: string | undefined;
890
920
  color?: string | undefined;
@@ -895,51 +925,58 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
895
925
  itemRef?: string | undefined;
896
926
  results?: number | undefined;
897
927
  security?: string | undefined;
898
- unselectable?: "on" | "off" | undefined;
899
- inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
928
+ unselectable?: "off" | "on" | undefined;
929
+ inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
900
930
  is?: string | undefined;
931
+ exportparts?: string | undefined;
932
+ part?: string | undefined;
901
933
  "aria-activedescendant"?: string | undefined;
902
- "aria-atomic"?: (boolean | "false" | "true") | undefined;
903
- "aria-autocomplete"?: "none" | "list" | "both" | "inline" | undefined;
904
- "aria-busy"?: (boolean | "false" | "true") | undefined;
905
- "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
934
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
935
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
936
+ "aria-braillelabel"?: string | undefined;
937
+ "aria-brailleroledescription"?: string | undefined;
938
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
939
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
906
940
  "aria-colcount"?: number | undefined;
907
941
  "aria-colindex"?: number | undefined;
942
+ "aria-colindextext"?: string | undefined;
908
943
  "aria-colspan"?: number | undefined;
909
944
  "aria-controls"?: string | undefined;
910
- "aria-current"?: boolean | "time" | "page" | "step" | "false" | "true" | "location" | "date" | undefined;
945
+ "aria-current"?: boolean | "time" | "page" | "true" | "false" | "step" | "location" | "date" | undefined;
911
946
  "aria-describedby"?: string | undefined;
947
+ "aria-description"?: string | undefined;
912
948
  "aria-details"?: string | undefined;
913
- "aria-disabled"?: (boolean | "false" | "true") | undefined;
914
- "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
949
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
950
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
915
951
  "aria-errormessage"?: string | undefined;
916
- "aria-expanded"?: (boolean | "false" | "true") | undefined;
952
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
917
953
  "aria-flowto"?: string | undefined;
918
- "aria-grabbed"?: (boolean | "false" | "true") | undefined;
919
- "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
920
- "aria-hidden"?: (boolean | "false" | "true") | undefined;
921
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
954
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
955
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "true" | "false" | "listbox" | "tree" | undefined;
956
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
957
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
922
958
  "aria-keyshortcuts"?: string | undefined;
923
959
  "aria-label"?: string | undefined;
924
960
  "aria-labelledby"?: string | undefined;
925
961
  "aria-level"?: number | undefined;
926
962
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
927
- "aria-modal"?: (boolean | "false" | "true") | undefined;
928
- "aria-multiline"?: (boolean | "false" | "true") | undefined;
929
- "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
963
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
964
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
965
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
930
966
  "aria-orientation"?: "horizontal" | "vertical" | undefined;
931
967
  "aria-owns"?: string | undefined;
932
968
  "aria-placeholder"?: string | undefined;
933
969
  "aria-posinset"?: number | undefined;
934
- "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
935
- "aria-readonly"?: (boolean | "false" | "true") | undefined;
970
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
971
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
936
972
  "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
937
- "aria-required"?: (boolean | "false" | "true") | undefined;
973
+ "aria-required"?: (boolean | "true" | "false") | undefined;
938
974
  "aria-roledescription"?: string | undefined;
939
975
  "aria-rowcount"?: number | undefined;
940
976
  "aria-rowindex"?: number | undefined;
977
+ "aria-rowindextext"?: string | undefined;
941
978
  "aria-rowspan"?: number | undefined;
942
- "aria-selected"?: (boolean | "false" | "true") | undefined;
979
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
943
980
  "aria-setsize"?: number | undefined;
944
981
  "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
945
982
  "aria-valuemax"?: number | undefined;
@@ -968,7 +1005,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
968
1005
  onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
969
1006
  onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
970
1007
  onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
971
- onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1008
+ onBeforeInput?: import("react").InputEventHandler<HTMLDivElement> | undefined;
972
1009
  onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
973
1010
  onInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
974
1011
  onInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
@@ -1087,9 +1124,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
1087
1124
  onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1088
1125
  onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1089
1126
  onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1090
- onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1091
1127
  onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1092
- onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1093
1128
  onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1094
1129
  onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1095
1130
  onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
@@ -1124,6 +1159,9 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1124
1159
  alignItems?: import("csstype").Property.AlignItems | undefined;
1125
1160
  alignSelf?: import("csstype").Property.AlignSelf | undefined;
1126
1161
  alignTracks?: import("csstype").Property.AlignTracks | undefined;
1162
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
1163
+ anchorName?: import("csstype").Property.AnchorName | undefined;
1164
+ anchorScope?: import("csstype").Property.AnchorScope | undefined;
1127
1165
  animationComposition?: import("csstype").Property.AnimationComposition | undefined;
1128
1166
  animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1129
1167
  animationDirection?: import("csstype").Property.AnimationDirection | undefined;
@@ -1150,17 +1188,14 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1150
1188
  backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
1151
1189
  backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
1152
1190
  backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1153
- blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
1191
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
1154
1192
  blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
1155
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
1156
1193
  borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
1157
1194
  borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
1158
1195
  borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
1159
1196
  borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
1160
1197
  borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
1161
1198
  borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
1162
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
1163
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
1164
1199
  borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
1165
1200
  borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1166
1201
  borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
@@ -1174,15 +1209,12 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1174
1209
  borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
1175
1210
  borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
1176
1211
  borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
1177
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
1178
1212
  borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1179
1213
  borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1180
1214
  borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1181
1215
  borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1182
1216
  borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1183
1217
  borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
1184
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
1185
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
1186
1218
  borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
1187
1219
  borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
1188
1220
  borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
@@ -1209,8 +1241,10 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1209
1241
  caretShape?: import("csstype").Property.CaretShape | undefined;
1210
1242
  clear?: import("csstype").Property.Clear | undefined;
1211
1243
  clipPath?: import("csstype").Property.ClipPath | undefined;
1244
+ clipRule?: import("csstype").Property.ClipRule | undefined;
1212
1245
  color?: import("csstype").Property.Color | undefined;
1213
1246
  colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1247
+ colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
1214
1248
  colorScheme?: import("csstype").Property.ColorScheme | undefined;
1215
1249
  columnCount?: import("csstype").Property.ColumnCount | undefined;
1216
1250
  columnFill?: import("csstype").Property.ColumnFill | undefined;
@@ -1233,9 +1267,17 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1233
1267
  counterReset?: import("csstype").Property.CounterReset | undefined;
1234
1268
  counterSet?: import("csstype").Property.CounterSet | undefined;
1235
1269
  cursor?: import("csstype").Property.Cursor | undefined;
1270
+ cx?: import("csstype").Property.Cx<string | number> | undefined;
1271
+ cy?: import("csstype").Property.Cy<string | number> | undefined;
1272
+ d?: import("csstype").Property.D | undefined;
1236
1273
  direction?: import("csstype").Property.Direction | undefined;
1237
1274
  display?: import("csstype").Property.Display | undefined;
1275
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
1238
1276
  emptyCells?: import("csstype").Property.EmptyCells | undefined;
1277
+ fieldSizing?: import("csstype").Property.FieldSizing | undefined;
1278
+ fill?: import("csstype").Property.Fill | undefined;
1279
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
1280
+ fillRule?: import("csstype").Property.FillRule | undefined;
1239
1281
  filter?: import("csstype").Property.Filter | undefined;
1240
1282
  flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1241
1283
  flexDirection?: import("csstype").Property.FlexDirection | undefined;
@@ -1243,6 +1285,8 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1243
1285
  flexShrink?: import("csstype").Property.FlexShrink | undefined;
1244
1286
  flexWrap?: import("csstype").Property.FlexWrap | undefined;
1245
1287
  float?: import("csstype").Property.Float | undefined;
1288
+ floodColor?: import("csstype").Property.FloodColor | undefined;
1289
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
1246
1290
  fontFamily?: import("csstype").Property.FontFamily | undefined;
1247
1291
  fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1248
1292
  fontKerning?: import("csstype").Property.FontKerning | undefined;
@@ -1252,7 +1296,6 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1252
1296
  fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
1253
1297
  fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
1254
1298
  fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
1255
- fontStretch?: import("csstype").Property.FontStretch | undefined;
1256
1299
  fontStyle?: import("csstype").Property.FontStyle | undefined;
1257
1300
  fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
1258
1301
  fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
@@ -1269,6 +1312,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1269
1312
  fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
1270
1313
  fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
1271
1314
  fontWeight?: import("csstype").Property.FontWeight | undefined;
1315
+ fontWidth?: import("csstype").Property.FontWidth | undefined;
1272
1316
  forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
1273
1317
  gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
1274
1318
  gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
@@ -1289,12 +1333,13 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1289
1333
  imageRendering?: import("csstype").Property.ImageRendering | undefined;
1290
1334
  imageResolution?: import("csstype").Property.ImageResolution | undefined;
1291
1335
  initialLetter?: import("csstype").Property.InitialLetter | undefined;
1336
+ initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
1292
1337
  inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
1293
- inputSecurity?: import("csstype").Property.InputSecurity | undefined;
1294
1338
  insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1295
1339
  insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1296
1340
  insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1297
1341
  insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1342
+ interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
1298
1343
  isolation?: import("csstype").Property.Isolation | undefined;
1299
1344
  justifyContent?: import("csstype").Property.JustifyContent | undefined;
1300
1345
  justifyItems?: import("csstype").Property.JustifyItems | undefined;
@@ -1302,6 +1347,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1302
1347
  justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
1303
1348
  left?: import("csstype").Property.Left<string | number> | undefined;
1304
1349
  letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
1350
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
1305
1351
  lineBreak?: import("csstype").Property.LineBreak | undefined;
1306
1352
  lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
1307
1353
  lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
@@ -1317,6 +1363,10 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1317
1363
  marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
1318
1364
  marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
1319
1365
  marginTrim?: import("csstype").Property.MarginTrim | undefined;
1366
+ marker?: import("csstype").Property.Marker | undefined;
1367
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
1368
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
1369
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
1320
1370
  maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
1321
1371
  maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1322
1372
  maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
@@ -1351,6 +1401,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1351
1401
  motionRotation?: import("csstype").Property.OffsetRotate | undefined;
1352
1402
  objectFit?: import("csstype").Property.ObjectFit | undefined;
1353
1403
  objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1404
+ objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
1354
1405
  offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
1355
1406
  offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1356
1407
  offsetPath?: import("csstype").Property.OffsetPath | undefined;
@@ -1386,25 +1437,32 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1386
1437
  paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
1387
1438
  paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
1388
1439
  page?: import("csstype").Property.Page | undefined;
1389
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
1390
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
1391
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
1392
1440
  paintOrder?: import("csstype").Property.PaintOrder | undefined;
1393
1441
  perspective?: import("csstype").Property.Perspective<string | number> | undefined;
1394
1442
  perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1395
1443
  pointerEvents?: import("csstype").Property.PointerEvents | undefined;
1396
1444
  position?: import("csstype").Property.Position | undefined;
1445
+ positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
1446
+ positionArea?: import("csstype").Property.PositionArea | undefined;
1447
+ positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
1448
+ positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
1449
+ positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
1397
1450
  printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1398
1451
  quotes?: import("csstype").Property.Quotes | undefined;
1452
+ r?: import("csstype").Property.R<string | number> | undefined;
1399
1453
  resize?: import("csstype").Property.Resize | undefined;
1400
1454
  right?: import("csstype").Property.Right<string | number> | undefined;
1401
1455
  rotate?: (string | number) | undefined;
1402
1456
  rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
1403
1457
  rubyAlign?: import("csstype").Property.RubyAlign | undefined;
1404
1458
  rubyMerge?: import("csstype").Property.RubyMerge | undefined;
1459
+ rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
1405
1460
  rubyPosition?: import("csstype").Property.RubyPosition | undefined;
1461
+ rx?: import("csstype").Property.Rx<string | number> | undefined;
1462
+ ry?: import("csstype").Property.Ry<string | number> | undefined;
1406
1463
  scale?: string | number | readonly [number, number] | undefined;
1407
1464
  scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
1465
+ scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
1408
1466
  scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
1409
1467
  scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
1410
1468
  scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
@@ -1436,10 +1494,28 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1436
1494
  shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
1437
1495
  shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1438
1496
  shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
1497
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
1498
+ speakAs?: import("csstype").Property.SpeakAs | undefined;
1499
+ stopColor?: import("csstype").Property.StopColor | undefined;
1500
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
1501
+ stroke?: import("csstype").Property.Stroke | undefined;
1502
+ strokeColor?: import("csstype").Property.StrokeColor | undefined;
1503
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
1504
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
1505
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
1506
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
1507
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
1508
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
1509
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
1439
1510
  tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1440
1511
  tableLayout?: import("csstype").Property.TableLayout | undefined;
1441
1512
  textAlign?: import("csstype").Property.TextAlign | undefined;
1442
1513
  textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1514
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
1515
+ textAutospace?: import("csstype").Property.TextAutospace | undefined;
1516
+ textBox?: import("csstype").Property.TextBox | undefined;
1517
+ textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
1518
+ textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
1443
1519
  textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
1444
1520
  textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1445
1521
  textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
@@ -1457,10 +1533,12 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1457
1533
  textRendering?: import("csstype").Property.TextRendering | undefined;
1458
1534
  textShadow?: import("csstype").Property.TextShadow | undefined;
1459
1535
  textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1536
+ textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
1460
1537
  textTransform?: import("csstype").Property.TextTransform | undefined;
1461
1538
  textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
1462
1539
  textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1463
- textWrap?: import("csstype").Property.TextWrap | undefined;
1540
+ textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
1541
+ textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
1464
1542
  timelineScope?: import("csstype").Property.TimelineScope | undefined;
1465
1543
  top?: import("csstype").Property.Top<string | number> | undefined;
1466
1544
  touchAction?: import("csstype").Property.TouchAction | undefined;
@@ -1476,15 +1554,16 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1476
1554
  translate?: (string | number) | readonly [string | number, string | number] | undefined;
1477
1555
  unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
1478
1556
  userSelect?: import("csstype").Property.UserSelect | undefined;
1557
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
1479
1558
  verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1480
1559
  viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
1481
1560
  viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
1482
1561
  viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
1562
+ viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
1483
1563
  viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
1484
1564
  visibility?: import("csstype").Property.Visibility | undefined;
1485
1565
  whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
1486
1566
  whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
1487
- whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
1488
1567
  widows?: import("csstype").Property.Widows | undefined;
1489
1568
  width?: import("csstype").Property.Width<string | number> | undefined;
1490
1569
  willChange?: import("csstype").Property.WillChange | undefined;
@@ -1492,6 +1571,8 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1492
1571
  wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
1493
1572
  wordWrap?: import("csstype").Property.WordWrap | undefined;
1494
1573
  writingMode?: import("csstype").Property.WritingMode | undefined;
1574
+ x?: (string | number) | undefined;
1575
+ y?: (string | number) | undefined;
1495
1576
  zIndex?: import("csstype").Property.ZIndex | undefined;
1496
1577
  zoom?: import("csstype").Property.Zoom | undefined;
1497
1578
  all?: import("csstype").Globals | undefined;
@@ -1501,14 +1582,20 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1501
1582
  backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
1502
1583
  border?: import("csstype").Property.Border<string | number> | undefined;
1503
1584
  borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
1585
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
1504
1586
  borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1505
1587
  borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1588
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
1589
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
1506
1590
  borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
1507
1591
  borderColor?: import("csstype").Property.BorderColor | undefined;
1508
1592
  borderImage?: import("csstype").Property.BorderImage | undefined;
1509
1593
  borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
1594
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
1510
1595
  borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1511
1596
  borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1597
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
1598
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
1512
1599
  borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
1513
1600
  borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1514
1601
  borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
@@ -1550,6 +1637,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1550
1637
  placeContent?: import("csstype").Property.PlaceContent | undefined;
1551
1638
  placeItems?: import("csstype").Property.PlaceItems | undefined;
1552
1639
  placeSelf?: import("csstype").Property.PlaceSelf | undefined;
1640
+ positionTry?: import("csstype").Property.PositionTry | undefined;
1553
1641
  scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1554
1642
  scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
1555
1643
  scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
@@ -1560,6 +1648,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1560
1648
  scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
1561
1649
  textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
1562
1650
  textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1651
+ textWrap?: import("csstype").Property.TextWrap | undefined;
1563
1652
  transition?: import("csstype").Property.Transition<string & {}> | undefined;
1564
1653
  viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
1565
1654
  MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
@@ -1571,6 +1660,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1571
1660
  MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1572
1661
  MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1573
1662
  MozAppearance?: import("csstype").Property.MozAppearance | undefined;
1663
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1574
1664
  MozBinding?: import("csstype").Property.MozBinding | undefined;
1575
1665
  MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
1576
1666
  MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
@@ -1582,8 +1672,6 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1582
1672
  MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1583
1673
  MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
1584
1674
  MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1585
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
1586
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
1587
1675
  MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1588
1676
  MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1589
1677
  MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
@@ -1592,7 +1680,6 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1592
1680
  MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1593
1681
  MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1594
1682
  MozHyphens?: import("csstype").Property.Hyphens | undefined;
1595
- MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
1596
1683
  MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1597
1684
  MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1598
1685
  MozOrient?: import("csstype").Property.MozOrient | undefined;
@@ -1603,11 +1690,15 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1603
1690
  MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
1604
1691
  MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1605
1692
  MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1693
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1694
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1606
1695
  MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
1607
1696
  MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1608
1697
  MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
1609
1698
  MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1610
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
1699
+ MozTransform?: import("csstype").Property.Transform | undefined;
1700
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1701
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1611
1702
  MozUserModify?: import("csstype").Property.MozUserModify | undefined;
1612
1703
  MozUserSelect?: import("csstype").Property.UserSelect | undefined;
1613
1704
  MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
@@ -1726,6 +1817,8 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1726
1817
  WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
1727
1818
  WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
1728
1819
  WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
1820
+ WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
1821
+ WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
1729
1822
  WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1730
1823
  WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1731
1824
  WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
@@ -1780,13 +1873,14 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1780
1873
  WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1781
1874
  WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1782
1875
  WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
1783
- WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
1876
+ WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
1784
1877
  WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
1785
1878
  MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1786
1879
  MozBorderImage?: import("csstype").Property.BorderImage | undefined;
1787
1880
  MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1788
1881
  MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
1789
1882
  MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
1883
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1790
1884
  msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
1791
1885
  msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
1792
1886
  msFlex?: import("csstype").Property.Flex<string | number> | undefined;
@@ -1807,7 +1901,6 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1807
1901
  WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1808
1902
  WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
1809
1903
  WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1810
- azimuth?: import("csstype").Property.Azimuth | undefined;
1811
1904
  boxAlign?: import("csstype").Property.BoxAlign | undefined;
1812
1905
  boxDirection?: import("csstype").Property.BoxDirection | undefined;
1813
1906
  boxFlex?: import("csstype").Property.BoxFlex | undefined;
@@ -1817,16 +1910,22 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1817
1910
  boxOrient?: import("csstype").Property.BoxOrient | undefined;
1818
1911
  boxPack?: import("csstype").Property.BoxPack | undefined;
1819
1912
  clip?: import("csstype").Property.Clip | undefined;
1913
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
1820
1914
  gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
1821
1915
  gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
1822
1916
  gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
1823
1917
  imeMode?: import("csstype").Property.ImeMode | undefined;
1918
+ insetArea?: import("csstype").Property.PositionArea | undefined;
1824
1919
  offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1825
1920
  offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1826
1921
  offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1827
1922
  offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1828
1923
  offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1829
1924
  offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1925
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
1926
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
1927
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
1928
+ positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
1830
1929
  scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
1831
1930
  scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
1832
1931
  scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
@@ -1844,9 +1943,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1844
1943
  KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
1845
1944
  KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
1846
1945
  KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
1847
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1848
1946
  MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1849
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
1850
1947
  MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1851
1948
  MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1852
1949
  MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
@@ -1861,6 +1958,8 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1861
1958
  MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1862
1959
  MozBoxPack?: import("csstype").Property.BoxPack | undefined;
1863
1960
  MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1961
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
1962
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
1864
1963
  MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
1865
1964
  MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
1866
1965
  MozOpacity?: import("csstype").Property.Opacity | undefined;
@@ -1868,20 +1967,15 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1868
1967
  MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
1869
1968
  MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1870
1969
  MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1871
- MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1872
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1873
1970
  MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1874
1971
  MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1875
1972
  MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1876
1973
  MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1877
- MozTransform?: import("csstype").Property.Transform | undefined;
1878
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1879
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1880
- MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1881
1974
  MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1882
1975
  MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1883
1976
  MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1884
1977
  MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1978
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
1885
1979
  MozUserInput?: import("csstype").Property.MozUserInput | undefined;
1886
1980
  msImeMode?: import("csstype").Property.ImeMode | undefined;
1887
1981
  OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
@@ -1914,38 +2008,9 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1914
2008
  WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1915
2009
  WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1916
2010
  WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
1917
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
1918
- baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
1919
- clipRule?: import("csstype").Property.ClipRule | undefined;
1920
2011
  colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
1921
2012
  colorRendering?: import("csstype").Property.ColorRendering | undefined;
1922
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
1923
- fill?: import("csstype").Property.Fill | undefined;
1924
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
1925
- fillRule?: import("csstype").Property.FillRule | undefined;
1926
- floodColor?: import("csstype").Property.FloodColor | undefined;
1927
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
1928
2013
  glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
1929
- lightingColor?: import("csstype").Property.LightingColor | undefined;
1930
- marker?: import("csstype").Property.Marker | undefined;
1931
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
1932
- markerMid?: import("csstype").Property.MarkerMid | undefined;
1933
- markerStart?: import("csstype").Property.MarkerStart | undefined;
1934
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
1935
- stopColor?: import("csstype").Property.StopColor | undefined;
1936
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
1937
- stroke?: import("csstype").Property.Stroke | undefined;
1938
- strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
1939
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
1940
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
1941
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
1942
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
1943
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
1944
- strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
1945
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
1946
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
1947
- x?: (string | number) | undefined;
1948
- y?: (string | number) | undefined;
1949
2014
  z?: (string | number) | undefined;
1950
2015
  translateX?: (string | number) | undefined;
1951
2016
  translateY?: (string | number) | undefined;
@@ -1973,17 +2038,18 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1973
2038
  suppressContentEditableWarning?: boolean | undefined;
1974
2039
  suppressHydrationWarning?: boolean | undefined;
1975
2040
  accessKey?: string | undefined;
2041
+ autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
1976
2042
  autoFocus?: boolean | undefined;
1977
- contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
2043
+ contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
1978
2044
  contextMenu?: string | undefined;
1979
2045
  dir?: string | undefined;
1980
- draggable?: (boolean | "false" | "true") | undefined;
2046
+ draggable?: (boolean | "true" | "false") | undefined;
2047
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
1981
2048
  hidden?: boolean | undefined;
1982
2049
  id?: string | undefined;
1983
2050
  lang?: string | undefined;
1984
2051
  nonce?: string | undefined;
1985
- placeholder?: string | undefined;
1986
- spellCheck?: (boolean | "false" | "true") | undefined;
2052
+ spellCheck?: (boolean | "true" | "false") | undefined;
1987
2053
  tabIndex?: number | undefined;
1988
2054
  translate?: "yes" | "no" | undefined;
1989
2055
  radioGroup?: string | undefined;
@@ -1999,7 +2065,6 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1999
2065
  rev?: string | undefined;
2000
2066
  typeof?: string | undefined;
2001
2067
  vocab?: string | undefined;
2002
- autoCapitalize?: string | undefined;
2003
2068
  autoCorrect?: string | undefined;
2004
2069
  autoSave?: string | undefined;
2005
2070
  color?: string | undefined;
@@ -2010,51 +2075,58 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
2010
2075
  itemRef?: string | undefined;
2011
2076
  results?: number | undefined;
2012
2077
  security?: string | undefined;
2013
- unselectable?: "on" | "off" | undefined;
2014
- inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
2078
+ unselectable?: "off" | "on" | undefined;
2079
+ inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
2015
2080
  is?: string | undefined;
2081
+ exportparts?: string | undefined;
2082
+ part?: string | undefined;
2016
2083
  "aria-activedescendant"?: string | undefined;
2017
- "aria-atomic"?: (boolean | "false" | "true") | undefined;
2018
- "aria-autocomplete"?: "none" | "list" | "both" | "inline" | undefined;
2019
- "aria-busy"?: (boolean | "false" | "true") | undefined;
2020
- "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
2084
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
2085
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
2086
+ "aria-braillelabel"?: string | undefined;
2087
+ "aria-brailleroledescription"?: string | undefined;
2088
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
2089
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
2021
2090
  "aria-colcount"?: number | undefined;
2022
2091
  "aria-colindex"?: number | undefined;
2092
+ "aria-colindextext"?: string | undefined;
2023
2093
  "aria-colspan"?: number | undefined;
2024
2094
  "aria-controls"?: string | undefined;
2025
- "aria-current"?: boolean | "time" | "page" | "step" | "false" | "true" | "location" | "date" | undefined;
2095
+ "aria-current"?: boolean | "time" | "page" | "true" | "false" | "step" | "location" | "date" | undefined;
2026
2096
  "aria-describedby"?: string | undefined;
2097
+ "aria-description"?: string | undefined;
2027
2098
  "aria-details"?: string | undefined;
2028
- "aria-disabled"?: (boolean | "false" | "true") | undefined;
2029
- "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
2099
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
2100
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
2030
2101
  "aria-errormessage"?: string | undefined;
2031
- "aria-expanded"?: (boolean | "false" | "true") | undefined;
2102
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
2032
2103
  "aria-flowto"?: string | undefined;
2033
- "aria-grabbed"?: (boolean | "false" | "true") | undefined;
2034
- "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
2035
- "aria-hidden"?: (boolean | "false" | "true") | undefined;
2036
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
2104
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
2105
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "true" | "false" | "listbox" | "tree" | undefined;
2106
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
2107
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
2037
2108
  "aria-keyshortcuts"?: string | undefined;
2038
2109
  "aria-label"?: string | undefined;
2039
2110
  "aria-labelledby"?: string | undefined;
2040
2111
  "aria-level"?: number | undefined;
2041
2112
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
2042
- "aria-modal"?: (boolean | "false" | "true") | undefined;
2043
- "aria-multiline"?: (boolean | "false" | "true") | undefined;
2044
- "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
2113
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
2114
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
2115
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
2045
2116
  "aria-orientation"?: "horizontal" | "vertical" | undefined;
2046
2117
  "aria-owns"?: string | undefined;
2047
2118
  "aria-placeholder"?: string | undefined;
2048
2119
  "aria-posinset"?: number | undefined;
2049
- "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
2050
- "aria-readonly"?: (boolean | "false" | "true") | undefined;
2120
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
2121
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
2051
2122
  "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
2052
- "aria-required"?: (boolean | "false" | "true") | undefined;
2123
+ "aria-required"?: (boolean | "true" | "false") | undefined;
2053
2124
  "aria-roledescription"?: string | undefined;
2054
2125
  "aria-rowcount"?: number | undefined;
2055
2126
  "aria-rowindex"?: number | undefined;
2127
+ "aria-rowindextext"?: string | undefined;
2056
2128
  "aria-rowspan"?: number | undefined;
2057
- "aria-selected"?: (boolean | "false" | "true") | undefined;
2129
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
2058
2130
  "aria-setsize"?: number | undefined;
2059
2131
  "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
2060
2132
  "aria-valuemax"?: number | undefined;
@@ -2083,7 +2155,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
2083
2155
  onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
2084
2156
  onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
2085
2157
  onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
2086
- onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
2158
+ onBeforeInput?: import("react").InputEventHandler<HTMLDivElement> | undefined;
2087
2159
  onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
2088
2160
  onInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
2089
2161
  onInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
@@ -2202,9 +2274,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
2202
2274
  onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
2203
2275
  onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
2204
2276
  onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
2205
- onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
2206
2277
  onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
2207
- onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
2208
2278
  onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
2209
2279
  onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
2210
2280
  onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
@@ -2239,6 +2309,9 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2239
2309
  alignItems?: import("csstype").Property.AlignItems | undefined;
2240
2310
  alignSelf?: import("csstype").Property.AlignSelf | undefined;
2241
2311
  alignTracks?: import("csstype").Property.AlignTracks | undefined;
2312
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
2313
+ anchorName?: import("csstype").Property.AnchorName | undefined;
2314
+ anchorScope?: import("csstype").Property.AnchorScope | undefined;
2242
2315
  animationComposition?: import("csstype").Property.AnimationComposition | undefined;
2243
2316
  animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
2244
2317
  animationDirection?: import("csstype").Property.AnimationDirection | undefined;
@@ -2265,17 +2338,14 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2265
2338
  backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
2266
2339
  backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
2267
2340
  backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
2268
- blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
2341
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
2269
2342
  blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
2270
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
2271
2343
  borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
2272
2344
  borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
2273
2345
  borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
2274
2346
  borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
2275
2347
  borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
2276
2348
  borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
2277
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
2278
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
2279
2349
  borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
2280
2350
  borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
2281
2351
  borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
@@ -2289,15 +2359,12 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2289
2359
  borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
2290
2360
  borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
2291
2361
  borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
2292
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
2293
2362
  borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
2294
2363
  borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
2295
2364
  borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
2296
2365
  borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
2297
2366
  borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
2298
2367
  borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
2299
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
2300
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
2301
2368
  borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
2302
2369
  borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
2303
2370
  borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
@@ -2324,8 +2391,10 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2324
2391
  caretShape?: import("csstype").Property.CaretShape | undefined;
2325
2392
  clear?: import("csstype").Property.Clear | undefined;
2326
2393
  clipPath?: import("csstype").Property.ClipPath | undefined;
2394
+ clipRule?: import("csstype").Property.ClipRule | undefined;
2327
2395
  color?: import("csstype").Property.Color | undefined;
2328
2396
  colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
2397
+ colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
2329
2398
  colorScheme?: import("csstype").Property.ColorScheme | undefined;
2330
2399
  columnCount?: import("csstype").Property.ColumnCount | undefined;
2331
2400
  columnFill?: import("csstype").Property.ColumnFill | undefined;
@@ -2348,9 +2417,17 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2348
2417
  counterReset?: import("csstype").Property.CounterReset | undefined;
2349
2418
  counterSet?: import("csstype").Property.CounterSet | undefined;
2350
2419
  cursor?: import("csstype").Property.Cursor | undefined;
2420
+ cx?: import("csstype").Property.Cx<string | number> | undefined;
2421
+ cy?: import("csstype").Property.Cy<string | number> | undefined;
2422
+ d?: import("csstype").Property.D | undefined;
2351
2423
  direction?: import("csstype").Property.Direction | undefined;
2352
2424
  display?: import("csstype").Property.Display | undefined;
2425
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
2353
2426
  emptyCells?: import("csstype").Property.EmptyCells | undefined;
2427
+ fieldSizing?: import("csstype").Property.FieldSizing | undefined;
2428
+ fill?: import("csstype").Property.Fill | undefined;
2429
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
2430
+ fillRule?: import("csstype").Property.FillRule | undefined;
2354
2431
  filter?: import("csstype").Property.Filter | undefined;
2355
2432
  flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
2356
2433
  flexDirection?: import("csstype").Property.FlexDirection | undefined;
@@ -2358,6 +2435,8 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2358
2435
  flexShrink?: import("csstype").Property.FlexShrink | undefined;
2359
2436
  flexWrap?: import("csstype").Property.FlexWrap | undefined;
2360
2437
  float?: import("csstype").Property.Float | undefined;
2438
+ floodColor?: import("csstype").Property.FloodColor | undefined;
2439
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
2361
2440
  fontFamily?: import("csstype").Property.FontFamily | undefined;
2362
2441
  fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
2363
2442
  fontKerning?: import("csstype").Property.FontKerning | undefined;
@@ -2367,7 +2446,6 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2367
2446
  fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
2368
2447
  fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
2369
2448
  fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
2370
- fontStretch?: import("csstype").Property.FontStretch | undefined;
2371
2449
  fontStyle?: import("csstype").Property.FontStyle | undefined;
2372
2450
  fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
2373
2451
  fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
@@ -2384,6 +2462,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2384
2462
  fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
2385
2463
  fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
2386
2464
  fontWeight?: import("csstype").Property.FontWeight | undefined;
2465
+ fontWidth?: import("csstype").Property.FontWidth | undefined;
2387
2466
  forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
2388
2467
  gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
2389
2468
  gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
@@ -2404,12 +2483,13 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2404
2483
  imageRendering?: import("csstype").Property.ImageRendering | undefined;
2405
2484
  imageResolution?: import("csstype").Property.ImageResolution | undefined;
2406
2485
  initialLetter?: import("csstype").Property.InitialLetter | undefined;
2486
+ initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
2407
2487
  inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
2408
- inputSecurity?: import("csstype").Property.InputSecurity | undefined;
2409
2488
  insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
2410
2489
  insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
2411
2490
  insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
2412
2491
  insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
2492
+ interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
2413
2493
  isolation?: import("csstype").Property.Isolation | undefined;
2414
2494
  justifyContent?: import("csstype").Property.JustifyContent | undefined;
2415
2495
  justifyItems?: import("csstype").Property.JustifyItems | undefined;
@@ -2417,6 +2497,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2417
2497
  justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
2418
2498
  left?: import("csstype").Property.Left<string | number> | undefined;
2419
2499
  letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
2500
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
2420
2501
  lineBreak?: import("csstype").Property.LineBreak | undefined;
2421
2502
  lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
2422
2503
  lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
@@ -2432,6 +2513,10 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2432
2513
  marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
2433
2514
  marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
2434
2515
  marginTrim?: import("csstype").Property.MarginTrim | undefined;
2516
+ marker?: import("csstype").Property.Marker | undefined;
2517
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
2518
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
2519
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
2435
2520
  maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
2436
2521
  maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
2437
2522
  maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
@@ -2466,6 +2551,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2466
2551
  motionRotation?: import("csstype").Property.OffsetRotate | undefined;
2467
2552
  objectFit?: import("csstype").Property.ObjectFit | undefined;
2468
2553
  objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
2554
+ objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
2469
2555
  offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
2470
2556
  offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
2471
2557
  offsetPath?: import("csstype").Property.OffsetPath | undefined;
@@ -2501,25 +2587,32 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2501
2587
  paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
2502
2588
  paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
2503
2589
  page?: import("csstype").Property.Page | undefined;
2504
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
2505
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
2506
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
2507
2590
  paintOrder?: import("csstype").Property.PaintOrder | undefined;
2508
2591
  perspective?: import("csstype").Property.Perspective<string | number> | undefined;
2509
2592
  perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
2510
2593
  pointerEvents?: import("csstype").Property.PointerEvents | undefined;
2511
2594
  position?: import("csstype").Property.Position | undefined;
2595
+ positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
2596
+ positionArea?: import("csstype").Property.PositionArea | undefined;
2597
+ positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
2598
+ positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
2599
+ positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
2512
2600
  printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
2513
2601
  quotes?: import("csstype").Property.Quotes | undefined;
2602
+ r?: import("csstype").Property.R<string | number> | undefined;
2514
2603
  resize?: import("csstype").Property.Resize | undefined;
2515
2604
  right?: import("csstype").Property.Right<string | number> | undefined;
2516
2605
  rotate?: (string | number) | undefined;
2517
2606
  rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
2518
2607
  rubyAlign?: import("csstype").Property.RubyAlign | undefined;
2519
2608
  rubyMerge?: import("csstype").Property.RubyMerge | undefined;
2609
+ rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
2520
2610
  rubyPosition?: import("csstype").Property.RubyPosition | undefined;
2611
+ rx?: import("csstype").Property.Rx<string | number> | undefined;
2612
+ ry?: import("csstype").Property.Ry<string | number> | undefined;
2521
2613
  scale?: string | number | readonly [number, number] | undefined;
2522
2614
  scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
2615
+ scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
2523
2616
  scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
2524
2617
  scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
2525
2618
  scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
@@ -2551,10 +2644,28 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2551
2644
  shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
2552
2645
  shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
2553
2646
  shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
2647
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
2648
+ speakAs?: import("csstype").Property.SpeakAs | undefined;
2649
+ stopColor?: import("csstype").Property.StopColor | undefined;
2650
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
2651
+ stroke?: import("csstype").Property.Stroke | undefined;
2652
+ strokeColor?: import("csstype").Property.StrokeColor | undefined;
2653
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
2654
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
2655
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
2656
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
2657
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
2658
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
2659
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
2554
2660
  tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
2555
2661
  tableLayout?: import("csstype").Property.TableLayout | undefined;
2556
2662
  textAlign?: import("csstype").Property.TextAlign | undefined;
2557
2663
  textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
2664
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
2665
+ textAutospace?: import("csstype").Property.TextAutospace | undefined;
2666
+ textBox?: import("csstype").Property.TextBox | undefined;
2667
+ textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
2668
+ textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
2558
2669
  textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
2559
2670
  textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
2560
2671
  textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
@@ -2572,10 +2683,12 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2572
2683
  textRendering?: import("csstype").Property.TextRendering | undefined;
2573
2684
  textShadow?: import("csstype").Property.TextShadow | undefined;
2574
2685
  textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
2686
+ textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
2575
2687
  textTransform?: import("csstype").Property.TextTransform | undefined;
2576
2688
  textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
2577
2689
  textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
2578
- textWrap?: import("csstype").Property.TextWrap | undefined;
2690
+ textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
2691
+ textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
2579
2692
  timelineScope?: import("csstype").Property.TimelineScope | undefined;
2580
2693
  top?: import("csstype").Property.Top<string | number> | undefined;
2581
2694
  touchAction?: import("csstype").Property.TouchAction | undefined;
@@ -2591,15 +2704,16 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2591
2704
  translate?: (string | number) | readonly [string | number, string | number] | undefined;
2592
2705
  unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
2593
2706
  userSelect?: import("csstype").Property.UserSelect | undefined;
2707
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
2594
2708
  verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
2595
2709
  viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
2596
2710
  viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
2597
2711
  viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
2712
+ viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
2598
2713
  viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
2599
2714
  visibility?: import("csstype").Property.Visibility | undefined;
2600
2715
  whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
2601
2716
  whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
2602
- whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
2603
2717
  widows?: import("csstype").Property.Widows | undefined;
2604
2718
  width?: import("csstype").Property.Width<string | number> | undefined;
2605
2719
  willChange?: import("csstype").Property.WillChange | undefined;
@@ -2607,6 +2721,8 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2607
2721
  wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
2608
2722
  wordWrap?: import("csstype").Property.WordWrap | undefined;
2609
2723
  writingMode?: import("csstype").Property.WritingMode | undefined;
2724
+ x?: (string | number) | undefined;
2725
+ y?: (string | number) | undefined;
2610
2726
  zIndex?: import("csstype").Property.ZIndex | undefined;
2611
2727
  zoom?: import("csstype").Property.Zoom | undefined;
2612
2728
  all?: import("csstype").Globals | undefined;
@@ -2616,14 +2732,20 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2616
2732
  backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
2617
2733
  border?: import("csstype").Property.Border<string | number> | undefined;
2618
2734
  borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
2735
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
2619
2736
  borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
2620
2737
  borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
2738
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
2739
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
2621
2740
  borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
2622
2741
  borderColor?: import("csstype").Property.BorderColor | undefined;
2623
2742
  borderImage?: import("csstype").Property.BorderImage | undefined;
2624
2743
  borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
2744
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
2625
2745
  borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
2626
2746
  borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
2747
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
2748
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
2627
2749
  borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
2628
2750
  borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
2629
2751
  borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
@@ -2665,6 +2787,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2665
2787
  placeContent?: import("csstype").Property.PlaceContent | undefined;
2666
2788
  placeItems?: import("csstype").Property.PlaceItems | undefined;
2667
2789
  placeSelf?: import("csstype").Property.PlaceSelf | undefined;
2790
+ positionTry?: import("csstype").Property.PositionTry | undefined;
2668
2791
  scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
2669
2792
  scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
2670
2793
  scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
@@ -2675,6 +2798,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2675
2798
  scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
2676
2799
  textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
2677
2800
  textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
2801
+ textWrap?: import("csstype").Property.TextWrap | undefined;
2678
2802
  transition?: import("csstype").Property.Transition<string & {}> | undefined;
2679
2803
  viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
2680
2804
  MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
@@ -2686,6 +2810,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2686
2810
  MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
2687
2811
  MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
2688
2812
  MozAppearance?: import("csstype").Property.MozAppearance | undefined;
2813
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
2689
2814
  MozBinding?: import("csstype").Property.MozBinding | undefined;
2690
2815
  MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
2691
2816
  MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
@@ -2697,8 +2822,6 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2697
2822
  MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
2698
2823
  MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
2699
2824
  MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
2700
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
2701
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
2702
2825
  MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
2703
2826
  MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
2704
2827
  MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
@@ -2707,7 +2830,6 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2707
2830
  MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
2708
2831
  MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
2709
2832
  MozHyphens?: import("csstype").Property.Hyphens | undefined;
2710
- MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
2711
2833
  MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
2712
2834
  MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
2713
2835
  MozOrient?: import("csstype").Property.MozOrient | undefined;
@@ -2718,11 +2840,15 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2718
2840
  MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
2719
2841
  MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
2720
2842
  MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
2843
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
2844
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
2721
2845
  MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
2722
2846
  MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
2723
2847
  MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
2724
2848
  MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
2725
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
2849
+ MozTransform?: import("csstype").Property.Transform | undefined;
2850
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2851
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
2726
2852
  MozUserModify?: import("csstype").Property.MozUserModify | undefined;
2727
2853
  MozUserSelect?: import("csstype").Property.UserSelect | undefined;
2728
2854
  MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
@@ -2841,6 +2967,8 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2841
2967
  WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
2842
2968
  WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
2843
2969
  WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
2970
+ WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
2971
+ WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
2844
2972
  WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
2845
2973
  WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
2846
2974
  WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
@@ -2895,13 +3023,14 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2895
3023
  WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2896
3024
  WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2897
3025
  WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
2898
- WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
3026
+ WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
2899
3027
  WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
2900
3028
  MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
2901
3029
  MozBorderImage?: import("csstype").Property.BorderImage | undefined;
2902
3030
  MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
2903
3031
  MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
2904
3032
  MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
3033
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
2905
3034
  msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
2906
3035
  msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
2907
3036
  msFlex?: import("csstype").Property.Flex<string | number> | undefined;
@@ -2922,7 +3051,6 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2922
3051
  WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
2923
3052
  WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
2924
3053
  WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
2925
- azimuth?: import("csstype").Property.Azimuth | undefined;
2926
3054
  boxAlign?: import("csstype").Property.BoxAlign | undefined;
2927
3055
  boxDirection?: import("csstype").Property.BoxDirection | undefined;
2928
3056
  boxFlex?: import("csstype").Property.BoxFlex | undefined;
@@ -2932,16 +3060,22 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2932
3060
  boxOrient?: import("csstype").Property.BoxOrient | undefined;
2933
3061
  boxPack?: import("csstype").Property.BoxPack | undefined;
2934
3062
  clip?: import("csstype").Property.Clip | undefined;
3063
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
2935
3064
  gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
2936
3065
  gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
2937
3066
  gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
2938
3067
  imeMode?: import("csstype").Property.ImeMode | undefined;
3068
+ insetArea?: import("csstype").Property.PositionArea | undefined;
2939
3069
  offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
2940
3070
  offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
2941
3071
  offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
2942
3072
  offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
2943
3073
  offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
2944
3074
  offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
3075
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
3076
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
3077
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
3078
+ positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
2945
3079
  scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
2946
3080
  scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
2947
3081
  scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
@@ -2959,9 +3093,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2959
3093
  KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
2960
3094
  KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
2961
3095
  KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
2962
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
2963
3096
  MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
2964
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
2965
3097
  MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
2966
3098
  MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
2967
3099
  MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
@@ -2976,6 +3108,8 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2976
3108
  MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
2977
3109
  MozBoxPack?: import("csstype").Property.BoxPack | undefined;
2978
3110
  MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
3111
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
3112
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
2979
3113
  MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
2980
3114
  MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
2981
3115
  MozOpacity?: import("csstype").Property.Opacity | undefined;
@@ -2983,20 +3117,15 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2983
3117
  MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
2984
3118
  MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
2985
3119
  MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
2986
- MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
2987
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
2988
3120
  MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
2989
3121
  MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
2990
3122
  MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
2991
3123
  MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
2992
- MozTransform?: import("csstype").Property.Transform | undefined;
2993
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2994
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
2995
- MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
2996
3124
  MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2997
3125
  MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2998
3126
  MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2999
3127
  MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
3128
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
3000
3129
  MozUserInput?: import("csstype").Property.MozUserInput | undefined;
3001
3130
  msImeMode?: import("csstype").Property.ImeMode | undefined;
3002
3131
  OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
@@ -3029,38 +3158,9 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
3029
3158
  WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
3030
3159
  WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
3031
3160
  WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
3032
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
3033
- baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
3034
- clipRule?: import("csstype").Property.ClipRule | undefined;
3035
3161
  colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
3036
3162
  colorRendering?: import("csstype").Property.ColorRendering | undefined;
3037
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
3038
- fill?: import("csstype").Property.Fill | undefined;
3039
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
3040
- fillRule?: import("csstype").Property.FillRule | undefined;
3041
- floodColor?: import("csstype").Property.FloodColor | undefined;
3042
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
3043
3163
  glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
3044
- lightingColor?: import("csstype").Property.LightingColor | undefined;
3045
- marker?: import("csstype").Property.Marker | undefined;
3046
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
3047
- markerMid?: import("csstype").Property.MarkerMid | undefined;
3048
- markerStart?: import("csstype").Property.MarkerStart | undefined;
3049
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
3050
- stopColor?: import("csstype").Property.StopColor | undefined;
3051
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
3052
- stroke?: import("csstype").Property.Stroke | undefined;
3053
- strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
3054
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
3055
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
3056
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
3057
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
3058
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
3059
- strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
3060
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
3061
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
3062
- x?: (string | number) | undefined;
3063
- y?: (string | number) | undefined;
3064
3164
  z?: (string | number) | undefined;
3065
3165
  translateX?: (string | number) | undefined;
3066
3166
  translateY?: (string | number) | undefined;
@@ -3088,17 +3188,18 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
3088
3188
  suppressContentEditableWarning?: boolean | undefined;
3089
3189
  suppressHydrationWarning?: boolean | undefined;
3090
3190
  accessKey?: string | undefined;
3191
+ autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
3091
3192
  autoFocus?: boolean | undefined;
3092
- contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
3193
+ contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
3093
3194
  contextMenu?: string | undefined;
3094
3195
  dir?: string | undefined;
3095
- draggable?: (boolean | "false" | "true") | undefined;
3196
+ draggable?: (boolean | "true" | "false") | undefined;
3197
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
3096
3198
  hidden?: boolean | undefined;
3097
3199
  id?: string | undefined;
3098
3200
  lang?: string | undefined;
3099
3201
  nonce?: string | undefined;
3100
- placeholder?: string | undefined;
3101
- spellCheck?: (boolean | "false" | "true") | undefined;
3202
+ spellCheck?: (boolean | "true" | "false") | undefined;
3102
3203
  tabIndex?: number | undefined;
3103
3204
  translate?: "yes" | "no" | undefined;
3104
3205
  radioGroup?: string | undefined;
@@ -3114,7 +3215,6 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
3114
3215
  rev?: string | undefined;
3115
3216
  typeof?: string | undefined;
3116
3217
  vocab?: string | undefined;
3117
- autoCapitalize?: string | undefined;
3118
3218
  autoCorrect?: string | undefined;
3119
3219
  autoSave?: string | undefined;
3120
3220
  color?: string | undefined;
@@ -3125,51 +3225,58 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
3125
3225
  itemRef?: string | undefined;
3126
3226
  results?: number | undefined;
3127
3227
  security?: string | undefined;
3128
- unselectable?: "on" | "off" | undefined;
3129
- inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
3228
+ unselectable?: "off" | "on" | undefined;
3229
+ inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
3130
3230
  is?: string | undefined;
3231
+ exportparts?: string | undefined;
3232
+ part?: string | undefined;
3131
3233
  "aria-activedescendant"?: string | undefined;
3132
- "aria-atomic"?: (boolean | "false" | "true") | undefined;
3133
- "aria-autocomplete"?: "none" | "list" | "both" | "inline" | undefined;
3134
- "aria-busy"?: (boolean | "false" | "true") | undefined;
3135
- "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
3234
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
3235
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
3236
+ "aria-braillelabel"?: string | undefined;
3237
+ "aria-brailleroledescription"?: string | undefined;
3238
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
3239
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
3136
3240
  "aria-colcount"?: number | undefined;
3137
3241
  "aria-colindex"?: number | undefined;
3242
+ "aria-colindextext"?: string | undefined;
3138
3243
  "aria-colspan"?: number | undefined;
3139
3244
  "aria-controls"?: string | undefined;
3140
- "aria-current"?: boolean | "time" | "page" | "step" | "false" | "true" | "location" | "date" | undefined;
3245
+ "aria-current"?: boolean | "time" | "page" | "true" | "false" | "step" | "location" | "date" | undefined;
3141
3246
  "aria-describedby"?: string | undefined;
3247
+ "aria-description"?: string | undefined;
3142
3248
  "aria-details"?: string | undefined;
3143
- "aria-disabled"?: (boolean | "false" | "true") | undefined;
3144
- "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
3249
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
3250
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
3145
3251
  "aria-errormessage"?: string | undefined;
3146
- "aria-expanded"?: (boolean | "false" | "true") | undefined;
3252
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
3147
3253
  "aria-flowto"?: string | undefined;
3148
- "aria-grabbed"?: (boolean | "false" | "true") | undefined;
3149
- "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
3150
- "aria-hidden"?: (boolean | "false" | "true") | undefined;
3151
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
3254
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
3255
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "true" | "false" | "listbox" | "tree" | undefined;
3256
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
3257
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
3152
3258
  "aria-keyshortcuts"?: string | undefined;
3153
3259
  "aria-label"?: string | undefined;
3154
3260
  "aria-labelledby"?: string | undefined;
3155
3261
  "aria-level"?: number | undefined;
3156
3262
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
3157
- "aria-modal"?: (boolean | "false" | "true") | undefined;
3158
- "aria-multiline"?: (boolean | "false" | "true") | undefined;
3159
- "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
3263
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
3264
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
3265
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
3160
3266
  "aria-orientation"?: "horizontal" | "vertical" | undefined;
3161
3267
  "aria-owns"?: string | undefined;
3162
3268
  "aria-placeholder"?: string | undefined;
3163
3269
  "aria-posinset"?: number | undefined;
3164
- "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
3165
- "aria-readonly"?: (boolean | "false" | "true") | undefined;
3270
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
3271
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
3166
3272
  "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
3167
- "aria-required"?: (boolean | "false" | "true") | undefined;
3273
+ "aria-required"?: (boolean | "true" | "false") | undefined;
3168
3274
  "aria-roledescription"?: string | undefined;
3169
3275
  "aria-rowcount"?: number | undefined;
3170
3276
  "aria-rowindex"?: number | undefined;
3277
+ "aria-rowindextext"?: string | undefined;
3171
3278
  "aria-rowspan"?: number | undefined;
3172
- "aria-selected"?: (boolean | "false" | "true") | undefined;
3279
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
3173
3280
  "aria-setsize"?: number | undefined;
3174
3281
  "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
3175
3282
  "aria-valuemax"?: number | undefined;
@@ -3198,7 +3305,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
3198
3305
  onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
3199
3306
  onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
3200
3307
  onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
3201
- onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
3308
+ onBeforeInput?: import("react").InputEventHandler<HTMLDivElement> | undefined;
3202
3309
  onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
3203
3310
  onInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
3204
3311
  onInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
@@ -3317,9 +3424,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
3317
3424
  onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
3318
3425
  onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
3319
3426
  onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
3320
- onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
3321
3427
  onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
3322
- onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
3323
3428
  onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
3324
3429
  onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
3325
3430
  onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
@@ -3347,7 +3452,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
3347
3452
  viewBox?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
3348
3453
  } & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
3349
3454
  export declare const StyledAvatarName: import("@emotion/styled").StyledComponent<import("@mui/system").SystemProps<import("@mui/material/styles").Theme> & {
3350
- align?: "left" | "right" | "inherit" | "center" | "justify" | undefined;
3455
+ align?: "center" | "left" | "right" | "inherit" | "justify" | undefined;
3351
3456
  children?: import("react").ReactNode;
3352
3457
  classes?: Partial<import("@mui/material").TypographyClasses> | undefined;
3353
3458
  gutterBottom?: boolean | undefined;
@@ -3358,40 +3463,8 @@ export declare const StyledAvatarName: import("@emotion/styled").StyledComponent
3358
3463
  variantMapping?: Partial<Record<"button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "inherit" | "overline" | "subtitle1" | "subtitle2" | "body1" | "body2", string>> | undefined;
3359
3464
  } & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
3360
3465
  ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
3361
- }, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "variant" | "align" | ("p" | "color" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
3362
- export declare const StyledOutlineButton: import("@emotion/styled").StyledComponent<Omit<{
3363
- children?: import("react").ReactNode;
3364
- classes?: Partial<import("@mui/material").ButtonClasses> | undefined;
3365
- color?: "inherit" | "primary" | "secondary" | "success" | "error" | "info" | "warning" | undefined;
3366
- disabled?: boolean | undefined;
3367
- disableElevation?: boolean | undefined;
3368
- disableFocusRipple?: boolean | undefined;
3369
- endIcon?: import("react").ReactNode;
3370
- fullWidth?: boolean | undefined;
3371
- href?: string | undefined;
3372
- size?: "small" | "large" | "medium" | undefined;
3373
- startIcon?: import("react").ReactNode;
3374
- sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
3375
- variant?: "text" | "outlined" | "contained" | undefined;
3376
- } & Omit<{
3377
- action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
3378
- centerRipple?: boolean | undefined;
3379
- children?: import("react").ReactNode;
3380
- classes?: Partial<import("@mui/material").ButtonBaseClasses> | undefined;
3381
- disabled?: boolean | undefined;
3382
- disableRipple?: boolean | undefined;
3383
- disableTouchRipple?: boolean | undefined;
3384
- focusRipple?: boolean | undefined;
3385
- focusVisibleClassName?: string | undefined;
3386
- LinkComponent?: import("react").ElementType<any> | undefined;
3387
- onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
3388
- sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
3389
- tabIndex?: number | undefined;
3390
- TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
3391
- touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
3392
- }, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
3393
- ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
3394
- }, keyof import("@mui/material/OverridableComponent").CommonProps | "tabIndex" | "color" | "children" | "sx" | "variant" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "href" | "size" | "startIcon">, "ref"> & import("react").RefAttributes<HTMLButtonElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
3466
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "variant" | "align" | ("p" | "color" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
3467
+ export declare const StyledOutlineButton: import("@emotion/styled").StyledComponent<Omit<import("@mui/material").ButtonProps<"button", {}>, "ref"> & import("react").RefAttributes<HTMLButtonElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
3395
3468
  export declare const StyledAvatar: import("@emotion/styled").StyledComponent<any, {}, {}>;
3396
3469
  export declare const StyledListItemButton: import("@emotion/styled").StyledComponent<import("@mui/material").ListItemButtonBaseProps & Omit<{
3397
3470
  action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
@@ -3403,7 +3476,7 @@ export declare const StyledListItemButton: import("@emotion/styled").StyledCompo
3403
3476
  disableTouchRipple?: boolean | undefined;
3404
3477
  focusRipple?: boolean | undefined;
3405
3478
  focusVisibleClassName?: string | undefined;
3406
- LinkComponent?: import("react").ElementType<any> | undefined;
3479
+ LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
3407
3480
  onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
3408
3481
  sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
3409
3482
  tabIndex?: number | undefined;