import { LezerLanguage, LanguageSupport } from "@codemirror/next/language"; import { ElementSpec, AttrSpec } from "./complete"; export declare const xmlLanguage: LezerLanguage; declare type XMLConfig = { elements?: readonly ElementSpec[]; attributes?: readonly AttrSpec[]; }; export declare function xml(conf?: XMLConfig): LanguageSupport; export {}; //# sourceMappingURL=xml.d.ts.map