type InvitingUserType = { avatar?: string; name?: string; }; export declare const InvitingUser: React.FC; export {};