import { OnInit } from '@angular/core'; import { FormBuilder, FormGroup } from '@angular/forms'; import { OepaAttachment } from 'oepa-common-lib'; import * as i0 from "@angular/core"; export declare class FileUploadDemoComponent implements OnInit { private fb; exampleForm: FormGroup; file1: OepaAttachment; file2: OepaAttachment; formDisabled: boolean; showValidation: boolean; constructor(fb: FormBuilder); ngOnInit(): void; createForm(): void; onFile1Change(attachment: OepaAttachment): void; onFile2Change(attachment: OepaAttachment): void; onFile1Removed(attachment: OepaAttachment): void; onFile2Removed(attachment: OepaAttachment): void; disableForm(): void; enableForm(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }