import { HttpClient } from '@angular/common/http'; import { Store } from '@ngrx/store'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class OpenMapTilesService { private httpClient; private store; h3Regexp: RegExp; pRegexp: RegExp; constructor(httpClient: HttpClient, store: Store); getStyles(): Observable<{ identifier: string; label: string; }[]>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }