import { IkasProduct } from ".."; export declare type IkasProductCampaignOffer = { id: string; }; export declare type IkasProductOffer = { campaignOfferId: string; campaignOfferProductId: string; product: IkasProduct; isSelected?: boolean; quantity?: number; title?: string | null; description?: string | null; };