import { DemoData } from "../../global/demo"; import { AdvocateRecruitmentDashboardViewProps } from "./rc-advocate-recruitment-dashboard-view"; /** * @uiName Advocate Recruitment Dashboard * @slots [{"name":"shareLink", "title":"Share Links"},{"name":"referralTable", "title":"Referral Table"},{"name":"stats", "title":"Statistics"}] */ export declare class AdvocateRecruitmentDashboard { ignored: boolean; /** * Call to action header text * @uiName Call To Action Text * @uiWidget textArea */ callToActionText?: string; /** * Part one of the body text * @uiName Body Text Pt 1 * @uiWidget textArea */ bodyTextPartOne?: string; /** * Part two of the body text * @uiName Body Text Pt 2 * @uiWidget textArea */ bodyTextPartTwo?: string; /** * Text shown inside link * * @uiName Link text * @uiWidget textArea */ linkText?: string; /** * URL for gift card redemption * * @uiName URL */ url?: string; /** * Text above the copy link * * @uiName Copy Text * @uiWidget textArea */ copyText?: string; /** * Text found inside the accordion * * @uiName Details Title Text * @uiWidget textArea */ detailsTitle?: string; /** * Show or hide the Tango Card link * * @uiName Show Tango Link */ showTangoLink?: boolean; /** * @undocumented * @uiType object */ demoData?: DemoData; constructor(); disconnectedCallback(): void; render(): any; }