/// /** @public */ export declare const sonarQubePlugin: import("@backstage/core-plugin-api").BackstagePlugin<{}, {}>; /** @public */ export declare const EntitySonarQubeCard: (props: { variant?: import("@backstage/core-components").InfoCardVariants | undefined; duplicationRatings?: import("./components/SonarQubeCard").DuplicationRating[] | undefined; }) => import("react").JSX.Element; /** @public */ export declare const EntitySonarQubeContentPage: (props: import("./components/SonarQubeContentPage").SonarQubeContentPageProps) => import("react").JSX.Element;