/// import * as react from 'react'; import * as _backstage_core_plugin_api from '@backstage/core-plugin-api'; declare const GitpodPlugin: _backstage_core_plugin_api.BackstagePlugin<{ root: _backstage_core_plugin_api.RouteRef; }, {}, {}>; declare const Gitpod: () => react.JSX.Element; export { Gitpod as GitpodButton, GitpodPlugin };