import * as React from 'react'; import { TabsProps } from './index'; export default class TabBar extends React.Component { static defaultProps: { animated: boolean; type: string; }; render(): React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)>; }