export declare const referringUserCellProps: { name: string; userType: string; }; export declare const trialUserCellProps: { name: string; userType: string; }; export declare const trialUserCellTwoProps: { name: string; userType: string; }; export declare const paidUserCellProps: { name: string; userType: string; }; export declare const availableRewardCellProps: { rewardType: string; rewardStatus: string; }; export declare const pendingRewardCellProps: { rewardType: string; rewardStatus: string; }; export declare const redeemedCreditRewardsCellProps: { rewardType: string; rewardStatus: string; }; export declare const ReferralTableExample: () => any;