import * as React from "react"; import { Select as SelectPrimitives } from "radix-ui"; type SelectScrollUpButtonProps = SelectPrimitives.SelectScrollUpButtonProps; declare const SelectScrollUpButton: ({ className, ...props }: SelectScrollUpButtonProps) => React.JSX.Element; export { SelectScrollUpButton, type SelectScrollUpButtonProps };