import React from 'react';
import './index.css';
import './types';
import { typography } from './typography';
import { type PaymentThemeOptions } from '../types';
export declare function PaymentThemeProvider({ children, theme: customTheme, }: {
    children: React.ReactNode;
    theme?: PaymentThemeOptions;
}): JSX.Element;
export { typography };
