import { AfterViewInit, ElementRef, OnDestroy } from '@angular/core'; import { Toast } from 'bootstrap'; import { ToastAction, ToastMessage, ToastService } from './toast.service'; import * as i0 from "@angular/core"; export declare class ToastComponent implements OnDestroy, AfterViewInit { private toastService; el: ElementRef; options: Toast.Options; toast: Toast; message: ToastMessage | null; private sub; constructor(toastService: ToastService); ngAfterViewInit(): void; ngOnDestroy(): void; onAction(action: ToastAction): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }