import { BridgeType } from '@bnb-chain/canonical-bridge-sdk'; import { FlexProps } from '@bnb-chain/space'; interface EstimatedArrivalTimeProps { bridgeType?: BridgeType; isError?: boolean; } export declare const EstimatedArrivalTime: ({ bridgeType, isError, ...otherProps }: FlexProps & EstimatedArrivalTimeProps) => import("react/jsx-runtime").JSX.Element; export {};