interface ThirdwebProviderProps<TChains extends Chain[]> extends Omit< ThirdwebProviderCoreProps<TChains>, "supportedWallets" | "secretKey" | "signer" | "theme" > { locale: Locale; supportedWallets: WalletConfig<any>[]; theme: ThemeType; }