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