import { ReactElement } from 'react'; export interface WarningDisplay { query: string; summary: string; } interface QuerySummaryTableProps { showTotalQueries?: boolean; } export declare function QuerySummaryTable(props: QuerySummaryTableProps): ReactElement | null; export {}; //# sourceMappingURL=QuerySummaryTable.d.ts.map