import React from "react";
import { MyTabsProps } from "./Tabs.types";
declare const Tabs: React.FC<MyTabsProps>;
export default Tabs;
