export const TOPIC: "MOUSE_DOWN_GET_ELEMENT"; export function parser(event: any): { x: any; y: any; element: Element; path: any; targetElement: any; }; export function attach(): void; export function detach(): void; export function subscribe(cb: any): void; export function unsubscribe(cb: any): void; export default attach;