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