/// <reference types="react" />
export declare function findVisibleSubmenu(submenus?: Array<React.RefObject<HTMLElement>>): HTMLElement | null | undefined;
