import type { CheckboxProps, CheckboxValueType } from './checkbox'; declare var __VLS_1: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; }; declare const __VLS_component: import("vue").DefineComponent void; blur: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { change: (value: CheckboxValueType) => any; "update:modelValue": (value: CheckboxValueType) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onChange?: ((value: CheckboxValueType) => any) | undefined; "onUpdate:modelValue"?: ((value: CheckboxValueType) => any) | undefined; }>, { disabled: boolean; size: import("./checkbox").CheckboxSize; border: boolean; validateEvent: boolean; trueValue: CheckboxValueType; falseValue: CheckboxValueType; indeterminate: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };