import * as i0 from "@angular/core"; export interface Message { severity?: 'success' | 'info' | 'warn' | 'error' | 'secondary' | 'contrast'; summary?: string; detail?: string; key?: string; life?: number; closable?: boolean; } export declare class AvToastComponent { private readonly messageService; key: string; position: 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right' | 'center'; show(type: 'success' | 'info' | 'warn' | 'error' | 'secondary' | 'contrast', summary: string, detail: string): void; showPosition(type: 'success' | 'info' | 'warn' | 'error' | 'secondary' | 'contrast', summary: string, detail: string, key: string): void; showMulti(messages: Array): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=av-toast.component.d.ts.map