import { interfaces } from '@theia/core/shared/inversify'; import { PreferenceSchema } from '@theia/core/lib/common/preferences/preference-schema'; export declare namespace NotebookPreferences { const NOTEBOOK_LINE_NUMBERS = "notebook.lineNumbers"; const OUTPUT_LINE_HEIGHT = "notebook.output.lineHeight"; const OUTPUT_FONT_SIZE = "notebook.output.fontSize"; const OUTPUT_FONT_FAMILY = "notebook.output.fontFamily"; const OUTPUT_SCROLLING = "notebook.output.scrolling"; const OUTPUT_WORD_WRAP = "notebook.output.wordWrap"; const OUTPUT_LINE_LIMIT = "notebook.output.textLineLimit"; } export declare const notebookPreferenceSchema: PreferenceSchema; export declare const NotebookPreferenceContribution: unique symbol; export declare function bindNotebookPreferences(bind: interfaces.Bind): void; //# sourceMappingURL=notebook-preferences.d.ts.map