import React from 'react'; import { TabsProps } from 'antd'; import './style'; interface IglooTabsProps extends TabsProps { } export declare const TabPane: React.FC; /** * Tab * @param {*} 所有antd的tabs */ declare function Tabs(props: IglooTabsProps): import("react/jsx-runtime").JSX.Element; declare namespace Tabs { var TabPane: React.FC; } export default Tabs;