import type { GraphqlChange } from '#lib/graphql-change/index'; import type React from 'react'; interface ChangeBaseProps { change: GraphqlChange.Change; children: React.ReactNode; } export declare const ChangeBase: React.FC; export {}; //# sourceMappingURL=ChangeBase.d.ts.map