import React from 'react'; /** * Component for displaying the details of a PuppetDB report. * * @public */ export declare const ReportDetailsPage: () => React.JSX.Element;