import { FC } from 'react'; import { TabPanelInterface } from './tabs.types'; export declare const TabPanel: FC;