import { RewardsPlanData } from '@zeniai/client-epic-state'; /** * Here goes the main component... */ declare const RewardsEmailTemplate: ({ companyLegalName, userName, rewardsPlan, }: { companyLegalName: string; rewardsPlan: RewardsPlanData; userName: string; }) => import("react/jsx-runtime").JSX.Element; export default RewardsEmailTemplate;