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