import type { GraphQLType } from 'graphql'; import type { FC } from 'react'; export interface Props { type: GraphQLType; } /** * Renders a GraphQL type recursively, with links for named types */ export declare const TypeAnnotation: FC; //# sourceMappingURL=TypeAnnotation.d.ts.map