import React from 'react'; import type { RemoteOptionsProps } from 'jamis-core'; import type { NavLink, NavigationProps } from '../types'; export type NavigationWithRemoteOptionsRef = Pick, 'updateConfig' | 'getConfig' | 'deferLoadConfig' | 'loadConfig'>; export declare const NavigationWithRemoteOptions: React.ForwardRefExoticComponent & React.RefAttributes>;