import { FC } from 'react'; /** * This component lets the window scrolls back to top once the window.location.pathname is changed */ export declare const ScrollToTop: FC;