import { OnInit, EventEmitter } from '@angular/core'; export declare class MenuIconComponent implements OnInit { active: boolean; onStateChange: EventEmitter; constructor(); ngOnInit(): void; }