import { OnInit } from '@angular/core'; import { Observable } from 'rxjs'; import { StoreFinderService } from '@spartacus/storefinder/core'; import * as i0 from "@angular/core"; export declare class StoreFinderStoresCountComponent implements OnInit { private storeFinderService; locations$: Observable; isLoading$: Observable; constructor(storeFinderService: StoreFinderService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }