import { LocalNode, RawCoValue } from "cojson"; export declare function HistoryView({ coValue, node, }: { coValue: RawCoValue; node: LocalNode; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=history-view.d.ts.map