import { OnInit } from '@angular/core'; import { FormControl } from '@angular/forms'; import { NmTransferPickerService } from '../transfer-picker.service'; export declare class NmSearchComponent implements OnInit { private service; searchPlaceholder: string; keyword: FormControl; constructor(service: NmTransferPickerService); ngOnInit(): void; reset(): void; }