import React from 'react'; interface IGasPrice { suggestedGasFees: string; shouldEstimateGas: boolean; } declare const AlgorandGasPrice: React.FC; export default AlgorandGasPrice; //# sourceMappingURL=index.d.ts.map