import { LezerLanguage, LanguageSupport } from "@codemirror/next/language"; export declare const htmlLanguage: LezerLanguage; export declare const htmlCompletion: import("../../state/src").Extension; export declare function html(): LanguageSupport; //# sourceMappingURL=html.d.ts.map