import { FC } from 'react'; import { CheckboxProps } from './Checkbox.types'; export declare const CheckBox: FC;