import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class BootStrapOffcanvasComponent implements OnInit {
    TitleText: string;
    TimeStamp: string;
    constructor();
    ngOnInit(): void;
    get OpenModel(): JQuery<HTMLElement>;
    get hideModel(): JQuery<HTMLElement>;
    static ɵfac: i0.ɵɵFactoryDeclaration<BootStrapOffcanvasComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<BootStrapOffcanvasComponent, "boot-strap-offcanvas", never, { "TitleText": { "alias": "TitleText"; "required": false; }; "TimeStamp": { "alias": "TimeStamp"; "required": false; }; }, {}, never, ["*"], false, never>;
}
