import React from 'react'; /** * Converted navigation object to one that is recognized by BlueBase * and injects it into the context * @param param */ export declare const NavigationProvider: { (props: { children: React.ReactNode; }): React.JSX.Element; displayName: string; };