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