///
import { ITabList } from "./tab-list";
declare const StyledTabListWrapper: import("styled-components").StyledComponent<"div", any, Pick, never>;
declare const StyledTabList: import("styled-components").StyledComponent<"ul", any, {}, never>;
export { StyledTabListWrapper, StyledTabList };