import React from 'react';
import type { Props } from './types';
import './index.scss';
/**
 * The ListControls component is used to render the controls (search, filter, where)
 * for a collection's list view. You can find those directly above the table which lists
 * the collection's documents.
 */
export declare const ListControls: React.FC<Props>;
//# sourceMappingURL=index.d.ts.map