import type { TCheckboxLabelPosition, TCheckboxProps, TCheckboxSize } from './Checkbox.type'; export declare const CHECKBOX_SIZES: TCheckboxSize[]; export declare const CHECKBOX_SIZE: { [key in TCheckboxSize]: key; }; export declare const CHECKBOX_LABEL_POSITIONS: TCheckboxLabelPosition[]; export declare const CHECKBOX_LABEL_POSITION: { [key in TCheckboxLabelPosition]: key; }; export declare const CHECKBOX_DEFAULT_PROPS: TCheckboxProps;