import * as React from 'react';
interface HandleProps {
    id: string;
    point: number[];
}
declare function _Handle({ id, point }: HandleProps): JSX.Element;
export declare const Handle: React.MemoExoticComponent<typeof _Handle>;
export {};
//# sourceMappingURL=Handle.d.ts.map