import { IFrameEthereumProvider } from '@ledgerhq/iframe-provider'; export type IframeEthereumParameters = ConstructorParameters[0] & { name?: string; id?: string; type?: string; defaultRpcUrl?: string; }; export declare function iframeEthereum(options?: IframeEthereumParameters): import("wagmi").CreateConnectorFn; export declare namespace iframeEthereum { var type: string; } //# sourceMappingURL=index.d.ts.map