import { DejaPopupAction } from './popup-action.model'; import { DejaPopupBase } from './popup-base.class'; export declare class DejaPopupReponse { resp: unknown; componentInstance: DejaPopupBase; acceptedActionNames: string[]; lastAction: DejaPopupAction | string; constructor(resp: unknown, componentInstance: DejaPopupBase); get accepted(): boolean; }