import { BaseDirective } from '../../base.directive'; import * as i0 from "@angular/core"; export declare class EuiSearchComponent extends BaseDirective { get cssClasses(): string; isActive: boolean; constructor(); onSearchClicked(event: any): void; onToggle(event: any): void; onBackClicked(event: any): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }