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