import type { HtmlIngredientProps } from '../types.js'; export interface SelectValueTextProps extends HtmlIngredientProps<'span', HTMLSpanElement> { } declare const SelectValueText: import("svelte").Component; type SelectValueText = ReturnType; export default SelectValueText;