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