import * as React from "react";
/**
 * Skeleton loading state for KPICard component.
 * Mimics the exact layout of KPICard while data is being fetched.
 */
export declare const KPICardSkeleton: React.FunctionComponent;
export default KPICardSkeleton;
//# sourceMappingURL=KpiCardSkeleton.d.ts.map