import { VariantProps } from "class-variance-authority"; declare const avatarSkeletonVariants: (props?: ({ size?: 12 | 16 | 24 | 32 | 40 | 80 | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; type AvatarSkeletonProps = VariantProps; export declare const AvatarSkeleton: ({ size }: AvatarSkeletonProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=AvatarSkeleton.d.ts.map