import { EventEmitter } from '@angular/core'; export declare class ComboStateService { toggleClick: EventEmitter; constructor(); }