import { Observable } from 'rxjs'; import { SelectOptionProvider } from './select-option-provider'; import { SelectOption } from './select-option'; import * as i0 from "@angular/core"; export declare class DelegateOptionProviderDirective implements SelectOptionProvider { delegate?: SelectOptionProvider; type(): "number" | "object" | "string" | "date"; provide(search: string | null): Observable[]>; label(value: any): string; trackBy(value: any): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }