declare const EventTypes: { BLUR: string; SUBMIT: string; CANCEL: string; }; export default EventTypes;