import { MutableRefObject } from 'react'; export declare const getFirstOverflowingTab: (items: MutableRefObject[], maxScroll: number, orientation?: "horizontal" | "vertical") => MutableRefObject | undefined; export declare const getLastOverflowingTab: (items: MutableRefObject[], minScroll: number, orientation?: "horizontal" | "vertical") => MutableRefObject | undefined; //# sourceMappingURL=index.d.ts.map