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