import { Store } from '@ngrx/store'; import { BusinessData } from '@onepoint-yap/dashboard'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class SupervisionBusinessDataComponent { private store; datas$: Observable; loading$: Observable; sortActive?: string | undefined; sortDirection?: string | undefined; constructor(store: Store); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }