import { OnChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class InlineMessageComponent implements OnChanges { intent: 'destructive' | 'informative' | 'success' | 'warning'; description: boolean; textDescription: string; textTitle: string; skeleton: boolean; isBackgroundColor: boolean; backgroundColor: 'bgWarning' | 'bgInformative' | 'bgDestructive' | 'bgSuccess'; icon: string; colorIcon: string; ngOnChanges(): void; setIconForIntent(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }