import React from 'react';
import { EventListProps } from './EventList.types';
declare const EventList: React.FunctionComponent<EventListProps>;
export default EventList;
