import { ChoiceBoxProps } from '../../ChoiceBox';
export declare const HeaderCheckbox: React.FC<Omit<ChoiceBoxProps, "type">>;
