import { ValueTypeOf } from '@elaraai/east'; import { Diff } from '@elaraai/e3-ui/internal'; type DiffValue = ValueTypeOf; export interface EastChakraDiffProps { value: DiffValue; storageKey: string; } declare const EastChakraDiff: import('react').NamedExoticComponent; export { EastChakraDiff }; //# sourceMappingURL=index.d.ts.map