import { UISpec } from '../../types'; interface EntityViewProps { schema: UISpec; pathParts: string[]; renderPath: string; } declare const EntityView: ({ schema, pathParts, renderPath }: EntityViewProps) => import("react/jsx-runtime").JSX.Element; export default EntityView; //# sourceMappingURL=EntityView.d.ts.map