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