export declare function ElementHighlightByColor(options: any): (context: any, _: any, emitter: any) => () => void; export declare namespace ElementHighlightByColor { var props: { reapplyWhenUpdate: boolean; }; }