@learningpool/ui 1.8.8 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (24) hide show
  1. package/components/atoms/Button/Button.d.ts +1 -1
  2. package/components/landmarks/Header/HeaderStyles.d.ts +1 -1
  3. package/components/navigation/Drawer/Drawer.d.ts +1 -1
  4. package/components/navigation/MobileNavigation/MobileNavigationAvatarStyles.d.ts +207 -141
  5. package/components/navigation/MobileNavigation/MobileNavigationDrawer.js +3 -12
  6. package/components/navigation/MobileNavigation/MobileNavigationDrawerStyles.d.ts +75 -53
  7. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenuStyles.d.ts +4 -4
  8. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemStyles.d.ts +6 -6
  9. package/components/navigation/MobileNavigation/MobileNavigationSearchStyles.d.ts +68 -46
  10. package/components/navigation/MobileNavigation/MobileNavigationStyles.d.ts +1 -1
  11. package/components/navigation/VerticalNavigation/VerticalNavigationAvatarStyles.d.ts +207 -141
  12. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenuStyles.d.ts +4 -4
  13. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemStyles.d.ts +6 -6
  14. package/components/navigation/VerticalNavigation/VerticalNavigationStyles.d.ts +69 -47
  15. package/components/stream/AppHub/AppHubCustomStyles.d.ts +4 -4
  16. package/components/stream/AppHub/AppHubProductStyles.d.ts +3 -3
  17. package/components/stream/AppHub/AppHubStyles.d.ts +2 -2
  18. package/components/stream/AppSwitcher/AppSwitcher.d.ts +10 -2
  19. package/components/stream/AppSwitcher/AppSwitcher.js +9 -7
  20. package/components/stream/AppSwitcher/AppSwitcherStylesStandalone.d.ts +16 -0
  21. package/components/stream/AppSwitcher/AppSwitcherStylesStandalone.js +22 -0
  22. package/components/stream/AppSwitcher/constants.d.ts +19 -0
  23. package/components/stream/AppSwitcher/constants.js +19 -0
  24. package/package.json +4 -3
@@ -8,6 +8,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
8
8
  alignItems?: import("csstype").Property.AlignItems | undefined;
9
9
  alignSelf?: import("csstype").Property.AlignSelf | undefined;
10
10
  alignTracks?: import("csstype").Property.AlignTracks | undefined;
11
+ animationComposition?: import("csstype").Property.AnimationComposition | undefined;
11
12
  animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
12
13
  animationDirection?: import("csstype").Property.AnimationDirection | undefined;
13
14
  animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
@@ -87,6 +88,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
87
88
  breakInside?: import("csstype").Property.BreakInside | undefined;
88
89
  captionSide?: import("csstype").Property.CaptionSide | undefined;
89
90
  caretColor?: import("csstype").Property.CaretColor | undefined;
91
+ caretShape?: import("csstype").Property.CaretShape | undefined;
90
92
  clear?: import("csstype").Property.Clear | undefined;
91
93
  clipPath?: import("csstype").Property.ClipPath | undefined;
92
94
  color?: import("csstype").Property.Color | undefined;
@@ -101,6 +103,12 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
101
103
  columnSpan?: import("csstype").Property.ColumnSpan | undefined;
102
104
  columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
103
105
  contain?: import("csstype").Property.Contain | undefined;
106
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
107
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
108
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
109
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
110
+ containerName?: import("csstype").Property.ContainerName | undefined;
111
+ containerType?: import("csstype").Property.ContainerType | undefined;
104
112
  content?: import("csstype").Property.Content | undefined;
105
113
  contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
106
114
  counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
@@ -122,6 +130,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
122
130
  fontKerning?: import("csstype").Property.FontKerning | undefined;
123
131
  fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
124
132
  fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
133
+ fontPalette?: import("csstype").Property.FontPalette | undefined;
125
134
  fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
126
135
  fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
127
136
  fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
@@ -132,6 +141,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
132
141
  fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
133
142
  fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
134
143
  fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
144
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
135
145
  fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
136
146
  fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
137
147
  fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
@@ -151,6 +161,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
151
161
  hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
152
162
  height?: import("csstype").Property.Height<string | number> | undefined;
153
163
  hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
164
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
154
165
  hyphens?: import("csstype").Property.Hyphens | undefined;
155
166
  imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
156
167
  imageRendering?: import("csstype").Property.ImageRendering | undefined;
@@ -158,11 +169,8 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
158
169
  initialLetter?: import("csstype").Property.InitialLetter | undefined;
159
170
  inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
160
171
  inputSecurity?: import("csstype").Property.InputSecurity | undefined;
161
- inset?: import("csstype").Property.Inset<string | number> | undefined;
162
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
163
172
  insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
164
173
  insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
165
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
166
174
  insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
167
175
  insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
168
176
  isolation?: import("csstype").Property.Isolation | undefined;
@@ -178,16 +186,15 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
178
186
  listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
179
187
  listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
180
188
  listStyleType?: import("csstype").Property.ListStyleType | undefined;
181
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
182
189
  marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
183
190
  marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
184
191
  marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
185
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
186
192
  marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
187
193
  marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
188
194
  marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
189
195
  marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
190
196
  marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
197
+ marginTrim?: import("csstype").Property.MarginTrim | undefined;
191
198
  maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
192
199
  maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
193
200
  maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
@@ -203,6 +210,8 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
203
210
  maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
204
211
  maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
205
212
  maskType?: import("csstype").Property.MaskType | undefined;
213
+ mathDepth?: import("csstype").Property.MathDepth | undefined;
214
+ mathShift?: import("csstype").Property.MathShift | undefined;
206
215
  mathStyle?: import("csstype").Property.MathStyle | undefined;
207
216
  maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
208
217
  maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
@@ -222,6 +231,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
222
231
  offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
223
232
  offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
224
233
  offsetPath?: import("csstype").Property.OffsetPath | undefined;
234
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
225
235
  offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
226
236
  offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
227
237
  opacity?: import("csstype").Property.Opacity | undefined;
@@ -243,23 +253,21 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
243
253
  overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
244
254
  overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
245
255
  overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
246
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
247
256
  paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
248
257
  paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
249
258
  paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
250
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
251
259
  paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
252
260
  paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
253
261
  paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
254
262
  paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
255
263
  paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
264
+ page?: import("csstype").Property.Page | undefined;
256
265
  pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
257
266
  pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
258
267
  pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
259
268
  paintOrder?: import("csstype").Property.PaintOrder | undefined;
260
269
  perspective?: import("csstype").Property.Perspective<string | number> | undefined;
261
270
  perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
262
- placeContent?: import("csstype").Property.PlaceContent | undefined;
263
271
  pointerEvents?: import("csstype").Property.PointerEvents | undefined;
264
272
  position?: import("csstype").Property.Position | undefined;
265
273
  printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
@@ -273,36 +281,31 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
273
281
  rubyPosition?: import("csstype").Property.RubyPosition | undefined;
274
282
  scale?: string | number | readonly [number, number] | undefined;
275
283
  scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
276
- scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
277
- scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
278
284
  scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
279
285
  scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
280
286
  scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
281
- scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
282
287
  scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
283
288
  scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
284
289
  scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
285
290
  scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
286
291
  scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
287
- scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
288
- scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
289
292
  scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
290
293
  scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
291
294
  scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
292
- scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
293
295
  scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
294
296
  scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
295
297
  scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
296
298
  scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
297
299
  scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
298
300
  scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
299
- scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
300
301
  scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
301
302
  scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
302
303
  scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
303
304
  scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
304
305
  scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
305
306
  scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
307
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
308
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
306
309
  scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
307
310
  scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
308
311
  scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
@@ -320,7 +323,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
320
323
  textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
321
324
  textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
322
325
  textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
323
- textDecorationWidth?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
324
326
  textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
325
327
  textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
326
328
  textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
@@ -348,6 +350,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
348
350
  unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
349
351
  userSelect?: import("csstype").Property.UserSelect | undefined;
350
352
  verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
353
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
351
354
  visibility?: import("csstype").Property.Visibility | undefined;
352
355
  whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
353
356
  widows?: import("csstype").Property.Widows | undefined;
@@ -379,8 +382,11 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
379
382
  borderStyle?: import("csstype").Property.BorderStyle | undefined;
380
383
  borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
381
384
  borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
385
+ caret?: import("csstype").Property.Caret | undefined;
382
386
  columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
383
387
  columns?: import("csstype").Property.Columns<string | number> | undefined;
388
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
389
+ container?: import("csstype").Property.Container | undefined;
384
390
  flex?: import("csstype").Property.Flex<string | number> | undefined;
385
391
  flexFlow?: import("csstype").Property.FlexFlow | undefined;
386
392
  font?: import("csstype").Property.Font | undefined;
@@ -390,9 +396,14 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
390
396
  gridColumn?: import("csstype").Property.GridColumn | undefined;
391
397
  gridRow?: import("csstype").Property.GridRow | undefined;
392
398
  gridTemplate?: import("csstype").Property.GridTemplate | undefined;
399
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
400
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
401
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
393
402
  lineClamp?: import("csstype").Property.LineClamp | undefined;
394
403
  listStyle?: import("csstype").Property.ListStyle | undefined;
395
404
  margin?: import("csstype").Property.Margin<string | number> | undefined;
405
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
406
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
396
407
  mask?: import("csstype").Property.Mask<string | number> | undefined;
397
408
  maskBorder?: import("csstype").Property.MaskBorder | undefined;
398
409
  motion?: import("csstype").Property.Offset<string | number> | undefined;
@@ -401,8 +412,19 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
401
412
  overflow?: import("csstype").Property.Overflow | undefined;
402
413
  overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
403
414
  padding?: import("csstype").Property.Padding<string | number> | undefined;
415
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
416
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
417
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
404
418
  placeItems?: import("csstype").Property.PlaceItems | undefined;
405
419
  placeSelf?: import("csstype").Property.PlaceSelf | undefined;
420
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
421
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
422
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
423
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
424
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
425
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
426
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
427
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
406
428
  textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
407
429
  textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
408
430
  transition?: import("csstype").Property.Transition<string & {}> | undefined;
@@ -416,6 +438,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
416
438
  MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
417
439
  MozAppearance?: import("csstype").Property.MozAppearance | undefined;
418
440
  MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
441
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
419
442
  MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
420
443
  MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
421
444
  MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
@@ -428,7 +451,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
428
451
  MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
429
452
  MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
430
453
  MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
431
- MozColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
432
454
  MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
433
455
  MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
434
456
  MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
@@ -462,7 +484,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
462
484
  MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
463
485
  MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
464
486
  msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
465
- msAlignSelf?: import("csstype").Property.AlignSelf | undefined;
466
487
  msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
467
488
  msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
468
489
  msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
@@ -483,7 +504,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
483
504
  msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
484
505
  msHyphens?: import("csstype").Property.Hyphens | undefined;
485
506
  msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
486
- msJustifySelf?: import("csstype").Property.JustifySelf | undefined;
487
507
  msLineBreak?: import("csstype").Property.LineBreak | undefined;
488
508
  msOrder?: import("csstype").Property.Order | undefined;
489
509
  msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
@@ -506,6 +526,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
506
526
  msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
507
527
  msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
508
528
  msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
529
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
509
530
  msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
510
531
  msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
511
532
  msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
@@ -555,7 +576,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
555
576
  WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
556
577
  WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
557
578
  WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
558
- WebkitColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
559
579
  WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
560
580
  WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
561
581
  WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
@@ -684,7 +704,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
684
704
  scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
685
705
  scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
686
706
  scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
687
- scrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
688
707
  KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
689
708
  KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
690
709
  KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
@@ -700,7 +719,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
700
719
  MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
701
720
  MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
702
721
  MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
703
- MozBinding?: import("csstype").Property.MozBinding | undefined;
704
722
  MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
705
723
  MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
706
724
  MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
@@ -731,7 +749,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
731
749
  MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
732
750
  MozUserInput?: import("csstype").Property.MozUserInput | undefined;
733
751
  msImeMode?: import("csstype").Property.ImeMode | undefined;
734
- msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
735
752
  OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
736
753
  OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
737
754
  OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
@@ -823,25 +840,30 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
823
840
  suppressContentEditableWarning?: boolean | undefined;
824
841
  suppressHydrationWarning?: boolean | undefined;
825
842
  accessKey?: string | undefined;
826
- contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
843
+ autoFocus?: boolean | undefined;
844
+ contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
827
845
  contextMenu?: string | undefined;
828
846
  dir?: string | undefined;
829
- draggable?: (boolean | "true" | "false") | undefined;
847
+ draggable?: (boolean | "false" | "true") | undefined;
830
848
  hidden?: boolean | undefined;
831
849
  id?: string | undefined;
832
850
  lang?: string | undefined;
851
+ nonce?: string | undefined;
833
852
  placeholder?: string | undefined;
834
- spellCheck?: (boolean | "true" | "false") | undefined;
853
+ spellCheck?: (boolean | "false" | "true") | undefined;
835
854
  tabIndex?: number | undefined;
836
855
  translate?: "yes" | "no" | undefined;
837
856
  radioGroup?: string | undefined;
838
857
  role?: import("react").AriaRole | undefined;
839
858
  about?: string | undefined;
859
+ content?: string | undefined;
840
860
  datatype?: string | undefined;
841
861
  inlist?: any;
842
862
  prefix?: string | undefined;
843
863
  property?: string | undefined;
864
+ rel?: string | undefined;
844
865
  resource?: string | undefined;
866
+ rev?: string | undefined;
845
867
  typeof?: string | undefined;
846
868
  vocab?: string | undefined;
847
869
  autoCapitalize?: string | undefined;
@@ -856,50 +878,50 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
856
878
  results?: number | undefined;
857
879
  security?: string | undefined;
858
880
  unselectable?: "on" | "off" | undefined;
859
- inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
881
+ inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
860
882
  is?: string | undefined;
861
883
  'aria-activedescendant'?: string | undefined;
862
- 'aria-atomic'?: (boolean | "true" | "false") | undefined;
863
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
864
- 'aria-busy'?: (boolean | "true" | "false") | undefined;
865
- 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
884
+ 'aria-atomic'?: (boolean | "false" | "true") | undefined;
885
+ 'aria-autocomplete'?: "none" | "list" | "both" | "inline" | undefined;
886
+ 'aria-busy'?: (boolean | "false" | "true") | undefined;
887
+ 'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
866
888
  'aria-colcount'?: number | undefined;
867
889
  'aria-colindex'?: number | undefined;
868
890
  'aria-colspan'?: number | undefined;
869
891
  'aria-controls'?: string | undefined;
870
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
892
+ 'aria-current'?: boolean | "time" | "page" | "step" | "false" | "true" | "location" | "date" | undefined;
871
893
  'aria-describedby'?: string | undefined;
872
894
  'aria-details'?: string | undefined;
873
- 'aria-disabled'?: (boolean | "true" | "false") | undefined;
874
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
895
+ 'aria-disabled'?: (boolean | "false" | "true") | undefined;
896
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
875
897
  'aria-errormessage'?: string | undefined;
876
- 'aria-expanded'?: (boolean | "true" | "false") | undefined;
898
+ 'aria-expanded'?: (boolean | "false" | "true") | undefined;
877
899
  'aria-flowto'?: string | undefined;
878
- 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
879
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
880
- 'aria-hidden'?: (boolean | "true" | "false") | undefined;
881
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
900
+ 'aria-grabbed'?: (boolean | "false" | "true") | undefined;
901
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
902
+ 'aria-hidden'?: (boolean | "false" | "true") | undefined;
903
+ 'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
882
904
  'aria-keyshortcuts'?: string | undefined;
883
905
  'aria-label'?: string | undefined;
884
906
  'aria-labelledby'?: string | undefined;
885
907
  'aria-level'?: number | undefined;
886
908
  'aria-live'?: "off" | "assertive" | "polite" | undefined;
887
- 'aria-modal'?: (boolean | "true" | "false") | undefined;
888
- 'aria-multiline'?: (boolean | "true" | "false") | undefined;
889
- 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
909
+ 'aria-modal'?: (boolean | "false" | "true") | undefined;
910
+ 'aria-multiline'?: (boolean | "false" | "true") | undefined;
911
+ 'aria-multiselectable'?: (boolean | "false" | "true") | undefined;
890
912
  'aria-orientation'?: "horizontal" | "vertical" | undefined;
891
913
  'aria-owns'?: string | undefined;
892
914
  'aria-placeholder'?: string | undefined;
893
915
  'aria-posinset'?: number | undefined;
894
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
895
- 'aria-readonly'?: (boolean | "true" | "false") | undefined;
916
+ 'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
917
+ 'aria-readonly'?: (boolean | "false" | "true") | undefined;
896
918
  'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
897
- 'aria-required'?: (boolean | "true" | "false") | undefined;
919
+ 'aria-required'?: (boolean | "false" | "true") | undefined;
898
920
  'aria-roledescription'?: string | undefined;
899
921
  'aria-rowcount'?: number | undefined;
900
922
  'aria-rowindex'?: number | undefined;
901
923
  'aria-rowspan'?: number | undefined;
902
- 'aria-selected'?: (boolean | "true" | "false") | undefined;
924
+ 'aria-selected'?: (boolean | "false" | "true") | undefined;
903
925
  'aria-setsize'?: number | undefined;
904
926
  'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
905
927
  'aria-valuemax'?: number | undefined;
@@ -1084,6 +1106,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1084
1106
  alignItems?: import("csstype").Property.AlignItems | undefined;
1085
1107
  alignSelf?: import("csstype").Property.AlignSelf | undefined;
1086
1108
  alignTracks?: import("csstype").Property.AlignTracks | undefined;
1109
+ animationComposition?: import("csstype").Property.AnimationComposition | undefined;
1087
1110
  animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1088
1111
  animationDirection?: import("csstype").Property.AnimationDirection | undefined;
1089
1112
  animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
@@ -1163,6 +1186,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1163
1186
  breakInside?: import("csstype").Property.BreakInside | undefined;
1164
1187
  captionSide?: import("csstype").Property.CaptionSide | undefined;
1165
1188
  caretColor?: import("csstype").Property.CaretColor | undefined;
1189
+ caretShape?: import("csstype").Property.CaretShape | undefined;
1166
1190
  clear?: import("csstype").Property.Clear | undefined;
1167
1191
  clipPath?: import("csstype").Property.ClipPath | undefined;
1168
1192
  color?: import("csstype").Property.Color | undefined;
@@ -1177,6 +1201,12 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1177
1201
  columnSpan?: import("csstype").Property.ColumnSpan | undefined;
1178
1202
  columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1179
1203
  contain?: import("csstype").Property.Contain | undefined;
1204
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
1205
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
1206
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
1207
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
1208
+ containerName?: import("csstype").Property.ContainerName | undefined;
1209
+ containerType?: import("csstype").Property.ContainerType | undefined;
1180
1210
  content?: import("csstype").Property.Content | undefined;
1181
1211
  contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
1182
1212
  counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
@@ -1198,6 +1228,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1198
1228
  fontKerning?: import("csstype").Property.FontKerning | undefined;
1199
1229
  fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1200
1230
  fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
1231
+ fontPalette?: import("csstype").Property.FontPalette | undefined;
1201
1232
  fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
1202
1233
  fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
1203
1234
  fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
@@ -1208,6 +1239,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1208
1239
  fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
1209
1240
  fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
1210
1241
  fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
1242
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
1211
1243
  fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1212
1244
  fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
1213
1245
  fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
@@ -1227,6 +1259,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1227
1259
  hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
1228
1260
  height?: import("csstype").Property.Height<string | number> | undefined;
1229
1261
  hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
1262
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
1230
1263
  hyphens?: import("csstype").Property.Hyphens | undefined;
1231
1264
  imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
1232
1265
  imageRendering?: import("csstype").Property.ImageRendering | undefined;
@@ -1234,11 +1267,8 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1234
1267
  initialLetter?: import("csstype").Property.InitialLetter | undefined;
1235
1268
  inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
1236
1269
  inputSecurity?: import("csstype").Property.InputSecurity | undefined;
1237
- inset?: import("csstype").Property.Inset<string | number> | undefined;
1238
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1239
1270
  insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1240
1271
  insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1241
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1242
1272
  insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1243
1273
  insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1244
1274
  isolation?: import("csstype").Property.Isolation | undefined;
@@ -1254,16 +1284,15 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1254
1284
  listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
1255
1285
  listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
1256
1286
  listStyleType?: import("csstype").Property.ListStyleType | undefined;
1257
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
1258
1287
  marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1259
1288
  marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1260
1289
  marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
1261
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
1262
1290
  marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1263
1291
  marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1264
1292
  marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
1265
1293
  marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
1266
1294
  marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
1295
+ marginTrim?: import("csstype").Property.MarginTrim | undefined;
1267
1296
  maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
1268
1297
  maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1269
1298
  maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
@@ -1279,6 +1308,8 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1279
1308
  maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
1280
1309
  maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
1281
1310
  maskType?: import("csstype").Property.MaskType | undefined;
1311
+ mathDepth?: import("csstype").Property.MathDepth | undefined;
1312
+ mathShift?: import("csstype").Property.MathShift | undefined;
1282
1313
  mathStyle?: import("csstype").Property.MathStyle | undefined;
1283
1314
  maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
1284
1315
  maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
@@ -1298,6 +1329,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1298
1329
  offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
1299
1330
  offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1300
1331
  offsetPath?: import("csstype").Property.OffsetPath | undefined;
1332
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
1301
1333
  offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
1302
1334
  offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
1303
1335
  opacity?: import("csstype").Property.Opacity | undefined;
@@ -1319,23 +1351,21 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1319
1351
  overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
1320
1352
  overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
1321
1353
  overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
1322
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1323
1354
  paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1324
1355
  paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1325
1356
  paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
1326
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
1327
1357
  paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1328
1358
  paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1329
1359
  paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
1330
1360
  paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
1331
1361
  paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
1362
+ page?: import("csstype").Property.Page | undefined;
1332
1363
  pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
1333
1364
  pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
1334
1365
  pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
1335
1366
  paintOrder?: import("csstype").Property.PaintOrder | undefined;
1336
1367
  perspective?: import("csstype").Property.Perspective<string | number> | undefined;
1337
1368
  perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1338
- placeContent?: import("csstype").Property.PlaceContent | undefined;
1339
1369
  pointerEvents?: import("csstype").Property.PointerEvents | undefined;
1340
1370
  position?: import("csstype").Property.Position | undefined;
1341
1371
  printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
@@ -1349,36 +1379,31 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1349
1379
  rubyPosition?: import("csstype").Property.RubyPosition | undefined;
1350
1380
  scale?: string | number | readonly [number, number] | undefined;
1351
1381
  scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
1352
- scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1353
- scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
1354
1382
  scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
1355
1383
  scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
1356
1384
  scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1357
- scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
1358
1385
  scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
1359
1386
  scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
1360
1387
  scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1361
1388
  scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1362
1389
  scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1363
- scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
1364
- scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
1365
1390
  scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
1366
1391
  scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
1367
1392
  scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
1368
- scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
1369
1393
  scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
1370
1394
  scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
1371
1395
  scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
1372
1396
  scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
1373
1397
  scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
1374
1398
  scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
1375
- scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1376
1399
  scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1377
1400
  scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1378
1401
  scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1379
1402
  scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1380
1403
  scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
1381
1404
  scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
1405
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
1406
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
1382
1407
  scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
1383
1408
  scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
1384
1409
  scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
@@ -1396,7 +1421,6 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1396
1421
  textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
1397
1422
  textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1398
1423
  textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
1399
- textDecorationWidth?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
1400
1424
  textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
1401
1425
  textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
1402
1426
  textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
@@ -1424,6 +1448,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1424
1448
  unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
1425
1449
  userSelect?: import("csstype").Property.UserSelect | undefined;
1426
1450
  verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1451
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
1427
1452
  visibility?: import("csstype").Property.Visibility | undefined;
1428
1453
  whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
1429
1454
  widows?: import("csstype").Property.Widows | undefined;
@@ -1455,8 +1480,11 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1455
1480
  borderStyle?: import("csstype").Property.BorderStyle | undefined;
1456
1481
  borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
1457
1482
  borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
1483
+ caret?: import("csstype").Property.Caret | undefined;
1458
1484
  columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1459
1485
  columns?: import("csstype").Property.Columns<string | number> | undefined;
1486
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
1487
+ container?: import("csstype").Property.Container | undefined;
1460
1488
  flex?: import("csstype").Property.Flex<string | number> | undefined;
1461
1489
  flexFlow?: import("csstype").Property.FlexFlow | undefined;
1462
1490
  font?: import("csstype").Property.Font | undefined;
@@ -1466,9 +1494,14 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1466
1494
  gridColumn?: import("csstype").Property.GridColumn | undefined;
1467
1495
  gridRow?: import("csstype").Property.GridRow | undefined;
1468
1496
  gridTemplate?: import("csstype").Property.GridTemplate | undefined;
1497
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
1498
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1499
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1469
1500
  lineClamp?: import("csstype").Property.LineClamp | undefined;
1470
1501
  listStyle?: import("csstype").Property.ListStyle | undefined;
1471
1502
  margin?: import("csstype").Property.Margin<string | number> | undefined;
1503
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
1504
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
1472
1505
  mask?: import("csstype").Property.Mask<string | number> | undefined;
1473
1506
  maskBorder?: import("csstype").Property.MaskBorder | undefined;
1474
1507
  motion?: import("csstype").Property.Offset<string | number> | undefined;
@@ -1477,8 +1510,19 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1477
1510
  overflow?: import("csstype").Property.Overflow | undefined;
1478
1511
  overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
1479
1512
  padding?: import("csstype").Property.Padding<string | number> | undefined;
1513
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1514
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
1515
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
1480
1516
  placeItems?: import("csstype").Property.PlaceItems | undefined;
1481
1517
  placeSelf?: import("csstype").Property.PlaceSelf | undefined;
1518
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1519
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
1520
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
1521
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
1522
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
1523
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
1524
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1525
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
1482
1526
  textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
1483
1527
  textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1484
1528
  transition?: import("csstype").Property.Transition<string & {}> | undefined;
@@ -1492,6 +1536,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1492
1536
  MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1493
1537
  MozAppearance?: import("csstype").Property.MozAppearance | undefined;
1494
1538
  MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1539
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
1495
1540
  MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
1496
1541
  MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1497
1542
  MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
@@ -1504,7 +1549,6 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1504
1549
  MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1505
1550
  MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
1506
1551
  MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
1507
- MozColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
1508
1552
  MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1509
1553
  MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1510
1554
  MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
@@ -1538,7 +1582,6 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1538
1582
  MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
1539
1583
  MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
1540
1584
  msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
1541
- msAlignSelf?: import("csstype").Property.AlignSelf | undefined;
1542
1585
  msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
1543
1586
  msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
1544
1587
  msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
@@ -1559,7 +1602,6 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1559
1602
  msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
1560
1603
  msHyphens?: import("csstype").Property.Hyphens | undefined;
1561
1604
  msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
1562
- msJustifySelf?: import("csstype").Property.JustifySelf | undefined;
1563
1605
  msLineBreak?: import("csstype").Property.LineBreak | undefined;
1564
1606
  msOrder?: import("csstype").Property.Order | undefined;
1565
1607
  msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
@@ -1582,6 +1624,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1582
1624
  msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
1583
1625
  msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
1584
1626
  msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
1627
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
1585
1628
  msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
1586
1629
  msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
1587
1630
  msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
@@ -1631,7 +1674,6 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1631
1674
  WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
1632
1675
  WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
1633
1676
  WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
1634
- WebkitColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
1635
1677
  WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1636
1678
  WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1637
1679
  WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
@@ -1760,7 +1802,6 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1760
1802
  scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
1761
1803
  scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
1762
1804
  scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
1763
- scrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
1764
1805
  KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1765
1806
  KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1766
1807
  KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
@@ -1776,7 +1817,6 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1776
1817
  MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
1777
1818
  MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1778
1819
  MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1779
- MozBinding?: import("csstype").Property.MozBinding | undefined;
1780
1820
  MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1781
1821
  MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1782
1822
  MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
@@ -1807,7 +1847,6 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1807
1847
  MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1808
1848
  MozUserInput?: import("csstype").Property.MozUserInput | undefined;
1809
1849
  msImeMode?: import("csstype").Property.ImeMode | undefined;
1810
- msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
1811
1850
  OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1812
1851
  OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1813
1852
  OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
@@ -1899,25 +1938,30 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1899
1938
  suppressContentEditableWarning?: boolean | undefined;
1900
1939
  suppressHydrationWarning?: boolean | undefined;
1901
1940
  accessKey?: string | undefined;
1902
- contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
1941
+ autoFocus?: boolean | undefined;
1942
+ contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
1903
1943
  contextMenu?: string | undefined;
1904
1944
  dir?: string | undefined;
1905
- draggable?: (boolean | "true" | "false") | undefined;
1945
+ draggable?: (boolean | "false" | "true") | undefined;
1906
1946
  hidden?: boolean | undefined;
1907
1947
  id?: string | undefined;
1908
1948
  lang?: string | undefined;
1949
+ nonce?: string | undefined;
1909
1950
  placeholder?: string | undefined;
1910
- spellCheck?: (boolean | "true" | "false") | undefined;
1951
+ spellCheck?: (boolean | "false" | "true") | undefined;
1911
1952
  tabIndex?: number | undefined;
1912
1953
  translate?: "yes" | "no" | undefined;
1913
1954
  radioGroup?: string | undefined;
1914
1955
  role?: import("react").AriaRole | undefined;
1915
1956
  about?: string | undefined;
1957
+ content?: string | undefined;
1916
1958
  datatype?: string | undefined;
1917
1959
  inlist?: any;
1918
1960
  prefix?: string | undefined;
1919
1961
  property?: string | undefined;
1962
+ rel?: string | undefined;
1920
1963
  resource?: string | undefined;
1964
+ rev?: string | undefined;
1921
1965
  typeof?: string | undefined;
1922
1966
  vocab?: string | undefined;
1923
1967
  autoCapitalize?: string | undefined;
@@ -1932,50 +1976,50 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
1932
1976
  results?: number | undefined;
1933
1977
  security?: string | undefined;
1934
1978
  unselectable?: "on" | "off" | undefined;
1935
- inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1979
+ inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1936
1980
  is?: string | undefined;
1937
1981
  'aria-activedescendant'?: string | undefined;
1938
- 'aria-atomic'?: (boolean | "true" | "false") | undefined;
1939
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
1940
- 'aria-busy'?: (boolean | "true" | "false") | undefined;
1941
- 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
1982
+ 'aria-atomic'?: (boolean | "false" | "true") | undefined;
1983
+ 'aria-autocomplete'?: "none" | "list" | "both" | "inline" | undefined;
1984
+ 'aria-busy'?: (boolean | "false" | "true") | undefined;
1985
+ 'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
1942
1986
  'aria-colcount'?: number | undefined;
1943
1987
  'aria-colindex'?: number | undefined;
1944
1988
  'aria-colspan'?: number | undefined;
1945
1989
  'aria-controls'?: string | undefined;
1946
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
1990
+ 'aria-current'?: boolean | "time" | "page" | "step" | "false" | "true" | "location" | "date" | undefined;
1947
1991
  'aria-describedby'?: string | undefined;
1948
1992
  'aria-details'?: string | undefined;
1949
- 'aria-disabled'?: (boolean | "true" | "false") | undefined;
1950
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
1993
+ 'aria-disabled'?: (boolean | "false" | "true") | undefined;
1994
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
1951
1995
  'aria-errormessage'?: string | undefined;
1952
- 'aria-expanded'?: (boolean | "true" | "false") | undefined;
1996
+ 'aria-expanded'?: (boolean | "false" | "true") | undefined;
1953
1997
  'aria-flowto'?: string | undefined;
1954
- 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
1955
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
1956
- 'aria-hidden'?: (boolean | "true" | "false") | undefined;
1957
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1998
+ 'aria-grabbed'?: (boolean | "false" | "true") | undefined;
1999
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
2000
+ 'aria-hidden'?: (boolean | "false" | "true") | undefined;
2001
+ 'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1958
2002
  'aria-keyshortcuts'?: string | undefined;
1959
2003
  'aria-label'?: string | undefined;
1960
2004
  'aria-labelledby'?: string | undefined;
1961
2005
  'aria-level'?: number | undefined;
1962
2006
  'aria-live'?: "off" | "assertive" | "polite" | undefined;
1963
- 'aria-modal'?: (boolean | "true" | "false") | undefined;
1964
- 'aria-multiline'?: (boolean | "true" | "false") | undefined;
1965
- 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
2007
+ 'aria-modal'?: (boolean | "false" | "true") | undefined;
2008
+ 'aria-multiline'?: (boolean | "false" | "true") | undefined;
2009
+ 'aria-multiselectable'?: (boolean | "false" | "true") | undefined;
1966
2010
  'aria-orientation'?: "horizontal" | "vertical" | undefined;
1967
2011
  'aria-owns'?: string | undefined;
1968
2012
  'aria-placeholder'?: string | undefined;
1969
2013
  'aria-posinset'?: number | undefined;
1970
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
1971
- 'aria-readonly'?: (boolean | "true" | "false") | undefined;
2014
+ 'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
2015
+ 'aria-readonly'?: (boolean | "false" | "true") | undefined;
1972
2016
  'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1973
- 'aria-required'?: (boolean | "true" | "false") | undefined;
2017
+ 'aria-required'?: (boolean | "false" | "true") | undefined;
1974
2018
  'aria-roledescription'?: string | undefined;
1975
2019
  'aria-rowcount'?: number | undefined;
1976
2020
  'aria-rowindex'?: number | undefined;
1977
2021
  'aria-rowspan'?: number | undefined;
1978
- 'aria-selected'?: (boolean | "true" | "false") | undefined;
2022
+ 'aria-selected'?: (boolean | "false" | "true") | undefined;
1979
2023
  'aria-setsize'?: number | undefined;
1980
2024
  'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
1981
2025
  'aria-valuemax'?: number | undefined;
@@ -2160,6 +2204,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2160
2204
  alignItems?: import("csstype").Property.AlignItems | undefined;
2161
2205
  alignSelf?: import("csstype").Property.AlignSelf | undefined;
2162
2206
  alignTracks?: import("csstype").Property.AlignTracks | undefined;
2207
+ animationComposition?: import("csstype").Property.AnimationComposition | undefined;
2163
2208
  animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
2164
2209
  animationDirection?: import("csstype").Property.AnimationDirection | undefined;
2165
2210
  animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
@@ -2239,6 +2284,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2239
2284
  breakInside?: import("csstype").Property.BreakInside | undefined;
2240
2285
  captionSide?: import("csstype").Property.CaptionSide | undefined;
2241
2286
  caretColor?: import("csstype").Property.CaretColor | undefined;
2287
+ caretShape?: import("csstype").Property.CaretShape | undefined;
2242
2288
  clear?: import("csstype").Property.Clear | undefined;
2243
2289
  clipPath?: import("csstype").Property.ClipPath | undefined;
2244
2290
  color?: import("csstype").Property.Color | undefined;
@@ -2253,6 +2299,12 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2253
2299
  columnSpan?: import("csstype").Property.ColumnSpan | undefined;
2254
2300
  columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
2255
2301
  contain?: import("csstype").Property.Contain | undefined;
2302
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
2303
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
2304
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
2305
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
2306
+ containerName?: import("csstype").Property.ContainerName | undefined;
2307
+ containerType?: import("csstype").Property.ContainerType | undefined;
2256
2308
  content?: import("csstype").Property.Content | undefined;
2257
2309
  contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
2258
2310
  counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
@@ -2274,6 +2326,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2274
2326
  fontKerning?: import("csstype").Property.FontKerning | undefined;
2275
2327
  fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
2276
2328
  fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
2329
+ fontPalette?: import("csstype").Property.FontPalette | undefined;
2277
2330
  fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
2278
2331
  fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
2279
2332
  fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
@@ -2284,6 +2337,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2284
2337
  fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
2285
2338
  fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
2286
2339
  fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
2340
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
2287
2341
  fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
2288
2342
  fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
2289
2343
  fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
@@ -2303,6 +2357,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2303
2357
  hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
2304
2358
  height?: import("csstype").Property.Height<string | number> | undefined;
2305
2359
  hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
2360
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
2306
2361
  hyphens?: import("csstype").Property.Hyphens | undefined;
2307
2362
  imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
2308
2363
  imageRendering?: import("csstype").Property.ImageRendering | undefined;
@@ -2310,11 +2365,8 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2310
2365
  initialLetter?: import("csstype").Property.InitialLetter | undefined;
2311
2366
  inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
2312
2367
  inputSecurity?: import("csstype").Property.InputSecurity | undefined;
2313
- inset?: import("csstype").Property.Inset<string | number> | undefined;
2314
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
2315
2368
  insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
2316
2369
  insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
2317
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
2318
2370
  insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
2319
2371
  insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
2320
2372
  isolation?: import("csstype").Property.Isolation | undefined;
@@ -2330,16 +2382,15 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2330
2382
  listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
2331
2383
  listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
2332
2384
  listStyleType?: import("csstype").Property.ListStyleType | undefined;
2333
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
2334
2385
  marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
2335
2386
  marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
2336
2387
  marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
2337
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
2338
2388
  marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
2339
2389
  marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
2340
2390
  marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
2341
2391
  marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
2342
2392
  marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
2393
+ marginTrim?: import("csstype").Property.MarginTrim | undefined;
2343
2394
  maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
2344
2395
  maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
2345
2396
  maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
@@ -2355,6 +2406,8 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2355
2406
  maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
2356
2407
  maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
2357
2408
  maskType?: import("csstype").Property.MaskType | undefined;
2409
+ mathDepth?: import("csstype").Property.MathDepth | undefined;
2410
+ mathShift?: import("csstype").Property.MathShift | undefined;
2358
2411
  mathStyle?: import("csstype").Property.MathStyle | undefined;
2359
2412
  maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
2360
2413
  maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
@@ -2374,6 +2427,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2374
2427
  offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
2375
2428
  offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
2376
2429
  offsetPath?: import("csstype").Property.OffsetPath | undefined;
2430
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
2377
2431
  offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
2378
2432
  offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
2379
2433
  opacity?: import("csstype").Property.Opacity | undefined;
@@ -2395,23 +2449,21 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2395
2449
  overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
2396
2450
  overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
2397
2451
  overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
2398
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
2399
2452
  paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
2400
2453
  paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
2401
2454
  paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
2402
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
2403
2455
  paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
2404
2456
  paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
2405
2457
  paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
2406
2458
  paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
2407
2459
  paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
2460
+ page?: import("csstype").Property.Page | undefined;
2408
2461
  pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
2409
2462
  pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
2410
2463
  pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
2411
2464
  paintOrder?: import("csstype").Property.PaintOrder | undefined;
2412
2465
  perspective?: import("csstype").Property.Perspective<string | number> | undefined;
2413
2466
  perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
2414
- placeContent?: import("csstype").Property.PlaceContent | undefined;
2415
2467
  pointerEvents?: import("csstype").Property.PointerEvents | undefined;
2416
2468
  position?: import("csstype").Property.Position | undefined;
2417
2469
  printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
@@ -2425,36 +2477,31 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2425
2477
  rubyPosition?: import("csstype").Property.RubyPosition | undefined;
2426
2478
  scale?: string | number | readonly [number, number] | undefined;
2427
2479
  scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
2428
- scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
2429
- scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
2430
2480
  scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
2431
2481
  scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
2432
2482
  scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
2433
- scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
2434
2483
  scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
2435
2484
  scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
2436
2485
  scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
2437
2486
  scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
2438
2487
  scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
2439
- scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
2440
- scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
2441
2488
  scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
2442
2489
  scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
2443
2490
  scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
2444
- scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
2445
2491
  scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
2446
2492
  scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
2447
2493
  scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
2448
2494
  scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
2449
2495
  scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
2450
2496
  scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
2451
- scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
2452
2497
  scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
2453
2498
  scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
2454
2499
  scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
2455
2500
  scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
2456
2501
  scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
2457
2502
  scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
2503
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
2504
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
2458
2505
  scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
2459
2506
  scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
2460
2507
  scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
@@ -2472,7 +2519,6 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2472
2519
  textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
2473
2520
  textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
2474
2521
  textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
2475
- textDecorationWidth?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
2476
2522
  textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
2477
2523
  textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
2478
2524
  textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
@@ -2500,6 +2546,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2500
2546
  unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
2501
2547
  userSelect?: import("csstype").Property.UserSelect | undefined;
2502
2548
  verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
2549
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
2503
2550
  visibility?: import("csstype").Property.Visibility | undefined;
2504
2551
  whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
2505
2552
  widows?: import("csstype").Property.Widows | undefined;
@@ -2531,8 +2578,11 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2531
2578
  borderStyle?: import("csstype").Property.BorderStyle | undefined;
2532
2579
  borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
2533
2580
  borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
2581
+ caret?: import("csstype").Property.Caret | undefined;
2534
2582
  columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
2535
2583
  columns?: import("csstype").Property.Columns<string | number> | undefined;
2584
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
2585
+ container?: import("csstype").Property.Container | undefined;
2536
2586
  flex?: import("csstype").Property.Flex<string | number> | undefined;
2537
2587
  flexFlow?: import("csstype").Property.FlexFlow | undefined;
2538
2588
  font?: import("csstype").Property.Font | undefined;
@@ -2542,9 +2592,14 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2542
2592
  gridColumn?: import("csstype").Property.GridColumn | undefined;
2543
2593
  gridRow?: import("csstype").Property.GridRow | undefined;
2544
2594
  gridTemplate?: import("csstype").Property.GridTemplate | undefined;
2595
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
2596
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
2597
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
2545
2598
  lineClamp?: import("csstype").Property.LineClamp | undefined;
2546
2599
  listStyle?: import("csstype").Property.ListStyle | undefined;
2547
2600
  margin?: import("csstype").Property.Margin<string | number> | undefined;
2601
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
2602
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
2548
2603
  mask?: import("csstype").Property.Mask<string | number> | undefined;
2549
2604
  maskBorder?: import("csstype").Property.MaskBorder | undefined;
2550
2605
  motion?: import("csstype").Property.Offset<string | number> | undefined;
@@ -2553,8 +2608,19 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2553
2608
  overflow?: import("csstype").Property.Overflow | undefined;
2554
2609
  overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
2555
2610
  padding?: import("csstype").Property.Padding<string | number> | undefined;
2611
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
2612
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
2613
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
2556
2614
  placeItems?: import("csstype").Property.PlaceItems | undefined;
2557
2615
  placeSelf?: import("csstype").Property.PlaceSelf | undefined;
2616
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
2617
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
2618
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
2619
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
2620
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
2621
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
2622
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
2623
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
2558
2624
  textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
2559
2625
  textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
2560
2626
  transition?: import("csstype").Property.Transition<string & {}> | undefined;
@@ -2568,6 +2634,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2568
2634
  MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
2569
2635
  MozAppearance?: import("csstype").Property.MozAppearance | undefined;
2570
2636
  MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
2637
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
2571
2638
  MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
2572
2639
  MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
2573
2640
  MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
@@ -2580,7 +2647,6 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2580
2647
  MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
2581
2648
  MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
2582
2649
  MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
2583
- MozColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
2584
2650
  MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
2585
2651
  MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
2586
2652
  MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
@@ -2614,7 +2680,6 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2614
2680
  MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
2615
2681
  MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
2616
2682
  msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
2617
- msAlignSelf?: import("csstype").Property.AlignSelf | undefined;
2618
2683
  msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
2619
2684
  msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
2620
2685
  msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
@@ -2635,7 +2700,6 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2635
2700
  msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
2636
2701
  msHyphens?: import("csstype").Property.Hyphens | undefined;
2637
2702
  msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
2638
- msJustifySelf?: import("csstype").Property.JustifySelf | undefined;
2639
2703
  msLineBreak?: import("csstype").Property.LineBreak | undefined;
2640
2704
  msOrder?: import("csstype").Property.Order | undefined;
2641
2705
  msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
@@ -2658,6 +2722,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2658
2722
  msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
2659
2723
  msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
2660
2724
  msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
2725
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
2661
2726
  msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
2662
2727
  msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
2663
2728
  msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
@@ -2707,7 +2772,6 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2707
2772
  WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
2708
2773
  WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
2709
2774
  WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
2710
- WebkitColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
2711
2775
  WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
2712
2776
  WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
2713
2777
  WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
@@ -2836,7 +2900,6 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2836
2900
  scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
2837
2901
  scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
2838
2902
  scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
2839
- scrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
2840
2903
  KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
2841
2904
  KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
2842
2905
  KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
@@ -2852,7 +2915,6 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2852
2915
  MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
2853
2916
  MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
2854
2917
  MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
2855
- MozBinding?: import("csstype").Property.MozBinding | undefined;
2856
2918
  MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
2857
2919
  MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
2858
2920
  MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
@@ -2883,7 +2945,6 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2883
2945
  MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
2884
2946
  MozUserInput?: import("csstype").Property.MozUserInput | undefined;
2885
2947
  msImeMode?: import("csstype").Property.ImeMode | undefined;
2886
- msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
2887
2948
  OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
2888
2949
  OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
2889
2950
  OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
@@ -2975,25 +3036,30 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
2975
3036
  suppressContentEditableWarning?: boolean | undefined;
2976
3037
  suppressHydrationWarning?: boolean | undefined;
2977
3038
  accessKey?: string | undefined;
2978
- contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
3039
+ autoFocus?: boolean | undefined;
3040
+ contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
2979
3041
  contextMenu?: string | undefined;
2980
3042
  dir?: string | undefined;
2981
- draggable?: (boolean | "true" | "false") | undefined;
3043
+ draggable?: (boolean | "false" | "true") | undefined;
2982
3044
  hidden?: boolean | undefined;
2983
3045
  id?: string | undefined;
2984
3046
  lang?: string | undefined;
3047
+ nonce?: string | undefined;
2985
3048
  placeholder?: string | undefined;
2986
- spellCheck?: (boolean | "true" | "false") | undefined;
3049
+ spellCheck?: (boolean | "false" | "true") | undefined;
2987
3050
  tabIndex?: number | undefined;
2988
3051
  translate?: "yes" | "no" | undefined;
2989
3052
  radioGroup?: string | undefined;
2990
3053
  role?: import("react").AriaRole | undefined;
2991
3054
  about?: string | undefined;
3055
+ content?: string | undefined;
2992
3056
  datatype?: string | undefined;
2993
3057
  inlist?: any;
2994
3058
  prefix?: string | undefined;
2995
3059
  property?: string | undefined;
3060
+ rel?: string | undefined;
2996
3061
  resource?: string | undefined;
3062
+ rev?: string | undefined;
2997
3063
  typeof?: string | undefined;
2998
3064
  vocab?: string | undefined;
2999
3065
  autoCapitalize?: string | undefined;
@@ -3008,50 +3074,50 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
3008
3074
  results?: number | undefined;
3009
3075
  security?: string | undefined;
3010
3076
  unselectable?: "on" | "off" | undefined;
3011
- inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
3077
+ inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
3012
3078
  is?: string | undefined;
3013
3079
  'aria-activedescendant'?: string | undefined;
3014
- 'aria-atomic'?: (boolean | "true" | "false") | undefined;
3015
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
3016
- 'aria-busy'?: (boolean | "true" | "false") | undefined;
3017
- 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
3080
+ 'aria-atomic'?: (boolean | "false" | "true") | undefined;
3081
+ 'aria-autocomplete'?: "none" | "list" | "both" | "inline" | undefined;
3082
+ 'aria-busy'?: (boolean | "false" | "true") | undefined;
3083
+ 'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
3018
3084
  'aria-colcount'?: number | undefined;
3019
3085
  'aria-colindex'?: number | undefined;
3020
3086
  'aria-colspan'?: number | undefined;
3021
3087
  'aria-controls'?: string | undefined;
3022
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
3088
+ 'aria-current'?: boolean | "time" | "page" | "step" | "false" | "true" | "location" | "date" | undefined;
3023
3089
  'aria-describedby'?: string | undefined;
3024
3090
  'aria-details'?: string | undefined;
3025
- 'aria-disabled'?: (boolean | "true" | "false") | undefined;
3026
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
3091
+ 'aria-disabled'?: (boolean | "false" | "true") | undefined;
3092
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
3027
3093
  'aria-errormessage'?: string | undefined;
3028
- 'aria-expanded'?: (boolean | "true" | "false") | undefined;
3094
+ 'aria-expanded'?: (boolean | "false" | "true") | undefined;
3029
3095
  'aria-flowto'?: string | undefined;
3030
- 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
3031
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
3032
- 'aria-hidden'?: (boolean | "true" | "false") | undefined;
3033
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
3096
+ 'aria-grabbed'?: (boolean | "false" | "true") | undefined;
3097
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
3098
+ 'aria-hidden'?: (boolean | "false" | "true") | undefined;
3099
+ 'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
3034
3100
  'aria-keyshortcuts'?: string | undefined;
3035
3101
  'aria-label'?: string | undefined;
3036
3102
  'aria-labelledby'?: string | undefined;
3037
3103
  'aria-level'?: number | undefined;
3038
3104
  'aria-live'?: "off" | "assertive" | "polite" | undefined;
3039
- 'aria-modal'?: (boolean | "true" | "false") | undefined;
3040
- 'aria-multiline'?: (boolean | "true" | "false") | undefined;
3041
- 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
3105
+ 'aria-modal'?: (boolean | "false" | "true") | undefined;
3106
+ 'aria-multiline'?: (boolean | "false" | "true") | undefined;
3107
+ 'aria-multiselectable'?: (boolean | "false" | "true") | undefined;
3042
3108
  'aria-orientation'?: "horizontal" | "vertical" | undefined;
3043
3109
  'aria-owns'?: string | undefined;
3044
3110
  'aria-placeholder'?: string | undefined;
3045
3111
  'aria-posinset'?: number | undefined;
3046
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
3047
- 'aria-readonly'?: (boolean | "true" | "false") | undefined;
3112
+ 'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
3113
+ 'aria-readonly'?: (boolean | "false" | "true") | undefined;
3048
3114
  'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
3049
- 'aria-required'?: (boolean | "true" | "false") | undefined;
3115
+ 'aria-required'?: (boolean | "false" | "true") | undefined;
3050
3116
  'aria-roledescription'?: string | undefined;
3051
3117
  'aria-rowcount'?: number | undefined;
3052
3118
  'aria-rowindex'?: number | undefined;
3053
3119
  'aria-rowspan'?: number | undefined;
3054
- 'aria-selected'?: (boolean | "true" | "false") | undefined;
3120
+ 'aria-selected'?: (boolean | "false" | "true") | undefined;
3055
3121
  'aria-setsize'?: number | undefined;
3056
3122
  'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
3057
3123
  'aria-valuemax'?: number | undefined;
@@ -3229,7 +3295,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
3229
3295
  viewBox?: string | import("@react-spring/shared/dist/declarations/src/fluids").FluidValue<string, any> | undefined;
3230
3296
  } & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
3231
3297
  export declare const StyledAvatarName: import("@emotion/styled").StyledComponent<import("@mui/system").SystemProps<import("@mui/material").Theme> & {
3232
- align?: "inherit" | "left" | "right" | "center" | "justify" | undefined;
3298
+ align?: "left" | "right" | "inherit" | "center" | "justify" | undefined;
3233
3299
  children?: import("react").ReactNode;
3234
3300
  classes?: Partial<import("@mui/material").TypographyClasses> | undefined;
3235
3301
  gutterBottom?: boolean | undefined;
@@ -3273,7 +3339,7 @@ export declare const StyledOutlineButton: import("@emotion/styled").StyledCompon
3273
3339
  touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
3274
3340
  }, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "key" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement>> & {
3275
3341
  ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
3276
- }, 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">, keyof import("@mui/material/OverridableComponent").CommonProps | "form" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "variant" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "href" | "size" | "startIcon" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value"> & import("react").RefAttributes<HTMLButtonElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
3342
+ }, 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">, keyof import("@mui/material/OverridableComponent").CommonProps | "form" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "variant" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "href" | "size" | "startIcon" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value"> & import("react").RefAttributes<HTMLButtonElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
3277
3343
  export declare const StyledAvatar: import("@emotion/styled").StyledComponent<any, {}, {}>;
3278
3344
  export declare const StyledListItemButton: import("@emotion/styled").StyledComponent<import("@mui/material").ListItemButtonBaseProps & Omit<{
3279
3345
  action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
@@ -3293,4 +3359,4 @@ export declare const StyledListItemButton: import("@emotion/styled").StyledCompo
3293
3359
  touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
3294
3360
  }, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes<HTMLDivElement>> & {
3295
3361
  ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
3296
- }, "className" | "style" | "classes" | "tabIndex" | "children" | "sx" | "alignItems" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "autoFocus" | "selected" | "dense" | "disableGutters" | "divider"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
3362
+ }, "className" | "style" | "classes" | "autoFocus" | "tabIndex" | "children" | "sx" | "alignItems" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "selected" | "dense" | "disableGutters" | "divider"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;