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