import * as react from 'react'; import { FC } from 'react'; import { IProviderProps } from '../types/props.js'; declare const StreamPayContext: react.Context<{ publicApiKey: string; }>; declare const StreamPayProvider: FC; export { StreamPayContext, StreamPayProvider };