@solostylist/ui-kit 1.0.126 → 1.0.127

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.
@@ -30,7 +30,7 @@ export declare const MuiAlert: {
30
30
  animationTimeline?: import("csstype").Property.AnimationTimeline | readonly string[] | readonly import("csstype").Property.AnimationTimeline[] | undefined;
31
31
  animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | readonly string[] | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
32
32
  appearance?: import("csstype").Property.Appearance | readonly NonNullable<import("csstype").Property.Appearance | undefined>[] | readonly import("csstype").Property.Appearance[] | undefined;
33
- aspectRatio?: import("csstype").Property.AspectRatio | readonly NonNullable<import("csstype").Property.AspectRatio | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
33
+ aspectRatio?: import("csstype").Property.AspectRatio | readonly NonNullable<import("csstype").Property.AspectRatio | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
34
34
  backdropFilter?: import("csstype").Property.BackdropFilter | readonly string[] | readonly import("csstype").Property.BackdropFilter[] | undefined;
35
35
  backfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility | undefined>[] | readonly import("csstype").Property.BackfaceVisibility[] | undefined;
36
36
  backgroundAttachment?: import("csstype").Property.BackgroundAttachment | readonly string[] | readonly import("csstype").Property.BackgroundAttachment[] | undefined;
@@ -105,7 +105,7 @@ export declare const MuiAlert: {
105
105
  color: string | readonly string[];
106
106
  colorAdjust?: import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust | undefined>[] | readonly import("csstype").Property.PrintColorAdjust[] | undefined;
107
107
  colorScheme?: import("csstype").Property.ColorScheme | readonly string[] | readonly import("csstype").Property.ColorScheme[] | undefined;
108
- columnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
108
+ columnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
109
109
  columnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
110
110
  columnGap?: import("csstype").Property.ColumnGap<string | number> | readonly NonNullable<import("csstype").Property.ColumnGap<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
111
111
  columnRuleColor?: import("csstype").Property.ColumnRuleColor | readonly string[] | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
@@ -161,22 +161,22 @@ export declare const MuiAlert: {
161
161
  fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | readonly string[] | readonly import("csstype").Property.FontVariantNumeric[] | undefined;
162
162
  fontVariantPosition?: import("csstype").Property.FontVariantPosition | readonly NonNullable<import("csstype").Property.FontVariantPosition | undefined>[] | readonly import("csstype").Property.FontVariantPosition[] | undefined;
163
163
  fontVariationSettings?: import("csstype").Property.FontVariationSettings | readonly string[] | readonly import("csstype").Property.FontVariationSettings[] | undefined;
164
- fontWeight?: import("csstype").Property.FontWeight | readonly NonNullable<import("csstype").Property.FontWeight | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal" | "bold" | "bolder" | "lighter")[] | undefined;
164
+ fontWeight?: import("csstype").Property.FontWeight | readonly NonNullable<import("csstype").Property.FontWeight | undefined>[] | readonly ((string & {}) | "bold" | import('csstype').Globals | "normal" | "bolder" | "lighter")[] | undefined;
165
165
  forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | readonly NonNullable<import("csstype").Property.ForcedColorAdjust | undefined>[] | readonly import("csstype").Property.ForcedColorAdjust[] | undefined;
166
166
  gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
167
167
  gridAutoFlow?: import("csstype").Property.GridAutoFlow | readonly string[] | readonly import("csstype").Property.GridAutoFlow[] | undefined;
168
168
  gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | readonly NonNullable<import("csstype").Property.GridAutoRows<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
169
- gridColumnEnd?: import("csstype").Property.GridColumnEnd | readonly NonNullable<import("csstype").Property.GridColumnEnd | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
170
- gridColumnStart?: import("csstype").Property.GridColumnStart | readonly NonNullable<import("csstype").Property.GridColumnStart | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
171
- gridRowEnd?: import("csstype").Property.GridRowEnd | readonly NonNullable<import("csstype").Property.GridRowEnd | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
172
- gridRowStart?: import("csstype").Property.GridRowStart | readonly NonNullable<import("csstype").Property.GridRowStart | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
169
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | readonly NonNullable<import("csstype").Property.GridColumnEnd | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
170
+ gridColumnStart?: import("csstype").Property.GridColumnStart | readonly NonNullable<import("csstype").Property.GridColumnStart | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
171
+ gridRowEnd?: import("csstype").Property.GridRowEnd | readonly NonNullable<import("csstype").Property.GridRowEnd | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
172
+ gridRowStart?: import("csstype").Property.GridRowStart | readonly NonNullable<import("csstype").Property.GridRowStart | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
173
173
  gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | readonly string[] | readonly import("csstype").Property.GridTemplateAreas[] | undefined;
174
174
  gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateColumns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
175
175
  gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateRows<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
176
176
  hangingPunctuation?: import("csstype").Property.HangingPunctuation | readonly string[] | readonly import("csstype").Property.HangingPunctuation[] | undefined;
177
177
  height?: import("csstype").Property.Height<string | number> | readonly NonNullable<import("csstype").Property.Height<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
178
178
  hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | readonly string[] | readonly import("csstype").Property.HyphenateCharacter[] | undefined;
179
- hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | readonly NonNullable<import("csstype").Property.HyphenateLimitChars | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
179
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | readonly NonNullable<import("csstype").Property.HyphenateLimitChars | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
180
180
  hyphens?: import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens | undefined>[] | readonly import("csstype").Property.Hyphens[] | undefined;
181
181
  imageOrientation?: import("csstype").Property.ImageOrientation | readonly string[] | readonly import("csstype").Property.ImageOrientation[] | undefined;
182
182
  imageRendering?: import("csstype").Property.ImageRendering | readonly NonNullable<import("csstype").Property.ImageRendering | undefined>[] | readonly import("csstype").Property.ImageRendering[] | undefined;
@@ -385,10 +385,10 @@ export declare const MuiAlert: {
385
385
  wordSpacing?: import("csstype").Property.WordSpacing<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.WordSpacing<string | number> | undefined>[] | undefined;
386
386
  wordWrap?: import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap | undefined>[] | readonly import("csstype").Property.WordWrap[] | undefined;
387
387
  writingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
388
- zIndex?: import("csstype").Property.ZIndex | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
388
+ zIndex?: import("csstype").Property.ZIndex | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
389
389
  zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal" | "reset")[] | undefined;
390
390
  all?: import('csstype').Globals | readonly NonNullable<import('csstype').Globals | undefined>[] | readonly import('csstype').Globals[] | undefined;
391
- animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
391
+ animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
392
392
  animationRange?: import("csstype").Property.AnimationRange<string | number> | readonly NonNullable<import("csstype").Property.AnimationRange<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
393
393
  background?: import("csstype").Property.Background<string | number> | readonly NonNullable<import("csstype").Property.Background<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
394
394
  backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPosition<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
@@ -398,7 +398,7 @@ export declare const MuiAlert: {
398
398
  borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
399
399
  borderBottom?: import("csstype").Property.BorderBottom<string | number> | readonly NonNullable<import("csstype").Property.BorderBottom<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
400
400
  borderColor?: import("csstype").Property.BorderColor | readonly string[] | readonly import("csstype").Property.BorderColor[] | undefined;
401
- borderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "stretch" | "none" | "repeat" | "round" | "space")[] | undefined;
401
+ borderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
402
402
  borderInline?: import("csstype").Property.BorderInline<string | number> | readonly NonNullable<import("csstype").Property.BorderInline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
403
403
  borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
404
404
  borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
@@ -418,9 +418,9 @@ export declare const MuiAlert: {
418
418
  font?: import("csstype").Property.Font | readonly string[] | readonly import("csstype").Property.Font[] | undefined;
419
419
  gap?: import("csstype").Property.Gap<string | number> | readonly NonNullable<import("csstype").Property.Gap<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
420
420
  grid?: import("csstype").Property.Grid | readonly string[] | readonly import("csstype").Property.Grid[] | undefined;
421
- gridArea?: import("csstype").Property.GridArea | readonly NonNullable<import("csstype").Property.GridArea | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
422
- gridColumn?: import("csstype").Property.GridColumn | readonly NonNullable<import("csstype").Property.GridColumn | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
423
- gridRow?: import("csstype").Property.GridRow | readonly NonNullable<import("csstype").Property.GridRow | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
421
+ gridArea?: import("csstype").Property.GridArea | readonly NonNullable<import("csstype").Property.GridArea | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
422
+ gridColumn?: import("csstype").Property.GridColumn | readonly NonNullable<import("csstype").Property.GridColumn | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
423
+ gridRow?: import("csstype").Property.GridRow | readonly NonNullable<import("csstype").Property.GridRow | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
424
424
  gridTemplate?: import("csstype").Property.GridTemplate | readonly string[] | readonly import("csstype").Property.GridTemplate[] | undefined;
425
425
  inset?: import("csstype").Property.Inset<string | number> | readonly NonNullable<import("csstype").Property.Inset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
426
426
  insetBlock?: import("csstype").Property.InsetBlock<string | number> | readonly NonNullable<import("csstype").Property.InsetBlock<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
@@ -431,7 +431,7 @@ export declare const MuiAlert: {
431
431
  marginBlock?: import("csstype").Property.MarginBlock<string | number> | readonly NonNullable<import("csstype").Property.MarginBlock<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
432
432
  marginInline?: import("csstype").Property.MarginInline<string | number> | readonly NonNullable<import("csstype").Property.MarginInline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
433
433
  mask?: import("csstype").Property.Mask<string | number> | readonly NonNullable<import("csstype").Property.Mask<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
434
- maskBorder?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "stretch" | "none" | "repeat" | "round" | "space" | "alpha" | "luminance")[] | undefined;
434
+ maskBorder?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space" | "alpha" | "luminance")[] | undefined;
435
435
  motion?: import("csstype").Property.Offset<string | number> | readonly NonNullable<import("csstype").Property.Offset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
436
436
  offset?: import("csstype").Property.Offset<string | number> | readonly NonNullable<import("csstype").Property.Offset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
437
437
  outline?: import("csstype").Property.Outline<string | number> | readonly NonNullable<import("csstype").Property.Outline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
@@ -475,7 +475,7 @@ export declare const MuiAlert: {
475
475
  MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | readonly NonNullable<import("csstype").Property.BorderInlineStartStyle | undefined>[] | readonly import("csstype").Property.BorderInlineStartStyle[] | undefined;
476
476
  MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | readonly string[] | readonly import("csstype").Property.MozBorderTopColors[] | undefined;
477
477
  MozBoxSizing?: import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | readonly import("csstype").Property.BoxSizing[] | undefined;
478
- MozColumnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
478
+ MozColumnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
479
479
  MozColumnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
480
480
  MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | readonly string[] | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
481
481
  MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | readonly string[] | readonly import("csstype").Property.ColumnRuleStyle[] | undefined;
@@ -521,7 +521,7 @@ export declare const MuiAlert: {
521
521
  msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | readonly NonNullable<import("csstype").Property.MsGridColumns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
522
522
  msGridRows?: import("csstype").Property.MsGridRows<string | number> | readonly NonNullable<import("csstype").Property.MsGridRows<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
523
523
  msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | readonly NonNullable<import("csstype").Property.MsHighContrastAdjust | undefined>[] | readonly import("csstype").Property.MsHighContrastAdjust[] | undefined;
524
- msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | readonly NonNullable<import("csstype").Property.MsHyphenateLimitChars | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
524
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | readonly NonNullable<import("csstype").Property.MsHyphenateLimitChars | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
525
525
  msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | readonly NonNullable<import("csstype").Property.MsHyphenateLimitLines | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "no-limit")[] | undefined;
526
526
  msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | readonly NonNullable<import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
527
527
  msHyphens?: import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens | undefined>[] | readonly import("csstype").Property.Hyphens[] | undefined;
@@ -596,7 +596,7 @@ export declare const MuiAlert: {
596
596
  WebkitBoxShadow?: import("csstype").Property.BoxShadow | readonly string[] | readonly import("csstype").Property.BoxShadow[] | undefined;
597
597
  WebkitBoxSizing?: import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | readonly import("csstype").Property.BoxSizing[] | undefined;
598
598
  WebkitClipPath?: import("csstype").Property.ClipPath | readonly string[] | readonly import("csstype").Property.ClipPath[] | undefined;
599
- WebkitColumnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
599
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
600
600
  WebkitColumnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
601
601
  WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | readonly string[] | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
602
602
  WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | readonly string[] | readonly import("csstype").Property.ColumnRuleStyle[] | undefined;
@@ -675,8 +675,8 @@ export declare const MuiAlert: {
675
675
  WebkitUserModify?: import("csstype").Property.WebkitUserModify | readonly NonNullable<import("csstype").Property.WebkitUserModify | undefined>[] | readonly import("csstype").Property.WebkitUserModify[] | undefined;
676
676
  WebkitUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
677
677
  WebkitWritingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
678
- MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
679
- MozBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "stretch" | "none" | "repeat" | "round" | "space")[] | undefined;
678
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
679
+ MozBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
680
680
  MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
681
681
  MozColumns?: import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
682
682
  MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
@@ -687,16 +687,16 @@ export declare const MuiAlert: {
687
687
  msScrollSnapX?: import("csstype").Property.MsScrollSnapX | readonly string[] | readonly import("csstype").Property.MsScrollSnapX[] | undefined;
688
688
  msScrollSnapY?: import("csstype").Property.MsScrollSnapY | readonly string[] | readonly import("csstype").Property.MsScrollSnapY[] | undefined;
689
689
  msTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
690
- WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
690
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
691
691
  WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | readonly NonNullable<import("csstype").Property.WebkitBorderBefore<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
692
- WebkitBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "stretch" | "none" | "repeat" | "round" | "space")[] | undefined;
692
+ WebkitBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
693
693
  WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
694
694
  WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
695
695
  WebkitColumns?: import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
696
696
  WebkitFlex?: import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
697
697
  WebkitFlexFlow?: import("csstype").Property.FlexFlow | readonly string[] | readonly import("csstype").Property.FlexFlow[] | undefined;
698
698
  WebkitMask?: import("csstype").Property.WebkitMask<string | number> | readonly NonNullable<import("csstype").Property.WebkitMask<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
699
- WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "stretch" | "none" | "repeat" | "round" | "space" | "alpha" | "luminance")[] | undefined;
699
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space" | "alpha" | "luminance")[] | undefined;
700
700
  WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | readonly string[] | readonly import("csstype").Property.TextEmphasis[] | undefined;
701
701
  WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | readonly NonNullable<import("csstype").Property.WebkitTextStroke<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
702
702
  WebkitTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
@@ -777,7 +777,7 @@ export declare const MuiAlert: {
777
777
  MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly string[] | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
778
778
  MozUserInput?: import("csstype").Property.MozUserInput | readonly NonNullable<import("csstype").Property.MozUserInput | undefined>[] | readonly import("csstype").Property.MozUserInput[] | undefined;
779
779
  msImeMode?: import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode | undefined>[] | readonly import("csstype").Property.ImeMode[] | undefined;
780
- OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
780
+ OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
781
781
  OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
782
782
  OAnimationDirection?: import("csstype").Property.AnimationDirection | readonly string[] | readonly import("csstype").Property.AnimationDirection[] | undefined;
783
783
  OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
@@ -787,7 +787,7 @@ export declare const MuiAlert: {
787
787
  OAnimationPlayState?: import("csstype").Property.AnimationPlayState | readonly string[] | readonly import("csstype").Property.AnimationPlayState[] | undefined;
788
788
  OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | readonly string[] | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
789
789
  OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
790
- OBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "stretch" | "none" | "repeat" | "round" | "space")[] | undefined;
790
+ OBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
791
791
  OObjectFit?: import("csstype").Property.ObjectFit | readonly NonNullable<import("csstype").Property.ObjectFit | undefined>[] | readonly import("csstype").Property.ObjectFit[] | undefined;
792
792
  OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | readonly NonNullable<import("csstype").Property.ObjectPosition<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
793
793
  OTabSize?: import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
@@ -818,7 +818,7 @@ export declare const MuiAlert: {
818
818
  fillRule?: import("csstype").Property.FillRule | readonly NonNullable<import("csstype").Property.FillRule | undefined>[] | readonly import("csstype").Property.FillRule[] | undefined;
819
819
  floodColor?: import("csstype").Property.FloodColor | readonly string[] | readonly import("csstype").Property.FloodColor[] | undefined;
820
820
  floodOpacity?: import("csstype").Property.FloodOpacity | readonly NonNullable<import("csstype").Property.FloodOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
821
- glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | readonly NonNullable<import("csstype").Property.GlyphOrientationVertical | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
821
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | readonly NonNullable<import("csstype").Property.GlyphOrientationVertical | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
822
822
  lightingColor?: import("csstype").Property.LightingColor | readonly string[] | readonly import("csstype").Property.LightingColor[] | undefined;
823
823
  marker?: import("csstype").Property.Marker | readonly string[] | readonly import("csstype").Property.Marker[] | undefined;
824
824
  markerEnd?: import("csstype").Property.MarkerEnd | readonly string[] | readonly import("csstype").Property.MarkerEnd[] | undefined;
@@ -1003,7 +1003,7 @@ export declare const MuiAlert: {
1003
1003
  animationTimeline?: import("csstype").Property.AnimationTimeline | readonly string[] | readonly import("csstype").Property.AnimationTimeline[] | undefined;
1004
1004
  animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | readonly string[] | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
1005
1005
  appearance?: import("csstype").Property.Appearance | readonly NonNullable<import("csstype").Property.Appearance | undefined>[] | readonly import("csstype").Property.Appearance[] | undefined;
1006
- aspectRatio?: import("csstype").Property.AspectRatio | readonly NonNullable<import("csstype").Property.AspectRatio | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
1006
+ aspectRatio?: import("csstype").Property.AspectRatio | readonly NonNullable<import("csstype").Property.AspectRatio | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
1007
1007
  backdropFilter?: import("csstype").Property.BackdropFilter | readonly string[] | readonly import("csstype").Property.BackdropFilter[] | undefined;
1008
1008
  backfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility | undefined>[] | readonly import("csstype").Property.BackfaceVisibility[] | undefined;
1009
1009
  backgroundAttachment?: import("csstype").Property.BackgroundAttachment | readonly string[] | readonly import("csstype").Property.BackgroundAttachment[] | undefined;
@@ -1078,7 +1078,7 @@ export declare const MuiAlert: {
1078
1078
  color: string | readonly string[];
1079
1079
  colorAdjust?: import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust | undefined>[] | readonly import("csstype").Property.PrintColorAdjust[] | undefined;
1080
1080
  colorScheme?: import("csstype").Property.ColorScheme | readonly string[] | readonly import("csstype").Property.ColorScheme[] | undefined;
1081
- columnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
1081
+ columnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
1082
1082
  columnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
1083
1083
  columnGap?: import("csstype").Property.ColumnGap<string | number> | readonly NonNullable<import("csstype").Property.ColumnGap<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1084
1084
  columnRuleColor?: import("csstype").Property.ColumnRuleColor | readonly string[] | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
@@ -1134,22 +1134,22 @@ export declare const MuiAlert: {
1134
1134
  fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | readonly string[] | readonly import("csstype").Property.FontVariantNumeric[] | undefined;
1135
1135
  fontVariantPosition?: import("csstype").Property.FontVariantPosition | readonly NonNullable<import("csstype").Property.FontVariantPosition | undefined>[] | readonly import("csstype").Property.FontVariantPosition[] | undefined;
1136
1136
  fontVariationSettings?: import("csstype").Property.FontVariationSettings | readonly string[] | readonly import("csstype").Property.FontVariationSettings[] | undefined;
1137
- fontWeight?: import("csstype").Property.FontWeight | readonly NonNullable<import("csstype").Property.FontWeight | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal" | "bold" | "bolder" | "lighter")[] | undefined;
1137
+ fontWeight?: import("csstype").Property.FontWeight | readonly NonNullable<import("csstype").Property.FontWeight | undefined>[] | readonly ((string & {}) | "bold" | import('csstype').Globals | "normal" | "bolder" | "lighter")[] | undefined;
1138
1138
  forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | readonly NonNullable<import("csstype").Property.ForcedColorAdjust | undefined>[] | readonly import("csstype").Property.ForcedColorAdjust[] | undefined;
1139
1139
  gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1140
1140
  gridAutoFlow?: import("csstype").Property.GridAutoFlow | readonly string[] | readonly import("csstype").Property.GridAutoFlow[] | undefined;
1141
1141
  gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | readonly NonNullable<import("csstype").Property.GridAutoRows<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1142
- gridColumnEnd?: import("csstype").Property.GridColumnEnd | readonly NonNullable<import("csstype").Property.GridColumnEnd | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
1143
- gridColumnStart?: import("csstype").Property.GridColumnStart | readonly NonNullable<import("csstype").Property.GridColumnStart | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
1144
- gridRowEnd?: import("csstype").Property.GridRowEnd | readonly NonNullable<import("csstype").Property.GridRowEnd | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
1145
- gridRowStart?: import("csstype").Property.GridRowStart | readonly NonNullable<import("csstype").Property.GridRowStart | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
1142
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | readonly NonNullable<import("csstype").Property.GridColumnEnd | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
1143
+ gridColumnStart?: import("csstype").Property.GridColumnStart | readonly NonNullable<import("csstype").Property.GridColumnStart | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
1144
+ gridRowEnd?: import("csstype").Property.GridRowEnd | readonly NonNullable<import("csstype").Property.GridRowEnd | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
1145
+ gridRowStart?: import("csstype").Property.GridRowStart | readonly NonNullable<import("csstype").Property.GridRowStart | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
1146
1146
  gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | readonly string[] | readonly import("csstype").Property.GridTemplateAreas[] | undefined;
1147
1147
  gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateColumns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1148
1148
  gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateRows<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1149
1149
  hangingPunctuation?: import("csstype").Property.HangingPunctuation | readonly string[] | readonly import("csstype").Property.HangingPunctuation[] | undefined;
1150
1150
  height?: import("csstype").Property.Height<string | number> | readonly NonNullable<import("csstype").Property.Height<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1151
1151
  hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | readonly string[] | readonly import("csstype").Property.HyphenateCharacter[] | undefined;
1152
- hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | readonly NonNullable<import("csstype").Property.HyphenateLimitChars | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
1152
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | readonly NonNullable<import("csstype").Property.HyphenateLimitChars | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
1153
1153
  hyphens?: import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens | undefined>[] | readonly import("csstype").Property.Hyphens[] | undefined;
1154
1154
  imageOrientation?: import("csstype").Property.ImageOrientation | readonly string[] | readonly import("csstype").Property.ImageOrientation[] | undefined;
1155
1155
  imageRendering?: import("csstype").Property.ImageRendering | readonly NonNullable<import("csstype").Property.ImageRendering | undefined>[] | readonly import("csstype").Property.ImageRendering[] | undefined;
@@ -1358,10 +1358,10 @@ export declare const MuiAlert: {
1358
1358
  wordSpacing?: import("csstype").Property.WordSpacing<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.WordSpacing<string | number> | undefined>[] | undefined;
1359
1359
  wordWrap?: import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap | undefined>[] | readonly import("csstype").Property.WordWrap[] | undefined;
1360
1360
  writingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
1361
- zIndex?: import("csstype").Property.ZIndex | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
1361
+ zIndex?: import("csstype").Property.ZIndex | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
1362
1362
  zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal" | "reset")[] | undefined;
1363
1363
  all?: import('csstype').Globals | readonly NonNullable<import('csstype').Globals | undefined>[] | readonly import('csstype').Globals[] | undefined;
1364
- animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
1364
+ animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
1365
1365
  animationRange?: import("csstype").Property.AnimationRange<string | number> | readonly NonNullable<import("csstype").Property.AnimationRange<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1366
1366
  background?: import("csstype").Property.Background<string | number> | readonly NonNullable<import("csstype").Property.Background<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1367
1367
  backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPosition<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
@@ -1371,7 +1371,7 @@ export declare const MuiAlert: {
1371
1371
  borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1372
1372
  borderBottom?: import("csstype").Property.BorderBottom<string | number> | readonly NonNullable<import("csstype").Property.BorderBottom<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1373
1373
  borderColor?: import("csstype").Property.BorderColor | readonly string[] | readonly import("csstype").Property.BorderColor[] | undefined;
1374
- borderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "stretch" | "none" | "repeat" | "round" | "space")[] | undefined;
1374
+ borderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
1375
1375
  borderInline?: import("csstype").Property.BorderInline<string | number> | readonly NonNullable<import("csstype").Property.BorderInline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1376
1376
  borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1377
1377
  borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
@@ -1391,9 +1391,9 @@ export declare const MuiAlert: {
1391
1391
  font?: import("csstype").Property.Font | readonly string[] | readonly import("csstype").Property.Font[] | undefined;
1392
1392
  gap?: import("csstype").Property.Gap<string | number> | readonly NonNullable<import("csstype").Property.Gap<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1393
1393
  grid?: import("csstype").Property.Grid | readonly string[] | readonly import("csstype").Property.Grid[] | undefined;
1394
- gridArea?: import("csstype").Property.GridArea | readonly NonNullable<import("csstype").Property.GridArea | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
1395
- gridColumn?: import("csstype").Property.GridColumn | readonly NonNullable<import("csstype").Property.GridColumn | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
1396
- gridRow?: import("csstype").Property.GridRow | readonly NonNullable<import("csstype").Property.GridRow | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
1394
+ gridArea?: import("csstype").Property.GridArea | readonly NonNullable<import("csstype").Property.GridArea | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
1395
+ gridColumn?: import("csstype").Property.GridColumn | readonly NonNullable<import("csstype").Property.GridColumn | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
1396
+ gridRow?: import("csstype").Property.GridRow | readonly NonNullable<import("csstype").Property.GridRow | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
1397
1397
  gridTemplate?: import("csstype").Property.GridTemplate | readonly string[] | readonly import("csstype").Property.GridTemplate[] | undefined;
1398
1398
  inset?: import("csstype").Property.Inset<string | number> | readonly NonNullable<import("csstype").Property.Inset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1399
1399
  insetBlock?: import("csstype").Property.InsetBlock<string | number> | readonly NonNullable<import("csstype").Property.InsetBlock<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
@@ -1404,7 +1404,7 @@ export declare const MuiAlert: {
1404
1404
  marginBlock?: import("csstype").Property.MarginBlock<string | number> | readonly NonNullable<import("csstype").Property.MarginBlock<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1405
1405
  marginInline?: import("csstype").Property.MarginInline<string | number> | readonly NonNullable<import("csstype").Property.MarginInline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1406
1406
  mask?: import("csstype").Property.Mask<string | number> | readonly NonNullable<import("csstype").Property.Mask<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1407
- maskBorder?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "stretch" | "none" | "repeat" | "round" | "space" | "alpha" | "luminance")[] | undefined;
1407
+ maskBorder?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space" | "alpha" | "luminance")[] | undefined;
1408
1408
  motion?: import("csstype").Property.Offset<string | number> | readonly NonNullable<import("csstype").Property.Offset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1409
1409
  offset?: import("csstype").Property.Offset<string | number> | readonly NonNullable<import("csstype").Property.Offset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1410
1410
  outline?: import("csstype").Property.Outline<string | number> | readonly NonNullable<import("csstype").Property.Outline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
@@ -1448,7 +1448,7 @@ export declare const MuiAlert: {
1448
1448
  MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | readonly NonNullable<import("csstype").Property.BorderInlineStartStyle | undefined>[] | readonly import("csstype").Property.BorderInlineStartStyle[] | undefined;
1449
1449
  MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | readonly string[] | readonly import("csstype").Property.MozBorderTopColors[] | undefined;
1450
1450
  MozBoxSizing?: import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | readonly import("csstype").Property.BoxSizing[] | undefined;
1451
- MozColumnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
1451
+ MozColumnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
1452
1452
  MozColumnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
1453
1453
  MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | readonly string[] | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
1454
1454
  MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | readonly string[] | readonly import("csstype").Property.ColumnRuleStyle[] | undefined;
@@ -1494,7 +1494,7 @@ export declare const MuiAlert: {
1494
1494
  msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | readonly NonNullable<import("csstype").Property.MsGridColumns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1495
1495
  msGridRows?: import("csstype").Property.MsGridRows<string | number> | readonly NonNullable<import("csstype").Property.MsGridRows<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1496
1496
  msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | readonly NonNullable<import("csstype").Property.MsHighContrastAdjust | undefined>[] | readonly import("csstype").Property.MsHighContrastAdjust[] | undefined;
1497
- msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | readonly NonNullable<import("csstype").Property.MsHyphenateLimitChars | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
1497
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | readonly NonNullable<import("csstype").Property.MsHyphenateLimitChars | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
1498
1498
  msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | readonly NonNullable<import("csstype").Property.MsHyphenateLimitLines | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "no-limit")[] | undefined;
1499
1499
  msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | readonly NonNullable<import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1500
1500
  msHyphens?: import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens | undefined>[] | readonly import("csstype").Property.Hyphens[] | undefined;
@@ -1569,7 +1569,7 @@ export declare const MuiAlert: {
1569
1569
  WebkitBoxShadow?: import("csstype").Property.BoxShadow | readonly string[] | readonly import("csstype").Property.BoxShadow[] | undefined;
1570
1570
  WebkitBoxSizing?: import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | readonly import("csstype").Property.BoxSizing[] | undefined;
1571
1571
  WebkitClipPath?: import("csstype").Property.ClipPath | readonly string[] | readonly import("csstype").Property.ClipPath[] | undefined;
1572
- WebkitColumnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
1572
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
1573
1573
  WebkitColumnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
1574
1574
  WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | readonly string[] | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
1575
1575
  WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | readonly string[] | readonly import("csstype").Property.ColumnRuleStyle[] | undefined;
@@ -1648,8 +1648,8 @@ export declare const MuiAlert: {
1648
1648
  WebkitUserModify?: import("csstype").Property.WebkitUserModify | readonly NonNullable<import("csstype").Property.WebkitUserModify | undefined>[] | readonly import("csstype").Property.WebkitUserModify[] | undefined;
1649
1649
  WebkitUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
1650
1650
  WebkitWritingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
1651
- MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
1652
- MozBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "stretch" | "none" | "repeat" | "round" | "space")[] | undefined;
1651
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
1652
+ MozBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
1653
1653
  MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1654
1654
  MozColumns?: import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1655
1655
  MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
@@ -1660,16 +1660,16 @@ export declare const MuiAlert: {
1660
1660
  msScrollSnapX?: import("csstype").Property.MsScrollSnapX | readonly string[] | readonly import("csstype").Property.MsScrollSnapX[] | undefined;
1661
1661
  msScrollSnapY?: import("csstype").Property.MsScrollSnapY | readonly string[] | readonly import("csstype").Property.MsScrollSnapY[] | undefined;
1662
1662
  msTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
1663
- WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
1663
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
1664
1664
  WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | readonly NonNullable<import("csstype").Property.WebkitBorderBefore<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1665
- WebkitBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "stretch" | "none" | "repeat" | "round" | "space")[] | undefined;
1665
+ WebkitBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
1666
1666
  WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1667
1667
  WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1668
1668
  WebkitColumns?: import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1669
1669
  WebkitFlex?: import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1670
1670
  WebkitFlexFlow?: import("csstype").Property.FlexFlow | readonly string[] | readonly import("csstype").Property.FlexFlow[] | undefined;
1671
1671
  WebkitMask?: import("csstype").Property.WebkitMask<string | number> | readonly NonNullable<import("csstype").Property.WebkitMask<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1672
- WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "stretch" | "none" | "repeat" | "round" | "space" | "alpha" | "luminance")[] | undefined;
1672
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space" | "alpha" | "luminance")[] | undefined;
1673
1673
  WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | readonly string[] | readonly import("csstype").Property.TextEmphasis[] | undefined;
1674
1674
  WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | readonly NonNullable<import("csstype").Property.WebkitTextStroke<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1675
1675
  WebkitTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
@@ -1750,7 +1750,7 @@ export declare const MuiAlert: {
1750
1750
  MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly string[] | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
1751
1751
  MozUserInput?: import("csstype").Property.MozUserInput | readonly NonNullable<import("csstype").Property.MozUserInput | undefined>[] | readonly import("csstype").Property.MozUserInput[] | undefined;
1752
1752
  msImeMode?: import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode | undefined>[] | readonly import("csstype").Property.ImeMode[] | undefined;
1753
- OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
1753
+ OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
1754
1754
  OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
1755
1755
  OAnimationDirection?: import("csstype").Property.AnimationDirection | readonly string[] | readonly import("csstype").Property.AnimationDirection[] | undefined;
1756
1756
  OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
@@ -1760,7 +1760,7 @@ export declare const MuiAlert: {
1760
1760
  OAnimationPlayState?: import("csstype").Property.AnimationPlayState | readonly string[] | readonly import("csstype").Property.AnimationPlayState[] | undefined;
1761
1761
  OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | readonly string[] | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
1762
1762
  OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1763
- OBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "stretch" | "none" | "repeat" | "round" | "space")[] | undefined;
1763
+ OBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
1764
1764
  OObjectFit?: import("csstype").Property.ObjectFit | readonly NonNullable<import("csstype").Property.ObjectFit | undefined>[] | readonly import("csstype").Property.ObjectFit[] | undefined;
1765
1765
  OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | readonly NonNullable<import("csstype").Property.ObjectPosition<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
1766
1766
  OTabSize?: import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
@@ -1791,7 +1791,7 @@ export declare const MuiAlert: {
1791
1791
  fillRule?: import("csstype").Property.FillRule | readonly NonNullable<import("csstype").Property.FillRule | undefined>[] | readonly import("csstype").Property.FillRule[] | undefined;
1792
1792
  floodColor?: import("csstype").Property.FloodColor | readonly string[] | readonly import("csstype").Property.FloodColor[] | undefined;
1793
1793
  floodOpacity?: import("csstype").Property.FloodOpacity | readonly NonNullable<import("csstype").Property.FloodOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
1794
- glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | readonly NonNullable<import("csstype").Property.GlyphOrientationVertical | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
1794
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | readonly NonNullable<import("csstype").Property.GlyphOrientationVertical | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
1795
1795
  lightingColor?: import("csstype").Property.LightingColor | readonly string[] | readonly import("csstype").Property.LightingColor[] | undefined;
1796
1796
  marker?: import("csstype").Property.Marker | readonly string[] | readonly import("csstype").Property.Marker[] | undefined;
1797
1797
  markerEnd?: import("csstype").Property.MarkerEnd | readonly string[] | readonly import("csstype").Property.MarkerEnd[] | undefined;
@@ -1976,7 +1976,7 @@ export declare const MuiAlert: {
1976
1976
  animationTimeline?: import("csstype").Property.AnimationTimeline | readonly string[] | readonly import("csstype").Property.AnimationTimeline[] | undefined;
1977
1977
  animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | readonly string[] | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
1978
1978
  appearance?: import("csstype").Property.Appearance | readonly NonNullable<import("csstype").Property.Appearance | undefined>[] | readonly import("csstype").Property.Appearance[] | undefined;
1979
- aspectRatio?: import("csstype").Property.AspectRatio | readonly NonNullable<import("csstype").Property.AspectRatio | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
1979
+ aspectRatio?: import("csstype").Property.AspectRatio | readonly NonNullable<import("csstype").Property.AspectRatio | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
1980
1980
  backdropFilter?: import("csstype").Property.BackdropFilter | readonly string[] | readonly import("csstype").Property.BackdropFilter[] | undefined;
1981
1981
  backfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility | undefined>[] | readonly import("csstype").Property.BackfaceVisibility[] | undefined;
1982
1982
  backgroundAttachment?: import("csstype").Property.BackgroundAttachment | readonly string[] | readonly import("csstype").Property.BackgroundAttachment[] | undefined;
@@ -2051,7 +2051,7 @@ export declare const MuiAlert: {
2051
2051
  color: string | readonly string[];
2052
2052
  colorAdjust?: import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust | undefined>[] | readonly import("csstype").Property.PrintColorAdjust[] | undefined;
2053
2053
  colorScheme?: import("csstype").Property.ColorScheme | readonly string[] | readonly import("csstype").Property.ColorScheme[] | undefined;
2054
- columnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
2054
+ columnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
2055
2055
  columnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
2056
2056
  columnGap?: import("csstype").Property.ColumnGap<string | number> | readonly NonNullable<import("csstype").Property.ColumnGap<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2057
2057
  columnRuleColor?: import("csstype").Property.ColumnRuleColor | readonly string[] | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
@@ -2107,22 +2107,22 @@ export declare const MuiAlert: {
2107
2107
  fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | readonly string[] | readonly import("csstype").Property.FontVariantNumeric[] | undefined;
2108
2108
  fontVariantPosition?: import("csstype").Property.FontVariantPosition | readonly NonNullable<import("csstype").Property.FontVariantPosition | undefined>[] | readonly import("csstype").Property.FontVariantPosition[] | undefined;
2109
2109
  fontVariationSettings?: import("csstype").Property.FontVariationSettings | readonly string[] | readonly import("csstype").Property.FontVariationSettings[] | undefined;
2110
- fontWeight?: import("csstype").Property.FontWeight | readonly NonNullable<import("csstype").Property.FontWeight | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal" | "bold" | "bolder" | "lighter")[] | undefined;
2110
+ fontWeight?: import("csstype").Property.FontWeight | readonly NonNullable<import("csstype").Property.FontWeight | undefined>[] | readonly ((string & {}) | "bold" | import('csstype').Globals | "normal" | "bolder" | "lighter")[] | undefined;
2111
2111
  forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | readonly NonNullable<import("csstype").Property.ForcedColorAdjust | undefined>[] | readonly import("csstype").Property.ForcedColorAdjust[] | undefined;
2112
2112
  gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2113
2113
  gridAutoFlow?: import("csstype").Property.GridAutoFlow | readonly string[] | readonly import("csstype").Property.GridAutoFlow[] | undefined;
2114
2114
  gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | readonly NonNullable<import("csstype").Property.GridAutoRows<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2115
- gridColumnEnd?: import("csstype").Property.GridColumnEnd | readonly NonNullable<import("csstype").Property.GridColumnEnd | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
2116
- gridColumnStart?: import("csstype").Property.GridColumnStart | readonly NonNullable<import("csstype").Property.GridColumnStart | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
2117
- gridRowEnd?: import("csstype").Property.GridRowEnd | readonly NonNullable<import("csstype").Property.GridRowEnd | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
2118
- gridRowStart?: import("csstype").Property.GridRowStart | readonly NonNullable<import("csstype").Property.GridRowStart | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
2115
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | readonly NonNullable<import("csstype").Property.GridColumnEnd | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
2116
+ gridColumnStart?: import("csstype").Property.GridColumnStart | readonly NonNullable<import("csstype").Property.GridColumnStart | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
2117
+ gridRowEnd?: import("csstype").Property.GridRowEnd | readonly NonNullable<import("csstype").Property.GridRowEnd | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
2118
+ gridRowStart?: import("csstype").Property.GridRowStart | readonly NonNullable<import("csstype").Property.GridRowStart | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
2119
2119
  gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | readonly string[] | readonly import("csstype").Property.GridTemplateAreas[] | undefined;
2120
2120
  gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateColumns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2121
2121
  gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateRows<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2122
2122
  hangingPunctuation?: import("csstype").Property.HangingPunctuation | readonly string[] | readonly import("csstype").Property.HangingPunctuation[] | undefined;
2123
2123
  height?: import("csstype").Property.Height<string | number> | readonly NonNullable<import("csstype").Property.Height<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2124
2124
  hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | readonly string[] | readonly import("csstype").Property.HyphenateCharacter[] | undefined;
2125
- hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | readonly NonNullable<import("csstype").Property.HyphenateLimitChars | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
2125
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | readonly NonNullable<import("csstype").Property.HyphenateLimitChars | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
2126
2126
  hyphens?: import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens | undefined>[] | readonly import("csstype").Property.Hyphens[] | undefined;
2127
2127
  imageOrientation?: import("csstype").Property.ImageOrientation | readonly string[] | readonly import("csstype").Property.ImageOrientation[] | undefined;
2128
2128
  imageRendering?: import("csstype").Property.ImageRendering | readonly NonNullable<import("csstype").Property.ImageRendering | undefined>[] | readonly import("csstype").Property.ImageRendering[] | undefined;
@@ -2331,10 +2331,10 @@ export declare const MuiAlert: {
2331
2331
  wordSpacing?: import("csstype").Property.WordSpacing<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.WordSpacing<string | number> | undefined>[] | undefined;
2332
2332
  wordWrap?: import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap | undefined>[] | readonly import("csstype").Property.WordWrap[] | undefined;
2333
2333
  writingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
2334
- zIndex?: import("csstype").Property.ZIndex | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
2334
+ zIndex?: import("csstype").Property.ZIndex | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
2335
2335
  zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal" | "reset")[] | undefined;
2336
2336
  all?: import('csstype').Globals | readonly NonNullable<import('csstype').Globals | undefined>[] | readonly import('csstype').Globals[] | undefined;
2337
- animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
2337
+ animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
2338
2338
  animationRange?: import("csstype").Property.AnimationRange<string | number> | readonly NonNullable<import("csstype").Property.AnimationRange<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2339
2339
  background?: import("csstype").Property.Background<string | number> | readonly NonNullable<import("csstype").Property.Background<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2340
2340
  backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPosition<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
@@ -2344,7 +2344,7 @@ export declare const MuiAlert: {
2344
2344
  borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2345
2345
  borderBottom?: import("csstype").Property.BorderBottom<string | number> | readonly NonNullable<import("csstype").Property.BorderBottom<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2346
2346
  borderColor?: import("csstype").Property.BorderColor | readonly string[] | readonly import("csstype").Property.BorderColor[] | undefined;
2347
- borderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "stretch" | "none" | "repeat" | "round" | "space")[] | undefined;
2347
+ borderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
2348
2348
  borderInline?: import("csstype").Property.BorderInline<string | number> | readonly NonNullable<import("csstype").Property.BorderInline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2349
2349
  borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2350
2350
  borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
@@ -2364,9 +2364,9 @@ export declare const MuiAlert: {
2364
2364
  font?: import("csstype").Property.Font | readonly string[] | readonly import("csstype").Property.Font[] | undefined;
2365
2365
  gap?: import("csstype").Property.Gap<string | number> | readonly NonNullable<import("csstype").Property.Gap<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2366
2366
  grid?: import("csstype").Property.Grid | readonly string[] | readonly import("csstype").Property.Grid[] | undefined;
2367
- gridArea?: import("csstype").Property.GridArea | readonly NonNullable<import("csstype").Property.GridArea | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
2368
- gridColumn?: import("csstype").Property.GridColumn | readonly NonNullable<import("csstype").Property.GridColumn | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
2369
- gridRow?: import("csstype").Property.GridRow | readonly NonNullable<import("csstype").Property.GridRow | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
2367
+ gridArea?: import("csstype").Property.GridArea | readonly NonNullable<import("csstype").Property.GridArea | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
2368
+ gridColumn?: import("csstype").Property.GridColumn | readonly NonNullable<import("csstype").Property.GridColumn | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
2369
+ gridRow?: import("csstype").Property.GridRow | readonly NonNullable<import("csstype").Property.GridRow | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
2370
2370
  gridTemplate?: import("csstype").Property.GridTemplate | readonly string[] | readonly import("csstype").Property.GridTemplate[] | undefined;
2371
2371
  inset?: import("csstype").Property.Inset<string | number> | readonly NonNullable<import("csstype").Property.Inset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2372
2372
  insetBlock?: import("csstype").Property.InsetBlock<string | number> | readonly NonNullable<import("csstype").Property.InsetBlock<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
@@ -2377,7 +2377,7 @@ export declare const MuiAlert: {
2377
2377
  marginBlock?: import("csstype").Property.MarginBlock<string | number> | readonly NonNullable<import("csstype").Property.MarginBlock<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2378
2378
  marginInline?: import("csstype").Property.MarginInline<string | number> | readonly NonNullable<import("csstype").Property.MarginInline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2379
2379
  mask?: import("csstype").Property.Mask<string | number> | readonly NonNullable<import("csstype").Property.Mask<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2380
- maskBorder?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "stretch" | "none" | "repeat" | "round" | "space" | "alpha" | "luminance")[] | undefined;
2380
+ maskBorder?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space" | "alpha" | "luminance")[] | undefined;
2381
2381
  motion?: import("csstype").Property.Offset<string | number> | readonly NonNullable<import("csstype").Property.Offset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2382
2382
  offset?: import("csstype").Property.Offset<string | number> | readonly NonNullable<import("csstype").Property.Offset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2383
2383
  outline?: import("csstype").Property.Outline<string | number> | readonly NonNullable<import("csstype").Property.Outline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
@@ -2421,7 +2421,7 @@ export declare const MuiAlert: {
2421
2421
  MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | readonly NonNullable<import("csstype").Property.BorderInlineStartStyle | undefined>[] | readonly import("csstype").Property.BorderInlineStartStyle[] | undefined;
2422
2422
  MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | readonly string[] | readonly import("csstype").Property.MozBorderTopColors[] | undefined;
2423
2423
  MozBoxSizing?: import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | readonly import("csstype").Property.BoxSizing[] | undefined;
2424
- MozColumnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
2424
+ MozColumnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
2425
2425
  MozColumnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
2426
2426
  MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | readonly string[] | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
2427
2427
  MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | readonly string[] | readonly import("csstype").Property.ColumnRuleStyle[] | undefined;
@@ -2467,7 +2467,7 @@ export declare const MuiAlert: {
2467
2467
  msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | readonly NonNullable<import("csstype").Property.MsGridColumns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2468
2468
  msGridRows?: import("csstype").Property.MsGridRows<string | number> | readonly NonNullable<import("csstype").Property.MsGridRows<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2469
2469
  msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | readonly NonNullable<import("csstype").Property.MsHighContrastAdjust | undefined>[] | readonly import("csstype").Property.MsHighContrastAdjust[] | undefined;
2470
- msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | readonly NonNullable<import("csstype").Property.MsHyphenateLimitChars | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
2470
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | readonly NonNullable<import("csstype").Property.MsHyphenateLimitChars | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
2471
2471
  msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | readonly NonNullable<import("csstype").Property.MsHyphenateLimitLines | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "no-limit")[] | undefined;
2472
2472
  msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | readonly NonNullable<import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2473
2473
  msHyphens?: import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens | undefined>[] | readonly import("csstype").Property.Hyphens[] | undefined;
@@ -2542,7 +2542,7 @@ export declare const MuiAlert: {
2542
2542
  WebkitBoxShadow?: import("csstype").Property.BoxShadow | readonly string[] | readonly import("csstype").Property.BoxShadow[] | undefined;
2543
2543
  WebkitBoxSizing?: import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | readonly import("csstype").Property.BoxSizing[] | undefined;
2544
2544
  WebkitClipPath?: import("csstype").Property.ClipPath | readonly string[] | readonly import("csstype").Property.ClipPath[] | undefined;
2545
- WebkitColumnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
2545
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
2546
2546
  WebkitColumnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
2547
2547
  WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | readonly string[] | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
2548
2548
  WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | readonly string[] | readonly import("csstype").Property.ColumnRuleStyle[] | undefined;
@@ -2621,8 +2621,8 @@ export declare const MuiAlert: {
2621
2621
  WebkitUserModify?: import("csstype").Property.WebkitUserModify | readonly NonNullable<import("csstype").Property.WebkitUserModify | undefined>[] | readonly import("csstype").Property.WebkitUserModify[] | undefined;
2622
2622
  WebkitUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
2623
2623
  WebkitWritingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
2624
- MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
2625
- MozBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "stretch" | "none" | "repeat" | "round" | "space")[] | undefined;
2624
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
2625
+ MozBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
2626
2626
  MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2627
2627
  MozColumns?: import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2628
2628
  MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
@@ -2633,16 +2633,16 @@ export declare const MuiAlert: {
2633
2633
  msScrollSnapX?: import("csstype").Property.MsScrollSnapX | readonly string[] | readonly import("csstype").Property.MsScrollSnapX[] | undefined;
2634
2634
  msScrollSnapY?: import("csstype").Property.MsScrollSnapY | readonly string[] | readonly import("csstype").Property.MsScrollSnapY[] | undefined;
2635
2635
  msTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
2636
- WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
2636
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
2637
2637
  WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | readonly NonNullable<import("csstype").Property.WebkitBorderBefore<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2638
- WebkitBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "stretch" | "none" | "repeat" | "round" | "space")[] | undefined;
2638
+ WebkitBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
2639
2639
  WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2640
2640
  WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2641
2641
  WebkitColumns?: import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2642
2642
  WebkitFlex?: import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2643
2643
  WebkitFlexFlow?: import("csstype").Property.FlexFlow | readonly string[] | readonly import("csstype").Property.FlexFlow[] | undefined;
2644
2644
  WebkitMask?: import("csstype").Property.WebkitMask<string | number> | readonly NonNullable<import("csstype").Property.WebkitMask<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2645
- WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "stretch" | "none" | "repeat" | "round" | "space" | "alpha" | "luminance")[] | undefined;
2645
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space" | "alpha" | "luminance")[] | undefined;
2646
2646
  WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | readonly string[] | readonly import("csstype").Property.TextEmphasis[] | undefined;
2647
2647
  WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | readonly NonNullable<import("csstype").Property.WebkitTextStroke<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2648
2648
  WebkitTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
@@ -2723,7 +2723,7 @@ export declare const MuiAlert: {
2723
2723
  MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly string[] | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
2724
2724
  MozUserInput?: import("csstype").Property.MozUserInput | readonly NonNullable<import("csstype").Property.MozUserInput | undefined>[] | readonly import("csstype").Property.MozUserInput[] | undefined;
2725
2725
  msImeMode?: import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode | undefined>[] | readonly import("csstype").Property.ImeMode[] | undefined;
2726
- OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
2726
+ OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
2727
2727
  OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
2728
2728
  OAnimationDirection?: import("csstype").Property.AnimationDirection | readonly string[] | readonly import("csstype").Property.AnimationDirection[] | undefined;
2729
2729
  OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
@@ -2733,7 +2733,7 @@ export declare const MuiAlert: {
2733
2733
  OAnimationPlayState?: import("csstype").Property.AnimationPlayState | readonly string[] | readonly import("csstype").Property.AnimationPlayState[] | undefined;
2734
2734
  OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | readonly string[] | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
2735
2735
  OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2736
- OBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "stretch" | "none" | "repeat" | "round" | "space")[] | undefined;
2736
+ OBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
2737
2737
  OObjectFit?: import("csstype").Property.ObjectFit | readonly NonNullable<import("csstype").Property.ObjectFit | undefined>[] | readonly import("csstype").Property.ObjectFit[] | undefined;
2738
2738
  OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | readonly NonNullable<import("csstype").Property.ObjectPosition<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
2739
2739
  OTabSize?: import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
@@ -2764,7 +2764,7 @@ export declare const MuiAlert: {
2764
2764
  fillRule?: import("csstype").Property.FillRule | readonly NonNullable<import("csstype").Property.FillRule | undefined>[] | readonly import("csstype").Property.FillRule[] | undefined;
2765
2765
  floodColor?: import("csstype").Property.FloodColor | readonly string[] | readonly import("csstype").Property.FloodColor[] | undefined;
2766
2766
  floodOpacity?: import("csstype").Property.FloodOpacity | readonly NonNullable<import("csstype").Property.FloodOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
2767
- glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | readonly NonNullable<import("csstype").Property.GlyphOrientationVertical | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
2767
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | readonly NonNullable<import("csstype").Property.GlyphOrientationVertical | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
2768
2768
  lightingColor?: import("csstype").Property.LightingColor | readonly string[] | readonly import("csstype").Property.LightingColor[] | undefined;
2769
2769
  marker?: import("csstype").Property.Marker | readonly string[] | readonly import("csstype").Property.Marker[] | undefined;
2770
2770
  markerEnd?: import("csstype").Property.MarkerEnd | readonly string[] | readonly import("csstype").Property.MarkerEnd[] | undefined;
@@ -2949,7 +2949,7 @@ export declare const MuiAlert: {
2949
2949
  animationTimeline?: import("csstype").Property.AnimationTimeline | readonly string[] | readonly import("csstype").Property.AnimationTimeline[] | undefined;
2950
2950
  animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | readonly string[] | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
2951
2951
  appearance?: import("csstype").Property.Appearance | readonly NonNullable<import("csstype").Property.Appearance | undefined>[] | readonly import("csstype").Property.Appearance[] | undefined;
2952
- aspectRatio?: import("csstype").Property.AspectRatio | readonly NonNullable<import("csstype").Property.AspectRatio | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
2952
+ aspectRatio?: import("csstype").Property.AspectRatio | readonly NonNullable<import("csstype").Property.AspectRatio | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
2953
2953
  backdropFilter?: import("csstype").Property.BackdropFilter | readonly string[] | readonly import("csstype").Property.BackdropFilter[] | undefined;
2954
2954
  backfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility | undefined>[] | readonly import("csstype").Property.BackfaceVisibility[] | undefined;
2955
2955
  backgroundAttachment?: import("csstype").Property.BackgroundAttachment | readonly string[] | readonly import("csstype").Property.BackgroundAttachment[] | undefined;
@@ -3024,7 +3024,7 @@ export declare const MuiAlert: {
3024
3024
  color: string | readonly string[];
3025
3025
  colorAdjust?: import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust | undefined>[] | readonly import("csstype").Property.PrintColorAdjust[] | undefined;
3026
3026
  colorScheme?: import("csstype").Property.ColorScheme | readonly string[] | readonly import("csstype").Property.ColorScheme[] | undefined;
3027
- columnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
3027
+ columnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
3028
3028
  columnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
3029
3029
  columnGap?: import("csstype").Property.ColumnGap<string | number> | readonly NonNullable<import("csstype").Property.ColumnGap<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3030
3030
  columnRuleColor?: import("csstype").Property.ColumnRuleColor | readonly string[] | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
@@ -3080,22 +3080,22 @@ export declare const MuiAlert: {
3080
3080
  fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | readonly string[] | readonly import("csstype").Property.FontVariantNumeric[] | undefined;
3081
3081
  fontVariantPosition?: import("csstype").Property.FontVariantPosition | readonly NonNullable<import("csstype").Property.FontVariantPosition | undefined>[] | readonly import("csstype").Property.FontVariantPosition[] | undefined;
3082
3082
  fontVariationSettings?: import("csstype").Property.FontVariationSettings | readonly string[] | readonly import("csstype").Property.FontVariationSettings[] | undefined;
3083
- fontWeight?: import("csstype").Property.FontWeight | readonly NonNullable<import("csstype").Property.FontWeight | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal" | "bold" | "bolder" | "lighter")[] | undefined;
3083
+ fontWeight?: import("csstype").Property.FontWeight | readonly NonNullable<import("csstype").Property.FontWeight | undefined>[] | readonly ((string & {}) | "bold" | import('csstype').Globals | "normal" | "bolder" | "lighter")[] | undefined;
3084
3084
  forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | readonly NonNullable<import("csstype").Property.ForcedColorAdjust | undefined>[] | readonly import("csstype").Property.ForcedColorAdjust[] | undefined;
3085
3085
  gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3086
3086
  gridAutoFlow?: import("csstype").Property.GridAutoFlow | readonly string[] | readonly import("csstype").Property.GridAutoFlow[] | undefined;
3087
3087
  gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | readonly NonNullable<import("csstype").Property.GridAutoRows<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3088
- gridColumnEnd?: import("csstype").Property.GridColumnEnd | readonly NonNullable<import("csstype").Property.GridColumnEnd | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
3089
- gridColumnStart?: import("csstype").Property.GridColumnStart | readonly NonNullable<import("csstype").Property.GridColumnStart | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
3090
- gridRowEnd?: import("csstype").Property.GridRowEnd | readonly NonNullable<import("csstype").Property.GridRowEnd | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
3091
- gridRowStart?: import("csstype").Property.GridRowStart | readonly NonNullable<import("csstype").Property.GridRowStart | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
3088
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | readonly NonNullable<import("csstype").Property.GridColumnEnd | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
3089
+ gridColumnStart?: import("csstype").Property.GridColumnStart | readonly NonNullable<import("csstype").Property.GridColumnStart | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
3090
+ gridRowEnd?: import("csstype").Property.GridRowEnd | readonly NonNullable<import("csstype").Property.GridRowEnd | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
3091
+ gridRowStart?: import("csstype").Property.GridRowStart | readonly NonNullable<import("csstype").Property.GridRowStart | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
3092
3092
  gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | readonly string[] | readonly import("csstype").Property.GridTemplateAreas[] | undefined;
3093
3093
  gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateColumns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3094
3094
  gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateRows<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3095
3095
  hangingPunctuation?: import("csstype").Property.HangingPunctuation | readonly string[] | readonly import("csstype").Property.HangingPunctuation[] | undefined;
3096
3096
  height?: import("csstype").Property.Height<string | number> | readonly NonNullable<import("csstype").Property.Height<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3097
3097
  hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | readonly string[] | readonly import("csstype").Property.HyphenateCharacter[] | undefined;
3098
- hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | readonly NonNullable<import("csstype").Property.HyphenateLimitChars | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
3098
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | readonly NonNullable<import("csstype").Property.HyphenateLimitChars | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
3099
3099
  hyphens?: import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens | undefined>[] | readonly import("csstype").Property.Hyphens[] | undefined;
3100
3100
  imageOrientation?: import("csstype").Property.ImageOrientation | readonly string[] | readonly import("csstype").Property.ImageOrientation[] | undefined;
3101
3101
  imageRendering?: import("csstype").Property.ImageRendering | readonly NonNullable<import("csstype").Property.ImageRendering | undefined>[] | readonly import("csstype").Property.ImageRendering[] | undefined;
@@ -3304,10 +3304,10 @@ export declare const MuiAlert: {
3304
3304
  wordSpacing?: import("csstype").Property.WordSpacing<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.WordSpacing<string | number> | undefined>[] | undefined;
3305
3305
  wordWrap?: import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap | undefined>[] | readonly import("csstype").Property.WordWrap[] | undefined;
3306
3306
  writingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
3307
- zIndex?: import("csstype").Property.ZIndex | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
3307
+ zIndex?: import("csstype").Property.ZIndex | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
3308
3308
  zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal" | "reset")[] | undefined;
3309
3309
  all?: import('csstype').Globals | readonly NonNullable<import('csstype').Globals | undefined>[] | readonly import('csstype').Globals[] | undefined;
3310
- animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
3310
+ animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
3311
3311
  animationRange?: import("csstype").Property.AnimationRange<string | number> | readonly NonNullable<import("csstype").Property.AnimationRange<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3312
3312
  background?: import("csstype").Property.Background<string | number> | readonly NonNullable<import("csstype").Property.Background<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3313
3313
  backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPosition<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
@@ -3317,7 +3317,7 @@ export declare const MuiAlert: {
3317
3317
  borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3318
3318
  borderBottom?: import("csstype").Property.BorderBottom<string | number> | readonly NonNullable<import("csstype").Property.BorderBottom<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3319
3319
  borderColor?: import("csstype").Property.BorderColor | readonly string[] | readonly import("csstype").Property.BorderColor[] | undefined;
3320
- borderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "stretch" | "none" | "repeat" | "round" | "space")[] | undefined;
3320
+ borderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
3321
3321
  borderInline?: import("csstype").Property.BorderInline<string | number> | readonly NonNullable<import("csstype").Property.BorderInline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3322
3322
  borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3323
3323
  borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
@@ -3337,9 +3337,9 @@ export declare const MuiAlert: {
3337
3337
  font?: import("csstype").Property.Font | readonly string[] | readonly import("csstype").Property.Font[] | undefined;
3338
3338
  gap?: import("csstype").Property.Gap<string | number> | readonly NonNullable<import("csstype").Property.Gap<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3339
3339
  grid?: import("csstype").Property.Grid | readonly string[] | readonly import("csstype").Property.Grid[] | undefined;
3340
- gridArea?: import("csstype").Property.GridArea | readonly NonNullable<import("csstype").Property.GridArea | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
3341
- gridColumn?: import("csstype").Property.GridColumn | readonly NonNullable<import("csstype").Property.GridColumn | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
3342
- gridRow?: import("csstype").Property.GridRow | readonly NonNullable<import("csstype").Property.GridRow | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
3340
+ gridArea?: import("csstype").Property.GridArea | readonly NonNullable<import("csstype").Property.GridArea | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
3341
+ gridColumn?: import("csstype").Property.GridColumn | readonly NonNullable<import("csstype").Property.GridColumn | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
3342
+ gridRow?: import("csstype").Property.GridRow | readonly NonNullable<import("csstype").Property.GridRow | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
3343
3343
  gridTemplate?: import("csstype").Property.GridTemplate | readonly string[] | readonly import("csstype").Property.GridTemplate[] | undefined;
3344
3344
  inset?: import("csstype").Property.Inset<string | number> | readonly NonNullable<import("csstype").Property.Inset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3345
3345
  insetBlock?: import("csstype").Property.InsetBlock<string | number> | readonly NonNullable<import("csstype").Property.InsetBlock<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
@@ -3350,7 +3350,7 @@ export declare const MuiAlert: {
3350
3350
  marginBlock?: import("csstype").Property.MarginBlock<string | number> | readonly NonNullable<import("csstype").Property.MarginBlock<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3351
3351
  marginInline?: import("csstype").Property.MarginInline<string | number> | readonly NonNullable<import("csstype").Property.MarginInline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3352
3352
  mask?: import("csstype").Property.Mask<string | number> | readonly NonNullable<import("csstype").Property.Mask<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3353
- maskBorder?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "stretch" | "none" | "repeat" | "round" | "space" | "alpha" | "luminance")[] | undefined;
3353
+ maskBorder?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space" | "alpha" | "luminance")[] | undefined;
3354
3354
  motion?: import("csstype").Property.Offset<string | number> | readonly NonNullable<import("csstype").Property.Offset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3355
3355
  offset?: import("csstype").Property.Offset<string | number> | readonly NonNullable<import("csstype").Property.Offset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3356
3356
  outline?: import("csstype").Property.Outline<string | number> | readonly NonNullable<import("csstype").Property.Outline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
@@ -3394,7 +3394,7 @@ export declare const MuiAlert: {
3394
3394
  MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | readonly NonNullable<import("csstype").Property.BorderInlineStartStyle | undefined>[] | readonly import("csstype").Property.BorderInlineStartStyle[] | undefined;
3395
3395
  MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | readonly string[] | readonly import("csstype").Property.MozBorderTopColors[] | undefined;
3396
3396
  MozBoxSizing?: import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | readonly import("csstype").Property.BoxSizing[] | undefined;
3397
- MozColumnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
3397
+ MozColumnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
3398
3398
  MozColumnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
3399
3399
  MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | readonly string[] | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
3400
3400
  MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | readonly string[] | readonly import("csstype").Property.ColumnRuleStyle[] | undefined;
@@ -3440,7 +3440,7 @@ export declare const MuiAlert: {
3440
3440
  msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | readonly NonNullable<import("csstype").Property.MsGridColumns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3441
3441
  msGridRows?: import("csstype").Property.MsGridRows<string | number> | readonly NonNullable<import("csstype").Property.MsGridRows<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3442
3442
  msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | readonly NonNullable<import("csstype").Property.MsHighContrastAdjust | undefined>[] | readonly import("csstype").Property.MsHighContrastAdjust[] | undefined;
3443
- msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | readonly NonNullable<import("csstype").Property.MsHyphenateLimitChars | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
3443
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | readonly NonNullable<import("csstype").Property.MsHyphenateLimitChars | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
3444
3444
  msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | readonly NonNullable<import("csstype").Property.MsHyphenateLimitLines | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "no-limit")[] | undefined;
3445
3445
  msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | readonly NonNullable<import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3446
3446
  msHyphens?: import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens | undefined>[] | readonly import("csstype").Property.Hyphens[] | undefined;
@@ -3515,7 +3515,7 @@ export declare const MuiAlert: {
3515
3515
  WebkitBoxShadow?: import("csstype").Property.BoxShadow | readonly string[] | readonly import("csstype").Property.BoxShadow[] | undefined;
3516
3516
  WebkitBoxSizing?: import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | readonly import("csstype").Property.BoxSizing[] | undefined;
3517
3517
  WebkitClipPath?: import("csstype").Property.ClipPath | readonly string[] | readonly import("csstype").Property.ClipPath[] | undefined;
3518
- WebkitColumnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
3518
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
3519
3519
  WebkitColumnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
3520
3520
  WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | readonly string[] | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
3521
3521
  WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | readonly string[] | readonly import("csstype").Property.ColumnRuleStyle[] | undefined;
@@ -3594,8 +3594,8 @@ export declare const MuiAlert: {
3594
3594
  WebkitUserModify?: import("csstype").Property.WebkitUserModify | readonly NonNullable<import("csstype").Property.WebkitUserModify | undefined>[] | readonly import("csstype").Property.WebkitUserModify[] | undefined;
3595
3595
  WebkitUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
3596
3596
  WebkitWritingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
3597
- MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
3598
- MozBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "stretch" | "none" | "repeat" | "round" | "space")[] | undefined;
3597
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
3598
+ MozBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
3599
3599
  MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3600
3600
  MozColumns?: import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3601
3601
  MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
@@ -3606,16 +3606,16 @@ export declare const MuiAlert: {
3606
3606
  msScrollSnapX?: import("csstype").Property.MsScrollSnapX | readonly string[] | readonly import("csstype").Property.MsScrollSnapX[] | undefined;
3607
3607
  msScrollSnapY?: import("csstype").Property.MsScrollSnapY | readonly string[] | readonly import("csstype").Property.MsScrollSnapY[] | undefined;
3608
3608
  msTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
3609
- WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
3609
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
3610
3610
  WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | readonly NonNullable<import("csstype").Property.WebkitBorderBefore<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3611
- WebkitBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "stretch" | "none" | "repeat" | "round" | "space")[] | undefined;
3611
+ WebkitBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
3612
3612
  WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3613
3613
  WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3614
3614
  WebkitColumns?: import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3615
3615
  WebkitFlex?: import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3616
3616
  WebkitFlexFlow?: import("csstype").Property.FlexFlow | readonly string[] | readonly import("csstype").Property.FlexFlow[] | undefined;
3617
3617
  WebkitMask?: import("csstype").Property.WebkitMask<string | number> | readonly NonNullable<import("csstype").Property.WebkitMask<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3618
- WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "stretch" | "none" | "repeat" | "round" | "space" | "alpha" | "luminance")[] | undefined;
3618
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space" | "alpha" | "luminance")[] | undefined;
3619
3619
  WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | readonly string[] | readonly import("csstype").Property.TextEmphasis[] | undefined;
3620
3620
  WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | readonly NonNullable<import("csstype").Property.WebkitTextStroke<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3621
3621
  WebkitTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
@@ -3696,7 +3696,7 @@ export declare const MuiAlert: {
3696
3696
  MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly string[] | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
3697
3697
  MozUserInput?: import("csstype").Property.MozUserInput | readonly NonNullable<import("csstype").Property.MozUserInput | undefined>[] | readonly import("csstype").Property.MozUserInput[] | undefined;
3698
3698
  msImeMode?: import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode | undefined>[] | readonly import("csstype").Property.ImeMode[] | undefined;
3699
- OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
3699
+ OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
3700
3700
  OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
3701
3701
  OAnimationDirection?: import("csstype").Property.AnimationDirection | readonly string[] | readonly import("csstype").Property.AnimationDirection[] | undefined;
3702
3702
  OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
@@ -3706,7 +3706,7 @@ export declare const MuiAlert: {
3706
3706
  OAnimationPlayState?: import("csstype").Property.AnimationPlayState | readonly string[] | readonly import("csstype").Property.AnimationPlayState[] | undefined;
3707
3707
  OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | readonly string[] | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
3708
3708
  OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3709
- OBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "stretch" | "none" | "repeat" | "round" | "space")[] | undefined;
3709
+ OBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
3710
3710
  OObjectFit?: import("csstype").Property.ObjectFit | readonly NonNullable<import("csstype").Property.ObjectFit | undefined>[] | readonly import("csstype").Property.ObjectFit[] | undefined;
3711
3711
  OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | readonly NonNullable<import("csstype").Property.ObjectPosition<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
3712
3712
  OTabSize?: import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
@@ -3737,7 +3737,7 @@ export declare const MuiAlert: {
3737
3737
  fillRule?: import("csstype").Property.FillRule | readonly NonNullable<import("csstype").Property.FillRule | undefined>[] | readonly import("csstype").Property.FillRule[] | undefined;
3738
3738
  floodColor?: import("csstype").Property.FloodColor | readonly string[] | readonly import("csstype").Property.FloodColor[] | undefined;
3739
3739
  floodOpacity?: import("csstype").Property.FloodOpacity | readonly NonNullable<import("csstype").Property.FloodOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
3740
- glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | readonly NonNullable<import("csstype").Property.GlyphOrientationVertical | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
3740
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | readonly NonNullable<import("csstype").Property.GlyphOrientationVertical | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
3741
3741
  lightingColor?: import("csstype").Property.LightingColor | readonly string[] | readonly import("csstype").Property.LightingColor[] | undefined;
3742
3742
  marker?: import("csstype").Property.Marker | readonly string[] | readonly import("csstype").Property.Marker[] | undefined;
3743
3743
  markerEnd?: import("csstype").Property.MarkerEnd | readonly string[] | readonly import("csstype").Property.MarkerEnd[] | undefined;