import type { HTMLAttributes } from '../../../internal/html-attributes.js'; import type { PropsWithElement } from '../../../internal/props-with-element.js'; export interface ProgressValueTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> { } declare const ValueText: import("svelte").Component; type ValueText = ReturnType; export default ValueText;