import { EventEmitter } from "@angular/core";
import { Ng2BalloonMsgCommonQueueComponent } from "@synerty/ng2-balloon-msg";
import { Ng2BalloonMsgService } from "@synerty/ng2-balloon-msg";
export declare class Ng2BalloonMsgNsQueueComponent extends Ng2BalloonMsgCommonQueueComponent {
    fullScreenNeededEvent: EventEmitter<boolean>;
    constructor(msgService: Ng2BalloonMsgService);
}
