import { OnChanges, OnInit, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class BootStrapToastsComponent implements OnInit, OnChanges { TitleText: string; TimeStamp: string; ShowTost: boolean; SHOW: boolean; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; get OpenModel(): JQuery; get hideModel(): JQuery; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }