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