export declare enum ButtonDataAttributes { /** * Present when the button is disabled. */ disabled = "data-disabled", }