import { BehaviorSubject } from 'rxjs'; export declare class NavService { portalActions: BehaviorSubject<{ call: string; paramFunc: any; }>; }