import React from 'react'; type ReportLogsTableProps = { hash: string; }; /** * Component for displaying PuppetDB report logs. * * @public */ export declare const ReportDetailsLogsTable: (props: ReportLogsTableProps) => React.JSX.Element; export {};