import { OnInit } from '@angular/core'; import { DarthToastService } from './darth-toast.service'; import * as i0 from "@angular/core"; export declare class DarthToastComponent implements OnInit { toastService: DarthToastService; timeout: number; constructor(toastService: DarthToastService); ngOnInit(): void; closeToast(toast: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }