import { EntryRow } from 'alinea/core';
export type EntryDiffProps = {
    entryA: EntryRow;
    entryB: EntryRow;
};
export declare function EntryDiff({ entryA, entryB }: EntryDiffProps): import("react/jsx-runtime").JSX.Element;
