import { VariantProps } from "class-variance-authority"; export declare const boneVariants: (props?: ({ rounding?: "200" | "300" | "400" | "500" | "area-600" | "full" | "none" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; type BoneCvaProps = VariantProps; export type SkeletonProps = React.ComponentProps<"div"> & BoneCvaProps; export declare const Bone: ({ rounding, ...props }: SkeletonProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=Bone.d.ts.map