export interface MultiClaimSelection { selectedProducts: string[]; maxAllowed: number; tierName: string; } export declare const multiClaimSelectionState: import("jotai").PrimitiveAtom & { init: MultiClaimSelection; }; export declare const isSelectionLimitReachedAtom: import("jotai").Atom; export declare const selectionCountAtom: import("jotai").Atom; export declare const toggleProductSelectionAtom: import("jotai").WritableAtom number | undefined) | undefined; }], void> & { init: null; }; export declare const resetSelectionAtom: import("jotai").WritableAtom & { init: null; }; export declare const removeProductSelectionAtom: import("jotai").WritableAtom & { init: null; }; export declare const initializeSelectionAtom: import("jotai").WritableAtom & { init: null; };