import React from "react";
import { TabsProps } from "./types";
export declare const Tabs: React.MemoExoticComponent<({ children, activeTab, orientation, alignment, ...props }: TabsProps) => JSX.Element>;
