import { WithStyle } from '@medly-components/utils'; import type { FC } from 'react'; import { StaticProps, TabsProps } from './types'; export declare const Tabs: FC & StaticProps & WithStyle;