import { DefineVueDirective } from '@syncfusion/ej2-vue-base'; import { FilesPropModel } from '@syncfusion/ej2-inputs'; export declare let FilesDirective: any; export declare const FilesPlugin: { name: string; install(Vue: any): void; }; /** * 'files' directive represent a file of vue uploader * It must be contained in a Uploader component(`ejs-uploader`). * ```html * * * * * * * ``` */ export declare let UploadedFilesDirective: DefineVueDirective; export declare const UploadedFilesPlugin: { name: string; install(Vue: any): void; };