import { FC } from "react"; export interface Props { onSetChain: (chainId: number) => Promise; } export declare const ChainIdSwtich: FC; //# sourceMappingURL=chainIdSwitch.d.ts.map