import { WalletCheckModule } from '../../interfaces'; declare function accountSelect(options?: { heading?: string; description?: string; icon?: string; }): WalletCheckModule; export default accountSelect;