@learningpool/ui 2.4.3 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (184) hide show
  1. package/assets/Images.d.ts +4 -9
  2. package/assets/Images.js +18 -4
  3. package/assets/Images.js.map +1 -0
  4. package/components/atoms/Autocomplete/Autocomplete.js +2 -1
  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 +2 -1
  8. package/components/atoms/Button/Button.js.map +1 -0
  9. package/components/atoms/Checkbox/Checkbox.js +2 -1
  10. package/components/atoms/Checkbox/Checkbox.js.map +1 -0
  11. package/components/atoms/IconButton/IconButton.js +2 -1
  12. package/components/atoms/IconButton/IconButton.js.map +1 -0
  13. package/components/atoms/Radio/Radio.js +2 -1
  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 +2 -1
  17. package/components/atoms/Select/Select.js.map +1 -0
  18. package/components/atoms/Slider/Slider.js +2 -1
  19. package/components/atoms/Slider/Slider.js.map +1 -0
  20. package/components/atoms/Switch/Switch.js +2 -1
  21. package/components/atoms/Switch/Switch.js.map +1 -0
  22. package/components/atoms/TextField/TextField.js +2 -1
  23. package/components/atoms/TextField/TextField.js.map +1 -0
  24. package/components/atoms/ToggleButton/ToggleButton.js +2 -1
  25. package/components/atoms/ToggleButton/ToggleButton.js.map +1 -0
  26. package/components/datadisplay/Avatar/Avatar.js +2 -1
  27. package/components/datadisplay/Avatar/Avatar.js.map +1 -0
  28. package/components/datadisplay/Chip/Chip.js +2 -1
  29. package/components/datadisplay/Chip/Chip.js.map +1 -0
  30. package/components/datadisplay/List/List.js +2 -1
  31. package/components/datadisplay/List/List.js.map +1 -0
  32. package/components/datadisplay/WelcomeBanner/WelcomeBanner.js +2 -1
  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 +2 -1
  38. package/components/feedback/Alert/Alert.js.map +1 -0
  39. package/components/feedback/FeedbackRating/FeedbackRating.js +2 -1
  40. package/components/feedback/FeedbackRating/FeedbackRating.js.map +1 -0
  41. package/components/landmarks/Header/Header.js +2 -1
  42. package/components/landmarks/Header/Header.js.map +1 -0
  43. package/components/landmarks/Header/HeaderActionButtons.d.ts +1 -1
  44. package/components/landmarks/Header/HeaderActionButtons.js +2 -1
  45. package/components/landmarks/Header/HeaderActionButtons.js.map +1 -0
  46. package/components/landmarks/Header/HeaderStyles.d.ts +8 -8
  47. package/components/landmarks/Header/HeaderStyles.js +1 -0
  48. package/components/landmarks/Header/HeaderStyles.js.map +1 -0
  49. package/components/navigation/Drawer/Drawer.js +2 -1
  50. package/components/navigation/Drawer/Drawer.js.map +1 -0
  51. package/components/navigation/MobileNavigation/MobileNavigation.js +2 -1
  52. package/components/navigation/MobileNavigation/MobileNavigation.js.map +1 -0
  53. package/components/navigation/MobileNavigation/MobileNavigationAvatar.js +3 -2
  54. package/components/navigation/MobileNavigation/MobileNavigationAvatar.js.map +1 -0
  55. package/components/navigation/MobileNavigation/MobileNavigationAvatarStyles.d.ts +367 -294
  56. package/components/navigation/MobileNavigation/MobileNavigationAvatarStyles.js +1 -0
  57. package/components/navigation/MobileNavigation/MobileNavigationAvatarStyles.js.map +1 -0
  58. package/components/navigation/MobileNavigation/MobileNavigationDrawer.d.ts +1 -1
  59. package/components/navigation/MobileNavigation/MobileNavigationDrawer.js +2 -1
  60. package/components/navigation/MobileNavigation/MobileNavigationDrawer.js.map +1 -0
  61. package/components/navigation/MobileNavigation/MobileNavigationDrawerStyles.d.ts +133 -98
  62. package/components/navigation/MobileNavigation/MobileNavigationDrawerStyles.js +1 -0
  63. package/components/navigation/MobileNavigation/MobileNavigationDrawerStyles.js.map +1 -0
  64. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItem.js +2 -1
  65. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItem.js.map +1 -0
  66. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenu.js +2 -1
  67. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenu.js.map +1 -0
  68. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenuStyles.d.ts +5 -18
  69. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenuStyles.js +1 -0
  70. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenuStyles.js.map +1 -0
  71. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemStyles.d.ts +5 -7
  72. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemStyles.js +1 -0
  73. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemStyles.js.map +1 -0
  74. package/components/navigation/MobileNavigation/MobileNavigationMotion.js +1 -0
  75. package/components/navigation/MobileNavigation/MobileNavigationMotion.js.map +1 -0
  76. package/components/navigation/MobileNavigation/MobileNavigationNotchIndicator.js +2 -1
  77. package/components/navigation/MobileNavigation/MobileNavigationNotchIndicator.js.map +1 -0
  78. package/components/navigation/MobileNavigation/MobileNavigationSearch.d.ts +1 -1
  79. package/components/navigation/MobileNavigation/MobileNavigationSearch.js +2 -1
  80. package/components/navigation/MobileNavigation/MobileNavigationSearch.js.map +1 -0
  81. package/components/navigation/MobileNavigation/MobileNavigationSearchStyles.d.ts +121 -86
  82. package/components/navigation/MobileNavigation/MobileNavigationSearchStyles.js +1 -0
  83. package/components/navigation/MobileNavigation/MobileNavigationSearchStyles.js.map +1 -0
  84. package/components/navigation/MobileNavigation/MobileNavigationStyles.d.ts +17 -17
  85. package/components/navigation/MobileNavigation/MobileNavigationStyles.js +1 -0
  86. package/components/navigation/MobileNavigation/MobileNavigationStyles.js.map +1 -0
  87. package/components/navigation/MobileNavigation/MobileNavigationToggleSearchX.js +2 -1
  88. package/components/navigation/MobileNavigation/MobileNavigationToggleSearchX.js.map +1 -0
  89. package/components/navigation/MobileNavigation/MobileNavigationToggleX.js +2 -1
  90. package/components/navigation/MobileNavigation/MobileNavigationToggleX.js.map +1 -0
  91. package/components/navigation/VerticalNavigation/VerticalNavigation.js +3 -2
  92. package/components/navigation/VerticalNavigation/VerticalNavigation.js.map +1 -0
  93. package/components/navigation/VerticalNavigation/VerticalNavigationAvatar.js +2 -1
  94. package/components/navigation/VerticalNavigation/VerticalNavigationAvatar.js.map +1 -0
  95. package/components/navigation/VerticalNavigation/VerticalNavigationAvatarStyles.d.ts +367 -294
  96. package/components/navigation/VerticalNavigation/VerticalNavigationAvatarStyles.js +1 -0
  97. package/components/navigation/VerticalNavigation/VerticalNavigationAvatarStyles.js.map +1 -0
  98. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItem.js +2 -1
  99. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItem.js.map +1 -0
  100. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenu.js +2 -1
  101. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenu.js.map +1 -0
  102. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenuStyles.d.ts +6 -19
  103. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenuStyles.js +1 -0
  104. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenuStyles.js.map +1 -0
  105. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemStyles.d.ts +5 -7
  106. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemStyles.js +1 -0
  107. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemStyles.js.map +1 -0
  108. package/components/navigation/VerticalNavigation/VerticalNavigationMotion.js +1 -0
  109. package/components/navigation/VerticalNavigation/VerticalNavigationMotion.js.map +1 -0
  110. package/components/navigation/VerticalNavigation/VerticalNavigationStyles.d.ts +133 -98
  111. package/components/navigation/VerticalNavigation/VerticalNavigationStyles.js +1 -0
  112. package/components/navigation/VerticalNavigation/VerticalNavigationStyles.js.map +1 -0
  113. package/components/navigation/helpers.d.ts +1 -1
  114. package/components/navigation/helpers.js +2 -1
  115. package/components/navigation/helpers.js.map +1 -0
  116. package/components/pages/ErrorPage/ErrorPage.js +2 -1
  117. package/components/pages/ErrorPage/ErrorPage.js.map +1 -0
  118. package/components/pages/ErrorPage/ErrorPageStyles.d.ts +4 -4
  119. package/components/pages/ErrorPage/ErrorPageStyles.js +1 -0
  120. package/components/pages/ErrorPage/ErrorPageStyles.js.map +1 -0
  121. package/components/pages/SideInSide/SideInSide.js +2 -1
  122. package/components/pages/SideInSide/SideInSide.js.map +1 -0
  123. package/components/pages/SideInSide/SideInSideStyles.js +1 -0
  124. package/components/pages/SideInSide/SideInSideStyles.js.map +1 -0
  125. package/components/stream/AppHub/AppHub.js +9 -10
  126. package/components/stream/AppHub/AppHub.js.map +1 -0
  127. package/components/stream/AppHub/AppHubAdvertStyles.js +1 -0
  128. package/components/stream/AppHub/AppHubAdvertStyles.js.map +1 -0
  129. package/components/stream/AppHub/AppHubBannerAdvert.d.ts +1 -1
  130. package/components/stream/AppHub/AppHubBannerAdvert.js +5 -4
  131. package/components/stream/AppHub/AppHubBannerAdvert.js.map +1 -0
  132. package/components/stream/AppHub/AppHubCustom.js +2 -1
  133. package/components/stream/AppHub/AppHubCustom.js.map +1 -0
  134. package/components/stream/AppHub/AppHubCustomStyles.d.ts +3 -3
  135. package/components/stream/AppHub/AppHubCustomStyles.js +1 -0
  136. package/components/stream/AppHub/AppHubCustomStyles.js.map +1 -0
  137. package/components/stream/AppHub/AppHubProduct.js +3 -2
  138. package/components/stream/AppHub/AppHubProduct.js.map +1 -0
  139. package/components/stream/AppHub/AppHubProductStyles.d.ts +6 -38
  140. package/components/stream/AppHub/AppHubProductStyles.js +1 -0
  141. package/components/stream/AppHub/AppHubProductStyles.js.map +1 -0
  142. package/components/stream/AppHub/AppHubStyles.d.ts +4 -4
  143. package/components/stream/AppHub/AppHubStyles.js +1 -0
  144. package/components/stream/AppHub/AppHubStyles.js.map +1 -0
  145. package/components/stream/AppHub/constants.js +1 -0
  146. package/components/stream/AppHub/constants.js.map +1 -0
  147. package/components/stream/AppSwitcher/AppSwitcher.js +2 -1
  148. package/components/stream/AppSwitcher/AppSwitcher.js.map +1 -0
  149. package/components/stream/AppSwitcher/AppSwitcherStyles.d.ts +5 -5
  150. package/components/stream/AppSwitcher/AppSwitcherStyles.js +1 -0
  151. package/components/stream/AppSwitcher/AppSwitcherStyles.js.map +1 -0
  152. package/components/stream/AppSwitcher/constants.js +1 -0
  153. package/components/stream/AppSwitcher/constants.js.map +1 -0
  154. package/index.js +1 -0
  155. package/index.js.map +1 -0
  156. package/lang/en-us.js +1 -0
  157. package/lang/en-us.js.map +1 -0
  158. package/package.json +17 -24
  159. package/types/components/navigation/VerticalNavigation.js +1 -0
  160. package/types/components/navigation/VerticalNavigation.js.map +1 -0
  161. package/types/components/navigation/VerticalNavigationAvatar.js +1 -0
  162. package/types/components/navigation/VerticalNavigationAvatar.js.map +1 -0
  163. package/types/components/stream/AppHub.js +1 -0
  164. package/types/components/stream/AppHub.js.map +1 -0
  165. package/types/components/stream/AppSwitcher.js +1 -0
  166. package/types/components/stream/AppSwitcher.js.map +1 -0
  167. package/types/index.js +1 -0
  168. package/types/index.js.map +1 -0
  169. package/types/utils/themeExtends.js +1 -0
  170. package/types/utils/themeExtends.js.map +1 -0
  171. package/utils/Enums/HubEventTypes.enum.js +1 -0
  172. package/utils/Enums/HubEventTypes.enum.js.map +1 -0
  173. package/utils/constants.js +1 -0
  174. package/utils/constants.js.map +1 -0
  175. package/utils/dataAttributes.js +1 -0
  176. package/utils/dataAttributes.js.map +1 -0
  177. package/utils/helpers.js +1 -0
  178. package/utils/helpers.js.map +1 -0
  179. package/utils/hooks.js +1 -0
  180. package/utils/hooks.js.map +1 -0
  181. package/utils/index.js +1 -0
  182. package/utils/index.js.map +1 -0
  183. package/utils/theme.js +1 -0
  184. package/utils/theme.js.map +1 -0
@@ -1,39 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  /// <reference types="react" />
3
3
  export declare const StyledSwipeableAvatar: import("@emotion/styled").StyledComponent<import("@mui/material/Drawer").DrawerProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
4
- export declare const StyledButton: import("@emotion/styled").StyledComponent<Omit<{
5
- children?: import("react").ReactNode;
6
- classes?: Partial<import("@mui/material").ButtonClasses> | undefined;
7
- color?: "inherit" | "primary" | "secondary" | "success" | "error" | "info" | "warning" | undefined;
8
- disabled?: boolean | undefined;
9
- disableElevation?: boolean | undefined;
10
- disableFocusRipple?: boolean | undefined;
11
- endIcon?: import("react").ReactNode;
12
- fullWidth?: boolean | undefined;
13
- href?: string | undefined;
14
- size?: "small" | "large" | "medium" | undefined;
15
- startIcon?: import("react").ReactNode;
16
- sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
17
- variant?: "text" | "outlined" | "contained" | undefined;
18
- } & Omit<{
19
- action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
20
- centerRipple?: boolean | undefined;
21
- children?: import("react").ReactNode;
22
- classes?: Partial<import("@mui/material").ButtonBaseClasses> | undefined;
23
- disabled?: boolean | undefined;
24
- disableRipple?: boolean | undefined;
25
- disableTouchRipple?: boolean | undefined;
26
- focusRipple?: boolean | undefined;
27
- focusVisibleClassName?: string | undefined;
28
- LinkComponent?: import("react").ElementType<any> | undefined;
29
- onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
30
- sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
31
- tabIndex?: number | undefined;
32
- TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
33
- touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
34
- }, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
35
- ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
36
- }, 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>, {}, {}>;
4
+ export declare const StyledButton: import("@emotion/styled").StyledComponent<Omit<import("@mui/material").ButtonProps<"button", {}>, "ref"> & import("react").RefAttributes<HTMLButtonElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
37
5
  export declare const StyledBox: import("@emotion/styled").StyledComponent<import("@react-spring/web").AnimatedProps<{
38
6
  className?: string | undefined;
39
7
  style?: {
@@ -42,6 +10,9 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
42
10
  alignItems?: import("csstype").Property.AlignItems | undefined;
43
11
  alignSelf?: import("csstype").Property.AlignSelf | undefined;
44
12
  alignTracks?: import("csstype").Property.AlignTracks | undefined;
13
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
14
+ anchorName?: import("csstype").Property.AnchorName | undefined;
15
+ anchorScope?: import("csstype").Property.AnchorScope | undefined;
45
16
  animationComposition?: import("csstype").Property.AnimationComposition | undefined;
46
17
  animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
47
18
  animationDirection?: import("csstype").Property.AnimationDirection | undefined;
@@ -68,17 +39,14 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
68
39
  backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
69
40
  backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
70
41
  backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
71
- blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
42
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
72
43
  blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
73
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
74
44
  borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
75
45
  borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
76
46
  borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
77
47
  borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
78
48
  borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
79
49
  borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
80
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
81
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
82
50
  borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
83
51
  borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
84
52
  borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
@@ -92,15 +60,12 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
92
60
  borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
93
61
  borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
94
62
  borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
95
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
96
63
  borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
97
64
  borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
98
65
  borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
99
66
  borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
100
67
  borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
101
68
  borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
102
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
103
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
104
69
  borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
105
70
  borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
106
71
  borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
@@ -127,8 +92,10 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
127
92
  caretShape?: import("csstype").Property.CaretShape | undefined;
128
93
  clear?: import("csstype").Property.Clear | undefined;
129
94
  clipPath?: import("csstype").Property.ClipPath | undefined;
95
+ clipRule?: import("csstype").Property.ClipRule | undefined;
130
96
  color?: import("csstype").Property.Color | undefined;
131
97
  colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
98
+ colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
132
99
  colorScheme?: import("csstype").Property.ColorScheme | undefined;
133
100
  columnCount?: import("csstype").Property.ColumnCount | undefined;
134
101
  columnFill?: import("csstype").Property.ColumnFill | undefined;
@@ -151,9 +118,17 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
151
118
  counterReset?: import("csstype").Property.CounterReset | undefined;
152
119
  counterSet?: import("csstype").Property.CounterSet | undefined;
153
120
  cursor?: import("csstype").Property.Cursor | undefined;
121
+ cx?: import("csstype").Property.Cx<string | number> | undefined;
122
+ cy?: import("csstype").Property.Cy<string | number> | undefined;
123
+ d?: import("csstype").Property.D | undefined;
154
124
  direction?: import("csstype").Property.Direction | undefined;
155
125
  display?: import("csstype").Property.Display | undefined;
126
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
156
127
  emptyCells?: import("csstype").Property.EmptyCells | undefined;
128
+ fieldSizing?: import("csstype").Property.FieldSizing | undefined;
129
+ fill?: import("csstype").Property.Fill | undefined;
130
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
131
+ fillRule?: import("csstype").Property.FillRule | undefined;
157
132
  filter?: import("csstype").Property.Filter | undefined;
158
133
  flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
159
134
  flexDirection?: import("csstype").Property.FlexDirection | undefined;
@@ -161,6 +136,8 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
161
136
  flexShrink?: import("csstype").Property.FlexShrink | undefined;
162
137
  flexWrap?: import("csstype").Property.FlexWrap | undefined;
163
138
  float?: import("csstype").Property.Float | undefined;
139
+ floodColor?: import("csstype").Property.FloodColor | undefined;
140
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
164
141
  fontFamily?: import("csstype").Property.FontFamily | undefined;
165
142
  fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
166
143
  fontKerning?: import("csstype").Property.FontKerning | undefined;
@@ -170,7 +147,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
170
147
  fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
171
148
  fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
172
149
  fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
173
- fontStretch?: import("csstype").Property.FontStretch | undefined;
174
150
  fontStyle?: import("csstype").Property.FontStyle | undefined;
175
151
  fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
176
152
  fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
@@ -187,6 +163,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
187
163
  fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
188
164
  fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
189
165
  fontWeight?: import("csstype").Property.FontWeight | undefined;
166
+ fontWidth?: import("csstype").Property.FontWidth | undefined;
190
167
  forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
191
168
  gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
192
169
  gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
@@ -207,12 +184,13 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
207
184
  imageRendering?: import("csstype").Property.ImageRendering | undefined;
208
185
  imageResolution?: import("csstype").Property.ImageResolution | undefined;
209
186
  initialLetter?: import("csstype").Property.InitialLetter | undefined;
187
+ initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
210
188
  inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
211
- inputSecurity?: import("csstype").Property.InputSecurity | undefined;
212
189
  insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
213
190
  insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
214
191
  insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
215
192
  insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
193
+ interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
216
194
  isolation?: import("csstype").Property.Isolation | undefined;
217
195
  justifyContent?: import("csstype").Property.JustifyContent | undefined;
218
196
  justifyItems?: import("csstype").Property.JustifyItems | undefined;
@@ -220,6 +198,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
220
198
  justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
221
199
  left?: import("csstype").Property.Left<string | number> | undefined;
222
200
  letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
201
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
223
202
  lineBreak?: import("csstype").Property.LineBreak | undefined;
224
203
  lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
225
204
  lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
@@ -235,6 +214,10 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
235
214
  marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
236
215
  marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
237
216
  marginTrim?: import("csstype").Property.MarginTrim | undefined;
217
+ marker?: import("csstype").Property.Marker | undefined;
218
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
219
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
220
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
238
221
  maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
239
222
  maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
240
223
  maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
@@ -269,6 +252,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
269
252
  motionRotation?: import("csstype").Property.OffsetRotate | undefined;
270
253
  objectFit?: import("csstype").Property.ObjectFit | undefined;
271
254
  objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
255
+ objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
272
256
  offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
273
257
  offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
274
258
  offsetPath?: import("csstype").Property.OffsetPath | undefined;
@@ -304,25 +288,32 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
304
288
  paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
305
289
  paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
306
290
  page?: import("csstype").Property.Page | undefined;
307
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
308
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
309
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
310
291
  paintOrder?: import("csstype").Property.PaintOrder | undefined;
311
292
  perspective?: import("csstype").Property.Perspective<string | number> | undefined;
312
293
  perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
313
294
  pointerEvents?: import("csstype").Property.PointerEvents | undefined;
314
295
  position?: import("csstype").Property.Position | undefined;
296
+ positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
297
+ positionArea?: import("csstype").Property.PositionArea | undefined;
298
+ positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
299
+ positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
300
+ positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
315
301
  printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
316
302
  quotes?: import("csstype").Property.Quotes | undefined;
303
+ r?: import("csstype").Property.R<string | number> | undefined;
317
304
  resize?: import("csstype").Property.Resize | undefined;
318
305
  right?: import("csstype").Property.Right<string | number> | undefined;
319
306
  rotate?: (string | number) | undefined;
320
307
  rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
321
308
  rubyAlign?: import("csstype").Property.RubyAlign | undefined;
322
309
  rubyMerge?: import("csstype").Property.RubyMerge | undefined;
310
+ rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
323
311
  rubyPosition?: import("csstype").Property.RubyPosition | undefined;
312
+ rx?: import("csstype").Property.Rx<string | number> | undefined;
313
+ ry?: import("csstype").Property.Ry<string | number> | undefined;
324
314
  scale?: string | number | readonly [number, number] | undefined;
325
315
  scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
316
+ scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
326
317
  scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
327
318
  scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
328
319
  scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
@@ -354,10 +345,28 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
354
345
  shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
355
346
  shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
356
347
  shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
348
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
349
+ speakAs?: import("csstype").Property.SpeakAs | undefined;
350
+ stopColor?: import("csstype").Property.StopColor | undefined;
351
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
352
+ stroke?: import("csstype").Property.Stroke | undefined;
353
+ strokeColor?: import("csstype").Property.StrokeColor | undefined;
354
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
355
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
356
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
357
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
358
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
359
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
360
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
357
361
  tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
358
362
  tableLayout?: import("csstype").Property.TableLayout | undefined;
359
363
  textAlign?: import("csstype").Property.TextAlign | undefined;
360
364
  textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
365
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
366
+ textAutospace?: import("csstype").Property.TextAutospace | undefined;
367
+ textBox?: import("csstype").Property.TextBox | undefined;
368
+ textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
369
+ textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
361
370
  textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
362
371
  textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
363
372
  textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
@@ -375,10 +384,12 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
375
384
  textRendering?: import("csstype").Property.TextRendering | undefined;
376
385
  textShadow?: import("csstype").Property.TextShadow | undefined;
377
386
  textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
387
+ textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
378
388
  textTransform?: import("csstype").Property.TextTransform | undefined;
379
389
  textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
380
390
  textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
381
- textWrap?: import("csstype").Property.TextWrap | undefined;
391
+ textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
392
+ textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
382
393
  timelineScope?: import("csstype").Property.TimelineScope | undefined;
383
394
  top?: import("csstype").Property.Top<string | number> | undefined;
384
395
  touchAction?: import("csstype").Property.TouchAction | undefined;
@@ -394,15 +405,16 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
394
405
  translate?: (string | number) | readonly [string | number, string | number] | undefined;
395
406
  unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
396
407
  userSelect?: import("csstype").Property.UserSelect | undefined;
408
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
397
409
  verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
398
410
  viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
399
411
  viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
400
412
  viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
413
+ viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
401
414
  viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
402
415
  visibility?: import("csstype").Property.Visibility | undefined;
403
416
  whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
404
417
  whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
405
- whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
406
418
  widows?: import("csstype").Property.Widows | undefined;
407
419
  width?: import("csstype").Property.Width<string | number> | undefined;
408
420
  willChange?: import("csstype").Property.WillChange | undefined;
@@ -410,6 +422,8 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
410
422
  wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
411
423
  wordWrap?: import("csstype").Property.WordWrap | undefined;
412
424
  writingMode?: import("csstype").Property.WritingMode | undefined;
425
+ x?: (string | number) | undefined;
426
+ y?: (string | number) | undefined;
413
427
  zIndex?: import("csstype").Property.ZIndex | undefined;
414
428
  zoom?: import("csstype").Property.Zoom | undefined;
415
429
  all?: import("csstype").Globals | undefined;
@@ -419,14 +433,20 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
419
433
  backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
420
434
  border?: import("csstype").Property.Border<string | number> | undefined;
421
435
  borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
436
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
422
437
  borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
423
438
  borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
439
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
440
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
424
441
  borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
425
442
  borderColor?: import("csstype").Property.BorderColor | undefined;
426
443
  borderImage?: import("csstype").Property.BorderImage | undefined;
427
444
  borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
445
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
428
446
  borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
429
447
  borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
448
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
449
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
430
450
  borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
431
451
  borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
432
452
  borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
@@ -468,6 +488,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
468
488
  placeContent?: import("csstype").Property.PlaceContent | undefined;
469
489
  placeItems?: import("csstype").Property.PlaceItems | undefined;
470
490
  placeSelf?: import("csstype").Property.PlaceSelf | undefined;
491
+ positionTry?: import("csstype").Property.PositionTry | undefined;
471
492
  scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
472
493
  scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
473
494
  scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
@@ -478,6 +499,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
478
499
  scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
479
500
  textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
480
501
  textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
502
+ textWrap?: import("csstype").Property.TextWrap | undefined;
481
503
  transition?: import("csstype").Property.Transition<string & {}> | undefined;
482
504
  viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
483
505
  MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
@@ -489,6 +511,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
489
511
  MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
490
512
  MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
491
513
  MozAppearance?: import("csstype").Property.MozAppearance | undefined;
514
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
492
515
  MozBinding?: import("csstype").Property.MozBinding | undefined;
493
516
  MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
494
517
  MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
@@ -500,8 +523,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
500
523
  MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
501
524
  MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
502
525
  MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
503
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
504
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
505
526
  MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
506
527
  MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
507
528
  MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
@@ -510,7 +531,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
510
531
  MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
511
532
  MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
512
533
  MozHyphens?: import("csstype").Property.Hyphens | undefined;
513
- MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
514
534
  MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
515
535
  MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
516
536
  MozOrient?: import("csstype").Property.MozOrient | undefined;
@@ -521,11 +541,15 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
521
541
  MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
522
542
  MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
523
543
  MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
544
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
545
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
524
546
  MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
525
547
  MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
526
548
  MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
527
549
  MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
528
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
550
+ MozTransform?: import("csstype").Property.Transform | undefined;
551
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
552
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
529
553
  MozUserModify?: import("csstype").Property.MozUserModify | undefined;
530
554
  MozUserSelect?: import("csstype").Property.UserSelect | undefined;
531
555
  MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
@@ -644,6 +668,8 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
644
668
  WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
645
669
  WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
646
670
  WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
671
+ WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
672
+ WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
647
673
  WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
648
674
  WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
649
675
  WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
@@ -698,13 +724,14 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
698
724
  WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
699
725
  WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
700
726
  WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
701
- WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
727
+ WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
702
728
  WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
703
729
  MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
704
730
  MozBorderImage?: import("csstype").Property.BorderImage | undefined;
705
731
  MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
706
732
  MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
707
733
  MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
734
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
708
735
  msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
709
736
  msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
710
737
  msFlex?: import("csstype").Property.Flex<string | number> | undefined;
@@ -725,7 +752,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
725
752
  WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
726
753
  WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
727
754
  WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
728
- azimuth?: import("csstype").Property.Azimuth | undefined;
729
755
  boxAlign?: import("csstype").Property.BoxAlign | undefined;
730
756
  boxDirection?: import("csstype").Property.BoxDirection | undefined;
731
757
  boxFlex?: import("csstype").Property.BoxFlex | undefined;
@@ -735,16 +761,22 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
735
761
  boxOrient?: import("csstype").Property.BoxOrient | undefined;
736
762
  boxPack?: import("csstype").Property.BoxPack | undefined;
737
763
  clip?: import("csstype").Property.Clip | undefined;
764
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
738
765
  gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
739
766
  gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
740
767
  gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
741
768
  imeMode?: import("csstype").Property.ImeMode | undefined;
769
+ insetArea?: import("csstype").Property.PositionArea | undefined;
742
770
  offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
743
771
  offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
744
772
  offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
745
773
  offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
746
774
  offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
747
775
  offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
776
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
777
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
778
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
779
+ positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
748
780
  scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
749
781
  scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
750
782
  scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
@@ -762,9 +794,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
762
794
  KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
763
795
  KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
764
796
  KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
765
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
766
797
  MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
767
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
768
798
  MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
769
799
  MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
770
800
  MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
@@ -779,6 +809,8 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
779
809
  MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
780
810
  MozBoxPack?: import("csstype").Property.BoxPack | undefined;
781
811
  MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
812
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
813
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
782
814
  MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
783
815
  MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
784
816
  MozOpacity?: import("csstype").Property.Opacity | undefined;
@@ -786,20 +818,15 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
786
818
  MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
787
819
  MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
788
820
  MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
789
- MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
790
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
791
821
  MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
792
822
  MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
793
823
  MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
794
824
  MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
795
- MozTransform?: import("csstype").Property.Transform | undefined;
796
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
797
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
798
- MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
799
825
  MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
800
826
  MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
801
827
  MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
802
828
  MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
829
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
803
830
  MozUserInput?: import("csstype").Property.MozUserInput | undefined;
804
831
  msImeMode?: import("csstype").Property.ImeMode | undefined;
805
832
  OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
@@ -832,38 +859,9 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
832
859
  WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
833
860
  WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
834
861
  WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
835
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
836
- baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
837
- clipRule?: import("csstype").Property.ClipRule | undefined;
838
862
  colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
839
863
  colorRendering?: import("csstype").Property.ColorRendering | undefined;
840
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
841
- fill?: import("csstype").Property.Fill | undefined;
842
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
843
- fillRule?: import("csstype").Property.FillRule | undefined;
844
- floodColor?: import("csstype").Property.FloodColor | undefined;
845
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
846
864
  glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
847
- lightingColor?: import("csstype").Property.LightingColor | undefined;
848
- marker?: import("csstype").Property.Marker | undefined;
849
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
850
- markerMid?: import("csstype").Property.MarkerMid | undefined;
851
- markerStart?: import("csstype").Property.MarkerStart | undefined;
852
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
853
- stopColor?: import("csstype").Property.StopColor | undefined;
854
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
855
- stroke?: import("csstype").Property.Stroke | undefined;
856
- strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
857
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
858
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
859
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
860
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
861
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
862
- strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
863
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
864
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
865
- x?: (string | number) | undefined;
866
- y?: (string | number) | undefined;
867
865
  z?: (string | number) | undefined;
868
866
  translateX?: (string | number) | undefined;
869
867
  translateY?: (string | number) | undefined;
@@ -891,17 +889,18 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
891
889
  suppressContentEditableWarning?: boolean | undefined;
892
890
  suppressHydrationWarning?: boolean | undefined;
893
891
  accessKey?: string | undefined;
892
+ autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
894
893
  autoFocus?: boolean | undefined;
895
- contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
894
+ contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
896
895
  contextMenu?: string | undefined;
897
896
  dir?: string | undefined;
898
- draggable?: (boolean | "false" | "true") | undefined;
897
+ draggable?: (boolean | "true" | "false") | undefined;
898
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
899
899
  hidden?: boolean | undefined;
900
900
  id?: string | undefined;
901
901
  lang?: string | undefined;
902
902
  nonce?: string | undefined;
903
- placeholder?: string | undefined;
904
- spellCheck?: (boolean | "false" | "true") | undefined;
903
+ spellCheck?: (boolean | "true" | "false") | undefined;
905
904
  tabIndex?: number | undefined;
906
905
  translate?: "yes" | "no" | undefined;
907
906
  radioGroup?: string | undefined;
@@ -917,7 +916,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
917
916
  rev?: string | undefined;
918
917
  typeof?: string | undefined;
919
918
  vocab?: string | undefined;
920
- autoCapitalize?: string | undefined;
921
919
  autoCorrect?: string | undefined;
922
920
  autoSave?: string | undefined;
923
921
  color?: string | undefined;
@@ -928,51 +926,58 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
928
926
  itemRef?: string | undefined;
929
927
  results?: number | undefined;
930
928
  security?: string | undefined;
931
- unselectable?: "on" | "off" | undefined;
932
- inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
929
+ unselectable?: "off" | "on" | undefined;
930
+ inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
933
931
  is?: string | undefined;
932
+ exportparts?: string | undefined;
933
+ part?: string | undefined;
934
934
  "aria-activedescendant"?: string | undefined;
935
- "aria-atomic"?: (boolean | "false" | "true") | undefined;
936
- "aria-autocomplete"?: "none" | "list" | "both" | "inline" | undefined;
937
- "aria-busy"?: (boolean | "false" | "true") | undefined;
938
- "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
935
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
936
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
937
+ "aria-braillelabel"?: string | undefined;
938
+ "aria-brailleroledescription"?: string | undefined;
939
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
940
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
939
941
  "aria-colcount"?: number | undefined;
940
942
  "aria-colindex"?: number | undefined;
943
+ "aria-colindextext"?: string | undefined;
941
944
  "aria-colspan"?: number | undefined;
942
945
  "aria-controls"?: string | undefined;
943
- "aria-current"?: boolean | "time" | "page" | "step" | "false" | "true" | "location" | "date" | undefined;
946
+ "aria-current"?: boolean | "time" | "page" | "true" | "false" | "step" | "location" | "date" | undefined;
944
947
  "aria-describedby"?: string | undefined;
948
+ "aria-description"?: string | undefined;
945
949
  "aria-details"?: string | undefined;
946
- "aria-disabled"?: (boolean | "false" | "true") | undefined;
947
- "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
950
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
951
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
948
952
  "aria-errormessage"?: string | undefined;
949
- "aria-expanded"?: (boolean | "false" | "true") | undefined;
953
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
950
954
  "aria-flowto"?: string | undefined;
951
- "aria-grabbed"?: (boolean | "false" | "true") | undefined;
952
- "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
953
- "aria-hidden"?: (boolean | "false" | "true") | undefined;
954
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
955
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
956
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "true" | "false" | "listbox" | "tree" | undefined;
957
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
958
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
955
959
  "aria-keyshortcuts"?: string | undefined;
956
960
  "aria-label"?: string | undefined;
957
961
  "aria-labelledby"?: string | undefined;
958
962
  "aria-level"?: number | undefined;
959
963
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
960
- "aria-modal"?: (boolean | "false" | "true") | undefined;
961
- "aria-multiline"?: (boolean | "false" | "true") | undefined;
962
- "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
964
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
965
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
966
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
963
967
  "aria-orientation"?: "horizontal" | "vertical" | undefined;
964
968
  "aria-owns"?: string | undefined;
965
969
  "aria-placeholder"?: string | undefined;
966
970
  "aria-posinset"?: number | undefined;
967
- "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
968
- "aria-readonly"?: (boolean | "false" | "true") | undefined;
971
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
972
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
969
973
  "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
970
- "aria-required"?: (boolean | "false" | "true") | undefined;
974
+ "aria-required"?: (boolean | "true" | "false") | undefined;
971
975
  "aria-roledescription"?: string | undefined;
972
976
  "aria-rowcount"?: number | undefined;
973
977
  "aria-rowindex"?: number | undefined;
978
+ "aria-rowindextext"?: string | undefined;
974
979
  "aria-rowspan"?: number | undefined;
975
- "aria-selected"?: (boolean | "false" | "true") | undefined;
980
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
976
981
  "aria-setsize"?: number | undefined;
977
982
  "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
978
983
  "aria-valuemax"?: number | undefined;
@@ -1001,7 +1006,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
1001
1006
  onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
1002
1007
  onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1003
1008
  onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1004
- onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1009
+ onBeforeInput?: import("react").InputEventHandler<HTMLDivElement> | undefined;
1005
1010
  onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1006
1011
  onInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1007
1012
  onInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
@@ -1120,9 +1125,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
1120
1125
  onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1121
1126
  onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1122
1127
  onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1123
- onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1124
1128
  onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1125
- onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1126
1129
  onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1127
1130
  onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1128
1131
  onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
@@ -1157,6 +1160,9 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1157
1160
  alignItems?: import("csstype").Property.AlignItems | undefined;
1158
1161
  alignSelf?: import("csstype").Property.AlignSelf | undefined;
1159
1162
  alignTracks?: import("csstype").Property.AlignTracks | undefined;
1163
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
1164
+ anchorName?: import("csstype").Property.AnchorName | undefined;
1165
+ anchorScope?: import("csstype").Property.AnchorScope | undefined;
1160
1166
  animationComposition?: import("csstype").Property.AnimationComposition | undefined;
1161
1167
  animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1162
1168
  animationDirection?: import("csstype").Property.AnimationDirection | undefined;
@@ -1183,17 +1189,14 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1183
1189
  backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
1184
1190
  backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
1185
1191
  backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1186
- blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
1192
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
1187
1193
  blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
1188
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
1189
1194
  borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
1190
1195
  borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
1191
1196
  borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
1192
1197
  borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
1193
1198
  borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
1194
1199
  borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
1195
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
1196
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
1197
1200
  borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
1198
1201
  borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1199
1202
  borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
@@ -1207,15 +1210,12 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1207
1210
  borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
1208
1211
  borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
1209
1212
  borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
1210
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
1211
1213
  borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1212
1214
  borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1213
1215
  borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1214
1216
  borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1215
1217
  borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1216
1218
  borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
1217
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
1218
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
1219
1219
  borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
1220
1220
  borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
1221
1221
  borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
@@ -1242,8 +1242,10 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1242
1242
  caretShape?: import("csstype").Property.CaretShape | undefined;
1243
1243
  clear?: import("csstype").Property.Clear | undefined;
1244
1244
  clipPath?: import("csstype").Property.ClipPath | undefined;
1245
+ clipRule?: import("csstype").Property.ClipRule | undefined;
1245
1246
  color?: import("csstype").Property.Color | undefined;
1246
1247
  colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1248
+ colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
1247
1249
  colorScheme?: import("csstype").Property.ColorScheme | undefined;
1248
1250
  columnCount?: import("csstype").Property.ColumnCount | undefined;
1249
1251
  columnFill?: import("csstype").Property.ColumnFill | undefined;
@@ -1266,9 +1268,17 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1266
1268
  counterReset?: import("csstype").Property.CounterReset | undefined;
1267
1269
  counterSet?: import("csstype").Property.CounterSet | undefined;
1268
1270
  cursor?: import("csstype").Property.Cursor | undefined;
1271
+ cx?: import("csstype").Property.Cx<string | number> | undefined;
1272
+ cy?: import("csstype").Property.Cy<string | number> | undefined;
1273
+ d?: import("csstype").Property.D | undefined;
1269
1274
  direction?: import("csstype").Property.Direction | undefined;
1270
1275
  display?: import("csstype").Property.Display | undefined;
1276
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
1271
1277
  emptyCells?: import("csstype").Property.EmptyCells | undefined;
1278
+ fieldSizing?: import("csstype").Property.FieldSizing | undefined;
1279
+ fill?: import("csstype").Property.Fill | undefined;
1280
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
1281
+ fillRule?: import("csstype").Property.FillRule | undefined;
1272
1282
  filter?: import("csstype").Property.Filter | undefined;
1273
1283
  flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1274
1284
  flexDirection?: import("csstype").Property.FlexDirection | undefined;
@@ -1276,6 +1286,8 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1276
1286
  flexShrink?: import("csstype").Property.FlexShrink | undefined;
1277
1287
  flexWrap?: import("csstype").Property.FlexWrap | undefined;
1278
1288
  float?: import("csstype").Property.Float | undefined;
1289
+ floodColor?: import("csstype").Property.FloodColor | undefined;
1290
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
1279
1291
  fontFamily?: import("csstype").Property.FontFamily | undefined;
1280
1292
  fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1281
1293
  fontKerning?: import("csstype").Property.FontKerning | undefined;
@@ -1285,7 +1297,6 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1285
1297
  fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
1286
1298
  fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
1287
1299
  fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
1288
- fontStretch?: import("csstype").Property.FontStretch | undefined;
1289
1300
  fontStyle?: import("csstype").Property.FontStyle | undefined;
1290
1301
  fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
1291
1302
  fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
@@ -1302,6 +1313,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1302
1313
  fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
1303
1314
  fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
1304
1315
  fontWeight?: import("csstype").Property.FontWeight | undefined;
1316
+ fontWidth?: import("csstype").Property.FontWidth | undefined;
1305
1317
  forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
1306
1318
  gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
1307
1319
  gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
@@ -1322,12 +1334,13 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1322
1334
  imageRendering?: import("csstype").Property.ImageRendering | undefined;
1323
1335
  imageResolution?: import("csstype").Property.ImageResolution | undefined;
1324
1336
  initialLetter?: import("csstype").Property.InitialLetter | undefined;
1337
+ initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
1325
1338
  inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
1326
- inputSecurity?: import("csstype").Property.InputSecurity | undefined;
1327
1339
  insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1328
1340
  insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1329
1341
  insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1330
1342
  insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1343
+ interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
1331
1344
  isolation?: import("csstype").Property.Isolation | undefined;
1332
1345
  justifyContent?: import("csstype").Property.JustifyContent | undefined;
1333
1346
  justifyItems?: import("csstype").Property.JustifyItems | undefined;
@@ -1335,6 +1348,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1335
1348
  justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
1336
1349
  left?: import("csstype").Property.Left<string | number> | undefined;
1337
1350
  letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
1351
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
1338
1352
  lineBreak?: import("csstype").Property.LineBreak | undefined;
1339
1353
  lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
1340
1354
  lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
@@ -1350,6 +1364,10 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1350
1364
  marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
1351
1365
  marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
1352
1366
  marginTrim?: import("csstype").Property.MarginTrim | undefined;
1367
+ marker?: import("csstype").Property.Marker | undefined;
1368
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
1369
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
1370
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
1353
1371
  maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
1354
1372
  maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1355
1373
  maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
@@ -1384,6 +1402,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1384
1402
  motionRotation?: import("csstype").Property.OffsetRotate | undefined;
1385
1403
  objectFit?: import("csstype").Property.ObjectFit | undefined;
1386
1404
  objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1405
+ objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
1387
1406
  offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
1388
1407
  offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1389
1408
  offsetPath?: import("csstype").Property.OffsetPath | undefined;
@@ -1419,25 +1438,32 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1419
1438
  paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
1420
1439
  paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
1421
1440
  page?: import("csstype").Property.Page | undefined;
1422
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
1423
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
1424
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
1425
1441
  paintOrder?: import("csstype").Property.PaintOrder | undefined;
1426
1442
  perspective?: import("csstype").Property.Perspective<string | number> | undefined;
1427
1443
  perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1428
1444
  pointerEvents?: import("csstype").Property.PointerEvents | undefined;
1429
1445
  position?: import("csstype").Property.Position | undefined;
1446
+ positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
1447
+ positionArea?: import("csstype").Property.PositionArea | undefined;
1448
+ positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
1449
+ positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
1450
+ positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
1430
1451
  printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1431
1452
  quotes?: import("csstype").Property.Quotes | undefined;
1453
+ r?: import("csstype").Property.R<string | number> | undefined;
1432
1454
  resize?: import("csstype").Property.Resize | undefined;
1433
1455
  right?: import("csstype").Property.Right<string | number> | undefined;
1434
1456
  rotate?: (string | number) | undefined;
1435
1457
  rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
1436
1458
  rubyAlign?: import("csstype").Property.RubyAlign | undefined;
1437
1459
  rubyMerge?: import("csstype").Property.RubyMerge | undefined;
1460
+ rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
1438
1461
  rubyPosition?: import("csstype").Property.RubyPosition | undefined;
1462
+ rx?: import("csstype").Property.Rx<string | number> | undefined;
1463
+ ry?: import("csstype").Property.Ry<string | number> | undefined;
1439
1464
  scale?: string | number | readonly [number, number] | undefined;
1440
1465
  scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
1466
+ scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
1441
1467
  scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
1442
1468
  scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
1443
1469
  scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
@@ -1469,10 +1495,28 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1469
1495
  shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
1470
1496
  shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1471
1497
  shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
1498
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
1499
+ speakAs?: import("csstype").Property.SpeakAs | undefined;
1500
+ stopColor?: import("csstype").Property.StopColor | undefined;
1501
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
1502
+ stroke?: import("csstype").Property.Stroke | undefined;
1503
+ strokeColor?: import("csstype").Property.StrokeColor | undefined;
1504
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
1505
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
1506
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
1507
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
1508
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
1509
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
1510
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
1472
1511
  tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1473
1512
  tableLayout?: import("csstype").Property.TableLayout | undefined;
1474
1513
  textAlign?: import("csstype").Property.TextAlign | undefined;
1475
1514
  textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1515
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
1516
+ textAutospace?: import("csstype").Property.TextAutospace | undefined;
1517
+ textBox?: import("csstype").Property.TextBox | undefined;
1518
+ textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
1519
+ textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
1476
1520
  textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
1477
1521
  textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1478
1522
  textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
@@ -1490,10 +1534,12 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1490
1534
  textRendering?: import("csstype").Property.TextRendering | undefined;
1491
1535
  textShadow?: import("csstype").Property.TextShadow | undefined;
1492
1536
  textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1537
+ textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
1493
1538
  textTransform?: import("csstype").Property.TextTransform | undefined;
1494
1539
  textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
1495
1540
  textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1496
- textWrap?: import("csstype").Property.TextWrap | undefined;
1541
+ textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
1542
+ textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
1497
1543
  timelineScope?: import("csstype").Property.TimelineScope | undefined;
1498
1544
  top?: import("csstype").Property.Top<string | number> | undefined;
1499
1545
  touchAction?: import("csstype").Property.TouchAction | undefined;
@@ -1509,15 +1555,16 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1509
1555
  translate?: (string | number) | readonly [string | number, string | number] | undefined;
1510
1556
  unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
1511
1557
  userSelect?: import("csstype").Property.UserSelect | undefined;
1558
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
1512
1559
  verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1513
1560
  viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
1514
1561
  viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
1515
1562
  viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
1563
+ viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
1516
1564
  viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
1517
1565
  visibility?: import("csstype").Property.Visibility | undefined;
1518
1566
  whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
1519
1567
  whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
1520
- whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
1521
1568
  widows?: import("csstype").Property.Widows | undefined;
1522
1569
  width?: import("csstype").Property.Width<string | number> | undefined;
1523
1570
  willChange?: import("csstype").Property.WillChange | undefined;
@@ -1525,6 +1572,8 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1525
1572
  wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
1526
1573
  wordWrap?: import("csstype").Property.WordWrap | undefined;
1527
1574
  writingMode?: import("csstype").Property.WritingMode | undefined;
1575
+ x?: (string | number) | undefined;
1576
+ y?: (string | number) | undefined;
1528
1577
  zIndex?: import("csstype").Property.ZIndex | undefined;
1529
1578
  zoom?: import("csstype").Property.Zoom | undefined;
1530
1579
  all?: import("csstype").Globals | undefined;
@@ -1534,14 +1583,20 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1534
1583
  backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
1535
1584
  border?: import("csstype").Property.Border<string | number> | undefined;
1536
1585
  borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
1586
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
1537
1587
  borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1538
1588
  borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1589
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
1590
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
1539
1591
  borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
1540
1592
  borderColor?: import("csstype").Property.BorderColor | undefined;
1541
1593
  borderImage?: import("csstype").Property.BorderImage | undefined;
1542
1594
  borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
1595
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
1543
1596
  borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1544
1597
  borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1598
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
1599
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
1545
1600
  borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
1546
1601
  borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1547
1602
  borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
@@ -1583,6 +1638,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1583
1638
  placeContent?: import("csstype").Property.PlaceContent | undefined;
1584
1639
  placeItems?: import("csstype").Property.PlaceItems | undefined;
1585
1640
  placeSelf?: import("csstype").Property.PlaceSelf | undefined;
1641
+ positionTry?: import("csstype").Property.PositionTry | undefined;
1586
1642
  scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1587
1643
  scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
1588
1644
  scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
@@ -1593,6 +1649,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1593
1649
  scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
1594
1650
  textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
1595
1651
  textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1652
+ textWrap?: import("csstype").Property.TextWrap | undefined;
1596
1653
  transition?: import("csstype").Property.Transition<string & {}> | undefined;
1597
1654
  viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
1598
1655
  MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
@@ -1604,6 +1661,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1604
1661
  MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1605
1662
  MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1606
1663
  MozAppearance?: import("csstype").Property.MozAppearance | undefined;
1664
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1607
1665
  MozBinding?: import("csstype").Property.MozBinding | undefined;
1608
1666
  MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
1609
1667
  MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
@@ -1615,8 +1673,6 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1615
1673
  MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1616
1674
  MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
1617
1675
  MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1618
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
1619
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
1620
1676
  MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1621
1677
  MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1622
1678
  MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
@@ -1625,7 +1681,6 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1625
1681
  MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1626
1682
  MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1627
1683
  MozHyphens?: import("csstype").Property.Hyphens | undefined;
1628
- MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
1629
1684
  MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1630
1685
  MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1631
1686
  MozOrient?: import("csstype").Property.MozOrient | undefined;
@@ -1636,11 +1691,15 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1636
1691
  MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
1637
1692
  MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1638
1693
  MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1694
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1695
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1639
1696
  MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
1640
1697
  MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1641
1698
  MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
1642
1699
  MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1643
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
1700
+ MozTransform?: import("csstype").Property.Transform | undefined;
1701
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1702
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1644
1703
  MozUserModify?: import("csstype").Property.MozUserModify | undefined;
1645
1704
  MozUserSelect?: import("csstype").Property.UserSelect | undefined;
1646
1705
  MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
@@ -1759,6 +1818,8 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1759
1818
  WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
1760
1819
  WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
1761
1820
  WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
1821
+ WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
1822
+ WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
1762
1823
  WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1763
1824
  WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1764
1825
  WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
@@ -1813,13 +1874,14 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1813
1874
  WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1814
1875
  WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1815
1876
  WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
1816
- WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
1877
+ WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
1817
1878
  WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
1818
1879
  MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1819
1880
  MozBorderImage?: import("csstype").Property.BorderImage | undefined;
1820
1881
  MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1821
1882
  MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
1822
1883
  MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
1884
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1823
1885
  msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
1824
1886
  msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
1825
1887
  msFlex?: import("csstype").Property.Flex<string | number> | undefined;
@@ -1840,7 +1902,6 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1840
1902
  WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1841
1903
  WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
1842
1904
  WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1843
- azimuth?: import("csstype").Property.Azimuth | undefined;
1844
1905
  boxAlign?: import("csstype").Property.BoxAlign | undefined;
1845
1906
  boxDirection?: import("csstype").Property.BoxDirection | undefined;
1846
1907
  boxFlex?: import("csstype").Property.BoxFlex | undefined;
@@ -1850,16 +1911,22 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1850
1911
  boxOrient?: import("csstype").Property.BoxOrient | undefined;
1851
1912
  boxPack?: import("csstype").Property.BoxPack | undefined;
1852
1913
  clip?: import("csstype").Property.Clip | undefined;
1914
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
1853
1915
  gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
1854
1916
  gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
1855
1917
  gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
1856
1918
  imeMode?: import("csstype").Property.ImeMode | undefined;
1919
+ insetArea?: import("csstype").Property.PositionArea | undefined;
1857
1920
  offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1858
1921
  offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1859
1922
  offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1860
1923
  offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1861
1924
  offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1862
1925
  offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1926
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
1927
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
1928
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
1929
+ positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
1863
1930
  scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
1864
1931
  scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
1865
1932
  scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
@@ -1877,9 +1944,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1877
1944
  KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
1878
1945
  KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
1879
1946
  KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
1880
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1881
1947
  MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1882
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
1883
1948
  MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1884
1949
  MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1885
1950
  MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
@@ -1894,6 +1959,8 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1894
1959
  MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1895
1960
  MozBoxPack?: import("csstype").Property.BoxPack | undefined;
1896
1961
  MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1962
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
1963
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
1897
1964
  MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
1898
1965
  MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
1899
1966
  MozOpacity?: import("csstype").Property.Opacity | undefined;
@@ -1901,20 +1968,15 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1901
1968
  MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
1902
1969
  MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1903
1970
  MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1904
- MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1905
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1906
1971
  MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1907
1972
  MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1908
1973
  MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1909
1974
  MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1910
- MozTransform?: import("csstype").Property.Transform | undefined;
1911
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1912
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1913
- MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1914
1975
  MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1915
1976
  MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1916
1977
  MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1917
1978
  MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1979
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
1918
1980
  MozUserInput?: import("csstype").Property.MozUserInput | undefined;
1919
1981
  msImeMode?: import("csstype").Property.ImeMode | undefined;
1920
1982
  OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
@@ -1947,38 +2009,9 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1947
2009
  WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1948
2010
  WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1949
2011
  WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
1950
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
1951
- baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
1952
- clipRule?: import("csstype").Property.ClipRule | undefined;
1953
2012
  colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
1954
2013
  colorRendering?: import("csstype").Property.ColorRendering | undefined;
1955
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
1956
- fill?: import("csstype").Property.Fill | undefined;
1957
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
1958
- fillRule?: import("csstype").Property.FillRule | undefined;
1959
- floodColor?: import("csstype").Property.FloodColor | undefined;
1960
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
1961
2014
  glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
1962
- lightingColor?: import("csstype").Property.LightingColor | undefined;
1963
- marker?: import("csstype").Property.Marker | undefined;
1964
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
1965
- markerMid?: import("csstype").Property.MarkerMid | undefined;
1966
- markerStart?: import("csstype").Property.MarkerStart | undefined;
1967
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
1968
- stopColor?: import("csstype").Property.StopColor | undefined;
1969
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
1970
- stroke?: import("csstype").Property.Stroke | undefined;
1971
- strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
1972
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
1973
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
1974
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
1975
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
1976
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
1977
- strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
1978
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
1979
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
1980
- x?: (string | number) | undefined;
1981
- y?: (string | number) | undefined;
1982
2015
  z?: (string | number) | undefined;
1983
2016
  translateX?: (string | number) | undefined;
1984
2017
  translateY?: (string | number) | undefined;
@@ -2006,17 +2039,18 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
2006
2039
  suppressContentEditableWarning?: boolean | undefined;
2007
2040
  suppressHydrationWarning?: boolean | undefined;
2008
2041
  accessKey?: string | undefined;
2042
+ autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
2009
2043
  autoFocus?: boolean | undefined;
2010
- contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
2044
+ contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
2011
2045
  contextMenu?: string | undefined;
2012
2046
  dir?: string | undefined;
2013
- draggable?: (boolean | "false" | "true") | undefined;
2047
+ draggable?: (boolean | "true" | "false") | undefined;
2048
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
2014
2049
  hidden?: boolean | undefined;
2015
2050
  id?: string | undefined;
2016
2051
  lang?: string | undefined;
2017
2052
  nonce?: string | undefined;
2018
- placeholder?: string | undefined;
2019
- spellCheck?: (boolean | "false" | "true") | undefined;
2053
+ spellCheck?: (boolean | "true" | "false") | undefined;
2020
2054
  tabIndex?: number | undefined;
2021
2055
  translate?: "yes" | "no" | undefined;
2022
2056
  radioGroup?: string | undefined;
@@ -2032,7 +2066,6 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
2032
2066
  rev?: string | undefined;
2033
2067
  typeof?: string | undefined;
2034
2068
  vocab?: string | undefined;
2035
- autoCapitalize?: string | undefined;
2036
2069
  autoCorrect?: string | undefined;
2037
2070
  autoSave?: string | undefined;
2038
2071
  color?: string | undefined;
@@ -2043,51 +2076,58 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
2043
2076
  itemRef?: string | undefined;
2044
2077
  results?: number | undefined;
2045
2078
  security?: string | undefined;
2046
- unselectable?: "on" | "off" | undefined;
2047
- inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
2079
+ unselectable?: "off" | "on" | undefined;
2080
+ inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
2048
2081
  is?: string | undefined;
2082
+ exportparts?: string | undefined;
2083
+ part?: string | undefined;
2049
2084
  "aria-activedescendant"?: string | undefined;
2050
- "aria-atomic"?: (boolean | "false" | "true") | undefined;
2051
- "aria-autocomplete"?: "none" | "list" | "both" | "inline" | undefined;
2052
- "aria-busy"?: (boolean | "false" | "true") | undefined;
2053
- "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
2085
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
2086
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
2087
+ "aria-braillelabel"?: string | undefined;
2088
+ "aria-brailleroledescription"?: string | undefined;
2089
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
2090
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
2054
2091
  "aria-colcount"?: number | undefined;
2055
2092
  "aria-colindex"?: number | undefined;
2093
+ "aria-colindextext"?: string | undefined;
2056
2094
  "aria-colspan"?: number | undefined;
2057
2095
  "aria-controls"?: string | undefined;
2058
- "aria-current"?: boolean | "time" | "page" | "step" | "false" | "true" | "location" | "date" | undefined;
2096
+ "aria-current"?: boolean | "time" | "page" | "true" | "false" | "step" | "location" | "date" | undefined;
2059
2097
  "aria-describedby"?: string | undefined;
2098
+ "aria-description"?: string | undefined;
2060
2099
  "aria-details"?: string | undefined;
2061
- "aria-disabled"?: (boolean | "false" | "true") | undefined;
2062
- "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
2100
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
2101
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
2063
2102
  "aria-errormessage"?: string | undefined;
2064
- "aria-expanded"?: (boolean | "false" | "true") | undefined;
2103
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
2065
2104
  "aria-flowto"?: string | undefined;
2066
- "aria-grabbed"?: (boolean | "false" | "true") | undefined;
2067
- "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
2068
- "aria-hidden"?: (boolean | "false" | "true") | undefined;
2069
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
2105
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
2106
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "true" | "false" | "listbox" | "tree" | undefined;
2107
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
2108
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
2070
2109
  "aria-keyshortcuts"?: string | undefined;
2071
2110
  "aria-label"?: string | undefined;
2072
2111
  "aria-labelledby"?: string | undefined;
2073
2112
  "aria-level"?: number | undefined;
2074
2113
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
2075
- "aria-modal"?: (boolean | "false" | "true") | undefined;
2076
- "aria-multiline"?: (boolean | "false" | "true") | undefined;
2077
- "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
2114
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
2115
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
2116
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
2078
2117
  "aria-orientation"?: "horizontal" | "vertical" | undefined;
2079
2118
  "aria-owns"?: string | undefined;
2080
2119
  "aria-placeholder"?: string | undefined;
2081
2120
  "aria-posinset"?: number | undefined;
2082
- "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
2083
- "aria-readonly"?: (boolean | "false" | "true") | undefined;
2121
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
2122
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
2084
2123
  "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
2085
- "aria-required"?: (boolean | "false" | "true") | undefined;
2124
+ "aria-required"?: (boolean | "true" | "false") | undefined;
2086
2125
  "aria-roledescription"?: string | undefined;
2087
2126
  "aria-rowcount"?: number | undefined;
2088
2127
  "aria-rowindex"?: number | undefined;
2128
+ "aria-rowindextext"?: string | undefined;
2089
2129
  "aria-rowspan"?: number | undefined;
2090
- "aria-selected"?: (boolean | "false" | "true") | undefined;
2130
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
2091
2131
  "aria-setsize"?: number | undefined;
2092
2132
  "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
2093
2133
  "aria-valuemax"?: number | undefined;
@@ -2116,7 +2156,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
2116
2156
  onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
2117
2157
  onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
2118
2158
  onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
2119
- onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
2159
+ onBeforeInput?: import("react").InputEventHandler<HTMLDivElement> | undefined;
2120
2160
  onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
2121
2161
  onInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
2122
2162
  onInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
@@ -2235,9 +2275,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
2235
2275
  onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
2236
2276
  onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
2237
2277
  onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
2238
- onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
2239
2278
  onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
2240
- onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
2241
2279
  onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
2242
2280
  onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
2243
2281
  onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
@@ -2272,6 +2310,9 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2272
2310
  alignItems?: import("csstype").Property.AlignItems | undefined;
2273
2311
  alignSelf?: import("csstype").Property.AlignSelf | undefined;
2274
2312
  alignTracks?: import("csstype").Property.AlignTracks | undefined;
2313
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
2314
+ anchorName?: import("csstype").Property.AnchorName | undefined;
2315
+ anchorScope?: import("csstype").Property.AnchorScope | undefined;
2275
2316
  animationComposition?: import("csstype").Property.AnimationComposition | undefined;
2276
2317
  animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
2277
2318
  animationDirection?: import("csstype").Property.AnimationDirection | undefined;
@@ -2298,17 +2339,14 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2298
2339
  backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
2299
2340
  backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
2300
2341
  backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
2301
- blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
2342
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
2302
2343
  blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
2303
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
2304
2344
  borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
2305
2345
  borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
2306
2346
  borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
2307
2347
  borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
2308
2348
  borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
2309
2349
  borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
2310
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
2311
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
2312
2350
  borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
2313
2351
  borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
2314
2352
  borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
@@ -2322,15 +2360,12 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2322
2360
  borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
2323
2361
  borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
2324
2362
  borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
2325
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
2326
2363
  borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
2327
2364
  borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
2328
2365
  borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
2329
2366
  borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
2330
2367
  borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
2331
2368
  borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
2332
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
2333
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
2334
2369
  borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
2335
2370
  borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
2336
2371
  borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
@@ -2357,8 +2392,10 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2357
2392
  caretShape?: import("csstype").Property.CaretShape | undefined;
2358
2393
  clear?: import("csstype").Property.Clear | undefined;
2359
2394
  clipPath?: import("csstype").Property.ClipPath | undefined;
2395
+ clipRule?: import("csstype").Property.ClipRule | undefined;
2360
2396
  color?: import("csstype").Property.Color | undefined;
2361
2397
  colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
2398
+ colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
2362
2399
  colorScheme?: import("csstype").Property.ColorScheme | undefined;
2363
2400
  columnCount?: import("csstype").Property.ColumnCount | undefined;
2364
2401
  columnFill?: import("csstype").Property.ColumnFill | undefined;
@@ -2381,9 +2418,17 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2381
2418
  counterReset?: import("csstype").Property.CounterReset | undefined;
2382
2419
  counterSet?: import("csstype").Property.CounterSet | undefined;
2383
2420
  cursor?: import("csstype").Property.Cursor | undefined;
2421
+ cx?: import("csstype").Property.Cx<string | number> | undefined;
2422
+ cy?: import("csstype").Property.Cy<string | number> | undefined;
2423
+ d?: import("csstype").Property.D | undefined;
2384
2424
  direction?: import("csstype").Property.Direction | undefined;
2385
2425
  display?: import("csstype").Property.Display | undefined;
2426
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
2386
2427
  emptyCells?: import("csstype").Property.EmptyCells | undefined;
2428
+ fieldSizing?: import("csstype").Property.FieldSizing | undefined;
2429
+ fill?: import("csstype").Property.Fill | undefined;
2430
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
2431
+ fillRule?: import("csstype").Property.FillRule | undefined;
2387
2432
  filter?: import("csstype").Property.Filter | undefined;
2388
2433
  flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
2389
2434
  flexDirection?: import("csstype").Property.FlexDirection | undefined;
@@ -2391,6 +2436,8 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2391
2436
  flexShrink?: import("csstype").Property.FlexShrink | undefined;
2392
2437
  flexWrap?: import("csstype").Property.FlexWrap | undefined;
2393
2438
  float?: import("csstype").Property.Float | undefined;
2439
+ floodColor?: import("csstype").Property.FloodColor | undefined;
2440
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
2394
2441
  fontFamily?: import("csstype").Property.FontFamily | undefined;
2395
2442
  fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
2396
2443
  fontKerning?: import("csstype").Property.FontKerning | undefined;
@@ -2400,7 +2447,6 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2400
2447
  fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
2401
2448
  fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
2402
2449
  fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
2403
- fontStretch?: import("csstype").Property.FontStretch | undefined;
2404
2450
  fontStyle?: import("csstype").Property.FontStyle | undefined;
2405
2451
  fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
2406
2452
  fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
@@ -2417,6 +2463,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2417
2463
  fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
2418
2464
  fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
2419
2465
  fontWeight?: import("csstype").Property.FontWeight | undefined;
2466
+ fontWidth?: import("csstype").Property.FontWidth | undefined;
2420
2467
  forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
2421
2468
  gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
2422
2469
  gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
@@ -2437,12 +2484,13 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2437
2484
  imageRendering?: import("csstype").Property.ImageRendering | undefined;
2438
2485
  imageResolution?: import("csstype").Property.ImageResolution | undefined;
2439
2486
  initialLetter?: import("csstype").Property.InitialLetter | undefined;
2487
+ initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
2440
2488
  inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
2441
- inputSecurity?: import("csstype").Property.InputSecurity | undefined;
2442
2489
  insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
2443
2490
  insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
2444
2491
  insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
2445
2492
  insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
2493
+ interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
2446
2494
  isolation?: import("csstype").Property.Isolation | undefined;
2447
2495
  justifyContent?: import("csstype").Property.JustifyContent | undefined;
2448
2496
  justifyItems?: import("csstype").Property.JustifyItems | undefined;
@@ -2450,6 +2498,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2450
2498
  justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
2451
2499
  left?: import("csstype").Property.Left<string | number> | undefined;
2452
2500
  letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
2501
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
2453
2502
  lineBreak?: import("csstype").Property.LineBreak | undefined;
2454
2503
  lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
2455
2504
  lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
@@ -2465,6 +2514,10 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2465
2514
  marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
2466
2515
  marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
2467
2516
  marginTrim?: import("csstype").Property.MarginTrim | undefined;
2517
+ marker?: import("csstype").Property.Marker | undefined;
2518
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
2519
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
2520
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
2468
2521
  maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
2469
2522
  maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
2470
2523
  maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
@@ -2499,6 +2552,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2499
2552
  motionRotation?: import("csstype").Property.OffsetRotate | undefined;
2500
2553
  objectFit?: import("csstype").Property.ObjectFit | undefined;
2501
2554
  objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
2555
+ objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
2502
2556
  offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
2503
2557
  offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
2504
2558
  offsetPath?: import("csstype").Property.OffsetPath | undefined;
@@ -2534,25 +2588,32 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2534
2588
  paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
2535
2589
  paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
2536
2590
  page?: import("csstype").Property.Page | undefined;
2537
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
2538
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
2539
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
2540
2591
  paintOrder?: import("csstype").Property.PaintOrder | undefined;
2541
2592
  perspective?: import("csstype").Property.Perspective<string | number> | undefined;
2542
2593
  perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
2543
2594
  pointerEvents?: import("csstype").Property.PointerEvents | undefined;
2544
2595
  position?: import("csstype").Property.Position | undefined;
2596
+ positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
2597
+ positionArea?: import("csstype").Property.PositionArea | undefined;
2598
+ positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
2599
+ positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
2600
+ positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
2545
2601
  printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
2546
2602
  quotes?: import("csstype").Property.Quotes | undefined;
2603
+ r?: import("csstype").Property.R<string | number> | undefined;
2547
2604
  resize?: import("csstype").Property.Resize | undefined;
2548
2605
  right?: import("csstype").Property.Right<string | number> | undefined;
2549
2606
  rotate?: (string | number) | undefined;
2550
2607
  rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
2551
2608
  rubyAlign?: import("csstype").Property.RubyAlign | undefined;
2552
2609
  rubyMerge?: import("csstype").Property.RubyMerge | undefined;
2610
+ rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
2553
2611
  rubyPosition?: import("csstype").Property.RubyPosition | undefined;
2612
+ rx?: import("csstype").Property.Rx<string | number> | undefined;
2613
+ ry?: import("csstype").Property.Ry<string | number> | undefined;
2554
2614
  scale?: string | number | readonly [number, number] | undefined;
2555
2615
  scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
2616
+ scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
2556
2617
  scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
2557
2618
  scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
2558
2619
  scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
@@ -2584,10 +2645,28 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2584
2645
  shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
2585
2646
  shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
2586
2647
  shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
2648
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
2649
+ speakAs?: import("csstype").Property.SpeakAs | undefined;
2650
+ stopColor?: import("csstype").Property.StopColor | undefined;
2651
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
2652
+ stroke?: import("csstype").Property.Stroke | undefined;
2653
+ strokeColor?: import("csstype").Property.StrokeColor | undefined;
2654
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
2655
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
2656
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
2657
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
2658
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
2659
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
2660
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
2587
2661
  tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
2588
2662
  tableLayout?: import("csstype").Property.TableLayout | undefined;
2589
2663
  textAlign?: import("csstype").Property.TextAlign | undefined;
2590
2664
  textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
2665
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
2666
+ textAutospace?: import("csstype").Property.TextAutospace | undefined;
2667
+ textBox?: import("csstype").Property.TextBox | undefined;
2668
+ textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
2669
+ textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
2591
2670
  textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
2592
2671
  textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
2593
2672
  textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
@@ -2605,10 +2684,12 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2605
2684
  textRendering?: import("csstype").Property.TextRendering | undefined;
2606
2685
  textShadow?: import("csstype").Property.TextShadow | undefined;
2607
2686
  textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
2687
+ textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
2608
2688
  textTransform?: import("csstype").Property.TextTransform | undefined;
2609
2689
  textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
2610
2690
  textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
2611
- textWrap?: import("csstype").Property.TextWrap | undefined;
2691
+ textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
2692
+ textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
2612
2693
  timelineScope?: import("csstype").Property.TimelineScope | undefined;
2613
2694
  top?: import("csstype").Property.Top<string | number> | undefined;
2614
2695
  touchAction?: import("csstype").Property.TouchAction | undefined;
@@ -2624,15 +2705,16 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2624
2705
  translate?: (string | number) | readonly [string | number, string | number] | undefined;
2625
2706
  unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
2626
2707
  userSelect?: import("csstype").Property.UserSelect | undefined;
2708
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
2627
2709
  verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
2628
2710
  viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
2629
2711
  viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
2630
2712
  viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
2713
+ viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
2631
2714
  viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
2632
2715
  visibility?: import("csstype").Property.Visibility | undefined;
2633
2716
  whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
2634
2717
  whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
2635
- whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
2636
2718
  widows?: import("csstype").Property.Widows | undefined;
2637
2719
  width?: import("csstype").Property.Width<string | number> | undefined;
2638
2720
  willChange?: import("csstype").Property.WillChange | undefined;
@@ -2640,6 +2722,8 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2640
2722
  wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
2641
2723
  wordWrap?: import("csstype").Property.WordWrap | undefined;
2642
2724
  writingMode?: import("csstype").Property.WritingMode | undefined;
2725
+ x?: (string | number) | undefined;
2726
+ y?: (string | number) | undefined;
2643
2727
  zIndex?: import("csstype").Property.ZIndex | undefined;
2644
2728
  zoom?: import("csstype").Property.Zoom | undefined;
2645
2729
  all?: import("csstype").Globals | undefined;
@@ -2649,14 +2733,20 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2649
2733
  backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
2650
2734
  border?: import("csstype").Property.Border<string | number> | undefined;
2651
2735
  borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
2736
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
2652
2737
  borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
2653
2738
  borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
2739
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
2740
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
2654
2741
  borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
2655
2742
  borderColor?: import("csstype").Property.BorderColor | undefined;
2656
2743
  borderImage?: import("csstype").Property.BorderImage | undefined;
2657
2744
  borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
2745
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
2658
2746
  borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
2659
2747
  borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
2748
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
2749
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
2660
2750
  borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
2661
2751
  borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
2662
2752
  borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
@@ -2698,6 +2788,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2698
2788
  placeContent?: import("csstype").Property.PlaceContent | undefined;
2699
2789
  placeItems?: import("csstype").Property.PlaceItems | undefined;
2700
2790
  placeSelf?: import("csstype").Property.PlaceSelf | undefined;
2791
+ positionTry?: import("csstype").Property.PositionTry | undefined;
2701
2792
  scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
2702
2793
  scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
2703
2794
  scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
@@ -2708,6 +2799,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2708
2799
  scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
2709
2800
  textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
2710
2801
  textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
2802
+ textWrap?: import("csstype").Property.TextWrap | undefined;
2711
2803
  transition?: import("csstype").Property.Transition<string & {}> | undefined;
2712
2804
  viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
2713
2805
  MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
@@ -2719,6 +2811,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2719
2811
  MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
2720
2812
  MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
2721
2813
  MozAppearance?: import("csstype").Property.MozAppearance | undefined;
2814
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
2722
2815
  MozBinding?: import("csstype").Property.MozBinding | undefined;
2723
2816
  MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
2724
2817
  MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
@@ -2730,8 +2823,6 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2730
2823
  MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
2731
2824
  MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
2732
2825
  MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
2733
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
2734
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
2735
2826
  MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
2736
2827
  MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
2737
2828
  MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
@@ -2740,7 +2831,6 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2740
2831
  MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
2741
2832
  MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
2742
2833
  MozHyphens?: import("csstype").Property.Hyphens | undefined;
2743
- MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
2744
2834
  MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
2745
2835
  MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
2746
2836
  MozOrient?: import("csstype").Property.MozOrient | undefined;
@@ -2751,11 +2841,15 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2751
2841
  MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
2752
2842
  MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
2753
2843
  MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
2844
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
2845
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
2754
2846
  MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
2755
2847
  MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
2756
2848
  MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
2757
2849
  MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
2758
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
2850
+ MozTransform?: import("csstype").Property.Transform | undefined;
2851
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2852
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
2759
2853
  MozUserModify?: import("csstype").Property.MozUserModify | undefined;
2760
2854
  MozUserSelect?: import("csstype").Property.UserSelect | undefined;
2761
2855
  MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
@@ -2874,6 +2968,8 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2874
2968
  WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
2875
2969
  WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
2876
2970
  WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
2971
+ WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
2972
+ WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
2877
2973
  WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
2878
2974
  WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
2879
2975
  WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
@@ -2928,13 +3024,14 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2928
3024
  WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2929
3025
  WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2930
3026
  WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
2931
- WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
3027
+ WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
2932
3028
  WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
2933
3029
  MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
2934
3030
  MozBorderImage?: import("csstype").Property.BorderImage | undefined;
2935
3031
  MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
2936
3032
  MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
2937
3033
  MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
3034
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
2938
3035
  msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
2939
3036
  msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
2940
3037
  msFlex?: import("csstype").Property.Flex<string | number> | undefined;
@@ -2955,7 +3052,6 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2955
3052
  WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
2956
3053
  WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
2957
3054
  WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
2958
- azimuth?: import("csstype").Property.Azimuth | undefined;
2959
3055
  boxAlign?: import("csstype").Property.BoxAlign | undefined;
2960
3056
  boxDirection?: import("csstype").Property.BoxDirection | undefined;
2961
3057
  boxFlex?: import("csstype").Property.BoxFlex | undefined;
@@ -2965,16 +3061,22 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2965
3061
  boxOrient?: import("csstype").Property.BoxOrient | undefined;
2966
3062
  boxPack?: import("csstype").Property.BoxPack | undefined;
2967
3063
  clip?: import("csstype").Property.Clip | undefined;
3064
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
2968
3065
  gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
2969
3066
  gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
2970
3067
  gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
2971
3068
  imeMode?: import("csstype").Property.ImeMode | undefined;
3069
+ insetArea?: import("csstype").Property.PositionArea | undefined;
2972
3070
  offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
2973
3071
  offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
2974
3072
  offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
2975
3073
  offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
2976
3074
  offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
2977
3075
  offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
3076
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
3077
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
3078
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
3079
+ positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
2978
3080
  scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
2979
3081
  scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
2980
3082
  scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
@@ -2992,9 +3094,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2992
3094
  KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
2993
3095
  KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
2994
3096
  KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
2995
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
2996
3097
  MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
2997
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
2998
3098
  MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
2999
3099
  MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
3000
3100
  MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
@@ -3009,6 +3109,8 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
3009
3109
  MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
3010
3110
  MozBoxPack?: import("csstype").Property.BoxPack | undefined;
3011
3111
  MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
3112
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
3113
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
3012
3114
  MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
3013
3115
  MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
3014
3116
  MozOpacity?: import("csstype").Property.Opacity | undefined;
@@ -3016,20 +3118,15 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
3016
3118
  MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
3017
3119
  MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
3018
3120
  MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
3019
- MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
3020
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
3021
3121
  MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
3022
3122
  MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
3023
3123
  MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
3024
3124
  MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
3025
- MozTransform?: import("csstype").Property.Transform | undefined;
3026
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
3027
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
3028
- MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
3029
3125
  MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
3030
3126
  MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
3031
3127
  MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
3032
3128
  MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
3129
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
3033
3130
  MozUserInput?: import("csstype").Property.MozUserInput | undefined;
3034
3131
  msImeMode?: import("csstype").Property.ImeMode | undefined;
3035
3132
  OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
@@ -3062,38 +3159,9 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
3062
3159
  WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
3063
3160
  WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
3064
3161
  WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
3065
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
3066
- baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
3067
- clipRule?: import("csstype").Property.ClipRule | undefined;
3068
3162
  colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
3069
3163
  colorRendering?: import("csstype").Property.ColorRendering | undefined;
3070
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
3071
- fill?: import("csstype").Property.Fill | undefined;
3072
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
3073
- fillRule?: import("csstype").Property.FillRule | undefined;
3074
- floodColor?: import("csstype").Property.FloodColor | undefined;
3075
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
3076
3164
  glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
3077
- lightingColor?: import("csstype").Property.LightingColor | undefined;
3078
- marker?: import("csstype").Property.Marker | undefined;
3079
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
3080
- markerMid?: import("csstype").Property.MarkerMid | undefined;
3081
- markerStart?: import("csstype").Property.MarkerStart | undefined;
3082
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
3083
- stopColor?: import("csstype").Property.StopColor | undefined;
3084
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
3085
- stroke?: import("csstype").Property.Stroke | undefined;
3086
- strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
3087
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
3088
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
3089
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
3090
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
3091
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
3092
- strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
3093
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
3094
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
3095
- x?: (string | number) | undefined;
3096
- y?: (string | number) | undefined;
3097
3165
  z?: (string | number) | undefined;
3098
3166
  translateX?: (string | number) | undefined;
3099
3167
  translateY?: (string | number) | undefined;
@@ -3121,17 +3189,18 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
3121
3189
  suppressContentEditableWarning?: boolean | undefined;
3122
3190
  suppressHydrationWarning?: boolean | undefined;
3123
3191
  accessKey?: string | undefined;
3192
+ autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
3124
3193
  autoFocus?: boolean | undefined;
3125
- contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
3194
+ contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
3126
3195
  contextMenu?: string | undefined;
3127
3196
  dir?: string | undefined;
3128
- draggable?: (boolean | "false" | "true") | undefined;
3197
+ draggable?: (boolean | "true" | "false") | undefined;
3198
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
3129
3199
  hidden?: boolean | undefined;
3130
3200
  id?: string | undefined;
3131
3201
  lang?: string | undefined;
3132
3202
  nonce?: string | undefined;
3133
- placeholder?: string | undefined;
3134
- spellCheck?: (boolean | "false" | "true") | undefined;
3203
+ spellCheck?: (boolean | "true" | "false") | undefined;
3135
3204
  tabIndex?: number | undefined;
3136
3205
  translate?: "yes" | "no" | undefined;
3137
3206
  radioGroup?: string | undefined;
@@ -3147,7 +3216,6 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
3147
3216
  rev?: string | undefined;
3148
3217
  typeof?: string | undefined;
3149
3218
  vocab?: string | undefined;
3150
- autoCapitalize?: string | undefined;
3151
3219
  autoCorrect?: string | undefined;
3152
3220
  autoSave?: string | undefined;
3153
3221
  color?: string | undefined;
@@ -3158,51 +3226,58 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
3158
3226
  itemRef?: string | undefined;
3159
3227
  results?: number | undefined;
3160
3228
  security?: string | undefined;
3161
- unselectable?: "on" | "off" | undefined;
3162
- inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
3229
+ unselectable?: "off" | "on" | undefined;
3230
+ inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
3163
3231
  is?: string | undefined;
3232
+ exportparts?: string | undefined;
3233
+ part?: string | undefined;
3164
3234
  "aria-activedescendant"?: string | undefined;
3165
- "aria-atomic"?: (boolean | "false" | "true") | undefined;
3166
- "aria-autocomplete"?: "none" | "list" | "both" | "inline" | undefined;
3167
- "aria-busy"?: (boolean | "false" | "true") | undefined;
3168
- "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
3235
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
3236
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
3237
+ "aria-braillelabel"?: string | undefined;
3238
+ "aria-brailleroledescription"?: string | undefined;
3239
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
3240
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
3169
3241
  "aria-colcount"?: number | undefined;
3170
3242
  "aria-colindex"?: number | undefined;
3243
+ "aria-colindextext"?: string | undefined;
3171
3244
  "aria-colspan"?: number | undefined;
3172
3245
  "aria-controls"?: string | undefined;
3173
- "aria-current"?: boolean | "time" | "page" | "step" | "false" | "true" | "location" | "date" | undefined;
3246
+ "aria-current"?: boolean | "time" | "page" | "true" | "false" | "step" | "location" | "date" | undefined;
3174
3247
  "aria-describedby"?: string | undefined;
3248
+ "aria-description"?: string | undefined;
3175
3249
  "aria-details"?: string | undefined;
3176
- "aria-disabled"?: (boolean | "false" | "true") | undefined;
3177
- "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
3250
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
3251
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
3178
3252
  "aria-errormessage"?: string | undefined;
3179
- "aria-expanded"?: (boolean | "false" | "true") | undefined;
3253
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
3180
3254
  "aria-flowto"?: string | undefined;
3181
- "aria-grabbed"?: (boolean | "false" | "true") | undefined;
3182
- "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
3183
- "aria-hidden"?: (boolean | "false" | "true") | undefined;
3184
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
3255
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
3256
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "true" | "false" | "listbox" | "tree" | undefined;
3257
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
3258
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
3185
3259
  "aria-keyshortcuts"?: string | undefined;
3186
3260
  "aria-label"?: string | undefined;
3187
3261
  "aria-labelledby"?: string | undefined;
3188
3262
  "aria-level"?: number | undefined;
3189
3263
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
3190
- "aria-modal"?: (boolean | "false" | "true") | undefined;
3191
- "aria-multiline"?: (boolean | "false" | "true") | undefined;
3192
- "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
3264
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
3265
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
3266
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
3193
3267
  "aria-orientation"?: "horizontal" | "vertical" | undefined;
3194
3268
  "aria-owns"?: string | undefined;
3195
3269
  "aria-placeholder"?: string | undefined;
3196
3270
  "aria-posinset"?: number | undefined;
3197
- "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
3198
- "aria-readonly"?: (boolean | "false" | "true") | undefined;
3271
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
3272
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
3199
3273
  "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
3200
- "aria-required"?: (boolean | "false" | "true") | undefined;
3274
+ "aria-required"?: (boolean | "true" | "false") | undefined;
3201
3275
  "aria-roledescription"?: string | undefined;
3202
3276
  "aria-rowcount"?: number | undefined;
3203
3277
  "aria-rowindex"?: number | undefined;
3278
+ "aria-rowindextext"?: string | undefined;
3204
3279
  "aria-rowspan"?: number | undefined;
3205
- "aria-selected"?: (boolean | "false" | "true") | undefined;
3280
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
3206
3281
  "aria-setsize"?: number | undefined;
3207
3282
  "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
3208
3283
  "aria-valuemax"?: number | undefined;
@@ -3231,7 +3306,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
3231
3306
  onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
3232
3307
  onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
3233
3308
  onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
3234
- onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
3309
+ onBeforeInput?: import("react").InputEventHandler<HTMLDivElement> | undefined;
3235
3310
  onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
3236
3311
  onInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
3237
3312
  onInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
@@ -3350,9 +3425,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
3350
3425
  onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
3351
3426
  onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
3352
3427
  onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
3353
- onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
3354
3428
  onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
3355
- onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
3356
3429
  onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
3357
3430
  onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
3358
3431
  onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
@@ -3380,7 +3453,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
3380
3453
  viewBox?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
3381
3454
  } & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
3382
3455
  export declare const StyledAvatarName: import("@emotion/styled").StyledComponent<import("@mui/system").SystemProps<import("@mui/material/styles").Theme> & {
3383
- align?: "left" | "right" | "inherit" | "center" | "justify" | undefined;
3456
+ align?: "center" | "left" | "right" | "inherit" | "justify" | undefined;
3384
3457
  children?: import("react").ReactNode;
3385
3458
  classes?: Partial<import("@mui/material").TypographyClasses> | undefined;
3386
3459
  gutterBottom?: boolean | undefined;
@@ -3391,7 +3464,7 @@ export declare const StyledAvatarName: import("@emotion/styled").StyledComponent
3391
3464
  variantMapping?: Partial<Record<"button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "inherit" | "overline" | "subtitle1" | "subtitle2" | "body1" | "body2", string>> | undefined;
3392
3465
  } & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
3393
3466
  ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
3394
- }, 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>, {}, {}>;
3467
+ }, 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>, {}, {}>;
3395
3468
  export declare const StyledButtonGroup: import("@emotion/styled").StyledComponent<{
3396
3469
  children?: import("react").ReactNode;
3397
3470
  classes?: Partial<import("@mui/material").ButtonGroupClasses> | undefined;
@@ -3419,7 +3492,7 @@ export declare const StyledListItemButton: import("@emotion/styled").StyledCompo
3419
3492
  disableTouchRipple?: boolean | undefined;
3420
3493
  focusRipple?: boolean | undefined;
3421
3494
  focusVisibleClassName?: string | undefined;
3422
- LinkComponent?: import("react").ElementType<any> | undefined;
3495
+ LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
3423
3496
  onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
3424
3497
  sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
3425
3498
  tabIndex?: number | undefined;