import { type CheckboxProps, type CheckboxSlots } from './common'; type __VLS_Slots = CheckboxSlots; declare const __VLS_base: import("vue").DefineComponent any; click: (event: MouseEvent) => any; "update:checked": (checked: boolean) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onChange?: ((checked: boolean) => any) | undefined; onClick?: ((event: MouseEvent) => any) | undefined; "onUpdate:checked"?: ((checked: boolean) => any) | undefined; }>, { label: string; checked: boolean; indeterminate: boolean; readonly: boolean; size: string; value: any; type: import("./common").IconType; disabled: boolean; validateEvent: boolean; checkedColor: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };