export declare const useScroll: ({ enable, ref, callback, }: {
    enable?: boolean;
    ref?: React.RefObject<HTMLElement | null>;
    callback: () => void;
}) => void;
//# sourceMappingURL=useScroll.d.ts.map