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