import { FC } from 'react'; import { TabsListInterface } from './tabs.types'; export declare const TabList: FC;