import { InjectionToken } from '@angular/core'; export declare const DEFAULT_GRAPH_SETTINGS: InjectionToken; export interface DefaultGraphSettings { readonly settings: Map; }