/// export declare const Switch: import("react").ForwardRefExoticComponent Promise; onChange?: (checked: boolean) => void | Promise; checkedText?: import("react").ReactNode; uncheckedText?: import("react").ReactNode; } & { className?: string; style?: import("react").CSSProperties & Partial>; tabIndex?: number; } & import("react").AriaAttributes & { children?: import("react").ReactNode; }> & import("react").RefAttributes>; export default Switch;