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