import { FC } from 'react'; import { FormCheckboxProps } from './typings'; declare const FormCheckbox: FC; export default FormCheckbox;