import { Theme } from '@mui/material/styles';
declare const _default: {
    defaultProps?: Partial<import("@mui/material").SwitchProps> | undefined;
    styleOverrides?: Partial<import("@mui/material/styles/overrides").OverridesStyleRules<keyof import("@mui/material").SwitchClasses, "MuiSwitch", Theme>> | undefined;
    variants?: {
        props: Partial<import("@mui/material").SwitchProps> | ((props: Partial<import("@mui/material").SwitchProps> & {
            ownerState: Partial<import("@mui/material").SwitchProps>;
        }) => boolean);
        style: import("@mui/styled-engine").Interpolation<{
            theme: Theme;
        }>;
    }[] | undefined;
} | undefined;
export default _default;
