import type { FC } from 'react'; import type { BasicInputProps } from './BasicInput'; export type CheckboxInputProps = Omit, 'type'>; export declare const CheckboxInput: FC;