import { ReferralIframeViewProps } from "./rc-referral-iframe-view"; import { DemoData } from "../../global/demo"; /** * @uiName Referral IFrame */ export declare class RcReferralIframe { ignored: boolean; /** * URL of iframe to display * @uiName Iframe Source */ iframeSrc: string; /** * URL for back button * @uiName Button URL */ buttonUrl: string; /** * @uiName Back Button Text */ buttonText: string; /** * @undocumented * @uiType object */ demoData?: DemoData; constructor(); disconnectedCallback(): void; render(): any; }