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