///
import type { RichHeaderProps } from './types.js';
/**
* Renders a histogram for column values in the header.
* For numbers it will use the bin partitioning.
* For strings it will be the unique counts (if categories exist).
*/
export declare const HistogramColumnHeader: React.FC;