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