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