import type { FC } from 'react'; import './index.less'; interface DiffModalTitleType { title?: string; diffNote?: string; } declare const DiffModalTitle: FC; export default DiffModalTitle;