import { JSX } from 'react'; import { ScrollToTopButtonProps } from './ScrollToTopButton.types'; /** * ScrollToTopButton * * @see [Storybook](https://skatteetaten.github.io/designsystemet/?path=/docs/komponenter-scrolltotopbutton--docs) - Teknisk dokumentasjon * @see [Stil og tone](https://www.skatteetaten.no/stilogtone/designsystemet/komponenter/scrolltotopbutton/) - Brukerveiledning */ export declare const ScrollToTopButton: { ({ ref, id, className, classNames, lang, "data-testid": dataTestId, shadowRootNode, visibilityThreshold, scrollToMain, children, }: ScrollToTopButtonProps): JSX.Element; displayName: string; };