export declare const focusNextElement: (dropdown: HTMLElement) => void; export declare const focusPreviousElement: (dropdown: HTMLElement) => void; export declare const focusDropdownFirstElement: (dropdownId: string) => void; export declare const focusParentDropdownFirstElement: (dropdownId: string) => void;