import * as i0 from "@angular/core";
export declare class MessagePopupIcon {
    cssClass: string;
    cssPropertiesClass?: string;
    constructor(cssClass: string, cssPropertiesClass?: string);
}
export declare class MessageWithIconComponent {
    static readonly MESSAGE_QUESTION = 1;
    static readonly MESSAGE_ERROR = 2;
    static readonly MESSAGE_WARNING = 3;
    static readonly MESSAGE_INFO = 4;
    message: string;
    type: number;
    icon: MessagePopupIcon;
    getIcon(): string;
    getColor(): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<MessageWithIconComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<MessageWithIconComponent, "systelab-message-with-icon", never, { "message": { "alias": "message"; "required": false; }; "type": { "alias": "type"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, never, false, never>;
}
