import { NavigationPanelActorRef } from './actor'; import { NamedExoticComponent } from 'react'; export declare const NavigationPanel: NamedExoticComponent<{ actorRef: NavigationPanelActorRef; }>;