export declare const actionTypes: { UPDATE_TARGET_ELEMENT: string; }; export declare const updateTargetElement: (targetElement: Element) => { type: string; targetElement: Element; };