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