/// import { BaseSwitchProps } from '../types'; export declare function BaseSwitch({ value, onValueChange }: BaseSwitchProps): JSX.Element;