import { Query } from '@sage-bionetworks/synapse-types';
import React from 'react';
export type QueryCountProps = {
    query: Query;
    parens?: boolean;
};
/**
 * Shows the total count of results for a table query.
 */
export declare function QueryCount(props: QueryCountProps): React.ReactNode;
export default QueryCount;
//# sourceMappingURL=QueryCount.d.ts.map