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