import type { EditorProps } from '@monaco-editor/react';
export declare const defaultOptions: Pick<EditorProps['options'], 'insertSpaces' | 'tabSize' | 'trimAutoWhitespace'>;
export declare const defaultGlobalEditorOptions: Omit<EditorProps['options'], 'detectIndentation' | 'insertSpaces' | 'tabSize' | 'trimAutoWhitespace'>;
//# sourceMappingURL=constants.d.ts.map