import type { StateAttributesMapping } from "../../utils/getStateAttributesProps.js";
import type { CheckboxRoot } from "../root/CheckboxRoot.js";
export declare function useStateAttributesMapping(state: CheckboxRoot.State): StateAttributesMapping<import("../index.js").CheckboxRootState>;