import { EventEmitter, OnInit } from '@angular/core'; import { ButtonSizeTheme, ButtonTheme, NavbarTheme } from "twentyfive-style"; import * as i0 from "@angular/core"; export declare class NavComponent implements OnInit { showAll: boolean; navbarLogo: string; navbarNavigationUrl: string; title: string; sidebarItems: any[]; onClick: EventEmitter; logoWidth: number; logoHeigth: number; navbarStyle: any; customCssClass: string; customStyles: { [p: string]: any; }; showNavbar: boolean; showSideMenu: boolean; showLogo: boolean; logoCentered: boolean; showLeftTitle: boolean; showInlineElements: boolean; onlyIcon: boolean; itemLeft: any[]; itemRight: any[]; isCollapsed: boolean; constructor(); ngOnInit(): void; splitSidebarItems(): void; expandNav(): void; emitEvent($event: any): void; protected readonly ButtonTheme: typeof ButtonTheme; protected readonly ButtonSizeTheme: typeof ButtonSizeTheme; protected readonly NavbarTheme: typeof NavbarTheme; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }