import type { PaymentOptions, PaymentComponent } from "./types/index";
export declare class VoltagePayments {
    static create(options: PaymentOptions): PaymentComponent;
    static get version(): string;
}
//# sourceMappingURL=VoltagePayments.d.ts.map