import * as React from 'react';
import type { TabListProps } from "./types.js";
import "./TabList.css";
export declare const TabList: React.ForwardRefExoticComponent<TabListProps & React.RefAttributes<HTMLDivElement>>;
