import { ReactElement } from 'react'; import TabListItem from './TabListItem'; export interface TabListProps { children: Array; } declare const TabList: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit, HTMLUListElement>, never>>; declare type TabList = ReactElement; export default TabList;