import React from 'react'; /** * Component to display PuppetDB reports page. * * @public */ export declare const ReportsPage: () => React.JSX.Element;