import { HighlightStyle } from "@codemirror/language"; import { Extension } from "@codemirror/state"; export declare const materialTheme: Extension; export declare const materialHighlight: HighlightStyle; export declare const material: Extension;