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