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