@zydon/common 2.1.69 → 2.1.71

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.
@@ -0,0 +1,1126 @@
1
+ import * as _mui_lab_TimelineConnector from '@mui/lab/TimelineConnector';
2
+ import { C as CustomShadows } from '../../shadows-3015ebf3.js';
3
+ import * as _mui_system from '@mui/system';
4
+ import * as _mui_lab_TimelineDot from '@mui/lab/TimelineDot';
5
+ import * as _mui_x_data_grid from '@mui/x-data-grid';
6
+ import * as _mui_x_date_pickers_PickersLayout_pickersLayoutClasses from '@mui/x-date-pickers/PickersLayout/pickersLayoutClasses';
7
+ import * as _mui_x_date_pickers from '@mui/x-date-pickers';
8
+ import * as dayjs from 'dayjs';
9
+ import * as _mui_x_date_pickers_internals from '@mui/x-date-pickers/internals';
10
+ import * as _mui_styled_engine from '@mui/styled-engine';
11
+ import * as _mui_material_styles_overrides from '@mui/material/styles/overrides';
12
+ import * as _mui_material from '@mui/material';
13
+ import { T as ThemeColorScheme } from '../../types-dd2ed906.js';
14
+ import { ColorSystemOptions, Shadows } from '@mui/material/styles';
15
+ import { TypographyOptions } from '@mui/material/styles/createTypography';
16
+
17
+ declare const components: {
18
+ MuiToggleButton: {
19
+ defaultProps?: Partial<_mui_material.ToggleButtonProps> | undefined;
20
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.ToggleButtonClasses, "MuiToggleButton", _mui_material.Theme>> | undefined;
21
+ variants?: {
22
+ props: Partial<_mui_material.ToggleButtonProps> | ((props: Partial<_mui_material.ToggleButtonProps> & {
23
+ ownerState: Partial<_mui_material.ToggleButtonProps>;
24
+ }) => boolean);
25
+ style: _mui_styled_engine.Interpolation<{
26
+ theme: _mui_material.Theme;
27
+ }>;
28
+ }[] | undefined;
29
+ };
30
+ MuiToggleButtonGroup: {
31
+ defaultProps?: Partial<_mui_material.ToggleButtonGroupProps> | undefined;
32
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.ToggleButtonGroupClasses, "MuiToggleButtonGroup", _mui_material.Theme>> | undefined;
33
+ variants?: {
34
+ props: Partial<_mui_material.ToggleButtonGroupProps> | ((props: Partial<_mui_material.ToggleButtonGroupProps> & {
35
+ ownerState: Partial<_mui_material.ToggleButtonGroupProps>;
36
+ }) => boolean);
37
+ style: _mui_styled_engine.Interpolation<{
38
+ theme: _mui_material.Theme;
39
+ }>;
40
+ }[] | undefined;
41
+ };
42
+ MuiAutocomplete: {
43
+ defaultProps?: Partial<_mui_material.AutocompleteProps<any, any, any, any, "div">> | undefined;
44
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.AutocompleteClasses, "MuiAutocomplete", _mui_material.Theme>> | undefined;
45
+ variants?: {
46
+ props: Partial<_mui_material.AutocompleteProps<any, any, any, any, "div">> | ((props: Partial<_mui_material.AutocompleteProps<any, any, any, any, "div">> & {
47
+ ownerState: Partial<_mui_material.AutocompleteProps<any, any, any, any, "div">>;
48
+ }) => boolean);
49
+ style: _mui_styled_engine.Interpolation<{
50
+ theme: _mui_material.Theme;
51
+ }>;
52
+ }[] | undefined;
53
+ };
54
+ MuiButtonGroup: {
55
+ defaultProps?: Partial<_mui_material.ButtonGroupProps> | undefined;
56
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.ButtonGroupClasses, "MuiButtonGroup", _mui_material.Theme>> | undefined;
57
+ variants?: {
58
+ props: Partial<_mui_material.ButtonGroupProps> | ((props: Partial<_mui_material.ButtonGroupProps> & {
59
+ ownerState: Partial<_mui_material.ButtonGroupProps>;
60
+ }) => boolean);
61
+ style: _mui_styled_engine.Interpolation<{
62
+ theme: _mui_material.Theme;
63
+ }>;
64
+ }[] | undefined;
65
+ };
66
+ MuiBreadcrumbs: {
67
+ defaultProps?: Partial<_mui_material.BreadcrumbsProps> | undefined;
68
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.BreadcrumbsClasses, "MuiBreadcrumbs", _mui_material.Theme>> | undefined;
69
+ variants?: {
70
+ props: Partial<_mui_material.BreadcrumbsProps> | ((props: Partial<_mui_material.BreadcrumbsProps> & {
71
+ ownerState: Partial<_mui_material.BreadcrumbsProps>;
72
+ }) => boolean);
73
+ style: _mui_styled_engine.Interpolation<{
74
+ theme: _mui_material.Theme;
75
+ }>;
76
+ }[] | undefined;
77
+ };
78
+ MuiPickersPopper: {
79
+ defaultProps?: Partial<_mui_x_date_pickers_internals.PickerPopperProps> | undefined;
80
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_x_date_pickers_internals.PickersPopperClasses, "MuiPickersPopper", _mui_material.Theme>> | undefined;
81
+ };
82
+ MuiPickersLayout: {
83
+ defaultProps?: Partial<_mui_x_date_pickers.PickersLayoutProps<unknown, dayjs.Dayjs, _mui_x_date_pickers.DateOrTimeView>> | undefined;
84
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_x_date_pickers_PickersLayout_pickersLayoutClasses.PickersLayoutClasses, "MuiPickersLayout", _mui_material.Theme>> | undefined;
85
+ };
86
+ MuiDatePicker: {
87
+ defaultProps?: Partial<_mui_x_date_pickers.DatePickerProps<dayjs.Dayjs, false>> | undefined;
88
+ };
89
+ MuiDateTimePicker: {
90
+ defaultProps?: Partial<_mui_x_date_pickers.DateTimePickerProps<dayjs.Dayjs, false>> | undefined;
91
+ };
92
+ MuiStaticDatePicker: {
93
+ defaultProps?: Partial<_mui_x_date_pickers.StaticDatePickerProps<dayjs.Dayjs>> | undefined;
94
+ };
95
+ MuiDesktopDatePicker: {
96
+ defaultProps?: Partial<_mui_x_date_pickers.DesktopDatePickerProps<dayjs.Dayjs, false>> | undefined;
97
+ };
98
+ MuiDesktopDateTimePicker: {
99
+ defaultProps?: Partial<_mui_x_date_pickers.DesktopDateTimePickerProps<dayjs.Dayjs, false>> | undefined;
100
+ };
101
+ MuiMobileDatePicker: {
102
+ defaultProps?: Partial<_mui_x_date_pickers.MobileDatePickerProps<dayjs.Dayjs, false>> | undefined;
103
+ };
104
+ MuiMobileDateTimePicker: {
105
+ defaultProps?: Partial<_mui_x_date_pickers.MobileDateTimePickerProps<dayjs.Dayjs, _mui_x_date_pickers.DateOrTimeView, false>> | undefined;
106
+ };
107
+ MuiTimePicker: {
108
+ defaultProps?: Partial<_mui_x_date_pickers.TimePickerProps<dayjs.Dayjs, false>> | undefined;
109
+ };
110
+ MuiMobileTimePicker: {
111
+ defaultProps?: Partial<_mui_x_date_pickers.MobileTimePickerProps<dayjs.Dayjs, _mui_x_date_pickers.TimeView, false>> | undefined;
112
+ };
113
+ MuiStaticTimePicker: {
114
+ defaultProps?: Partial<_mui_x_date_pickers.StaticTimePickerProps<dayjs.Dayjs>> | undefined;
115
+ };
116
+ MuiDesktopTimePicker: {
117
+ defaultProps?: Partial<_mui_x_date_pickers.DesktopTimePickerProps<dayjs.Dayjs, false>> | undefined;
118
+ };
119
+ MuiPagination: {
120
+ defaultProps?: Partial<_mui_material.PaginationProps> | undefined;
121
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.PaginationClasses, "MuiPagination", _mui_material.Theme>> | undefined;
122
+ variants?: {
123
+ props: Partial<_mui_material.PaginationProps> | ((props: Partial<_mui_material.PaginationProps> & {
124
+ ownerState: Partial<_mui_material.PaginationProps>;
125
+ }) => boolean);
126
+ style: _mui_styled_engine.Interpolation<{
127
+ theme: _mui_material.Theme;
128
+ }>;
129
+ }[] | undefined;
130
+ };
131
+ MuiTypography: {
132
+ defaultProps?: Partial<_mui_material.TypographyProps> | undefined;
133
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.TypographyClasses, "MuiTypography", _mui_material.Theme>> | undefined;
134
+ variants?: {
135
+ props: Partial<_mui_material.TypographyProps> | ((props: Partial<_mui_material.TypographyProps> & {
136
+ ownerState: Partial<_mui_material.TypographyProps>;
137
+ }) => boolean);
138
+ style: _mui_styled_engine.Interpolation<{
139
+ theme: _mui_material.Theme;
140
+ }>;
141
+ }[] | undefined;
142
+ };
143
+ MuiInput: {
144
+ defaultProps?: Partial<_mui_material.InputProps> | undefined;
145
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.InputClasses, "MuiInput", _mui_material.Theme>> | undefined;
146
+ variants?: {
147
+ props: Partial<_mui_material.InputProps> | ((props: Partial<_mui_material.InputProps> & {
148
+ ownerState: Partial<_mui_material.InputProps>;
149
+ }) => boolean);
150
+ style: _mui_styled_engine.Interpolation<{
151
+ theme: _mui_material.Theme;
152
+ }>;
153
+ }[] | undefined;
154
+ };
155
+ MuiInputBase: {
156
+ defaultProps?: Partial<_mui_material.InputBaseProps> | undefined;
157
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.InputBaseClasses, "MuiInputBase", _mui_material.Theme>> | undefined;
158
+ variants?: {
159
+ props: Partial<_mui_material.InputBaseProps> | ((props: Partial<_mui_material.InputBaseProps> & {
160
+ ownerState: Partial<_mui_material.InputBaseProps>;
161
+ }) => boolean);
162
+ style: _mui_styled_engine.Interpolation<{
163
+ theme: _mui_material.Theme;
164
+ }>;
165
+ }[] | undefined;
166
+ };
167
+ MuiFilledInput: {
168
+ defaultProps?: Partial<_mui_material.FilledInputProps> | undefined;
169
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.FilledInputClasses, "MuiFilledInput", _mui_material.Theme>> | undefined;
170
+ variants?: {
171
+ props: Partial<_mui_material.FilledInputProps> | ((props: Partial<_mui_material.FilledInputProps> & {
172
+ ownerState: Partial<_mui_material.FilledInputProps>;
173
+ }) => boolean);
174
+ style: _mui_styled_engine.Interpolation<{
175
+ theme: _mui_material.Theme;
176
+ }>;
177
+ }[] | undefined;
178
+ };
179
+ MuiOutlinedInput: {
180
+ defaultProps?: Partial<_mui_material.OutlinedInputProps> | undefined;
181
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.OutlinedInputClasses, "MuiOutlinedInput", _mui_material.Theme>> | undefined;
182
+ variants?: {
183
+ props: Partial<_mui_material.OutlinedInputProps> | ((props: Partial<_mui_material.OutlinedInputProps> & {
184
+ ownerState: Partial<_mui_material.OutlinedInputProps>;
185
+ }) => boolean);
186
+ style: _mui_styled_engine.Interpolation<{
187
+ theme: _mui_material.Theme;
188
+ }>;
189
+ }[] | undefined;
190
+ };
191
+ MuiAccordion: {
192
+ defaultProps?: Partial<_mui_material.AccordionProps> | undefined;
193
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.AccordionClasses, "MuiAccordion", _mui_material.Theme>> | undefined;
194
+ variants?: {
195
+ props: Partial<_mui_material.AccordionProps> | ((props: Partial<_mui_material.AccordionProps> & {
196
+ ownerState: Partial<_mui_material.AccordionProps>;
197
+ }) => boolean);
198
+ style: _mui_styled_engine.Interpolation<{
199
+ theme: _mui_material.Theme;
200
+ }>;
201
+ }[] | undefined;
202
+ };
203
+ MuiAccordionSummary: {
204
+ defaultProps?: Partial<_mui_material.AccordionSummaryProps> | undefined;
205
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.AccordionSummaryClasses, "MuiAccordionSummary", _mui_material.Theme>> | undefined;
206
+ variants?: {
207
+ props: Partial<_mui_material.AccordionSummaryProps> | ((props: Partial<_mui_material.AccordionSummaryProps> & {
208
+ ownerState: Partial<_mui_material.AccordionSummaryProps>;
209
+ }) => boolean);
210
+ style: _mui_styled_engine.Interpolation<{
211
+ theme: _mui_material.Theme;
212
+ }>;
213
+ }[] | undefined;
214
+ };
215
+ MuiDataGrid: {
216
+ defaultProps?: Partial<_mui_x_data_grid.DataGridProps> | undefined;
217
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_x_data_grid.GridClasses, "MuiDataGrid", _mui_material.Theme>> | undefined;
218
+ };
219
+ MuiTreeItem: any;
220
+ MuiCheckbox: {
221
+ defaultProps?: Partial<_mui_material.CheckboxProps> | undefined;
222
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.CheckboxClasses, "MuiCheckbox", _mui_material.Theme>> | undefined;
223
+ variants?: {
224
+ props: Partial<_mui_material.CheckboxProps> | ((props: Partial<_mui_material.CheckboxProps> & {
225
+ ownerState: Partial<_mui_material.CheckboxProps>;
226
+ }) => boolean);
227
+ style: _mui_styled_engine.Interpolation<{
228
+ theme: _mui_material.Theme;
229
+ }>;
230
+ }[] | undefined;
231
+ };
232
+ MuiSwitch: {
233
+ defaultProps?: Partial<_mui_material.SwitchProps> | undefined;
234
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.SwitchClasses, "MuiSwitch", _mui_material.Theme>> | undefined;
235
+ variants?: {
236
+ props: Partial<_mui_material.SwitchProps> | ((props: Partial<_mui_material.SwitchProps> & {
237
+ ownerState: Partial<_mui_material.SwitchProps>;
238
+ }) => boolean);
239
+ style: _mui_styled_engine.Interpolation<{
240
+ theme: _mui_material.Theme;
241
+ }>;
242
+ }[] | undefined;
243
+ };
244
+ MuiLinearProgress: {
245
+ defaultProps?: Partial<_mui_material.LinearProgressProps> | undefined;
246
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.LinearProgressClasses, "MuiLinearProgress", _mui_material.Theme>> | undefined;
247
+ variants?: {
248
+ props: Partial<_mui_material.LinearProgressProps> | ((props: Partial<_mui_material.LinearProgressProps> & {
249
+ ownerState: Partial<_mui_material.LinearProgressProps>;
250
+ }) => boolean);
251
+ style: _mui_styled_engine.Interpolation<{
252
+ theme: _mui_material.Theme;
253
+ }>;
254
+ }[] | undefined;
255
+ };
256
+ MuiBackdrop: {
257
+ defaultProps?: Partial<_mui_material.BackdropProps> | undefined;
258
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.BackdropClasses, "MuiBackdrop", _mui_material.Theme>> | undefined;
259
+ variants?: {
260
+ props: Partial<_mui_material.BackdropProps> | ((props: Partial<_mui_material.BackdropProps> & {
261
+ ownerState: Partial<_mui_material.BackdropProps>;
262
+ }) => boolean);
263
+ style: _mui_styled_engine.Interpolation<{
264
+ theme: _mui_material.Theme;
265
+ }>;
266
+ }[] | undefined;
267
+ };
268
+ MuiTimelineDot: {
269
+ defaultProps?: Partial<_mui_lab_TimelineDot.TimelineDotProps> | undefined;
270
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_lab_TimelineDot.TimelineDotClasses, "MuiTimelineDot", {
271
+ transitions: _mui_material.Transitions;
272
+ palette: _mui_material.Palette;
273
+ colorSchemes: Record<_mui_material.SupportedColorScheme, _mui_material.ColorSystem>;
274
+ cssVarPrefix: string;
275
+ vars: _mui_material.ThemeVars;
276
+ getCssVar: (field: _mui_material.ThemeCssVar, ...vars: _mui_material.ThemeCssVar[]) => string;
277
+ getColorSchemeSelector: (colorScheme: _mui_material.SupportedColorScheme) => string;
278
+ generateCssVars: (colorScheme?: _mui_material.SupportedColorScheme | undefined) => {
279
+ css: Record<string, string | number>;
280
+ vars: _mui_material.ThemeVars;
281
+ };
282
+ spacing: _mui_system.Spacing;
283
+ breakpoints: _mui_system.Breakpoints;
284
+ shape: _mui_system.Shape;
285
+ typography: _mui_material.TypographyVariants;
286
+ shadows: _mui_material.Shadows;
287
+ mixins: _mui_material.Mixins;
288
+ zIndex: _mui_material.ZIndex;
289
+ direction: _mui_system.Direction;
290
+ shouldSkipGeneratingVar: (keys: string[], value: string | number) => boolean;
291
+ unstable_sxConfig: _mui_system.SxConfig;
292
+ unstable_sx: (props: _mui_system.SxProps<_mui_material.Theme>) => _mui_styled_engine.CSSObject;
293
+ applyStyles: _mui_system.ApplyStyles<"dark" | "light">;
294
+ opacity: _mui_material.Opacity;
295
+ overlays: _mui_material.Overlays;
296
+ customShadows: CustomShadows;
297
+ unstable_strictMode?: boolean | undefined;
298
+ }>> | undefined;
299
+ variants?: {
300
+ props: Partial<_mui_lab_TimelineDot.TimelineDotProps> | ((props: Partial<_mui_lab_TimelineDot.TimelineDotProps> & {
301
+ ownerState: Partial<_mui_lab_TimelineDot.TimelineDotProps>;
302
+ }) => boolean);
303
+ style: _mui_styled_engine.Interpolation<{
304
+ theme: unknown;
305
+ }>;
306
+ }[] | undefined;
307
+ };
308
+ MuiTimelineConnector: {
309
+ defaultProps?: Partial<_mui_lab_TimelineConnector.TimelineConnectorProps> | undefined;
310
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<"root", "MuiTimelineConnector", {
311
+ transitions: _mui_material.Transitions;
312
+ palette: _mui_material.Palette;
313
+ colorSchemes: Record<_mui_material.SupportedColorScheme, _mui_material.ColorSystem>;
314
+ cssVarPrefix: string;
315
+ vars: _mui_material.ThemeVars;
316
+ getCssVar: (field: _mui_material.ThemeCssVar, ...vars: _mui_material.ThemeCssVar[]) => string;
317
+ getColorSchemeSelector: (colorScheme: _mui_material.SupportedColorScheme) => string;
318
+ generateCssVars: (colorScheme?: _mui_material.SupportedColorScheme | undefined) => {
319
+ css: Record<string, string | number>;
320
+ vars: _mui_material.ThemeVars;
321
+ };
322
+ spacing: _mui_system.Spacing;
323
+ breakpoints: _mui_system.Breakpoints;
324
+ shape: _mui_system.Shape;
325
+ typography: _mui_material.TypographyVariants;
326
+ shadows: _mui_material.Shadows;
327
+ mixins: _mui_material.Mixins;
328
+ zIndex: _mui_material.ZIndex;
329
+ direction: _mui_system.Direction;
330
+ shouldSkipGeneratingVar: (keys: string[], value: string | number) => boolean;
331
+ unstable_sxConfig: _mui_system.SxConfig;
332
+ unstable_sx: (props: _mui_system.SxProps<_mui_material.Theme>) => _mui_styled_engine.CSSObject;
333
+ applyStyles: _mui_system.ApplyStyles<"dark" | "light">;
334
+ opacity: _mui_material.Opacity;
335
+ overlays: _mui_material.Overlays;
336
+ customShadows: CustomShadows;
337
+ unstable_strictMode?: boolean | undefined;
338
+ }>> | undefined;
339
+ variants?: {
340
+ props: Partial<_mui_lab_TimelineConnector.TimelineConnectorProps> | ((props: Partial<_mui_lab_TimelineConnector.TimelineConnectorProps> & {
341
+ ownerState: Partial<_mui_lab_TimelineConnector.TimelineConnectorProps>;
342
+ }) => boolean);
343
+ style: _mui_styled_engine.Interpolation<{
344
+ theme: unknown;
345
+ }>;
346
+ }[] | undefined;
347
+ };
348
+ MuiSkeleton: {
349
+ defaultProps?: Partial<_mui_material.SkeletonProps> | undefined;
350
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.SkeletonClasses, "MuiSkeleton", _mui_material.Theme>> | undefined;
351
+ variants?: {
352
+ props: Partial<_mui_material.SkeletonProps> | ((props: Partial<_mui_material.SkeletonProps> & {
353
+ ownerState: Partial<_mui_material.SkeletonProps>;
354
+ }) => boolean);
355
+ style: _mui_styled_engine.Interpolation<{
356
+ theme: _mui_material.Theme;
357
+ }>;
358
+ }[] | undefined;
359
+ };
360
+ MuiSvgIcon: {
361
+ defaultProps?: Partial<_mui_material.SvgIconProps> | undefined;
362
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.SvgIconClasses, "MuiSvgIcon", _mui_material.Theme>> | undefined;
363
+ variants?: {
364
+ props: Partial<_mui_material.SvgIconProps> | ((props: Partial<_mui_material.SvgIconProps> & {
365
+ ownerState: Partial<_mui_material.SvgIconProps>;
366
+ }) => boolean);
367
+ style: _mui_styled_engine.Interpolation<{
368
+ theme: _mui_material.Theme;
369
+ }>;
370
+ }[] | undefined;
371
+ };
372
+ MuiPopover: {
373
+ defaultProps?: Partial<_mui_material.PopoverProps> | undefined;
374
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.PopoverClasses, "MuiPopover", _mui_material.Theme>> | undefined;
375
+ variants?: {
376
+ props: Partial<_mui_material.PopoverProps> | ((props: Partial<_mui_material.PopoverProps> & {
377
+ ownerState: Partial<_mui_material.PopoverProps>;
378
+ }) => boolean);
379
+ style: _mui_styled_engine.Interpolation<{
380
+ theme: _mui_material.Theme;
381
+ }>;
382
+ }[] | undefined;
383
+ };
384
+ MuiTooltip: {
385
+ defaultProps?: Partial<_mui_material.TooltipProps> | undefined;
386
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.TooltipClasses, "MuiTooltip", _mui_material.Theme>> | undefined;
387
+ variants?: {
388
+ props: Partial<_mui_material.TooltipProps> | ((props: Partial<_mui_material.TooltipProps> & {
389
+ ownerState: Partial<_mui_material.TooltipProps>;
390
+ }) => boolean);
391
+ style: _mui_styled_engine.Interpolation<{
392
+ theme: _mui_material.Theme;
393
+ }>;
394
+ }[] | undefined;
395
+ };
396
+ MuiStepConnector: {
397
+ defaultProps?: Partial<_mui_material.StepConnectorProps> | undefined;
398
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.StepConnectorClasses, "MuiStepConnector", _mui_material.Theme>> | undefined;
399
+ variants?: {
400
+ props: Partial<_mui_material.StepConnectorProps> | ((props: Partial<_mui_material.StepConnectorProps> & {
401
+ ownerState: Partial<_mui_material.StepConnectorProps>;
402
+ }) => boolean);
403
+ style: _mui_styled_engine.Interpolation<{
404
+ theme: _mui_material.Theme;
405
+ }>;
406
+ }[] | undefined;
407
+ };
408
+ MuiButtonBase: {
409
+ defaultProps?: Partial<_mui_material.ButtonBaseProps> | undefined;
410
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.ButtonBaseClasses, "MuiButtonBase", _mui_material.Theme>> | undefined;
411
+ variants?: {
412
+ props: Partial<_mui_material.ButtonBaseProps> | ((props: Partial<_mui_material.ButtonBaseProps> & {
413
+ ownerState: Partial<_mui_material.ButtonBaseProps>;
414
+ }) => boolean);
415
+ style: _mui_styled_engine.Interpolation<{
416
+ theme: _mui_material.Theme;
417
+ }>;
418
+ }[] | undefined;
419
+ };
420
+ MuiButton: {
421
+ defaultProps?: Partial<_mui_material.ButtonProps> | undefined;
422
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.ButtonClasses, "MuiButton", _mui_material.Theme>> | undefined;
423
+ variants?: {
424
+ props: Partial<_mui_material.ButtonProps> | ((props: Partial<_mui_material.ButtonProps> & {
425
+ ownerState: Partial<_mui_material.ButtonProps>;
426
+ }) => boolean);
427
+ style: _mui_styled_engine.Interpolation<{
428
+ theme: _mui_material.Theme;
429
+ }>;
430
+ }[] | undefined;
431
+ };
432
+ MuiSelect: {
433
+ defaultProps?: Partial<_mui_material.SelectProps> | undefined;
434
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.SelectClasses, "MuiSelect", _mui_material.Theme>> | undefined;
435
+ variants?: {
436
+ props: Partial<_mui_material.SelectProps> | ((props: Partial<_mui_material.SelectProps> & {
437
+ ownerState: Partial<_mui_material.SelectProps>;
438
+ }) => boolean);
439
+ style: _mui_styled_engine.Interpolation<{
440
+ theme: _mui_material.Theme;
441
+ }>;
442
+ }[] | undefined;
443
+ };
444
+ MuiNativeSelect: {
445
+ defaultProps?: Partial<_mui_material.NativeSelectProps> | undefined;
446
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.NativeSelectClasses, "MuiNativeSelect", _mui_material.Theme>> | undefined;
447
+ variants?: {
448
+ props: Partial<_mui_material.NativeSelectProps> | ((props: Partial<_mui_material.NativeSelectProps> & {
449
+ ownerState: Partial<_mui_material.NativeSelectProps>;
450
+ }) => boolean);
451
+ style: _mui_styled_engine.Interpolation<{
452
+ theme: _mui_material.Theme;
453
+ }>;
454
+ }[] | undefined;
455
+ };
456
+ MuiRating: {
457
+ defaultProps?: Partial<_mui_material.RatingProps> | undefined;
458
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.RatingClasses, "MuiRating", _mui_material.Theme>> | undefined;
459
+ variants?: {
460
+ props: Partial<_mui_material.RatingProps> | ((props: Partial<_mui_material.RatingProps> & {
461
+ ownerState: Partial<_mui_material.RatingProps>;
462
+ }) => boolean);
463
+ style: _mui_styled_engine.Interpolation<{
464
+ theme: _mui_material.Theme;
465
+ }>;
466
+ }[] | undefined;
467
+ };
468
+ MuiSlider: {
469
+ defaultProps?: Partial<_mui_material.SliderProps> | undefined;
470
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.SliderClasses, "MuiSlider", _mui_material.Theme>> | undefined;
471
+ variants?: {
472
+ props: Partial<_mui_material.SliderProps> | ((props: Partial<_mui_material.SliderProps> & {
473
+ ownerState: Partial<_mui_material.SliderProps>;
474
+ }) => boolean);
475
+ style: _mui_styled_engine.Interpolation<{
476
+ theme: _mui_material.Theme;
477
+ }>;
478
+ }[] | undefined;
479
+ };
480
+ MuiDrawer: {
481
+ defaultProps?: Partial<_mui_material.DrawerProps> | undefined;
482
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.DrawerClasses, "MuiDrawer", _mui_material.Theme>> | undefined;
483
+ variants?: {
484
+ props: Partial<_mui_material.DrawerProps> | ((props: Partial<_mui_material.DrawerProps> & {
485
+ ownerState: Partial<_mui_material.DrawerProps>;
486
+ }) => boolean);
487
+ style: _mui_styled_engine.Interpolation<{
488
+ theme: _mui_material.Theme;
489
+ }>;
490
+ }[] | undefined;
491
+ };
492
+ MuiAvatar: {
493
+ defaultProps?: Partial<_mui_material.AvatarProps> | undefined;
494
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.AvatarClasses, "MuiAvatar", _mui_material.Theme>> | undefined;
495
+ variants?: {
496
+ props: Partial<_mui_material.AvatarProps> | ((props: Partial<_mui_material.AvatarProps> & {
497
+ ownerState: Partial<_mui_material.AvatarProps>;
498
+ }) => boolean);
499
+ style: _mui_styled_engine.Interpolation<{
500
+ theme: _mui_material.Theme;
501
+ }>;
502
+ }[] | undefined;
503
+ };
504
+ MuiAvatarGroup: {
505
+ defaultProps?: Partial<_mui_material.AvatarGroupProps> | undefined;
506
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.AvatarGroupClasses, "MuiAvatarGroup", _mui_material.Theme>> | undefined;
507
+ variants?: {
508
+ props: Partial<_mui_material.AvatarGroupProps> | ((props: Partial<_mui_material.AvatarGroupProps> & {
509
+ ownerState: Partial<_mui_material.AvatarGroupProps>;
510
+ }) => boolean);
511
+ style: _mui_styled_engine.Interpolation<{
512
+ theme: _mui_material.Theme;
513
+ }>;
514
+ }[] | undefined;
515
+ };
516
+ MuiAppBar: {
517
+ defaultProps?: Partial<_mui_material.AppBarProps> | undefined;
518
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.AppBarClasses, "MuiAppBar", _mui_material.Theme>> | undefined;
519
+ variants?: {
520
+ props: Partial<_mui_material.AppBarProps> | ((props: Partial<_mui_material.AppBarProps> & {
521
+ ownerState: Partial<_mui_material.AppBarProps>;
522
+ }) => boolean);
523
+ style: _mui_styled_engine.Interpolation<{
524
+ theme: _mui_material.Theme;
525
+ }>;
526
+ }[] | undefined;
527
+ };
528
+ MuiDialog: {
529
+ defaultProps?: Partial<_mui_material.DialogProps> | undefined;
530
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.DialogClasses, "MuiDialog", _mui_material.Theme>> | undefined;
531
+ variants?: {
532
+ props: Partial<_mui_material.DialogProps> | ((props: Partial<_mui_material.DialogProps> & {
533
+ ownerState: Partial<_mui_material.DialogProps>;
534
+ }) => boolean);
535
+ style: _mui_styled_engine.Interpolation<{
536
+ theme: _mui_material.Theme;
537
+ }>;
538
+ }[] | undefined;
539
+ };
540
+ MuiDialogTitle: {
541
+ defaultProps?: Partial<_mui_material.DialogTitleProps> | undefined;
542
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<"root", "MuiDialogTitle", _mui_material.Theme>> | undefined;
543
+ variants?: {
544
+ props: Partial<_mui_material.DialogTitleProps> | ((props: Partial<_mui_material.DialogTitleProps> & {
545
+ ownerState: Partial<_mui_material.DialogTitleProps>;
546
+ }) => boolean);
547
+ style: _mui_styled_engine.Interpolation<{
548
+ theme: _mui_material.Theme;
549
+ }>;
550
+ }[] | undefined;
551
+ };
552
+ MuiDialogContent: {
553
+ defaultProps?: Partial<_mui_material.DialogContentProps> | undefined;
554
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.DialogContentClasses, "MuiDialogContent", _mui_material.Theme>> | undefined;
555
+ variants?: {
556
+ props: Partial<_mui_material.DialogContentProps> | ((props: Partial<_mui_material.DialogContentProps> & {
557
+ ownerState: Partial<_mui_material.DialogContentProps>;
558
+ }) => boolean);
559
+ style: _mui_styled_engine.Interpolation<{
560
+ theme: _mui_material.Theme;
561
+ }>;
562
+ }[] | undefined;
563
+ };
564
+ MuiDialogActions: {
565
+ defaultProps?: Partial<_mui_material.DialogActionsProps> | undefined;
566
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.DialogActionsClasses, "MuiDialogActions", _mui_material.Theme>> | undefined;
567
+ variants?: {
568
+ props: Partial<_mui_material.DialogActionsProps> | ((props: Partial<_mui_material.DialogActionsProps> & {
569
+ ownerState: Partial<_mui_material.DialogActionsProps>;
570
+ }) => boolean);
571
+ style: _mui_styled_engine.Interpolation<{
572
+ theme: _mui_material.Theme;
573
+ }>;
574
+ }[] | undefined;
575
+ };
576
+ MuiRadio: {
577
+ defaultProps?: Partial<_mui_material.RadioProps> | undefined;
578
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.RadioClasses, "MuiRadio", _mui_material.Theme>> | undefined;
579
+ variants?: {
580
+ props: Partial<_mui_material.RadioProps> | ((props: Partial<_mui_material.RadioProps> & {
581
+ ownerState: Partial<_mui_material.RadioProps>;
582
+ }) => boolean);
583
+ style: _mui_styled_engine.Interpolation<{
584
+ theme: _mui_material.Theme;
585
+ }>;
586
+ }[] | undefined;
587
+ };
588
+ MuiBadge: {
589
+ defaultProps?: Partial<_mui_material.BadgeProps> | undefined;
590
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.BadgeClasses, "MuiBadge", _mui_material.Theme>> | undefined;
591
+ variants?: {
592
+ props: Partial<_mui_material.BadgeProps> | ((props: Partial<_mui_material.BadgeProps> & {
593
+ ownerState: Partial<_mui_material.BadgeProps>;
594
+ }) => boolean);
595
+ style: _mui_styled_engine.Interpolation<{
596
+ theme: _mui_material.Theme;
597
+ }>;
598
+ }[] | undefined;
599
+ };
600
+ MuiAlert: {
601
+ defaultProps?: Partial<_mui_material.AlertProps> | undefined;
602
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.AlertClasses, "MuiAlert", _mui_material.Theme>> | undefined;
603
+ variants?: {
604
+ props: Partial<_mui_material.AlertProps> | ((props: Partial<_mui_material.AlertProps> & {
605
+ ownerState: Partial<_mui_material.AlertProps>;
606
+ }) => boolean);
607
+ style: _mui_styled_engine.Interpolation<{
608
+ theme: _mui_material.Theme;
609
+ }>;
610
+ }[] | undefined;
611
+ };
612
+ MuiAlertTitle: {
613
+ defaultProps?: Partial<_mui_material.AlertTitleProps> | undefined;
614
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<"root", "MuiAlertTitle", _mui_material.Theme>> | undefined;
615
+ variants?: {
616
+ props: Partial<_mui_material.AlertTitleProps> | ((props: Partial<_mui_material.AlertTitleProps> & {
617
+ ownerState: Partial<_mui_material.AlertTitleProps>;
618
+ }) => boolean);
619
+ style: _mui_styled_engine.Interpolation<{
620
+ theme: _mui_material.Theme;
621
+ }>;
622
+ }[] | undefined;
623
+ };
624
+ MuiTable: {
625
+ defaultProps?: Partial<_mui_material.TableProps> | undefined;
626
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.TableClasses, "MuiTable", _mui_material.Theme>> | undefined;
627
+ variants?: {
628
+ props: Partial<_mui_material.TableProps> | ((props: Partial<_mui_material.TableProps> & {
629
+ ownerState: Partial<_mui_material.TableProps>;
630
+ }) => boolean);
631
+ style: _mui_styled_engine.Interpolation<{
632
+ theme: _mui_material.Theme;
633
+ }>;
634
+ }[] | undefined;
635
+ };
636
+ MuiTableRow: {
637
+ defaultProps?: Partial<_mui_material.TableRowProps> | undefined;
638
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.TableRowClasses, "MuiTableRow", _mui_material.Theme>> | undefined;
639
+ variants?: {
640
+ props: Partial<_mui_material.TableRowProps> | ((props: Partial<_mui_material.TableRowProps> & {
641
+ ownerState: Partial<_mui_material.TableRowProps>;
642
+ }) => boolean);
643
+ style: _mui_styled_engine.Interpolation<{
644
+ theme: _mui_material.Theme;
645
+ }>;
646
+ }[] | undefined;
647
+ };
648
+ MuiTableCell: {
649
+ defaultProps?: Partial<_mui_material.TableCellProps> | undefined;
650
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.TableCellClasses, "MuiTableCell", _mui_material.Theme>> | undefined;
651
+ variants?: {
652
+ props: Partial<_mui_material.TableCellProps> | ((props: Partial<_mui_material.TableCellProps> & {
653
+ ownerState: Partial<_mui_material.TableCellProps>;
654
+ }) => boolean);
655
+ style: _mui_styled_engine.Interpolation<{
656
+ theme: _mui_material.Theme;
657
+ }>;
658
+ }[] | undefined;
659
+ };
660
+ MuiTableContainer: {
661
+ defaultProps?: Partial<_mui_material.TableContainerProps> | undefined;
662
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<"root", "MuiTableContainer", _mui_material.Theme>> | undefined;
663
+ variants?: {
664
+ props: Partial<_mui_material.TableContainerProps> | ((props: Partial<_mui_material.TableContainerProps> & {
665
+ ownerState: Partial<_mui_material.TableContainerProps>;
666
+ }) => boolean);
667
+ style: _mui_styled_engine.Interpolation<{
668
+ theme: _mui_material.Theme;
669
+ }>;
670
+ }[] | undefined;
671
+ };
672
+ MuiTablePagination: {
673
+ defaultProps?: Partial<_mui_material.TablePaginationProps> | undefined;
674
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.TablePaginationClasses, "MuiTablePagination", _mui_material.Theme>> | undefined;
675
+ variants?: {
676
+ props: Partial<_mui_material.TablePaginationProps> | ((props: Partial<_mui_material.TablePaginationProps> & {
677
+ ownerState: Partial<_mui_material.TablePaginationProps>;
678
+ }) => boolean);
679
+ style: _mui_styled_engine.Interpolation<{
680
+ theme: _mui_material.Theme;
681
+ }>;
682
+ }[] | undefined;
683
+ };
684
+ MuiPaper: {
685
+ defaultProps?: Partial<_mui_material.PaperProps> | undefined;
686
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.PaperClasses, "MuiPaper", _mui_material.Theme>> | undefined;
687
+ variants?: {
688
+ props: Partial<_mui_material.PaperProps> | ((props: Partial<_mui_material.PaperProps> & {
689
+ ownerState: Partial<_mui_material.PaperProps>;
690
+ }) => boolean);
691
+ style: _mui_styled_engine.Interpolation<{
692
+ theme: _mui_material.Theme;
693
+ }>;
694
+ }[] | undefined;
695
+ };
696
+ MuiStack: {
697
+ defaultProps?: Partial<_mui_material.StackProps> | undefined;
698
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<"root", "MuiStack", _mui_material.Theme>> | undefined;
699
+ variants?: {
700
+ props: Partial<_mui_material.StackProps> | ((props: Partial<_mui_material.StackProps> & {
701
+ ownerState: Partial<_mui_material.StackProps>;
702
+ }) => boolean);
703
+ style: _mui_styled_engine.Interpolation<{
704
+ theme: _mui_material.Theme;
705
+ }>;
706
+ }[] | undefined;
707
+ };
708
+ MuiListItemIcon: {
709
+ defaultProps?: Partial<_mui_material.ListItemIconProps> | undefined;
710
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.ListItemIconClasses, "MuiListItemIcon", _mui_material.Theme>> | undefined;
711
+ variants?: {
712
+ props: Partial<_mui_material.ListItemIconProps> | ((props: Partial<_mui_material.ListItemIconProps> & {
713
+ ownerState: Partial<_mui_material.ListItemIconProps>;
714
+ }) => boolean);
715
+ style: _mui_styled_engine.Interpolation<{
716
+ theme: _mui_material.Theme;
717
+ }>;
718
+ }[] | undefined;
719
+ };
720
+ MuiListItemAvatar: {
721
+ defaultProps?: Partial<_mui_material.ListItemAvatarProps> | undefined;
722
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.ListItemAvatarClasses, "MuiListItemAvatar", _mui_material.Theme>> | undefined;
723
+ variants?: {
724
+ props: Partial<_mui_material.ListItemAvatarProps> | ((props: Partial<_mui_material.ListItemAvatarProps> & {
725
+ ownerState: Partial<_mui_material.ListItemAvatarProps>;
726
+ }) => boolean);
727
+ style: _mui_styled_engine.Interpolation<{
728
+ theme: _mui_material.Theme;
729
+ }>;
730
+ }[] | undefined;
731
+ };
732
+ MuiListItemText: {
733
+ defaultProps?: Partial<_mui_material.ListItemTextProps<"span", "p">> | undefined;
734
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.ListItemTextClasses, "MuiListItemText", _mui_material.Theme>> | undefined;
735
+ variants?: {
736
+ props: Partial<_mui_material.ListItemTextProps<"span", "p">> | ((props: Partial<_mui_material.ListItemTextProps<"span", "p">> & {
737
+ ownerState: Partial<_mui_material.ListItemTextProps<"span", "p">>;
738
+ }) => boolean);
739
+ style: _mui_styled_engine.Interpolation<{
740
+ theme: _mui_material.Theme;
741
+ }>;
742
+ }[] | undefined;
743
+ };
744
+ MuiMenuItem: {
745
+ defaultProps?: Partial<_mui_material.MenuItemProps> | undefined;
746
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.MenuItemClasses, "MuiMenuItem", _mui_material.Theme>> | undefined;
747
+ variants?: {
748
+ props: Partial<_mui_material.MenuItemProps> | ((props: Partial<_mui_material.MenuItemProps> & {
749
+ ownerState: Partial<_mui_material.MenuItemProps>;
750
+ }) => boolean);
751
+ style: _mui_styled_engine.Interpolation<{
752
+ theme: _mui_material.Theme;
753
+ }>;
754
+ }[] | undefined;
755
+ };
756
+ MuiChip: {
757
+ defaultProps?: Partial<_mui_material.ChipProps> | undefined;
758
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.ChipClasses, "MuiChip", _mui_material.Theme>> | undefined;
759
+ variants?: {
760
+ props: Partial<_mui_material.ChipProps> | ((props: Partial<_mui_material.ChipProps> & {
761
+ ownerState: Partial<_mui_material.ChipProps>;
762
+ }) => boolean);
763
+ style: _mui_styled_engine.Interpolation<{
764
+ theme: _mui_material.Theme;
765
+ }>;
766
+ }[] | undefined;
767
+ };
768
+ MuiTabs: {
769
+ defaultProps?: Partial<_mui_material.TabsProps> | undefined;
770
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.TabsClasses, "MuiTabs", _mui_material.Theme>> | undefined;
771
+ variants?: {
772
+ props: Partial<_mui_material.TabsProps> | ((props: Partial<_mui_material.TabsProps> & {
773
+ ownerState: Partial<_mui_material.TabsProps>;
774
+ }) => boolean);
775
+ style: _mui_styled_engine.Interpolation<{
776
+ theme: _mui_material.Theme;
777
+ }>;
778
+ }[] | undefined;
779
+ };
780
+ MuiTab: {
781
+ defaultProps?: Partial<_mui_material.TabProps> | undefined;
782
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.TabClasses, "MuiTab", _mui_material.Theme>> | undefined;
783
+ variants?: {
784
+ props: Partial<_mui_material.TabProps> | ((props: Partial<_mui_material.TabProps> & {
785
+ ownerState: Partial<_mui_material.TabProps>;
786
+ }) => boolean);
787
+ style: _mui_styled_engine.Interpolation<{
788
+ theme: _mui_material.Theme;
789
+ }>;
790
+ }[] | undefined;
791
+ };
792
+ MuiFormLabel: {
793
+ defaultProps?: Partial<_mui_material.FormLabelProps> | undefined;
794
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.FormLabelClasses, "MuiFormLabel", _mui_material.Theme>> | undefined;
795
+ variants?: {
796
+ props: Partial<_mui_material.FormLabelProps> | ((props: Partial<_mui_material.FormLabelProps> & {
797
+ ownerState: Partial<_mui_material.FormLabelProps>;
798
+ }) => boolean);
799
+ style: _mui_styled_engine.Interpolation<{
800
+ theme: _mui_material.Theme;
801
+ }>;
802
+ }[] | undefined;
803
+ };
804
+ MuiFormHelperText: {
805
+ defaultProps?: Partial<_mui_material.FormHelperTextProps> | undefined;
806
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.FormHelperTextClasses, "MuiFormHelperText", _mui_material.Theme>> | undefined;
807
+ variants?: {
808
+ props: Partial<_mui_material.FormHelperTextProps> | ((props: Partial<_mui_material.FormHelperTextProps> & {
809
+ ownerState: Partial<_mui_material.FormHelperTextProps>;
810
+ }) => boolean);
811
+ style: _mui_styled_engine.Interpolation<{
812
+ theme: _mui_material.Theme;
813
+ }>;
814
+ }[] | undefined;
815
+ };
816
+ MuiFormControlLabel: {
817
+ defaultProps?: Partial<_mui_material.FormControlLabelProps> | undefined;
818
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.FormControlLabelClasses, "MuiFormControlLabel", _mui_material.Theme>> | undefined;
819
+ variants?: {
820
+ props: Partial<_mui_material.FormControlLabelProps> | ((props: Partial<_mui_material.FormControlLabelProps> & {
821
+ ownerState: Partial<_mui_material.FormControlLabelProps>;
822
+ }) => boolean);
823
+ style: _mui_styled_engine.Interpolation<{
824
+ theme: _mui_material.Theme;
825
+ }>;
826
+ }[] | undefined;
827
+ };
828
+ MuiLink: {
829
+ defaultProps?: Partial<_mui_material.LinkProps> | undefined;
830
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.LinkClasses, "MuiLink", _mui_material.Theme>> | undefined;
831
+ variants?: {
832
+ props: Partial<_mui_material.LinkProps> | ((props: Partial<_mui_material.LinkProps> & {
833
+ ownerState: Partial<_mui_material.LinkProps>;
834
+ }) => boolean);
835
+ style: _mui_styled_engine.Interpolation<{
836
+ theme: _mui_material.Theme;
837
+ }>;
838
+ }[] | undefined;
839
+ };
840
+ MuiCard: {
841
+ defaultProps?: Partial<_mui_material.CardProps> | undefined;
842
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<"root", "MuiCard", _mui_material.Theme>> | undefined;
843
+ variants?: {
844
+ props: Partial<_mui_material.CardProps> | ((props: Partial<_mui_material.CardProps> & {
845
+ ownerState: Partial<_mui_material.CardProps>;
846
+ }) => boolean);
847
+ style: _mui_styled_engine.Interpolation<{
848
+ theme: _mui_material.Theme;
849
+ }>;
850
+ }[] | undefined;
851
+ };
852
+ MuiCardHeader: {
853
+ defaultProps?: Partial<_mui_material.CardHeaderProps> | undefined;
854
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.CardHeaderClasses, "MuiCardHeader", _mui_material.Theme>> | undefined;
855
+ variants?: {
856
+ props: Partial<_mui_material.CardHeaderProps> | ((props: Partial<_mui_material.CardHeaderProps> & {
857
+ ownerState: Partial<_mui_material.CardHeaderProps>;
858
+ }) => boolean);
859
+ style: _mui_styled_engine.Interpolation<{
860
+ theme: _mui_material.Theme;
861
+ }>;
862
+ }[] | undefined;
863
+ };
864
+ MuiCardContent: {
865
+ defaultProps?: Partial<_mui_material.CardContentProps> | undefined;
866
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<"root", "MuiCardContent", _mui_material.Theme>> | undefined;
867
+ variants?: {
868
+ props: Partial<_mui_material.CardContentProps> | ((props: Partial<_mui_material.CardContentProps> & {
869
+ ownerState: Partial<_mui_material.CardContentProps>;
870
+ }) => boolean);
871
+ style: _mui_styled_engine.Interpolation<{
872
+ theme: _mui_material.Theme;
873
+ }>;
874
+ }[] | undefined;
875
+ };
876
+ MuiFab: {
877
+ defaultProps?: Partial<_mui_material.FabProps> | undefined;
878
+ styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.FabClasses, "MuiFab", _mui_material.Theme>> | undefined;
879
+ variants?: {
880
+ props: Partial<_mui_material.FabProps> | ((props: Partial<_mui_material.FabProps> & {
881
+ ownerState: Partial<_mui_material.FabProps>;
882
+ }) => boolean);
883
+ style: _mui_styled_engine.Interpolation<{
884
+ theme: _mui_material.Theme;
885
+ }>;
886
+ }[] | undefined;
887
+ };
888
+ };
889
+
890
+ declare function createShadowColor(colorChannel: string): string;
891
+ declare function customShadows(colorScheme: ThemeColorScheme): {
892
+ z1: string;
893
+ z4: string;
894
+ z8: string;
895
+ z12: string;
896
+ z16: string;
897
+ z20: string;
898
+ z24: string;
899
+ dialog: string;
900
+ card: string;
901
+ dropdown: string;
902
+ primary: string;
903
+ secondary: string;
904
+ info: string;
905
+ success: string;
906
+ warning: string;
907
+ error: string;
908
+ };
909
+
910
+ type ColorType = 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'error';
911
+ declare const grey: {
912
+ [x: string]: string;
913
+ };
914
+ declare const primary: {
915
+ [x: string]: string;
916
+ };
917
+ declare const secondary: {
918
+ [x: string]: string;
919
+ };
920
+ declare const info: {
921
+ [x: string]: string;
922
+ };
923
+ declare const success: {
924
+ [x: string]: string;
925
+ };
926
+ declare const warning: {
927
+ [x: string]: string;
928
+ };
929
+ declare const error: {
930
+ [x: string]: string;
931
+ };
932
+ declare const common: {
933
+ [x: string]: string;
934
+ };
935
+ declare const text: {
936
+ light: {
937
+ [x: string]: string;
938
+ };
939
+ dark: {
940
+ [x: string]: string;
941
+ };
942
+ };
943
+ declare const background: {
944
+ light: {
945
+ [x: string]: string;
946
+ };
947
+ dark: {
948
+ [x: string]: string;
949
+ };
950
+ };
951
+ declare const baseAction: {
952
+ hover: string;
953
+ selected: string;
954
+ focus: string;
955
+ disabled: string;
956
+ disabledBackground: string;
957
+ hoverOpacity: number;
958
+ disabledOpacity: number;
959
+ };
960
+ declare const action: {
961
+ light: {
962
+ active: string;
963
+ hover: string;
964
+ selected: string;
965
+ focus: string;
966
+ disabled: string;
967
+ disabledBackground: string;
968
+ hoverOpacity: number;
969
+ disabledOpacity: number;
970
+ };
971
+ dark: {
972
+ active: string;
973
+ hover: string;
974
+ selected: string;
975
+ focus: string;
976
+ disabled: string;
977
+ disabledBackground: string;
978
+ hoverOpacity: number;
979
+ disabledOpacity: number;
980
+ };
981
+ };
982
+ declare const basePalette: {
983
+ primary: {
984
+ [x: string]: string;
985
+ };
986
+ secondary: {
987
+ [x: string]: string;
988
+ };
989
+ info: {
990
+ [x: string]: string;
991
+ };
992
+ success: {
993
+ [x: string]: string;
994
+ };
995
+ warning: {
996
+ [x: string]: string;
997
+ };
998
+ error: {
999
+ [x: string]: string;
1000
+ };
1001
+ grey: {
1002
+ [x: string]: string;
1003
+ };
1004
+ common: {
1005
+ [x: string]: string;
1006
+ };
1007
+ divider: string;
1008
+ action: {
1009
+ light: {
1010
+ active: string;
1011
+ hover: string;
1012
+ selected: string;
1013
+ focus: string;
1014
+ disabled: string;
1015
+ disabledBackground: string;
1016
+ hoverOpacity: number;
1017
+ disabledOpacity: number;
1018
+ };
1019
+ dark: {
1020
+ active: string;
1021
+ hover: string;
1022
+ selected: string;
1023
+ focus: string;
1024
+ disabled: string;
1025
+ disabledBackground: string;
1026
+ hoverOpacity: number;
1027
+ disabledOpacity: number;
1028
+ };
1029
+ };
1030
+ };
1031
+ declare const lightPalette: {
1032
+ text: {
1033
+ [x: string]: string;
1034
+ };
1035
+ background: {
1036
+ [x: string]: string;
1037
+ };
1038
+ action: {
1039
+ active: string;
1040
+ hover: string;
1041
+ selected: string;
1042
+ focus: string;
1043
+ disabled: string;
1044
+ disabledBackground: string;
1045
+ hoverOpacity: number;
1046
+ disabledOpacity: number;
1047
+ };
1048
+ primary: {
1049
+ [x: string]: string;
1050
+ };
1051
+ secondary: {
1052
+ [x: string]: string;
1053
+ };
1054
+ info: {
1055
+ [x: string]: string;
1056
+ };
1057
+ success: {
1058
+ [x: string]: string;
1059
+ };
1060
+ warning: {
1061
+ [x: string]: string;
1062
+ };
1063
+ error: {
1064
+ [x: string]: string;
1065
+ };
1066
+ grey: {
1067
+ [x: string]: string;
1068
+ };
1069
+ common: {
1070
+ [x: string]: string;
1071
+ };
1072
+ divider: string;
1073
+ };
1074
+ declare const darkPalette: {
1075
+ text: {
1076
+ [x: string]: string;
1077
+ };
1078
+ background: {
1079
+ [x: string]: string;
1080
+ };
1081
+ action: {
1082
+ active: string;
1083
+ hover: string;
1084
+ selected: string;
1085
+ focus: string;
1086
+ disabled: string;
1087
+ disabledBackground: string;
1088
+ hoverOpacity: number;
1089
+ disabledOpacity: number;
1090
+ };
1091
+ primary: {
1092
+ [x: string]: string;
1093
+ };
1094
+ secondary: {
1095
+ [x: string]: string;
1096
+ };
1097
+ info: {
1098
+ [x: string]: string;
1099
+ };
1100
+ success: {
1101
+ [x: string]: string;
1102
+ };
1103
+ warning: {
1104
+ [x: string]: string;
1105
+ };
1106
+ error: {
1107
+ [x: string]: string;
1108
+ };
1109
+ grey: {
1110
+ [x: string]: string;
1111
+ };
1112
+ common: {
1113
+ [x: string]: string;
1114
+ };
1115
+ divider: string;
1116
+ };
1117
+ declare const colorSchemes: Partial<Record<'dark' | 'light', ColorSystemOptions>>;
1118
+
1119
+ declare function shadows(colorScheme: ThemeColorScheme): Shadows;
1120
+
1121
+ declare const defaultFont = "Public Sans";
1122
+ declare const primaryFont: string;
1123
+ declare const secondaryFont: string;
1124
+ declare const typography: TypographyOptions;
1125
+
1126
+ export { ColorType, action, background, baseAction, basePalette, colorSchemes, common, components, createShadowColor, customShadows, darkPalette, defaultFont, error, grey, info, lightPalette, primary, primaryFont, secondary, secondaryFont, shadows, success, text, typography, warning };