import { FC, PropsWithChildren } from 'react'; import { TabsProps } from './styled'; export * from './Tab'; export * from './TabPanel'; export declare const Tabs: FC>;