/// import { Column } from "../common"; export declare const useScrollInViewHook: (options: Partial<{ column: Column; onAnimationFrame: (translate: number) => void; }>) => import("react").RefObject[];