export declare class MainNavService { private _navMin; navMin: import("rxjs").Observable; setNavMin(val: boolean): void; getCurrent(): boolean; }