import { ToggleProps } from './types'; export declare const Toggle: (props: ToggleProps) => any;