import { ConfigError } from '@backstage/plugin-devtools-common'; export declare const WarningContent: ({ error }: { error: ConfigError; }) => import("react/jsx-runtime").JSX.Element; /** @public */ export declare const ConfigContent: () => import("react/jsx-runtime").JSX.Element;