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