import { PropsWithBox } from '..'; import { HTMLAttributes } from 'react'; export type SkeletonProps = PropsWithBox, "color">>; export declare const Skeleton: ({ className, ...props }: SkeletonProps) => JSX.Element;