import { EventEmitter, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class BottomConfirmationPopupComponent implements OnInit { message: string; iconDetails: { code: string; color: string; }; radioButton: Array<{ id: string; name: string; }>; action: EventEmitter<"YES" | "NO">; actionType: any; showInherentConfirmation: boolean; checkedItem: string; constructor(); ngOnInit(): void; onSelectedValue(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }