import { FC } from 'react'; interface DependencyViewProps { entityId: string; } declare const DependencyView: FC; export default DependencyView;