"> />
function ThirdwebProvider( props: PropsWithChildren<{ connectionManager?: { activeWalletChainStore: Store< >; connect: ( defineChains: ( ) => void; handleConnection: ( isAutoConnecting: Store<boolean>; switchActiveWalletChain: ( ) => Promise<void>; }; }>,): Element;
The props for the ThirdwebProvider
let props: PropsWithChildren<{ connectionManager?: { activeWalletChainStore: Store< >; connect: ( defineChains: ( ) => void; handleConnection: ( isAutoConnecting: Store<boolean>; switchActiveWalletChain: ( ) => Promise<void>; };}>;