import { SimpleWidget } from "../widgets";
import { SyntaxNode } from "@lezer/common";
export declare const targTypes: Set<string>;
export declare function pickNodeToHighlight(node: SyntaxNode): SyntaxNode;
declare const Highlighter: SimpleWidget;
export default Highlighter;
