import { AppKit } from '../src/client.js'; import type { AppKitOptions } from '../utils/TypesUtil.js'; export * from '@web3modal/scaffold-ui'; export * from '../utils/library/react/index.js'; export type * from '@web3modal/core'; export { CoreHelperUtil } from '@web3modal/core'; type CreateWeb3Modal = Omit; export declare function createWeb3Modal(options: CreateWeb3Modal): AppKit; export { AppKit }; export type { AppKitOptions };