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