import { TabsProps } from 'antd'; interface NewTabsProps extends TabsProps { commonstyle?: boolean; } declare const Index: { (props: NewTabsProps): JSX.Element; TabPane: typeof import("rc-tabs").TabPane; }; export default Index;