interface DashboardCardsSkeletonProps { count?: number; } /** * Card-shaped skeletons matching the Dashboard action card shape * (icon + title + description). */ export declare function DashboardCardsSkeleton({ count, }: DashboardCardsSkeletonProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=DashboardCardsSkeleton.d.ts.map