export declare type ReferralIframeViewProps = { data: { content: { buttonUrl: string; buttonText: string; iframeSrc: string; }; }; }; export declare function ReferralIframeView(props: ReferralIframeViewProps): any[];