import { AfterViewInit, EventEmitter, OnInit } from '@angular/core'; import { FormItemComponentInterface } from '../../../../interface/component'; import { IFormItemsControls } from '../../../../interface/form-structure'; import { IFieldShema } from '@usteknoloji/noosgrid'; export declare class ViewphotoComponent implements OnInit, AfterViewInit, FormItemComponentInterface { prop: IFormItemsControls; isFilter: boolean; formFieldStructure: IFieldShema[]; formRecordData: any; photoLink: string; datasetId: number; formId: number; keyOnEnter: EventEmitter; constructor(); ngOnInit(): void; ngAfterViewInit(): void; }