import React, { type ReactNode } from 'react'; import type { SuperagentEditorTab } from './types'; type OpenConversationFeature = (tab: SuperagentEditorTab) => void; export declare function ConversationFeatureNavigationProvider({ children, onOpenFeature, }: { children: ReactNode; onOpenFeature: OpenConversationFeature; }): React.JSX.Element; export declare function useConversationFeatureNavigation(): OpenConversationFeature | null; export {}; //# sourceMappingURL=featureNavigationContext.d.ts.map