import React from "react"; import { LogoType } from "../types"; export interface AcceptInvitePageProps { title?: string; logo?: LogoType; logoHeight?: number | string; } export declare const AcceptInvitePage: React.FC; export default AcceptInvitePage;