import { OnInit } from '@angular/core'; import { HttpClient } from '@angular/common/http'; import { SchoolbelleService } from '@schoolbelle/api/schoolbelle'; import { I18n } from '@ngx-translate/i18n-polyfill'; export declare class VersionWithChangeLogComponent implements OnInit { private http; private sbe; private i18n; collapse: boolean; version: string; production: boolean; constructor(http: HttpClient, sbe: SchoolbelleService, i18n: I18n, version_info: any); ngOnInit(): void; getSchoolbelleVersionInfo(): void; openCHANGELOG(): void; openPopup(title: string, html: string, dim?: { w: number; h: number; }): void; }