declare const getCursorState: (e: PointerEvent) => string;

export { getCursorState };
