import * as React from 'react'; interface INeighborQueryProps { } declare const DeleteNode: React.FunctionComponent; export default DeleteNode;