///
import { SwitchProps } from '@mui/material';
declare function IOSSwitch(props: SwitchProps): import("react").JSX.Element;
declare namespace IOSSwitch {
var displayName: string;
}
declare const _default: import("react").MemoExoticComponent;
export default _default;