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