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