import { BoxProps } from "../Box"; export declare type SkeletonProps = BoxProps; declare const Skeleton: ({ className, ...rest }: SkeletonProps) => JSX.Element; export { Skeleton };