export interface SkeletonCardListProps { quantity: number; cardHeight: string; [props: string]: any; } export declare const SkeletonCardList: ({ quantity, cardHeight, ...props }: SkeletonCardListProps) => import("@emotion/react/jsx-runtime").JSX.Element;