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