import { EventEmitter } from '@angular/core'; export declare class SubscriptionService { clickSubscribe: EventEmitter<{ type: 'yearly' | 'monthly'; }>; constructor(); }