import React from 'react'; type Props = { children: React.ReactNode; }; export declare const PaymentProfilesProvider: ({ children }: Props) => React.JSX.Element; export {};