import { FC } from 'react'; import { ToggleInterface } from './toggle.types'; export declare const Toggle: FC;