import { default as React } from 'react'; import { BridgeType } from '@bnb-chain/canonical-bridge-sdk'; interface RedeemRatioProps { bridgeType?: BridgeType; } export declare const RedeemRatio: React.MemoExoticComponent<({ bridgeType }: RedeemRatioProps) => import("react/jsx-runtime").JSX.Element | null>; export {};