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