import React from 'react'; import type { ListControlsProps } from './types.js'; 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; //# sourceMappingURL=index.d.ts.map