/**
* A skeleton component that displays an animated placeholder while content is loading.
*
* @example
* ```tsx
* // Basic skeleton
*
*
* // Circle skeleton for avatars
*
*
* // Custom dimensions
*
* ```
*/
export declare const Skeleton: ({ className, ...props }: React.ComponentProps<"div">) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=skeleton.d.ts.map