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