import { PoToaster } from '../../components/po-toaster';
import { PoComponentInjectorService } from './../po-component-injector/po-component-injector.service';
import { PoNotificationBaseService } from './po-notification-base.service';
/**
* @docsExtends PoNotificationBaseService
*
* @example
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
export declare class PoNotificationService extends PoNotificationBaseService {
private readonly poComponentInjector;
constructor(poComponentInjector: PoComponentInjectorService);
createToaster(toaster: PoToaster): void;
destroyToaster(toaster: any): void;
private observableOnClose;
private verifyLimitToaster;
}