import { default as React } from 'react'; import { FlowSpec, StateFirstDB } from '@feltdb/core'; export interface ProvenanceViewerProps { db?: StateFirstDB; model?: FlowSpec | null; namespace?: string; reference?: string; } export declare function ProvenanceViewer({ db, namespace, reference }: ProvenanceViewerProps): React.JSX.Element; export default ProvenanceViewer; //# sourceMappingURL=ProvenanceViewer.d.ts.map