import { ElementRef, Renderer2 } from '@angular/core'; import * as i0 from "@angular/core"; export declare class BaoFilePreviewComponent { private elementRef; private renderer; get file(): File; /** * Uploaded file to display in list. */ set file(f: File); /** * Is file loading */ isLoading: boolean; /** * True if projected content has no icon and file does not have a thumbnail. */ insertGenericIcon: boolean; thumbnailURL: string; protected _file: File; protected fileSize: string; constructor(elementRef: ElementRef, renderer: Renderer2); private get nativeElement(); private setFileData; private setIcon; private getThumbnail; private formatSize; private getSizeAndUnit; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }