import React from 'react';
import type { DiffViewerProps } from '../types';
declare const DiffViewer: React.NamedExoticComponent<DiffViewerProps>;
export { DiffViewer };
export default DiffViewer;
