/// declare type SwitchStandardT = { label: string; onChange: any; checked?: boolean; }; export declare const SwitchStandardBase: ({ ...props }: SwitchStandardT) => JSX.Element; export {};