/** * Scrolls to the top of the #root element with smooth behavior */ export declare const scrollToTop: () => void;