/** * @uiName Payment Info * @slots [{"name":"", "title":"Form Content"}] */ export declare class PaymentInfo { ignored: boolean; /** * Key of the form used for collecting payment info * @uiName Form Key */ formKey: string; /** * Link to docusign form for international customers * @uiName International Link */ intlLink: string; constructor(); disconnectedCallback(): void; render(): any; }