import type { RowData, TableInstance } from "../types.js"; export declare function getFacetedMinMaxValues(): (table: TableInstance, columnId: string) => () => undefined | [number, number]; //# sourceMappingURL=get-faceted-min-max-values.d.ts.map