/// declare type Props = { value?: string; onChange: (value: string) => void; options: string[]; }; export declare const Switch: (props: Props) => JSX.Element; export {};