import { OnDestroy } from '@angular/core'; import { NotificationPreference, UserInterestsService } from '@spartacus/core'; import { Observable } from 'rxjs'; import { ModalService } from '../../../../shared/components/modal/modal.service'; import * as i0 from "@angular/core"; export declare class StockNotificationDialogComponent implements OnDestroy { private modalService; private interestsService; subscribeSuccess$: Observable; enabledPrefs: NotificationPreference[]; constructor(modalService: ModalService, interestsService: UserInterestsService); close(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }