import { StatusMessageTypes } from 'ngx-obelisco-example/core/models'; import { OCustomContentDirective } from 'ngx-obelisco-example/directives'; import * as i0 from "@angular/core"; export declare class OStatusMessageComponent { type: StatusMessageTypes; title: string; content: string | string[]; listContent: string[]; customClasses: string; oCustomContent?: OCustomContentDirective; get isTextArray(): boolean; get textArray(): string[]; get isList(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }