import React from 'react'; import { EditorAction } from '../../model/editor/state'; import { MMELMetadata } from '../../serialize/interface/supportinterface'; declare const MetaEditPage: React.FC<{ meta: MMELMetadata; act: (x: EditorAction) => void; }>; export default MetaEditPage; //# sourceMappingURL=metaedit.d.ts.map