/// <reference types="react" />
import type { Props } from "./types";
declare const TabList: ({ children, spacing, compact, padding, margin, dataTest, fullWidth, }: Props) => JSX.Element;
export default TabList;
