/** * Run function with `scroll-behavior: auto` applied to ``. * This css change will be reverted after the function finishes. */ export declare function handleSmoothScroll(fn: () => void, options?: { dontForceLayout?: boolean; }): void;