/// import { ICheckboxProps } from './Checkbox.types'; export declare const Checkbox: (props: ICheckboxProps) => JSX.Element;