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