import { PropsWithChildren } from 'react'; type ScrollTopProps = PropsWithChildren>; declare function ScrollTop({ children }: ScrollTopProps): import("react/jsx-runtime").JSX.Element; export { ScrollTop }; //# sourceMappingURL=ScrollTop.d.ts.map