import React from 'react';
interface PaymentDetailsProps {
    children: React.ReactNode;
    onlyWithProvider?: boolean;
}
export declare function PaymentDetails({ children, onlyWithProvider }: PaymentDetailsProps): import("react/jsx-runtime").JSX.Element;
export {};
