import { InjectionToken } from '@angular/core'; /** Injection token that can be used to specify default options. */ export declare const NGL_COMBOBOX_CONFIG: InjectionToken>; export declare class NglComboboxConfig { loadingLabel: string; noOptionsFound: string; removeSelectedLabel: string; }