import { type Result } from "@keplr-ewallet/stdlib-js";
export declare function setupIframeElement(url: string): Result<HTMLIFrameElement, string>;
