import { FC } from "react";
import { EnTabsProps } from "./enTabs.types";
declare const EnTabs: FC<EnTabsProps>;
export default EnTabs;
