import * as React from 'react'; import { TabsProps } from './index'; import { ConfigConsumerProps } from '../config-provider'; export default class TabBar extends React.Component { static defaultProps: { animated: boolean; type: "line" | "card" | "editable-card" | undefined; }; renderTabBar: ({ direction }: ConfigConsumerProps) => React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)>; render(): JSX.Element; }