import { LitElement, nothing, CSSResultGroup, TemplateResult } from 'lit'; export declare class StartChatForm extends LitElement { static readonly styles: CSSResultGroup; submitted: boolean; name: string; _onStartChat(event: SubmitEvent): void; _nameInputHandler(e: any): void; private readonly application; render(): TemplateResult | typeof nothing; }