import { PaymentParams } from "./types";
export declare const generateHtml: (paymentParams: PaymentParams) => string;
