import React, { FC } from 'react'; export declare type TabsPanelPropsType = { children: React.ReactNode; tabPanelId: string; }; export declare const TabsPanel: FC;