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