import React from 'react'; /** * A collection of filters along with a button to add new filters */ declare const FilterList: ({ schema, type, facets }: Record) => React.JSX.Element; export default FilterList;