export declare function dispatchActivate(el: HTMLElement): boolean;
export declare function dispatchDeactivate(el: HTMLElement): boolean;
export declare function dispatchClose(el: HTMLElement): boolean;
export declare function getSubmenuRoots(el: HTMLElement): HTMLElement[];