import { AfterContentInit, ChangeDetectorRef, DestroyRef } from '@angular/core'; import { KbqTooltipTrigger } from '@koobiq/components/tooltip'; import { KbqNavbarIc } from './navbar-ic'; import { KbqNavbarIcLogo, KbqNavbarIcTitle } from './navbar-ic-item'; import * as i0 from "@angular/core"; /** * @deprecated Will be removed in the next major release. */ export declare class KbqNavbarIcHeader extends KbqTooltipTrigger implements AfterContentInit { protected readonly navbar: KbqNavbarIc; protected readonly nativeElement: HTMLElement; protected readonly destroyRef: DestroyRef; protected readonly changeDetectorRef: ChangeDetectorRef; logo: KbqNavbarIcLogo; title: KbqNavbarIcTitle; get titleText(): string; get isLink(): boolean; constructor(); ngAfterContentInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }