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