import type { TabsCompProps } from '../types';
declare const Tabs: (props: TabsCompProps) => JSX.Element | null;
export default Tabs;
