import { ToggleInterface } from './toggle.types'; export declare function toggleTheme(props: ToggleInterface): any;