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