import { UploadZoneProps, UploadZoneFile } from './types'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ trigger?: () => unknown; tip?: () => unknown; }> & { trigger?: () => unknown; tip?: () => unknown; }; refs: { inputRef: HTMLInputElement; }; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { "update:value": (files: UploadZoneFile[]) => any; change: (files: UploadZoneFile[]) => any; remove: (file: UploadZoneFile) => any; "exceed-size": (file: File) => any; "exceed-count": (files: File[]) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:value"?: ((files: UploadZoneFile[]) => any) | undefined; onChange?: ((files: UploadZoneFile[]) => any) | undefined; onRemove?: ((file: UploadZoneFile) => any) | undefined; "onExceed-size"?: ((file: File) => any) | undefined; "onExceed-count"?: ((files: File[]) => any) | undefined; }>, { value: UploadZoneFile[]; size: import('./types').UploadZoneSize; disabled: boolean; accept: string; multiple: boolean; maxSize: number; maxCount: number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { inputRef: HTMLInputElement; }, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };