import type { StateAttributesMapping } from "../../internals/getStateAttributesProps.js";
export declare const itemMapping: StateAttributesMapping<{
  checked: boolean;
}>;