import * as i0 from '@angular/core'; import { ViewRef } from '@angular/core'; import { HsDialogComponent, HsDialogContainerService, HsDialogItem } from 'hslayers-ng/common/dialogs'; declare class HsConfirmDialogComponent implements HsDialogComponent { hsDialogContainerService: HsDialogContainerService; dialogItem: HsDialogItem; viewRef: ViewRef; data: any; yes(): void; no(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { HsConfirmDialogComponent };