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