import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class DialogHeaderComponent { headerType: 'title' | 'warning' | 'destructive'; closeButton: boolean; title: string; typeDescription: 'custom' | 'description'; textDescription: string; closeModal: EventEmitter; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }