import type { GraphqlChange } from '#lib/graphql-change/index';
import type React from 'react';
export declare const FieldArgumentDescription: React.FC<{
    change: GraphqlChange.Group.FieldArgumentDescription;
}>;
//# sourceMappingURL=FieldArgumentDescription.d.ts.map