import * as react from 'react'; type SkeletonProps = React.ComponentPropsWithoutRef<"div">; declare const Skeleton: react.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & react.RefAttributes>; export { Skeleton, SkeletonProps };