type ScrollToBottomProps = { isVisible: boolean; anchorElement: HTMLDivElement | null; onClick: () => void; }; export declare const ScrollToBottom: ({ isVisible, onClick, anchorElement }: ScrollToBottomProps) => import("react/jsx-runtime").JSX.Element; export {};