import { ElementRef, OnInit } from '@angular/core'; import { Bem } from '../../internal/utils'; import { DialogRef } from '../dialog-ref'; import { DialogService } from '../dialog.service'; import * as i0 from "@angular/core"; export declare class DialogHeaderComponent implements OnInit { dialogRef: DialogRef; private readonly elementRef; private readonly dialogService; bem: Bem; divider: boolean; closeable: boolean; result: any; constructor(dialogRef: DialogRef, elementRef: ElementRef, dialogService: DialogService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }