import type { GraphQLInterfaceType, GraphQLObjectType } from 'graphql'; import type { FC } from 'react'; export interface Props { type: GraphQLObjectType | GraphQLInterfaceType; } export declare const TypeFieldsLinkList: FC; //# sourceMappingURL=TypeFieldsLinkList.d.ts.map