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