import { ElementRef } from '../components/context/ElementRefContext';
export declare function useOnScroll(BodyRef: ElementRef): void;
