export declare const renderPopupPrompt: ({ onDone, onContinue, containerId, ctaText, unmountOnContinue, }: { onDone: () => void; onContinue: () => void; containerId: string; ctaText?: string; unmountOnContinue?: boolean; }) => { unmount: () => void; };