import type { GraphQLField } from 'graphql'; import type { FC } from 'react'; export interface Props { field: GraphQLField; } export declare const ArgumentListAnnotation: FC; //# sourceMappingURL=ArgumentListAnnotation.d.ts.map