import { PageAlertService } from '@abp/ng.theme.shared';
import * as i0 from "@angular/core";
export declare class PageAlertContainerComponent {
    service: PageAlertService;
    replaceableTemplateKey: {
        componentKey: string;
    };
    constructor(service: PageAlertService);
    static ɵfac: i0.ɵɵFactoryDeclaration<PageAlertContainerComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<PageAlertContainerComponent, "abp-page-alert-container", never, {}, {}, never, never, false, never>;
}
