import { DiffBasePropsReact } from "./types.js"; //#region src/react/PatchDiff.d.ts interface PatchDiffProps extends DiffBasePropsReact { patch: string; } declare function PatchDiff({ patch, options, lineAnnotations, selectedLines, className, style, prerenderedHTML, renderAnnotation, renderHeaderMetadata, renderHoverUtility }: PatchDiffProps): React.JSX.Element; //#endregion export { PatchDiff, PatchDiffProps }; //# sourceMappingURL=PatchDiff.d.ts.map