interface BBNFeeAmountProps { amount: number | string; coinSymbol: string; hint?: string; title?: string; className?: string; decimals?: number; } export declare function BBNFeeAmount({ amount, coinSymbol, hint, title, className, decimals }: BBNFeeAmountProps): import("react/jsx-runtime").JSX.Element; export {};