interface FeesInfoProps { bridgeType?: string; isError?: boolean; } export declare const FeesInfo: ({ bridgeType, isError }: FeesInfoProps) => import("react/jsx-runtime").JSX.Element; export {};