import { AfterViewInit } from '@angular/core'; import { AppService } from '../../services/app.service'; import { BaseComponent } from '../../libraries/base-component/base/base.component'; import * as i0 from "@angular/core"; interface SchemaReport { name: string; success: boolean; durationMs: number; logs: string[]; errors: string[]; } export declare class HrmSchemaComponent extends BaseComponent implements AfterViewInit { reports: SchemaReport[]; loading: boolean; appService: AppService; get maxDuration(): number; getWidth(report: SchemaReport): string; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};