import { FC } from 'react';
import './TabList.style.scss';
import { Props } from './TabList.types';
/**
 * The TabList component.
 * @deprecated Use the equivalent from momentum.design (NPM: `@momentum-design/components/dist/react`)
 */
declare const TabList: FC<Props>;
export default TabList;
