import { ApiEntity } from '@backstage/catalog-model'; /** * @public */ export declare const ApiTypeTitle: (props: { apiEntity: ApiEntity; }) => import("react/jsx-runtime").JSX.Element;