import React from "react"; import { NodeFrontProps } from "../../KnowledgeGraph"; declare function UnmemoNode({ node }: { node: NodeFrontProps; }): React.JSX.Element; declare const _default: React.MemoExoticComponent; export default _default;