import { EventEmitter, OnInit } from '@angular/core'; import { UntypedFormControl } from '@angular/forms'; import { DataService } from '@vendure/admin-ui/core'; import { Observable, Subject } from 'rxjs'; import * as i0 from "@angular/core"; export declare const GET_COUPON_CODE_SELECTOR_PROMOTION_LIST: import("apollo-angular").TypedDocumentNode; export declare class CouponCodeSelectorComponent implements OnInit { private dataService; couponCodes: string[]; control: UntypedFormControl | undefined; addCouponCode: EventEmitter; removeCouponCode: EventEmitter; availableCouponCodes$: Observable>; couponCodeInput$: Subject; constructor(dataService: DataService); ngOnInit(): void; remove(code: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }