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