/**
* A skeleton component that can be used to show a loading state.
*
* https://ui.shadcn.com/docs/components/skeleton
*/
declare functionSkeleton({ className, ...props }: React.ComponentProps<'div'>): React.ReactElement;
export { Skeleton };
//# sourceMappingURL=skeleton.d.ts.map