import type { GraphQLField } from 'graphql/index'; interface FieldSummaryProps { field: GraphQLField; path: string; } export declare function FieldSummary({ field, path }: FieldSummaryProps): import("react/jsx-runtime").JSX.Element; export {};