export interface ITokenSelectOption { value: string; name: string; disabled?: boolean; iconUrl?: string; }