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