import { type TemplateResult } from '../../../../Dom/Html'; import type { ChatInputElement } from './ChatInputElement'; /** * The template of the `ChatInputElement`. * * @public */ export declare function chatInputElementTemplate(e: T): TemplateResult; //# sourceMappingURL=ChatInputElementTemplate.d.ts.map