import { HttpHeaders, HttpParams } from '@angular/common/http'; import * as i0 from "@angular/core"; export declare class ConfigServiceBase { production: boolean; apiUrl: string; frontendUrl: string; GoogleClientId: string; showGoogleAuth: boolean; companyName: string; primaryColor: string; loginSlug: string; accessTokenKey: string; refreshTokenKey: string; browserIdKey: string; httpOptions: {}; httpSkipSpinnerOptions: { headers: HttpHeaders; params: HttpParams; }; logoPath: string; defaultPageSize: number; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }