import { LitElement, CSSResultGroup, TemplateResult } from 'lit'; export declare class BotChatEndedDialog extends LitElement { static readonly styles: CSSResultGroup; private readonly application; firstUpdated(): void; private onRestart; render(): TemplateResult; }