import { Gamification } from '@streamlayer/feature-gamification'; import { PromotionOptions } from '@streamlayer/sdk-web-types'; interface PromoActionProps { promotion: PromotionOptions; promotionId?: string; onClose?: () => void; sendWebhookEvent?: Gamification['sendWebhookEvent']; } export declare const PromoAction: React.FC; export {};