import { VariantProps } from "@soybeanjs/cva"; //#region src/styles/skeleton.d.ts declare const skeletonVariants: import("@soybeanjs/cva").CVResult, { size?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | undefined; animated?: boolean | undefined; shape?: "auto" | "rounded" | undefined; }>; type SkeletonVariants = VariantProps; type SkeletonShape = NonNullable; //#endregion export { SkeletonShape };