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