export declare class DropdownItemNavigation { static focusInputElement(inputItemElement: HTMLElement): void; private static focusItemWhenOnEdge; static focusSiblingItem(focusedItem: HTMLElement, dropdownElement: HTMLElement, isNext: boolean, isEdgeItem?: boolean): void; static focusFirstNestedDropdownItem(focusedItem: HTMLElement): void; static focusNestedDropdownParentItem(focusedItem: HTMLElement): void; } //# sourceMappingURL=dropdownItemNavigation.d.ts.map