import { OnInit } from '@angular/core'; import { FormBuilder, FormGroup } from '@angular/forms'; import { LynxAttachment } from 'oepa-ebiz-lib'; import { LynxService } from 'oepa-ui-lib'; import * as i0 from "@angular/core"; export declare class LynxDemoComponent implements OnInit { private fb; private lynxService; exampleForm: FormGroup; image: LynxAttachment; showValidation: boolean; projectID: string; errorMessage: string; constructor(fb: FormBuilder, lynxService: LynxService); ngOnInit(): void; private loadImageData; private getTagValues; createForm(): void; imageUpload(attachment: LynxAttachment): void; imageRemoved(attachment: LynxAttachment): void; disableForm(): void; enableForm(): void; tagImage(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }