import { OnInit, TemplateRef } from '@angular/core'; export declare class ToolbarNavItemComponent implements OnInit { title: string; icon: TemplateRef; constructor(); ngOnInit(): void; }