import { EventEmitter, OnInit } from '@angular/core'; import { Store } from '@ngrx/store'; import { TranslateService } from '@ngx-translate/core'; import { ThemeState } from '../../../../../ThemeOptions/store/theme.state'; import * as i0 from "@angular/core"; export declare class SearchBoxComponent implements OnInit { private store; private translateService; active: boolean; visible: boolean; disabled: boolean; typed: EventEmitter; color: string; constructor(store: Store<{ theme: ThemeState; }>, translateService: TranslateService); ngOnInit(): void; type(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }