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