import { Table, RowData } from '../types'; export declare function getFacetedUniqueValues(): (table: Table, columnId: string) => () => Map;