import { MessageService } from '../common/services/message.service';
import * as i0 from "@angular/core";
export declare class IgetEditorMessageComponent {
    private _messageService;
    /** property that holds the message to be displayed on the editor */
    ngxMessage: any;
    /**
     * @param _messageService service to send message to the editor
     */
    constructor(_messageService: MessageService);
    /**
     * clears editor message
     */
    clearMessage(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<IgetEditorMessageComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<IgetEditorMessageComponent, "iget-editor-message", never, {}, {}, never, never>;
}
