interface IDiagnosticReportProps {
    report: fhir4.DiagnosticReport;
    className?: string;
}
export declare function DiagnosticReport({ report }: IDiagnosticReportProps): import("react/jsx-runtime").JSX.Element;
interface IProps {
    references: fhir4.Reference[];
    className?: string;
}
export default function DiagnosticReports({ references, className }: IProps): import("react/jsx-runtime").JSX.Element | null;
export {};
