interface ReferralCodeProps { programId?: string; } export declare function useReferralCode(props: ReferralCodeProps): { shareString: any; programId?: string; }; export {};