import * as React from "react";
import { ILargePromotionProps } from "./LargePromotion.interfaces";
export declare const ADD_SPEND_PROMOTION_ACTION = "AddSpend";
export declare const ADD_SKUS_PROMOTION_ACTION = "AddSkus";
export declare const promotionsImpressionsAnalytics = "promotion-impression";
export declare const promotionsClickAnalytics = "promotion-click";
export declare class LargePromotion extends React.Component<ILargePromotionProps> {
    componentDidMount(): void;
    handleClick: () => any;
    render(): JSX.Element;
}
export default LargePromotion;
