export interface PopupInfoData { title: string; icon?: string; iconColor?: string; messageHtml?: string; confirmText?: string; }