import { ICheckboxOption } from '../../interface/Checkbox';

export declare const defaultCheckboxOption: Readonly<Required<ICheckboxOption>>;
