import { Select as SelectPrimitive } from "bits-ui";
declare const SelectScrollUpButton: import("svelte").Component<WithoutChildrenOrChild<SelectPrimitive.ScrollUpButtonProps>, {}, "ref">;
type SelectScrollUpButton = ReturnType<typeof SelectScrollUpButton>;
export default SelectScrollUpButton;
