import { BooleanInput } from "@angular/cdk/coercion"; import { EventEmitter } from "@angular/core"; import * as i0 from "@angular/core"; export type PadDialogHeaderLayout = "row" | "column"; export declare class PadDialogHeaderComponent { iconKey: string; title: string; subTitle: string; layout: PadDialogHeaderLayout; get notAutoResponsive(): boolean; set notAutoResponsive(value: BooleanInput); private _notAutoResponsive; close: EventEmitter; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }