import React from 'react'; import { OriginIconProps } from '../type'; declare const IconGraphNode: React.ForwardRefExoticComponent & React.RefAttributes>; export default IconGraphNode;