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