/// import { SwitchProps } from "../../types/switch"; declare const Switch: ({ switchClassName, thumbClassName }: SwitchProps) => JSX.Element; export default Switch;