import { ElementRef, InjectionToken } from '@angular/core'; export declare const UI_DROPDOWN_ARROW_CLASSNAME: InjectionToken; export declare abstract class DropdownRenderer { abstract renderDropdown(ref: ElementRef): () => void; }