import { ISearchOptions } from './..'; export declare class NavigationOptions { search?: ISearchOptions; style?: 'left-hierarchy' | 'tabs' | 'bottom' | 'mobile-compact'; autoMobileBottom?: boolean; forceDesktop?: boolean; constructor(options?: NavigationOptions); }