interface IReferralLogicProps { eventId: string | number; } export declare const ReferralLogic: (props: IReferralLogicProps) => null; export {};