/// <reference types="react" />
import type { Props } from "./types";
declare const Tab: ({ children, dataTest, active, disabled, onClick, type, }: Props) => JSX.Element;
export default Tab;
