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