import { ComplexBase } from '@syncfusion/ej2-react-base'; import { FilesPropModel } from '@syncfusion/ej2-inputs'; /** * `FilesDirective` represent a file of the react uploader. * It must be contained in a Uploader component(`UploaderComponent`). * ```tsx * * * * * * * ``` */ export declare class UploadedFilesDirective extends ComplexBase { static moduleName: string; } export declare class FilesDirective extends ComplexBase<{}, {}> { static propertyName: string; static moduleName: string; }