import { ICustomModal } from '../angular2-modal/models/ICustomModal'; import { ICustomModalComponent } from '../angular2-modal/models/ICustomModalComponent'; import { ModalDialogInstance } from '../angular2-modal/models/ModalDialogInstance'; import * as i0 from "@angular/core"; export declare class RecordEditWindow implements ICustomModalComponent { currentRecord: any; dialog: ModalDialogInstance; set modelContentData(v: ICustomModal); saveRecord(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }