import { AfterViewInit, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from "@angular/core"; import { FormControl } from "@angular/forms"; import * as i0 from "@angular/core"; export declare class DvSearchInputComponent implements OnInit, AfterViewInit, OnDestroy, OnChanges { eleRef: ElementRef; placeholder: string; tooltipText: string; value: string; isMain: boolean; disabled: boolean; handleClick: EventEmitter; valueChange: EventEmitter; searchEl: ElementRef; valueControl: FormControl; showDelay: 300; hideDelay: 500; constructor(eleRef: ElementRef); ngOnInit(): void; ngAfterViewInit(): void; ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; searchClicked(): void; onKeyPress(event: any): void; private focusMainInput; private valueChanged; private detectDisabled; private detectChangedValue; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }