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