import { InfoCardVariants } from '@backstage/core-components'; /** @public */ export declare const UserProfileCard: (props: { variant?: InfoCardVariants; showLinks?: boolean; maxRelations?: number; hideIcons?: boolean; }) => import("react/jsx-runtime").JSX.Element;