import { FC } from 'react';
import './TabList.style.scss';
import { Props } from './TabList.types';
/**
 * The TabList component.
 */
declare const TabList: FC<Props>;
export default TabList;
