export interface PopupConfirmData { title: string; messageHtml?: string; confirmText?: string; cancelText?: string; }