import { TabsProps } from 'antd'; import { FC } from 'react'; export declare type CoGoTabsProps = TabsProps & { subTabs?: boolean; }; export declare const TabsButton: FC;