/** * The naming convention is: - events are attached as `'plotly_' + eventName.toLowerCase()` - react props are `'on' + eventName` */ export declare const PLOT_EVENT_NAMES: string[]; export declare const PLOT_UPDATE_EVENTS: string[];