import { LitElement } from 'lit'; export declare class EprDataCard extends LitElement { dataCardTitle: string; dataCardValue: string; datCardIconSrc: string; withoutIcon: boolean; static styles: import("lit").CSSResult[]; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'epr-data-card': EprDataCard; } }