import React from 'react'; /** @public */ export type SonarQubeContentPageProps = { title?: string; supportTitle?: string; }; export declare const SonarQubeContentPage: (props: SonarQubeContentPageProps) => React.JSX.Element;