import EventLocationWidget, { EventLocationWidgetProps } from './EventLocationWidget';
import EventLocationWidgetSkeleton from './Skeleton';
export default EventLocationWidget;
export { EventLocationWidgetProps, EventLocationWidgetSkeleton };
