import * as i0 from '@angular/core'; import { EventEmitter } from '@angular/core'; import { SidebarLinkConfig } from 'mayvio-ui/sidebar'; declare class SidebarComponent { title: string; links: SidebarLinkConfig[]; collapsed: boolean; mobileOpen: boolean; className: string; linkSelect: EventEmitter; toggleCollapseEvent: EventEmitter; mobileCloseEvent: EventEmitter; toggleCollapse(): void; closeMobile(): void; onLinkClick(e: Event, link: SidebarLinkConfig): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { SidebarComponent };