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