export interface PaperPaymentElementConstructorArgs { onLoad?: (event?: Event) => void; elementOrId?: string | HTMLElement; } export declare class PaperPaymentElement { private elementOrId?; private onLoad?; constructor({ elementOrId, onLoad }: PaperPaymentElementConstructorArgs); createPaymentElement({ handler, link, iframeId, }: { handler: (iframe: HTMLIFrameElement) => (event: MessageEvent) => void | Promise; link: URL; iframeId: string; }): HTMLIFrameElement; } //# sourceMappingURL=CreatePaymentElement.d.ts.map