@learningpool/ui 1.8.7 → 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 (29) 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/MobileNavigationAvatar.js +46 -31
  5. package/components/navigation/MobileNavigation/MobileNavigationAvatarStyles.d.ts +207 -141
  6. package/components/navigation/MobileNavigation/MobileNavigationDrawer.js +39 -27
  7. package/components/navigation/MobileNavigation/MobileNavigationDrawerStyles.d.ts +75 -53
  8. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenuStyles.d.ts +4 -4
  9. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemStyles.d.ts +6 -6
  10. package/components/navigation/MobileNavigation/MobileNavigationSearchStyles.d.ts +68 -46
  11. package/components/navigation/MobileNavigation/MobileNavigationStyles.d.ts +1 -1
  12. package/components/navigation/VerticalNavigation/VerticalNavigation.js +131 -105
  13. package/components/navigation/VerticalNavigation/VerticalNavigationAvatar.js +42 -18
  14. package/components/navigation/VerticalNavigation/VerticalNavigationAvatarStyles.d.ts +207 -141
  15. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenuStyles.d.ts +4 -4
  16. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemStyles.d.ts +6 -6
  17. package/components/navigation/VerticalNavigation/VerticalNavigationStyles.d.ts +69 -47
  18. package/components/stream/AppHub/AppHubCustomStyles.d.ts +4 -4
  19. package/components/stream/AppHub/AppHubProductStyles.d.ts +3 -3
  20. package/components/stream/AppHub/AppHubStyles.d.ts +2 -2
  21. package/components/stream/AppSwitcher/AppSwitcher.d.ts +10 -2
  22. package/components/stream/AppSwitcher/AppSwitcher.js +9 -7
  23. package/components/stream/AppSwitcher/AppSwitcherStylesStandalone.d.ts +16 -0
  24. package/components/stream/AppSwitcher/AppSwitcherStylesStandalone.js +22 -0
  25. package/components/stream/AppSwitcher/constants.d.ts +19 -0
  26. package/components/stream/AppSwitcher/constants.js +19 -0
  27. package/package.json +4 -3
  28. package/utils/helpers.d.ts +12 -9
  29. package/utils/helpers.js +41 -21
@@ -14,6 +14,7 @@ export declare const DrawerHeader: import("@emotion/styled").StyledComponent<imp
14
14
  alignItems?: import("csstype").Property.AlignItems | undefined;
15
15
  alignSelf?: import("csstype").Property.AlignSelf | undefined;
16
16
  alignTracks?: import("csstype").Property.AlignTracks | undefined;
17
+ animationComposition?: import("csstype").Property.AnimationComposition | undefined;
17
18
  animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
18
19
  animationDirection?: import("csstype").Property.AnimationDirection | undefined;
19
20
  animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
@@ -93,6 +94,7 @@ export declare const DrawerHeader: import("@emotion/styled").StyledComponent<imp
93
94
  breakInside?: import("csstype").Property.BreakInside | undefined;
94
95
  captionSide?: import("csstype").Property.CaptionSide | undefined;
95
96
  caretColor?: import("csstype").Property.CaretColor | undefined;
97
+ caretShape?: import("csstype").Property.CaretShape | undefined;
96
98
  clear?: import("csstype").Property.Clear | undefined;
97
99
  clipPath?: import("csstype").Property.ClipPath | undefined;
98
100
  color?: import("csstype").Property.Color | undefined;
@@ -107,6 +109,12 @@ export declare const DrawerHeader: import("@emotion/styled").StyledComponent<imp
107
109
  columnSpan?: import("csstype").Property.ColumnSpan | undefined;
108
110
  columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
109
111
  contain?: import("csstype").Property.Contain | undefined;
112
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
113
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
114
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
115
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
116
+ containerName?: import("csstype").Property.ContainerName | undefined;
117
+ containerType?: import("csstype").Property.ContainerType | undefined;
110
118
  content?: import("csstype").Property.Content | undefined;
111
119
  contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
112
120
  counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
@@ -128,6 +136,7 @@ export declare const DrawerHeader: import("@emotion/styled").StyledComponent<imp
128
136
  fontKerning?: import("csstype").Property.FontKerning | undefined;
129
137
  fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
130
138
  fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
139
+ fontPalette?: import("csstype").Property.FontPalette | undefined;
131
140
  fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
132
141
  fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
133
142
  fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
@@ -138,6 +147,7 @@ export declare const DrawerHeader: import("@emotion/styled").StyledComponent<imp
138
147
  fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
139
148
  fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
140
149
  fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
150
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
141
151
  fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
142
152
  fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
143
153
  fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
@@ -157,6 +167,7 @@ export declare const DrawerHeader: import("@emotion/styled").StyledComponent<imp
157
167
  hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
158
168
  height?: import("csstype").Property.Height<string | number> | undefined;
159
169
  hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
170
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
160
171
  hyphens?: import("csstype").Property.Hyphens | undefined;
161
172
  imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
162
173
  imageRendering?: import("csstype").Property.ImageRendering | undefined;
@@ -164,11 +175,8 @@ export declare const DrawerHeader: import("@emotion/styled").StyledComponent<imp
164
175
  initialLetter?: import("csstype").Property.InitialLetter | undefined;
165
176
  inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
166
177
  inputSecurity?: import("csstype").Property.InputSecurity | undefined;
167
- inset?: import("csstype").Property.Inset<string | number> | undefined;
168
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
169
178
  insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
170
179
  insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
171
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
172
180
  insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
173
181
  insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
174
182
  isolation?: import("csstype").Property.Isolation | undefined;
@@ -184,16 +192,15 @@ export declare const DrawerHeader: import("@emotion/styled").StyledComponent<imp
184
192
  listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
185
193
  listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
186
194
  listStyleType?: import("csstype").Property.ListStyleType | undefined;
187
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
188
195
  marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
189
196
  marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
190
197
  marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
191
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
192
198
  marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
193
199
  marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
194
200
  marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
195
201
  marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
196
202
  marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
203
+ marginTrim?: import("csstype").Property.MarginTrim | undefined;
197
204
  maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
198
205
  maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
199
206
  maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
@@ -209,6 +216,8 @@ export declare const DrawerHeader: import("@emotion/styled").StyledComponent<imp
209
216
  maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
210
217
  maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
211
218
  maskType?: import("csstype").Property.MaskType | undefined;
219
+ mathDepth?: import("csstype").Property.MathDepth | undefined;
220
+ mathShift?: import("csstype").Property.MathShift | undefined;
212
221
  mathStyle?: import("csstype").Property.MathStyle | undefined;
213
222
  maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
214
223
  maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
@@ -228,6 +237,7 @@ export declare const DrawerHeader: import("@emotion/styled").StyledComponent<imp
228
237
  offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
229
238
  offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
230
239
  offsetPath?: import("csstype").Property.OffsetPath | undefined;
240
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
231
241
  offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
232
242
  offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
233
243
  opacity?: import("csstype").Property.Opacity | undefined;
@@ -249,23 +259,21 @@ export declare const DrawerHeader: import("@emotion/styled").StyledComponent<imp
249
259
  overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
250
260
  overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
251
261
  overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
252
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
253
262
  paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
254
263
  paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
255
264
  paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
256
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
257
265
  paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
258
266
  paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
259
267
  paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
260
268
  paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
261
269
  paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
270
+ page?: import("csstype").Property.Page | undefined;
262
271
  pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
263
272
  pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
264
273
  pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
265
274
  paintOrder?: import("csstype").Property.PaintOrder | undefined;
266
275
  perspective?: import("csstype").Property.Perspective<string | number> | undefined;
267
276
  perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
268
- placeContent?: import("csstype").Property.PlaceContent | undefined;
269
277
  pointerEvents?: import("csstype").Property.PointerEvents | undefined;
270
278
  position?: import("csstype").Property.Position | undefined;
271
279
  printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
@@ -279,36 +287,31 @@ export declare const DrawerHeader: import("@emotion/styled").StyledComponent<imp
279
287
  rubyPosition?: import("csstype").Property.RubyPosition | undefined;
280
288
  scale?: string | number | readonly [number, number] | undefined;
281
289
  scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
282
- scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
283
- scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
284
290
  scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
285
291
  scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
286
292
  scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
287
- scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
288
293
  scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
289
294
  scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
290
295
  scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
291
296
  scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
292
297
  scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
293
- scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
294
- scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
295
298
  scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
296
299
  scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
297
300
  scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
298
- scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
299
301
  scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
300
302
  scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
301
303
  scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
302
304
  scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
303
305
  scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
304
306
  scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
305
- scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
306
307
  scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
307
308
  scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
308
309
  scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
309
310
  scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
310
311
  scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
311
312
  scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
313
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
314
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
312
315
  scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
313
316
  scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
314
317
  scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
@@ -326,7 +329,6 @@ export declare const DrawerHeader: import("@emotion/styled").StyledComponent<imp
326
329
  textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
327
330
  textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
328
331
  textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
329
- textDecorationWidth?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
330
332
  textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
331
333
  textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
332
334
  textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
@@ -354,6 +356,7 @@ export declare const DrawerHeader: import("@emotion/styled").StyledComponent<imp
354
356
  unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
355
357
  userSelect?: import("csstype").Property.UserSelect | undefined;
356
358
  verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
359
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
357
360
  visibility?: import("csstype").Property.Visibility | undefined;
358
361
  whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
359
362
  widows?: import("csstype").Property.Widows | undefined;
@@ -385,8 +388,11 @@ export declare const DrawerHeader: import("@emotion/styled").StyledComponent<imp
385
388
  borderStyle?: import("csstype").Property.BorderStyle | undefined;
386
389
  borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
387
390
  borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
391
+ caret?: import("csstype").Property.Caret | undefined;
388
392
  columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
389
393
  columns?: import("csstype").Property.Columns<string | number> | undefined;
394
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
395
+ container?: import("csstype").Property.Container | undefined;
390
396
  flex?: import("csstype").Property.Flex<string | number> | undefined;
391
397
  flexFlow?: import("csstype").Property.FlexFlow | undefined;
392
398
  font?: import("csstype").Property.Font | undefined;
@@ -396,9 +402,14 @@ export declare const DrawerHeader: import("@emotion/styled").StyledComponent<imp
396
402
  gridColumn?: import("csstype").Property.GridColumn | undefined;
397
403
  gridRow?: import("csstype").Property.GridRow | undefined;
398
404
  gridTemplate?: import("csstype").Property.GridTemplate | undefined;
405
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
406
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
407
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
399
408
  lineClamp?: import("csstype").Property.LineClamp | undefined;
400
409
  listStyle?: import("csstype").Property.ListStyle | undefined;
401
410
  margin?: import("csstype").Property.Margin<string | number> | undefined;
411
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
412
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
402
413
  mask?: import("csstype").Property.Mask<string | number> | undefined;
403
414
  maskBorder?: import("csstype").Property.MaskBorder | undefined;
404
415
  motion?: import("csstype").Property.Offset<string | number> | undefined;
@@ -407,8 +418,19 @@ export declare const DrawerHeader: import("@emotion/styled").StyledComponent<imp
407
418
  overflow?: import("csstype").Property.Overflow | undefined;
408
419
  overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
409
420
  padding?: import("csstype").Property.Padding<string | number> | undefined;
421
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
422
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
423
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
410
424
  placeItems?: import("csstype").Property.PlaceItems | undefined;
411
425
  placeSelf?: import("csstype").Property.PlaceSelf | undefined;
426
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
427
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
428
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
429
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
430
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
431
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
432
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
433
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
412
434
  textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
413
435
  textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
414
436
  transition?: import("csstype").Property.Transition<string & {}> | undefined;
@@ -422,6 +444,7 @@ export declare const DrawerHeader: import("@emotion/styled").StyledComponent<imp
422
444
  MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
423
445
  MozAppearance?: import("csstype").Property.MozAppearance | undefined;
424
446
  MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
447
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
425
448
  MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
426
449
  MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
427
450
  MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
@@ -434,7 +457,6 @@ export declare const DrawerHeader: import("@emotion/styled").StyledComponent<imp
434
457
  MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
435
458
  MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
436
459
  MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
437
- MozColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
438
460
  MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
439
461
  MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
440
462
  MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
@@ -468,7 +490,6 @@ export declare const DrawerHeader: import("@emotion/styled").StyledComponent<imp
468
490
  MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
469
491
  MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
470
492
  msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
471
- msAlignSelf?: import("csstype").Property.AlignSelf | undefined;
472
493
  msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
473
494
  msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
474
495
  msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
@@ -489,7 +510,6 @@ export declare const DrawerHeader: import("@emotion/styled").StyledComponent<imp
489
510
  msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
490
511
  msHyphens?: import("csstype").Property.Hyphens | undefined;
491
512
  msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
492
- msJustifySelf?: import("csstype").Property.JustifySelf | undefined;
493
513
  msLineBreak?: import("csstype").Property.LineBreak | undefined;
494
514
  msOrder?: import("csstype").Property.Order | undefined;
495
515
  msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
@@ -512,6 +532,7 @@ export declare const DrawerHeader: import("@emotion/styled").StyledComponent<imp
512
532
  msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
513
533
  msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
514
534
  msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
535
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
515
536
  msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
516
537
  msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
517
538
  msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
@@ -561,7 +582,6 @@ export declare const DrawerHeader: import("@emotion/styled").StyledComponent<imp
561
582
  WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
562
583
  WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
563
584
  WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
564
- WebkitColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
565
585
  WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
566
586
  WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
567
587
  WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
@@ -690,7 +710,6 @@ export declare const DrawerHeader: import("@emotion/styled").StyledComponent<imp
690
710
  scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
691
711
  scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
692
712
  scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
693
- scrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
694
713
  KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
695
714
  KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
696
715
  KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
@@ -706,7 +725,6 @@ export declare const DrawerHeader: import("@emotion/styled").StyledComponent<imp
706
725
  MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
707
726
  MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
708
727
  MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
709
- MozBinding?: import("csstype").Property.MozBinding | undefined;
710
728
  MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
711
729
  MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
712
730
  MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
@@ -737,7 +755,6 @@ export declare const DrawerHeader: import("@emotion/styled").StyledComponent<imp
737
755
  MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
738
756
  MozUserInput?: import("csstype").Property.MozUserInput | undefined;
739
757
  msImeMode?: import("csstype").Property.ImeMode | undefined;
740
- msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
741
758
  OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
742
759
  OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
743
760
  OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
@@ -829,25 +846,30 @@ export declare const DrawerHeader: import("@emotion/styled").StyledComponent<imp
829
846
  suppressContentEditableWarning?: boolean | undefined;
830
847
  suppressHydrationWarning?: boolean | undefined;
831
848
  accessKey?: string | undefined;
832
- contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
849
+ autoFocus?: boolean | undefined;
850
+ contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
833
851
  contextMenu?: string | undefined;
834
852
  dir?: string | undefined;
835
- draggable?: (boolean | "true" | "false") | undefined;
853
+ draggable?: (boolean | "false" | "true") | undefined;
836
854
  hidden?: boolean | undefined;
837
855
  id?: string | undefined;
838
856
  lang?: string | undefined;
857
+ nonce?: string | undefined;
839
858
  placeholder?: string | undefined;
840
- spellCheck?: (boolean | "true" | "false") | undefined;
859
+ spellCheck?: (boolean | "false" | "true") | undefined;
841
860
  tabIndex?: number | undefined;
842
861
  translate?: "yes" | "no" | undefined;
843
862
  radioGroup?: string | undefined;
844
863
  role?: import("react").AriaRole | undefined;
845
864
  about?: string | undefined;
865
+ content?: string | undefined;
846
866
  datatype?: string | undefined;
847
867
  inlist?: any;
848
868
  prefix?: string | undefined;
849
869
  property?: string | undefined;
870
+ rel?: string | undefined;
850
871
  resource?: string | undefined;
872
+ rev?: string | undefined;
851
873
  typeof?: string | undefined;
852
874
  vocab?: string | undefined;
853
875
  autoCapitalize?: string | undefined;
@@ -862,50 +884,50 @@ export declare const DrawerHeader: import("@emotion/styled").StyledComponent<imp
862
884
  results?: number | undefined;
863
885
  security?: string | undefined;
864
886
  unselectable?: "on" | "off" | undefined;
865
- inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
887
+ inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
866
888
  is?: string | undefined;
867
889
  'aria-activedescendant'?: string | undefined;
868
- 'aria-atomic'?: (boolean | "true" | "false") | undefined;
869
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
870
- 'aria-busy'?: (boolean | "true" | "false") | undefined;
871
- 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
890
+ 'aria-atomic'?: (boolean | "false" | "true") | undefined;
891
+ 'aria-autocomplete'?: "none" | "list" | "both" | "inline" | undefined;
892
+ 'aria-busy'?: (boolean | "false" | "true") | undefined;
893
+ 'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
872
894
  'aria-colcount'?: number | undefined;
873
895
  'aria-colindex'?: number | undefined;
874
896
  'aria-colspan'?: number | undefined;
875
897
  'aria-controls'?: string | undefined;
876
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
898
+ 'aria-current'?: boolean | "time" | "page" | "step" | "false" | "true" | "location" | "date" | undefined;
877
899
  'aria-describedby'?: string | undefined;
878
900
  'aria-details'?: string | undefined;
879
- 'aria-disabled'?: (boolean | "true" | "false") | undefined;
880
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
901
+ 'aria-disabled'?: (boolean | "false" | "true") | undefined;
902
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
881
903
  'aria-errormessage'?: string | undefined;
882
- 'aria-expanded'?: (boolean | "true" | "false") | undefined;
904
+ 'aria-expanded'?: (boolean | "false" | "true") | undefined;
883
905
  'aria-flowto'?: string | undefined;
884
- 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
885
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
886
- 'aria-hidden'?: (boolean | "true" | "false") | undefined;
887
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
906
+ 'aria-grabbed'?: (boolean | "false" | "true") | undefined;
907
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
908
+ 'aria-hidden'?: (boolean | "false" | "true") | undefined;
909
+ 'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
888
910
  'aria-keyshortcuts'?: string | undefined;
889
911
  'aria-label'?: string | undefined;
890
912
  'aria-labelledby'?: string | undefined;
891
913
  'aria-level'?: number | undefined;
892
914
  'aria-live'?: "off" | "assertive" | "polite" | undefined;
893
- 'aria-modal'?: (boolean | "true" | "false") | undefined;
894
- 'aria-multiline'?: (boolean | "true" | "false") | undefined;
895
- 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
915
+ 'aria-modal'?: (boolean | "false" | "true") | undefined;
916
+ 'aria-multiline'?: (boolean | "false" | "true") | undefined;
917
+ 'aria-multiselectable'?: (boolean | "false" | "true") | undefined;
896
918
  'aria-orientation'?: "horizontal" | "vertical" | undefined;
897
919
  'aria-owns'?: string | undefined;
898
920
  'aria-placeholder'?: string | undefined;
899
921
  'aria-posinset'?: number | undefined;
900
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
901
- 'aria-readonly'?: (boolean | "true" | "false") | undefined;
922
+ 'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
923
+ 'aria-readonly'?: (boolean | "false" | "true") | undefined;
902
924
  'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
903
- 'aria-required'?: (boolean | "true" | "false") | undefined;
925
+ 'aria-required'?: (boolean | "false" | "true") | undefined;
904
926
  'aria-roledescription'?: string | undefined;
905
927
  'aria-rowcount'?: number | undefined;
906
928
  'aria-rowindex'?: number | undefined;
907
929
  'aria-rowspan'?: number | undefined;
908
- 'aria-selected'?: (boolean | "true" | "false") | undefined;
930
+ 'aria-selected'?: (boolean | "false" | "true") | undefined;
909
931
  'aria-setsize'?: number | undefined;
910
932
  'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
911
933
  'aria-valuemax'?: number | undefined;
@@ -1087,7 +1109,7 @@ export declare const DrawerHeader: import("@emotion/styled").StyledComponent<imp
1087
1109
  export declare const DrawerToggle: import("@emotion/styled").StyledComponent<{
1088
1110
  children?: import("react").ReactNode;
1089
1111
  classes?: Partial<import("@mui/material").IconButtonClasses> | undefined;
1090
- color?: "inherit" | "primary" | "secondary" | "success" | "error" | "info" | "warning" | "default" | undefined;
1112
+ color?: "inherit" | "default" | "primary" | "secondary" | "success" | "error" | "info" | "warning" | undefined;
1091
1113
  disabled?: boolean | undefined;
1092
1114
  disableFocusRipple?: boolean | undefined;
1093
1115
  edge?: false | "end" | "start" | undefined;
@@ -20,14 +20,14 @@ export declare const StyledBoxWrap: import("@emotion/styled").StyledComponent<im
20
20
  export declare const StyledLink: import("@emotion/styled").StyledComponent<Omit<import("@mui/material").LinkBaseProps, "classes"> & {
21
21
  children?: import("react").ReactNode;
22
22
  classes?: Partial<import("@mui/material").LinkClasses> | undefined;
23
- color?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Color | import("csstype").Property.Color[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Color | import("csstype").Property.Color[] | undefined>);
23
+ color?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string[] | import("csstype").Property.Color | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string[] | import("csstype").Property.Color | undefined>);
24
24
  sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
25
25
  TypographyClasses?: (Partial<import("@mui/material").TypographyClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
26
26
  underline?: "none" | "always" | "hover" | undefined;
27
27
  variant?: "button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "inherit" | "overline" | "subtitle1" | "subtitle2" | "body1" | "body2" | undefined;
28
28
  } & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "key" | keyof import("react").AnchorHTMLAttributes<HTMLAnchorElement>> & {
29
29
  ref?: ((instance: HTMLAnchorElement | null) => void) | import("react").RefObject<HTMLAnchorElement> | null | undefined;
30
- }, keyof import("@mui/material/OverridableComponent").CommonProps | "p" | "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" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "href" | "type" | "download" | "hrefLang" | "media" | "ping" | "rel" | "target" | "referrerPolicy" | "align" | "underline" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping" | "TypographyClasses"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
30
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | "p" | "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" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "href" | "type" | "download" | "hrefLang" | "media" | "ping" | "target" | "referrerPolicy" | "align" | "underline" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping" | "TypographyClasses"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
31
31
  export declare const StyledAvatar: import("@emotion/styled").StyledComponent<{
32
32
  alt?: string | undefined;
33
33
  children?: import("react").ReactNode;
@@ -56,11 +56,11 @@ export declare const StyledAddCircleOutlineIcon: import("@emotion/styled").Style
56
56
  sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
57
57
  titleAccess?: string | undefined;
58
58
  viewBox?: string | undefined;
59
- } & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").SVGProps<SVGSVGElement>, "string" | "className" | "style" | "clipPath" | "filter" | "mask" | "path" | "key" | "id" | "lang" | "tabIndex" | "role" | "color" | "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" | "cursor" | "direction" | "display" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "height" | "imageRendering" | "letterSpacing" | "opacity" | "order" | "paintOrder" | "pointerEvents" | "rotate" | "scale" | "textRendering" | "transform" | "unicodeBidi" | "visibility" | "width" | "wordSpacing" | "writingMode" | "offset" | "overflow" | "textDecoration" | "azimuth" | "clip" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "href" | "name" | "type" | "media" | "target" | "origin" | "max" | "method" | "min" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorInterpolationFilters" | "colorProfile" | "contentScriptType" | "contentStyleType" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "local" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "operator" | "orient" | "orientation" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "seed" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "to" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan"> & {
59
+ } & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").SVGProps<SVGSVGElement>, "string" | "className" | "style" | "clipPath" | "filter" | "mask" | "path" | "key" | "id" | "lang" | "tabIndex" | "role" | "color" | "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" | "cursor" | "direction" | "display" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "height" | "imageRendering" | "letterSpacing" | "opacity" | "order" | "paintOrder" | "pointerEvents" | "rotate" | "scale" | "textRendering" | "transform" | "unicodeBidi" | "visibility" | "width" | "wordSpacing" | "writingMode" | "offset" | "overflow" | "textDecoration" | "azimuth" | "clip" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "href" | "name" | "type" | "media" | "target" | "max" | "method" | "min" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorInterpolationFilters" | "colorProfile" | "contentScriptType" | "contentStyleType" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "local" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "seed" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "to" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan"> & {
60
60
  ref?: ((instance: SVGSVGElement | null) => void) | import("react").RefObject<SVGSVGElement> | null | undefined;
61
61
  }, keyof import("@mui/material/OverridableComponent").CommonProps | "color" | "children" | "sx" | "fontSize" | "shapeRendering" | "viewBox" | "htmlColor" | "inheritViewBox" | "titleAccess"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
62
62
  export declare const StyledTypography: import("@emotion/styled").StyledComponent<import("@mui/system").SystemProps<import("@mui/material").Theme> & {
63
- align?: "inherit" | "left" | "right" | "center" | "justify" | undefined;
63
+ align?: "left" | "right" | "inherit" | "center" | "justify" | undefined;
64
64
  children?: import("react").ReactNode;
65
65
  classes?: Partial<import("@mui/material").TypographyClasses> | undefined;
66
66
  gutterBottom?: boolean | undefined;