import { FC } from 'react'; import { FormControlToggleProps } from './types.js'; export declare const FormControlToggle: FC;