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