import React from 'react'; export declare function smoothScrollTo(x: number, y: number): void; export declare function getElementYPosition(elementRef: React.RefObject): number; export declare function isInViewport(elementRef: React.RefObject): boolean; export declare function getAdditonalGap(element: HTMLElement): 8 | 16;