import { FC } from "react";
import { TabsProps } from './tabs.types';
declare const TMTabs: FC<TabsProps>;
export default TMTabs;
