/// import type { IconType } from "./Icon/types"; declare function DiagnosticReport(props: IconType): JSX.Element; export default DiagnosticReport;