import { ReactNode } from 'react'; export declare function NavBar(props: { title: string; rightComponent?: ReactNode; icon?: string; onPressBack: (showDetails: boolean) => void; }): JSX.Element;