///
import { type SwitchProps as MuiSwitchProps } from '@mui/material';
import { type WithoutEmotionSpecific } from '../types';
export type SwitchProps = WithoutEmotionSpecific;
export declare const Switch: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;