import React from 'react';
import type { Colors } from '../../types/index.js';
interface StringReplaceArgs {
    path: string;
    old_str: string;
    new_str: string;
}
export declare function formatStringReplacePreview(args: StringReplaceArgs, result?: string, colors?: Colors): Promise<React.ReactElement>;
export {};
//# sourceMappingURL=string-replace-preview.d.ts.map