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