/** * Scroll the window to top when the target location contains the _scrollToTop state * * @see CoreAdminRouter where it's enabled by default * * @example // usage in buttons * import { Link } from 'react-router-dom'; * import { Button } from '@mui/material'; * * const FooButton = () => ( * * ); */ export declare const useScrollToTop: () => void; //# sourceMappingURL=useScrollToTop.d.ts.map