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