export declare enum PopupAction { CANCEL = "cancel", ACCEPT = "accept", XCLICK = "xclick" } export declare type TulPopupAction = `${PopupAction}`;