/// export declare const STROKE_COLOR: { root: string; event: string; condition: string; elseIf: string; callback: string; action: string; comp: string; }; declare const EventNode: () => JSX.Element; export default EventNode;