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