import { TabsProps } from 'antd'; import './style/index.less'; declare function DTabs(props: TabsProps): JSX.Element; declare namespace DTabs { var TabPane: typeof import("rc-tabs").TabPane; } export default DTabs;