import { i as PaymentMethod } from "../types-Cjcc3xak.mjs"; import { n as CardInputType$1, o as connectToCardIframe, r as CheckoutResponse$1 } from "../connect-card-CZhzK_Tp.mjs"; import "../connect-tunnel-x-BKtMfoGh.mjs"; //#region src/payment-methods/card.d.ts type CardInputType = CardInputType$1; type CheckoutResponse = CheckoutResponse$1; type CreateElementOptions = Partial[1]> & { style?: Record; placeholder?: string; }; declare const CardPaymentMethod: PaymentMethod<{ createElement: (type: CardInputType$1, options: CreateElementOptions) => { mount: (parentSelector: string) => { unmount: () => void; }; }; }, "card">; //#endregion export { CardInputType, CheckoutResponse, CardPaymentMethod as default }; //# sourceMappingURL=card.d.mts.map