/// import { Props as CheckboxProps } from './Checkbox'; declare type Props = CheckboxProps & { defaultUnchecked: string; }; export declare function CheckboxControl(props: Props): JSX.Element; export {};