import React from 'react'; type ReportsTableProps = { certName: string; }; /** * Component for displaying a table of PuppetDB reports for a given node. * * @public */ export declare const ReportsTable: (props: ReportsTableProps) => React.JSX.Element; export {};