import React from 'react'; import { WalletUiAccountInfo } from './wallet-ui-account-context'; export interface WalletUiAccountGuardProps { fallback?: React.ReactNode; render: (info: WalletUiAccountInfo) => React.ReactNode; } export declare function WalletUiAccountGuard({ fallback, render }: WalletUiAccountGuardProps): React.ReactNode; //# sourceMappingURL=wallet-ui-account-guard.d.ts.map