interface BTCFeeRateProps { value: number | string; onEdit?: () => void; title?: string; className?: string; } export declare function BTCFeeRate({ value, onEdit, title, className }: BTCFeeRateProps): import("react/jsx-runtime").JSX.Element; export {};