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