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