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