import React from 'react'; import { MMELFigure, MMELTable } from '../../serialize/interface/supportinterface'; declare const NonTextReferenceList: React.FC<{ refs: (MMELTable | MMELFigure)[]; setShow: (x: MMELTable | MMELFigure | undefined) => void; }>; export default NonTextReferenceList; //# sourceMappingURL=NonTextReferenceList.d.ts.map