export interface SkeletonListProps { cardQuantity?: number; cardWidth: string; showPagination?: boolean; showInput?: boolean; [props: string]: any; } export declare const SkeletonList: ({ cardQuantity, cardWidth, showPagination, showInput, ...props }: SkeletonListProps) => import("@emotion/react/jsx-runtime").JSX.Element;