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