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