import { TabProps } from "@material-ui/core/Tab";
import React from "react";
export declare const PageTab: React.FC<TabProps>;
