import React from 'react'; interface EntityEditorProps { entityId: string; featureId?: string; featureEntityId?: string; initialRenderMode?: 'tab' | 'inline' | 'modal'; onBack: () => void; } export declare const EntityEditor: React.FC; export {}; //# sourceMappingURL=EntityEditor.d.ts.map