import { InjectionToken } from '@angular/core'; import { MonacoEditorTheme } from './MonacoEditorTheme'; export type GioMonacoEditorConfig = { baseUrl?: string; theme?: MonacoEditorTheme; }; export declare const GIO_MONACO_EDITOR_CONFIG: InjectionToken;