import { RefObject } from 'react'; export declare const MINIMUM_SCROLLABLE_SPACE = 148; export declare function useStickyFooter({ rootRef, drawerRef, footerRef }: { rootRef: RefObject; drawerRef: RefObject; footerRef: RefObject; }): { isSticky: boolean; };