import { BridgeType } from '@bnb-chain/canonical-bridge-sdk'; interface OtherRouteErrorProps { bridgeType: BridgeType; } export declare const OtherRouteError: ({ bridgeType }: OtherRouteErrorProps) => import("react/jsx-runtime").JSX.Element | null; export {};