import React from 'react'; import { PageHistory } from '../model/history'; import { ModelWrapper } from '../model/modelwrapper'; import { VersionState } from '../model/versioncompare'; import { ViewFunctionInterface } from '../model/ViewFunctionModel'; export declare function getHistroyFromRefModel(mw: ModelWrapper, history: PageHistory): PageHistory; export declare function getDiffViewProps(data: VersionState): ViewFunctionInterface; export declare function computeDiff(mw: ModelWrapper, refMW: ModelWrapper, option: React.MutableRefObject): VersionState; //# sourceMappingURL=VersionTracker.d.ts.map