export interface CheckboxFieldProps { modelValue?: boolean; label?: string; disabled?: boolean; } declare const __VLS_export: import("vue").DefineComponent any; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined; }>, { disabled: boolean; modelValue: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=CheckboxField.vue.d.ts.map