import Big from 'big.js'; /** * Get the bridge fee depending on the selected chain and asset * @param amount */ declare function useBridgeFeeEstimate(amount: Big): Big | undefined; export { useBridgeFeeEstimate };