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