/** * Referral submission form for the customer-referral program * * @uiName Customer Lead Submit Form */ export declare class CustomerLeadSubmitForm { /** * The key of the form to use for lead submissions * * @uiName Form Key */ formKey: string; /** * Routing path to the first page of the form * * @uiName Page One Path */ pageOnePath: string; /** * Routing path to the second page of the form * * @uiName Page Two Path */ pageTwoPath: string; /** * Routing path to the widget or portal home * * @uiName Home Path */ homePath: string; ignored: boolean; constructor(); disconnectedCallback(): void; render(): any; }