import { IKpiCardData } from "./IKpiCardData"; export interface IKpiCardProps { dataCard: IKpiCardData; } //# sourceMappingURL=IKpiCardProps.d.ts.map