import * as React from "react"; import { TabPropsT } from "./types"; export declare const Tab: React.FC; export declare function getTextOverflowStyles({ $tabListScroll }: { $tabListScroll: any; }): Readonly<{}>;