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