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