import { SchemeOption } from "@imburseag/types"; export declare class PaymentModule { /** * The selected payment option. */ option: SchemeOption | null; /** * Indicates that a request is in progress and the component cannot load yet. */ loading: boolean; render(): any; }