import React from 'react'; import { TabContentProps } from './iTabs'; declare class TabContent extends React.Component { static defaultProps: { animated: boolean; animatedWithMargin: undefined; clsPrefix: string; children: null; activeKey: string; style: {}; tabBarPosition: string; }; handleitems: () => any[]; render(): JSX.Element; } export default TabContent;