import { ElementRef, EventEmitter } from '@angular/core'; import { ComponentSize } from '../../internal/types'; import { Bem } from '../../internal/utils'; import * as i0 from "@angular/core"; export declare class SearchComponent { bem: Bem; size: ComponentSize; searchButton: boolean; clearable: boolean; searching: boolean; placeholder: string; disabled: boolean; get keyword(): string; set keyword(value: string); keywordChange: EventEmitter; search: EventEmitter; clear: EventEmitter; inputRef: ElementRef; value: string; get showSpinner(): boolean; get showClear(): boolean; focus(): void; emitChange(value: string): void; emitSearch(): void; emitClear(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }