import type { TabsProps } from './tabs'; export declare function Tabs(props: TabsProps): JSX.Element; export default Tabs;