interface ResourceGridSkeletonProps { count?: number; className?: string; } /** * Grid of card-shaped skeletons that match the `.glass` resource card * (`rounded-[var(--radius-card)] min-h-[132px] p-5`). Shape: * * ┌──────────────────────┐ * │ [●] ▬▬▬▬▬▬▬ │ * │ ▬▬▬▬ │ * │ │ * │ [▬▬▬▬▬] [▬▬] │ * └──────────────────────┘ */ export declare function ResourceGridSkeleton({ count, className, }: ResourceGridSkeletonProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ResourceGridSkeleton.d.ts.map