import React from "react"; import type { EventsPageProps } from "./EventsPage.types"; declare const EventsPage: React.FC; export default EventsPage;