import { type SyntaxLang } from './lexer.js'; /** * The CSS language registration for the lexer engine. */ export declare const lexer_css: SyntaxLang; //# sourceMappingURL=lexer_css.d.ts.map