export declare const AmisConfirmPop: ({ level, label, size, toolTips, title, actions, className }: { level?: string; label?: string; size?: string; toolTips?: string; title?: string; actions?: any[]; className: any; }) => { type: string; body: { type: string; label: string; level: string; size: string; id: string; className: any; onEvent: { click: { actions: { actionType: string; dialog: { type: string; title: string; body: { type: string; tpl: string; inline: boolean; id: string; }[]; id: string; closeOnEsc: boolean; closeOnOutside: boolean; showCloseButton: boolean; onEvent: { confirm: { weight: number; actions: any[]; }; }; }; }[]; weight: number; }; }; }[]; };