import React from "react"; export declare function DiffRenderer({ oldText, newText, filepath }: { oldText: string; newText: string; filepath: string; }): React.JSX.Element | null;