import { default as React } from 'react';
export declare function useIsSticky(ref: React.RefObject<HTMLElement | null>, offset?: number, isEnabled?: boolean): boolean;
