export interface VxHighlightOptions { highlight?: boolean; clearOverlay?: boolean; includeAll?: boolean; filterRefs?: string[]; useColors?: boolean; } export declare function highlightEl(el: Element, ref: string, color?: string): void;