/** * @uiName Referral Code */ export declare class ReferralCode { /** * The ID of the program that should generate the link. Defaults to the program ID in context where this widget is loaded. * * @uiName Program ID */ programId?: string; constructor(); disconnectedCallback(): void; render(): any; }