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