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