interface DiffViewProps { patch: string; /** Used when the payload carries hunks but no filename of its own. */ filePath?: string; /** Set when the surrounding renderer already shows the filename. */ hidePathHeader?: boolean; } /** * Inline patch surface used by the tool/message renderers. Delegates to the * shared Pierre diff surface so inline diffs match the full-pane viewer and the * active Otto theme. */ export declare function DiffView({ patch, filePath, hidePathHeader }: DiffViewProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=DiffView.d.ts.map