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