import EventSkeleton from './Skeleton'; import Event, { EventProps } from './Event'; export default Event; export { EventProps, EventSkeleton };