import React from 'react'; import { SDKPropsDTO } from '../../state/useSDKConfig'; import { SingleBondProps } from './SingleBond'; interface Props extends SDKPropsDTO, SingleBondProps { } declare const SingleBondWithProviders: React.FC; export default SingleBondWithProviders;