import React from 'react'; import { TabItem } from '../../app'; interface IProps { style?: React.CSSProperties; pageKey: string; items: TabItem[]; tabsKey: string; history: any; match: any; } declare function _Tabs(props: IProps): JSX.Element; export declare const Tabs: React.MemoExoticComponent; export {};