import { IntegrationError } from '../../../store/supervision-api.model'; import { Store } from '@ngrx/store'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class SupervisionIntegrationErrorsSelectComponent { private store; tab: number; compId: number; currentIntegrationError$: Observable; constructor(store: Store); closePanel(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }