import React from "react"; import { ParserField } from "graphql-js-tree"; export declare const Graf: React.FC<{ node: ParserField; }>;