/// import { IconProps } from '../../types'; declare const GraphNew: (allProps: IconProps) => JSX.Element; export default GraphNew;