import { FlexProps } from '@bnb-chain/space'; import { ReactNode } from 'react'; export interface TransferOverviewProps extends FlexProps { routeContentBottom?: ReactNode; } export declare function TransferOverview(props: TransferOverviewProps): import("react/jsx-runtime").JSX.Element;