import * as react_jsx_runtime from 'react/jsx-runtime'; import React from 'react'; interface PricingPageProps { classNames?: { container?: string; card?: string; header?: string; titleSection?: string; title?: string; description?: string; content?: string; pricing?: string; amount?: string; interval?: string; entitlementsList?: string; entitlementItem?: string; }; customerId?: string; } declare function PricingPage({ classNames, customerId, }: PricingPageProps): react_jsx_runtime.JSX.Element; declare const AutumnProvider: ({ children, publishableKey, endpoint, }: { children: React.ReactNode; publishableKey: string; endpoint?: string; }) => react_jsx_runtime.JSX.Element; export { AutumnProvider, PricingPage };