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