import React from "react"; /** * Reusable frame for diff content — dashed top/bottom borders, no left/right. * Matches Claude Code's DiffFrame pattern. */ export declare function DiffFrame({ children, placeholder, }: { children?: React.ReactNode; placeholder?: boolean; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DiffFrame.d.ts.map