import { OnInit, DestroyRef, ChangeDetectorRef } from '@angular/core'; import { ToastConfig } from './types'; import { LocalizationService } from '@bootkit/angular/localization'; import { ToastRef } from './toast-ref'; import * as i0 from "@angular/core"; export declare class ToastComponent implements OnInit { private _changeDetectorRef; private _destroyRef; private _ls; _config: ToastConfig; _toastRef: ToastRef; protected _message?: string; protected _title?: string; protected _showToast: boolean; constructor(_changeDetectorRef: ChangeDetectorRef, _destroyRef: DestroyRef, _ls: LocalizationService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }