export declare function useScrollTo(): (element: HTMLElement, to: number, duration?: any) => void;
