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