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