import { BaseComponent } from '../base/base.component'; import * as i0 from "@angular/core"; export declare class UploadComponent extends BaseComponent { /** * allows for the result of a file upload to be written into a text form element */ handleFileInput(base64: boolean, event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }