import { ReactNode } from "react"; type Props = { className?: string; children: ReactNode; }; export declare function WalletKitContainer({ className, children }: Props): import("react/jsx-runtime").JSX.Element; export {};