import { Dispatch, SetStateAction } from 'react'; export declare const CouponListContext: import("react").Context<{ expandedIndex?: number | string; setExpandedIndex?: Dispatch>; }>; //# sourceMappingURL=context.d.ts.map