import { FC } from 'react'; export declare const InputBoolean: FC<{ value?: boolean; change?: (value: boolean) => void; disabled?: boolean; }>;