import { Store } from '@ngrx/store'; import { Observable } from 'rxjs'; import { InputFlow } from '../../store/supervision-api.model'; import * as i0 from "@angular/core"; export declare class SupervisionFlowComponent { private store; flows$: Observable; loading$: Observable; sortActive?: string | undefined; sortDirection?: string | undefined; constructor(store: Store); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }