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