import { default as React } from 'react'; import { FlowSpec } from '@feltdb/core'; export declare function ModuleExplorer({ model }: { model: FlowSpec | null; }): React.JSX.Element; //# sourceMappingURL=ModuleExplorer.d.ts.map