import { OnInit } from '@angular/core'; import { IListItem, IListItemOption } from '../../../../constants/interface'; import * as i0 from "@angular/core"; export declare class TqlNavbarTitleComponent implements OnInit { private _title; private _options; set data(v: IListItem); get title(): IListItem; get options(): IListItemOption[]; constructor(); ngOnInit(): void; onClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }