/** * Present when the corresponding popup is open. */ export declare const popupOpen = "data-popup-open"; /** * Present when the button is disabled. */ export declare const disabled = "data-disabled"; /** * Present when the clear button is visible. */ export declare const visible = "data-visible"; /** * Present when the button begins animating in. */ export declare const startingStyle = "data-starting-style"; /** * Present when the button is animating out. */ export declare const endingStyle = "data-ending-style";