import type { ShadowContainer } from './shadow.js'; import type { I18nMessages } from '../i18n/index.js'; export interface FrustrationPromptHandlers { onTell: () => void; onDismiss: () => void; onAutoHide: () => void; } export declare class FrustrationPromptCard { private el; private autoHideTimer; constructor(shadow: ShadowContainer, messages: I18nMessages, handlers: FrustrationPromptHandlers); destroy(): void; } //# sourceMappingURL=frustration-prompt.d.ts.map