/// import Point from '../geom/Point'; import { ConnectDragSource, DragSourceSpec, DragObjectWithType, DragSpecOperationType, DragOperationWithType } from './dnd-types'; import { WithDndDragProps } from './useDndDrag'; export declare const useBendpoint: (point: Point, spec?: Omit, DropResult, CollectedProps, {}>, "type">, props?: Props) => [CollectedProps, import("./dnd-types").DragElementWrapper]; interface HocProps { point: Point; } export interface WithBendpointProps { dragNodeRef: WithDndDragProps['dndDragRef']; } export declare const withBendpoint: (spec?: Omit, DropResult, CollectedProps, Props>, "type">) =>

(WrappedComponent: import("react").ComponentType

) => import("react").FunctionComponent & HocProps>; export {}; //# sourceMappingURL=useBendpoint.d.ts.map