/**
 * 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 radio indicator begins animating in.
 */
export declare const startingStyle = "data-starting-style";
/**
 * Present when the radio indicator is animating out.
 */
export declare const endingStyle = "data-ending-style";