import { type UniBlockProps } from '../../UniBlock/UniBlockProps'; import { type ExchangeRateTileContent } from './ExchangeRateTileContent'; export interface ExchangeRateTileProps extends ExchangeRateTileContent, UniBlockProps { } export declare const ExchangeRateTile: import("@redneckz/uni-jsx").UNIComponent;