import { OnDestroy } from '@angular/core'; import { KngxNavbarService } from '../../services/navbar.service'; import { Subject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class KngxNavbarOutletComponent implements OnDestroy { private readonly navbar; constructor(navbar: KngxNavbarService); destroy$: Subject; readonly title$: import("rxjs").Observable<{ id: number; value: string | undefined; } | null>; readonly button$: import("rxjs").Observable<{ id: number; value: string | undefined; } | null>; readonly theme$: import("rxjs").Observable<{ id: number; value: { color: string; background: string; } | undefined; } | null>; title?: string | null; button?: string | null; theme?: { color: string; background: string; } | null; titleSub: import("rxjs").Subscription; buttonSub: import("rxjs").Subscription; themeSub: import("rxjs").Subscription; color$: import("rxjs").Observable; background$: import("rxjs").Observable; animations: boolean; center: boolean; buttonClicked(id: number): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }