/// export type SwitchProps = { switchClassName: string; thumbClassName: string; }; declare const Switch: ({ switchClassName, thumbClassName }: SwitchProps) => JSX.Element; export default Switch;