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