import React from 'react'; import { DocMapIndex, DocSection, DocStatement } from '../../../model/document'; declare const SectionView: React.FC<{ sec: DocSection; statements: Record; setMapping?: (from: string, to: string) => void; docMap?: DocMapIndex; diffDocMap?: DocMapIndex; MappingList?: React.FC<{ id: string; }>; setSelected?: (id: string) => void; }>; export default SectionView; //# sourceMappingURL=SectionView.d.ts.map