import { EventEmitter } from '@angular/core'; import { ColorPickerComponent } from '../../shared/color-picker/color-picker.component'; import { MainNav } from './../../models/main-nav'; export declare class MainNavComponent { component: MainNav; isActive: boolean; componentChanged: EventEmitter; showProfile: boolean; showLoginBtn: boolean; openColorPicker(ebColorPicker: ColorPickerComponent): void; setColor(componentOptions: any, prop: any, color: any): void; hexToRgbA(hex: any): string; getCustomStyle(): string; }