/** @jsx jsx */ import { InputHTMLAttributes } from 'react'; export declare type IToggleProps = InputHTMLAttributes; export declare function Toggle(props: IToggleProps): JSX.Element;