export declare const checkboxProps: { modelValue: { type: BooleanConstructor; default: boolean; }; color: { type: StringConstructor; default: string; }; checkColor: { type: StringConstructor; default: string; }; round: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; };