/** * Skeleton components specifically for dashboard pages * Provides realistic loading states that match the actual dashboard structure * * Performance optimizations: * - Uses SkeletonContainer for content-visibility optimization * - CSS containment isolates layout calculations * - Supports prefers-reduced-motion */ /** * Skeleton for a single stat card */ export declare function SkeletonStatCard(): import("react/jsx-runtime").JSX.Element; /** * Skeleton for stats grid (4 cards) * Uses SkeletonContainer for content-visibility optimization */ export declare function SkeletonStatsGrid(): import("react/jsx-runtime").JSX.Element; /** * Skeleton for quick actions section */ export declare function SkeletonQuickActions(): import("react/jsx-runtime").JSX.Element; /** * Skeleton for activity section */ export declare function SkeletonActivity(): import("react/jsx-runtime").JSX.Element; /** * Complete skeleton for dashboard home page * Matches the layout of the actual dashboard home */ export declare function SkeletonDashboardHome(): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=skeleton-dashboard.d.ts.map