///
import { AnchorEnd, PointTuple, Node } from '../types';
export declare const usePolygonAnchor: (points: PointTuple[], end?: AnchorEnd, type?: string) => void;
export interface WithPolygonAnchorProps {
setAnchorPoints: (points: PointTuple[]) => void;
}
export declare const withPolygonAnchor:
(getPoints: (element: Node) => PointTuple[], end?: AnchorEnd, type?: string) => (WrappedComponent: import("react").ComponentType
) => import("react").FunctionComponent
;
//# sourceMappingURL=usePolygonAnchor.d.ts.map