import { TabsProps } from 'antd'; import React from 'react'; import './index.less'; declare const Tabs: { (props: TabsProps & { hideBorder?: boolean; }): React.JSX.Element; TabPane: React.FC; }; export { Tabs };