import { FC } from 'react'; import { CheckboxProps } from '../../../Checkbox'; export type CheckboxCardControlProps = CheckboxProps; export declare const CheckboxCardControl: FC;