declare function scrollToViewIfNeed(element: HTMLElement, options?: { offsetTop?: number; offsetBottom?: number; behavior?: 'auto' | 'smooth'; block?: 'start' | 'end'; }): void; export default scrollToViewIfNeed;