import React from "react";
import IProps from "./IProps";
declare const Skeleton: ({ tabs }: IProps) => React.JSX.Element;
export default Skeleton;
