import { FC, PropsWithChildren } from 'react';
import { TabsProps } from './';
export declare const Tabs: FC<PropsWithChildren<TabsProps>>;
