import { SwitchInterface } from './switch.types'; export declare function switchTheme(props: SwitchInterface): any;