/** * The solution to make headers sticky with overflow */ declare const useSyncScroll: () => { headersRef: import('react').RefObject; bodyRef: import('react').RefObject; }; export default useSyncScroll;