import * as React from "react";
declare function Skeleton({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
export { Skeleton };
