/** A safe way to create event objects down to IE11 */ export default function createEvent(eventName: string): any;