import { WithStyle } from '@medly-components/utils'; import { TabPanelProps } from './types'; import type { FC } from 'react'; export declare const TabPanel: FC & WithStyle;