import { EntityLink } from '@backstage/catalog-model'; export declare const LinksGroup: ({ links }: { links?: EntityLink[]; }) => import("react/jsx-runtime").JSX.Element | null;