export declare enum MenuCheckboxItemIndicatorDataAttributes { /** * Present when the menu checkbox item is checked. */ checked = "data-checked", /** * Present when the menu checkbox item is not checked. */ unchecked = "data-unchecked", /** * Present when the menu checkbox item is disabled. */ disabled = "data-disabled", /** * Present when the indicator is animating in. */ startingStyle = "data-starting-style", /** * Present when the indicator is animating out. */ endingStyle = "data-ending-style" }