import { IAppState } from "../../../store/state/app.state"; import { Store } from "@ngrx/store"; import { TranslateService } from "@ngx-translate/core"; import * as i0 from "@angular/core"; export declare class CowingCardComponent { private _store; private _translate; space: any; constructor(_store: Store, _translate: TranslateService); iconsLibrary: any; onPause(): void; get getPauseIcon(): string; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }