/** * Present when the menu radio item is selected. */ export declare const checked = "data-checked"; /** * Present when the menu radio item is not selected. */ export declare const unchecked = "data-unchecked"; /** * Present when the menu radio item is disabled. */ export declare const disabled = "data-disabled"; /** * Present when the menu radio item is highlighted. */ export declare const highlighted = "data-highlighted";