export declare function scrollIntoView(smooth: boolean | undefined, scroll: ((...args: any[]) => void | Promise) | undefined, timeout: number | undefined): void;