import type { editor as monacoEditor } from 'monaco-editor/esm/vs/editor/editor.api'; /** * Define the themes `pf-v6-theme-light` and * `pf-v6-theme-dark` for an instance of Monaco editor. */ export declare const defineThemes: (editor: typeof monacoEditor) => void; //# sourceMappingURL=CodeEditorTheme.d.ts.map