import type { SelectScrollUpButtonProps } from "../types.js";
declare const SelectScrollUpButton: import("svelte").Component<SelectScrollUpButtonProps, {}, "ref">;
type SelectScrollUpButton = ReturnType<typeof SelectScrollUpButton>;
export default SelectScrollUpButton;