import { EventEmitter } from '@angular/core'; import { DialogComponent } from '../dialog.component'; import { TypographyType } from '../../../atoms/typography/TypographyType'; import * as i0 from "@angular/core"; export declare class DialogTitlebarComponent { dialogComponent: DialogComponent; title: string; titleFont: TypographyType; closeDialog: EventEmitter; hideCloseIcon: boolean; constructor(dialogComponent: DialogComponent); close(): void; closeBtn(): "dialog-title" | undefined; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_hideCloseIcon: boolean | string; }