/** * @description an enumerator object which contains the available button types and the corresponding string value */ export declare enum ButtonType { SUBMIT = "submit", BUTTON = "button" }