import React from "react"; import { TabsProps } from "antd/lib/tabs"; declare const TabPane: typeof import("rc-tabs").TabPane; interface TProps extends React.FC { TabPane: typeof TabPane; } export declare const Tabs: TProps; declare const _default: React.FC & TProps; export default _default;