import { cva, type VariantProps } from 'class-variance-authority'; export const skeletonVariants = cva(['bg-surface-neutral-subtle', 'rounded-md']); export type SkeletonVariantProps = VariantProps;