import { SynapseTableConfiguration } from '../SynapseTable';
import { CardConfiguration } from '../CardContainer/CardConfiguration';
export type RowSetViewProps = {
    tableConfiguration?: SynapseTableConfiguration;
    cardConfiguration?: CardConfiguration;
    initialLimit?: number;
    hideDownload?: boolean;
    multiCardList?: boolean;
};
/**
 * Renders a table or cards representing the RowSet. Also displays appropriate pagination controls
 * depending on the value of QueryContext.isInfinite.
 * @param props
 * @constructor
 */
export declare function RowSetView(props: RowSetViewProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=RowSetView.d.ts.map