import type { RelationEdge, RelationGraph } from '../introspection/relations.js'; type $$ComponentProps = { edges: RelationEdge[]; graph: RelationGraph; counts: Map; currentId: string | number; basePath: string; }; declare const RelatedBlock: import("svelte").Component<$$ComponentProps, {}, "">; type RelatedBlock = ReturnType; export default RelatedBlock;