import * as monaco from "monaco-editor/esm/vs/editor/editor.api";
/**
 * The default light theme with customized background
 */
export declare const LightThemeName = "nteract-light";
/**
 * Default monaco theme for light theme
 */
export declare const customMonacoLightTheme: monaco.editor.IStandaloneThemeData;
/**
 * The default dark theme with customized background
 */
export declare const DarkThemeName = "nteract-dark";
/**
 * Default monaco theme for dark theme
 */
export declare const customMonacoDarkTheme: monaco.editor.IStandaloneThemeData;
/**
 * The custom high contrast light theme with customized background
 */
export declare const HCLightThemeName = "nteract-hc-light";
/**
 * Default monaco theme for light high contrast mode
 */
export declare const customMonacoHCLightTheme: monaco.editor.IStandaloneThemeData;
