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