import { NodeStyle } from '../components/object-info/ObjectInfo.js'; /** * Default Explore page suggestions */ export interface ExplorePageLink { name: string; cid: string; type: NodeStyle; } export declare const explorePageLinks: ExplorePageLink[];