import { TabsPropsType } from './props'; export default function Tabs({ data, ...props }: TabsPropsType): import("react/jsx-runtime").JSX.Element;