import React from "react"; import type { EventProfileBlockedPageProps } from "./EventProfileBlockedPage.types"; declare const EventProfileBlockedPage: React.FunctionComponent; export default EventProfileBlockedPage;