interface DiffProps { filename: string; } export default function Diff({ filename }: DiffProps): import("react/jsx-runtime").JSX.Element; export {};