import { FacetColumnRequest } from '@sage-bionetworks/synapse-types';
/**
 * Determines which facet filters should be shown after loading a new bundle. The shown facets will be the first
 * three available facets, plus any other facets that have a filter applied.
 * @param facetColumns
 * @param selectedFacets
 * @returns the columnNames of the facets that should be shown.
 */
export declare function getDefaultShownFacetFilters(facetColumns: string[], selectedFacets?: FacetColumnRequest[], initialExpandedFacetControls?: string[]): Set<string>;
//# sourceMappingURL=FacetFilterUtils.d.ts.map