import { ZMultiFileInput_Props } from '@zurich/dev-utils/code/MultiFileInput'; /** ## `` * * ... * * @example * ```html * * ``` * ___ * * */ declare const _default: __VLS_WithTemplateSlots & { readonly modelValue?: ZMultiFileInput_Props['model']; readonly helpText?: ZMultiFileInput_Props['help-text']; readonly customStr?: ZMultiFileInput_Props['custom-str']; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { restarted: () => any; "update:modelValue": (payload: NonNullable) => any; }, string, import('vue').PublicProps, Readonly & { readonly modelValue?: ZMultiFileInput_Props['model']; readonly helpText?: ZMultiFileInput_Props['help-text']; readonly customStr?: ZMultiFileInput_Props['custom-str']; }> & Readonly<{ onRestarted?: (() => any) | undefined; "onUpdate:modelValue"?: ((payload: NonNullable) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<{ default: any; }> & { default: any; }>; export { _default as ZvMultiFileInput }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };