import * as i0 from '@angular/core'; import { OnDestroy, EventEmitter } from '@angular/core'; import { MatFormFieldAppearance } from '@angular/material/form-field'; import { Subject } from 'rxjs'; declare class UxgSearchInputComponent implements OnDestroy { dense: any; query: string; placeholder: string; debounceTime: number; appearance: MatFormFieldAppearance; hint?: string; search: EventEmitter; term$: Subject; private termSubscription; constructor(dense: any); ngOnDestroy(): void; onChange(event: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { UxgSearchInputComponent };