import * as react_jsx_runtime from 'react/jsx-runtime'; import * as _backstage_core_plugin_api from '@backstage/core-plugin-api'; import { IconComponent } from '@backstage/core-plugin-api'; /** * Plugin for Adoption Insights frontend * @public */ declare const adoptionInsightsPlugin: _backstage_core_plugin_api.BackstagePlugin<{ root: _backstage_core_plugin_api.RouteRef; }, {}, {}>; /** * Frontend page for Adoption Insights * @public */ declare const AdoptionInsightsPage: () => react_jsx_runtime.JSX.Element | null; /** * @public */ declare const AdoptionInsightsIcon: IconComponent; export { AdoptionInsightsIcon, AdoptionInsightsPage, adoptionInsightsPlugin };