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