/// import { Component } from 'react'; import { ITabContent } from "./PropsType"; export default class TabContent extends Component { static defaultProps: { animated: boolean; }; getTabPanes(): any[]; render(): JSX.Element; }