import React from 'react'; export interface TabProps { children: any; eventKey: string; [x: string]: any; } export declare const Tab: React.FC;