import { RefObject } from 'react'; export declare const useStickyHeader: (tableRef: RefObject, theadRef: RefObject, secondaryTheadRef: RefObject, secondaryTableRef: RefObject, tableWrapperRef: RefObject) => { scrollToRow: (itemNode: HTMLElement | null) => void; scrollToTop: () => void; };