import { TabProps } from "./types";
export declare const Tab: import("react").MemoExoticComponent<({ value, disabled, onChange, label, active, color, orientation, alignment, ...props }: TabProps) => JSX.Element>;
