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