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