export * from './SkeletonCircle'; export * from './SkeletonPill'; export * from './SkeletonRectangle'; export * from './SkeletonText'; export declare const Skeleton: { Circle: import('react').ForwardRefExoticComponent, HTMLDivElement>, "ref">, "children"> & Omit & { diameter?: string; ai?: boolean; } & import('react').RefAttributes>; Pill: import('react').ForwardRefExoticComponent, HTMLDivElement>, "ref">, "children"> & Omit & { width?: string; ai?: boolean; } & import('react').RefAttributes>; Rectangle: import('react').ForwardRefExoticComponent, HTMLDivElement>, "ref">, "children"> & Omit & { height?: string; ai?: boolean; } & import('react').RefAttributes>; Text: import('react').ForwardRefExoticComponent>; };