import type { GraphQLArgument } from 'graphql'; import type { FC } from 'react'; export interface Props { args: readonly GraphQLArgument[]; } export declare const ArgumentsList: FC; //# sourceMappingURL=ArgumentList.d.ts.map