import React from 'react'; import { EditorModel } from '../../../model/editormodel'; import { ModelAction } from '../../../model/editor/model'; declare const TableEditPage: React.FC<{ model: EditorModel; act: (x: ModelAction) => void; }>; export default TableEditPage; //# sourceMappingURL=TableEdit.d.ts.map