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