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