export type SkeletonRadius = 'sm' | 'md' | 'lg' | 'full'; export interface SkeletonProps { width?: string | number; height?: string | number; radius?: SkeletonRadius; className?: string; 'aria-label'?: string; } export declare function Skeleton({ width, height, radius, className, 'aria-label': ariaLabel, }: SkeletonProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Skeleton.d.ts.map