import type { AuthType } from '@particle-network/auth'; interface GroupItem { name: string; key: AuthType | string; icon: any; methods?: string; data?: any; } export { AuthType }; export type { GroupItem };