import { KpiCardProps } from "../cards"; interface KpiCardsLayoutProps { stats: KpiCardProps[]; isLoading: boolean; error: Error | null; } export declare const KpiCardsLayout: ({ stats, isLoading, error }: KpiCardsLayoutProps) => React.JSX.Element; export {}; //# sourceMappingURL=KpiCardsLayout.d.ts.map