import { ComponentProps } from 'react'; export declare const skeletonClasses: ({ className, variant }: SkeletonProps) => string; export type SkeletonProps = ComponentProps<'div'> & { variant: 'avatar' | 'button' | 'icon' | 'input' | 'text' | 'image'; }; //# sourceMappingURL=types.d.ts.map