import { SBUFoundationProps } from '../../types'; type Props = SBUFoundationProps<{ onClick: () => void; }>; export declare const ScrollToBottomButton: ({ className, onClick, testId }: Props) => import("react/jsx-runtime").JSX.Element; export {};