declare const ButtonEvents: {
    CLICK: string;
    HOVER: string;
    NOTHOVER: string;
};
export default ButtonEvents;
