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