import { RefObject } from 'react'; export declare const useStickyHeaderShadow: (interceptRef: RefObject) => { showShadow: boolean; };