export declare const onPaginationClick: (headerBarRef: React.RefObject, direction: number) => void; export declare const hasHorizontalOverflow: (headerBar: HTMLElement, leftOverflowButton: React.RefObject) => boolean; export declare const hasLeftOverflow: (headerBar: HTMLElement) => boolean; export declare const hasRightOverflow: (headerBar: HTMLElement) => boolean; export declare const scrollIntoView: (tabHeader: HTMLElement, headerBar: HTMLElement, smooth?: boolean) => void; //# sourceMappingURL=scroll-utils.d.ts.map