import * as React from 'react'; import { ChargebeeInstance } from '@chargebee/chargebee-js-types'; interface ProviderProps { cbInstance: ChargebeeInstance; children: React.ReactChild; } declare const _default: React.ForwardRefExoticComponent>; export default _default;