export default Skeleton;
declare function Skeleton({
  height,
  width,
  round
}: {
  height: number | string;
  width: number | string;
  round: boolean;
}): JSX.Element;

//# sourceMappingURL=index.d.ts.map
