import type { SelectPaymentSettings } from '../../../contexts/SelectPaymentModal.js'; interface PayWithCreditCardProps { settings: SelectPaymentSettings; disableButtons: boolean; skipOnCloseCallback: () => void; } export declare const PayWithCreditCard: ({ settings, disableButtons, skipOnCloseCallback }: PayWithCreditCardProps) => import("react/jsx-runtime.js").JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map