/// import type { SwitchProps as MuiSwitchProps } from "@mui/material"; export interface SwitchProps extends Pick { } declare const Switch: ({ ...props }: SwitchProps) => JSX.Element; export default Switch; //# sourceMappingURL=switchToggle.d.ts.map