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