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