export interface TokenSelectorProps { selectedTokenAddress?: string; onSelect: (address: string) => void; } //# sourceMappingURL=types.d.ts.map