/** * @uiName Consultant Lead Submit form */ export declare class ConsultantLeadSubmit { ignored: boolean; /** * Heading for the form * * @uiName Heading */ heading: string; /** * 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; constructor(); disconnectedCallback(): void; render(): any; }