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<HTMLElement>;
    get hideModel(): JQuery<HTMLElement>;
    static ɵfac: i0.ɵɵFactoryDeclaration<BootStrapToastsComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<BootStrapToastsComponent, "boot-strap-toasts", never, { "TitleText": { "alias": "TitleText"; "required": false; }; "TimeStamp": { "alias": "TimeStamp"; "required": false; }; "ShowTost": { "alias": "ShowTost"; "required": false; }; }, {}, never, ["*"], false, never>;
}
