import { FC } from 'react'; import { Entity } from '@backstage/catalog-model'; declare type InsightsPageProps = { entity: Entity; }; declare const InsightsPage: FC; export default InsightsPage;