import type { SkeletonType } from './skeleton'; export declare const Skeleton: ({ type, withCardContainer, withFooter, style, nItems, children, ...rest }: SkeletonType) => JSX.Element;