import type { EventName } from './events.types';
export declare const legacyEventsMap: Record<string, {
    name: EventName;
    prop?: string;
}>;
