import { TailwindWallet } from '@tailwindzone/connect';
export declare const getWalletFromWindow: () => Promise<TailwindWallet | undefined>;
