/** * Present when the corresponding submenu is open. */ export declare const popupOpen = "data-popup-open"; /** * Present when the submenu trigger is highlighted. */ export declare const highlighted = "data-highlighted"; /** * Present when the submenu trigger is disabled. */ export declare const disabled = "data-disabled";