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