import type { CheckboxProps } from './type'; declare var __VLS_6: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_6) => any; }; declare const __VLS_base: import("vue").DefineComponent any; blur: (event: FocusEvent) => any; input: (value: boolean, event: InputEvent) => any; focus: (event: FocusEvent) => any; "update:modelValue": (value: boolean) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onChange?: ((value: boolean, event: Event) => any) | undefined; onBlur?: ((event: FocusEvent) => any) | undefined; onInput?: ((value: boolean, event: InputEvent) => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: boolean) => any) | undefined; }>, { disabled: boolean; readonly: boolean; modelValue: boolean | null; defaultValue: boolean | null; indeterminate: boolean; }, {}, {}, {}, 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; }; };