import * as React from "react"; import { TabPanelPropsT } from "./types"; export declare const TabPanel: React.FC;