import type { ProgressWithValueProps } from "./types.js";
export declare function ProgressWithValue(props: ProgressWithValueProps): import("react/jsx-runtime").JSX.Element | null;
