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