import * as React from 'react'; export declare function useShapeEvents(id: string): { onPointerDown: (e: React.PointerEvent) => void; onPointerUp: (e: React.PointerEvent) => void; onPointerMove: (e: React.PointerEvent) => void; onPointerEnter: (e: React.PointerEvent) => void; onPointerLeave: (e: React.PointerEvent) => void; }; //# sourceMappingURL=useShapeEvents.d.ts.map