export default ScrollToTop; declare function ScrollToTop({ showAt, scrollContainer }: { showAt?: number | undefined; scrollContainer?: Element | null | undefined; }): import("react/jsx-runtime").JSX.Element;