import { Promotion } from '@spartacus/core';
import * as i0 from "@angular/core";
export declare class PromotionsComponent {
    promotions: Promotion[];
    constructor();
    static ɵfac: i0.ɵɵFactoryDeclaration<PromotionsComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<PromotionsComponent, "cx-promotions", never, { "promotions": "promotions"; }, {}, never, never>;
}
