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