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