import { NoDataInvitePageProps } from './NoDataInvitePageMedium'; /** * Here goes the main component... */ export default function NoDataInvitePage({ rewardsPlan, onHowItWorksClick, onInviteClick, onCopyReferral, }: Readonly): JSX.Element;