import React from 'react'; import { type DynamicEntitiesRef } from './DynamicEntities'; export interface DynamicFeatureOrchestratorProps { featureCode: string; recordId?: string; className?: string; } export declare const EntityContainer: React.ForwardRefExoticComponent<{ featureCode: string; entityCode: string; recordId?: string; hideTitle?: boolean; hideSubmitButton?: boolean; /** Se reenvĂ­a a `DynamicEntities`: avisa si la entidad tiene campos que pintar. */ onRenderableChange?: (renderable: boolean) => void; } & React.RefAttributes>; export declare const DynamicFeatureOrchestrator: React.FC; //# sourceMappingURL=DynamicFeatureOrchestrator.d.ts.map