import { ZCheckbox_Props } from '@zurich/dev-utils/code/Checkbox'; type Props = Omit & { readonly zTheme?: ZCheckbox_Props['z-theme']; readonly customStr?: ZCheckbox_Props['custom-str']; readonly modelValue?: ZCheckbox_Props['model']; helpText?: ZCheckbox_Props['help-text']; }; declare const _default: __VLS_WithTemplateSlots) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((modelValue: NonNullable) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { inputRef: HTMLInputElement; }, any>, Readonly> & Record<"default" | "label" | "help-text", any>>; export { _default as VueCheckbox, VueCheckbox as default }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };