import { ActiveDescendantKeyManager, Highlightable } from '@angular/cdk/a11y'; import { QueryList } from '@angular/core'; export declare type NbHighlightableOption = Highlightable; export declare class NbActiveDescendantKeyManager extends ActiveDescendantKeyManager { } export declare class NbActiveDescendantKeyManagerFactoryService { create(items: QueryList | T[]): NbActiveDescendantKeyManager; } export declare enum NbKeyManagerActiveItemMode { RESET_ACTIVE = -1, FIRST_ACTIVE = 0 }