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