import { AfterViewInit, ElementRef, OnInit } from '@angular/core'; import 'jquery'; import * as i0 from "@angular/core"; /** * * A native spinner component * @export * @class SpinnerComponent * @implements {OnInit} */ export declare class ToastComponent implements OnInit, AfterViewInit { private _element; title: string | undefined; message: string | undefined; autoHide: boolean; delay: number; dateCreated: Date; private toast; constructor(_element: ElementRef); ngOnInit(): void; ngAfterViewInit(): void; show(): void; hide(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }