/**
 * @name useScroll
 * @description Pass this hook a callback to be fired in a
 * throttled callback/handler
 */
declare const useScroll: (callback: () => void) => void;
export { useScroll };
