import { SkeletonStyles } from './skeleton.css'; import * as React from 'react'; interface SkeletonProps extends React.ComponentPropsWithoutRef<'div'>, SkeletonStyles { asChild?: boolean; } declare const Skeleton: React.ForwardRefExoticComponent>; export { Skeleton, type SkeletonProps }; //# sourceMappingURL=skeleton.d.ts.map