declare function Skeleton({ className, ...props }: React.ComponentProps<"div">): import("react").JSX.Element; export { Skeleton }; //# sourceMappingURL=skeleton.d.ts.map