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