import React from 'react'; import { MMELTable } from '../../../serialize/interface/supportinterface'; declare const ClassItemDisplayEdit: React.FC<{ table: MMELTable; setTable: (t: MMELTable) => void; done: () => void; }>; export default ClassItemDisplayEdit; //# sourceMappingURL=ClassItemDisplayEdit.d.ts.map