import * as React from 'react'; export type SkeletonProps = React.HTMLAttributes; /** * Minimal shadcn/ui-compatible Skeleton primitive. * Mirrors the upstream API so that downstream components can swap in seamlessly. */ export declare const Skeleton: React.ForwardRefExoticComponent>;