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