import React from 'react'; import { MMELRepo, RepoIndex } from '../../model/repo'; import { MMELLink } from '../../serialize/interface/supportinterface'; declare const LinksList: React.FC<{ links: Set; index: RepoIndex; getLinkById: (x: string) => MMELLink | undefined; goToNextModel?: (x: MMELRepo) => void; }>; export default LinksList; //# sourceMappingURL=LinksList.d.ts.map