import * as react_jsx_runtime from 'react/jsx-runtime'; import * as _backstage_plugin_home_react from '@backstage/plugin-home-react'; import * as _backstage_core_plugin_api from '@backstage/core-plugin-api'; declare const cloudsmithPlugin: _backstage_core_plugin_api.BackstagePlugin<{}, {}, {}>; declare const CloudsmithPackageListCard: (props: _backstage_plugin_home_react.CardExtensionProps<{ owner: string; repo: string; }>) => react_jsx_runtime.JSX.Element; declare const CloudsmithStatsCard: (props: _backstage_plugin_home_react.CardExtensionProps<{ owner: string; repo: string; }>) => react_jsx_runtime.JSX.Element; declare const CloudsmithQuotaCard: (props: _backstage_plugin_home_react.CardExtensionProps<{ owner: string; }>) => react_jsx_runtime.JSX.Element; declare const CloudsmithRepositoryAuditLogCard: (props: _backstage_plugin_home_react.CardExtensionProps<{ owner: string; repo: string; }>) => react_jsx_runtime.JSX.Element; declare const CloudsmithRepositorySecurityCard: (props: _backstage_plugin_home_react.CardExtensionProps<{ owner: string; repo: string; }>) => react_jsx_runtime.JSX.Element; export { CloudsmithPackageListCard, CloudsmithQuotaCard, CloudsmithRepositoryAuditLogCard, CloudsmithRepositorySecurityCard, CloudsmithStatsCard, cloudsmithPlugin };