export declare type SwitchProps = { onChange(): void; value: boolean; disabled?: boolean; };