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