import { PageAlertService } from '@abp/ng.theme.shared'; import { OnInit } from '@angular/core'; export declare class PageAlertContainerComponent implements OnInit { service: PageAlertService; constructor(service: PageAlertService); ngOnInit(): void; } //# sourceMappingURL=page-alert-container.component.d.ts.map