/// <reference types="react" />
export default function CryptoPriceProvider({ cryptoCompareApiKey, children, }: any): JSX.Element;
