///
/** @public */
export declare const orgPlugin: import("@backstage/core-plugin-api").BackstagePlugin<{}, {
catalogIndex: import("@backstage/core-plugin-api").ExternalRouteRef;
}>;
/** @public */
export declare const EntityGroupProfileCard: (props: {
variant?: import("@backstage/core-components").InfoCardVariants | undefined;
showLinks?: boolean | undefined;
}) => import("react").JSX.Element;
/** @public */
export declare const EntityMembersListCard: (props: {
memberDisplayTitle?: string | undefined;
pageSize?: number | undefined;
showAggregateMembersToggle?: boolean | undefined;
relationsType?: import("./components").EntityRelationAggregation | undefined;
}) => import("react").JSX.Element;
/** @public */
export declare const EntityOwnershipCard: (props: {
variant?: import("@backstage/core-components").InfoCardVariants | undefined;
entityFilterKind?: string[] | undefined;
hideRelationsToggle?: boolean | undefined;
relationsType?: import("./components").EntityRelationAggregation | undefined;
entityLimit?: number | undefined;
}) => import("react").JSX.Element;
/** @public */
export declare const EntityUserProfileCard: (props: {
variant?: import("@backstage/core-components").InfoCardVariants | undefined;
showLinks?: boolean | undefined;
}) => import("react").JSX.Element;