import { OnInit } from '@angular/core';
import { ModelService } from '../services/model.service';
import * as i0 from "@angular/core";
export declare class DashboardButtonComponent implements OnInit {
    model: ModelService;
    constructor(model: ModelService);
    showCloseButton: boolean;
    info: any;
    dbsMode: boolean;
    display: string;
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<DashboardButtonComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DashboardButtonComponent, "sti-dashboard-button", never, { "showCloseButton": { "alias": "showCloseButton"; "required": false; }; "info": { "alias": "info"; "required": false; }; "dbsMode": { "alias": "dbsMode"; "required": false; }; "display": { "alias": "display"; "required": false; }; }, {}, never, never, false, never>;
}
