import type { GraphQLField } from 'graphql'; export interface ExtendedFieldViewProps { field: GraphQLField; path: string; } export declare const ExtendedFieldView: import("react").NamedExoticComponent;