import { type JSX } from 'react';
import type { GatewayBaseType } from '../payment_gateways/PaymentGateway';
type Props = GatewayBaseType;
export declare function KlarnaGateway(props: Props): JSX.Element | null;
export default KlarnaGateway;
