import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ConfirmationDialogComponent implements OnChanges { confirmationDialogCloseEvent: EventEmitter; popupEvent: EventEmitter; width: string | number; title: string; secondaryBtnLabel: string; btnText: string; btnFormatFn: Function | any; type: string; dialogInfoText: string; dialogConfirmationText: string; fillMode: 'solid' | 'flat' | 'outline' | 'clear' | 'link' | 'none'; themeColor: 'base' | 'primary' | 'secondary' | 'tertiary' | 'info' | 'success' | 'warning' | 'error' | 'dark' | 'light' | 'inverse'; secondaryBtnFillMode: 'solid' | 'flat' | 'outline' | 'clear' | 'link' | 'none'; dialogClose(): void; eventClicked(): void; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_width: string | number | undefined; }