export declare const getMenuItems: () => NodeListOf<Element>;
export declare const getMenuItemActive: () => Element;
export declare const findIndexActiveItem: (elem: any, items?: any) => number;
export declare const clearActiveItem: () => void;
export declare const chooseItem: (el: any) => void;
export declare const chooseNextItem: () => void;
export declare const choosePreviousItem: () => void;
