import * as React from 'react'; interface EditorPageProps { mode: 'create' | 'edit'; } declare const EditorPage: React.FC; export default EditorPage; //# sourceMappingURL=Editor.d.ts.map