import type React from 'react' export type ProfileHoverCardProps = { children: React.ReactElement did: string disable?: boolean }