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