import React from "react"; import { ParserField } from "graphql-js-tree"; export declare const ActiveGrafFieldName: React.FC & { afterChange?: (newName: string) => void; parentTypes?: Record; }>;