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