import { Entity } from '@backstage/catalog-model'; export declare function ColocatedPage(props: { entity: Entity; }): import("react/jsx-runtime").JSX.Element;