export interface Currency { label: string; value: string; }