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