import { OnDestroy, OnInit } from '@angular/core'; import { ToastConfig, ToastData, ToastType } from '../../services/toast/toast.config'; import { ToastRef } from "../../services/toast/toast-ref"; import * as i0 from "@angular/core"; export declare class ToastComponent implements OnInit, OnDestroy { readonly data: ToastData; private ref; message: string; text: string; icon: string; timeoutRef: number; config: ToastConfig; color: string; fontColor: string; isClosing: boolean; width: string; private readonly TYPES; constructor(data: ToastData, ref: ToastRef); set type(type: 'success' | 'warning' | 'danger' | 'info' | ToastType); ngOnInit(): void; ngOnDestroy(): void; close(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }