export declare enum EventType { Click = 0, DblClick = 1, WebSocket = 2, Mqtt = 3 } export declare enum EventAction { Link = 0, StartAnimate = 1, Function = 2, WindowFn = 3, SetProps = 4, PauseAnimate = 5, StopAnimate = 6 }