import type { StateAttributesMapping } from "../../utils/getStateAttributesProps.js";
import type { ProgressRootState } from "./ProgressRoot.js";
export declare const progressStateAttributesMapping: StateAttributesMapping<ProgressRootState>;