import * as React from "react"; interface SkeletonCardsProps { count?: number; } export declare const SkeletonCards: ({ count }: SkeletonCardsProps) => React.JSX.Element; export {}; //# sourceMappingURL=SkeletonCards.d.ts.map