import { OnChanges, OnInit, SimpleChanges } from "@angular/core"; import * as i0 from "@angular/core"; interface IMessage { type: "info" | "warning" | "success" | "error"; message: string; } export declare class KwikUIMessagesComponent implements OnInit, OnChanges { id: string; messages: IMessage[]; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; handleOnClickMessage(e: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};