import { ViewContainerRef } from '@angular/core';
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
import * as i0 from "@angular/core";
/**
* 'e-files' directive represent a file of angular uploader
* It must be contained in a Uploader component(`ejs-uploader`).
* ```html
*
*
*
*
*
*
* ```
*/
export declare class UploadedFilesDirective extends ComplexBase {
private viewContainerRef;
directivePropList: any;
/**
* Specifies the type of the file
* @default ''
*/
type: any;
/**
* Specifies the name of the file
* @default ''
*/
name: any;
/**
* Specifies the size of the file
* @default null
*/
size: any;
constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵdir: i0.ɵɵDirectiveDeclaratione-uploadedfiles", never, { "name": "name"; "size": "size"; "type": "type"; }, {}, never>;
}
/**
* UploadedFiles Array Directive
* @private
*/
export declare class FilesDirective extends ArrayBase {
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵdir: i0.ɵɵDirectiveDeclaratione-files", never, {}, {}, ["children"]>;
}