import { ElementRef, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class InputComponent { isInputEmpty: boolean; search_data: ElementRef; dataEmitter: EventEmitter; searchStyle: string; standar: boolean; placeholder: string; font: string; changeStatus: boolean; textInput: any; onChangeInput(e: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }