export declare interface FwTransactionsCardProps { title: string; subTitle?: string; imageUrl?: string; amount?: string; }