///
import type { RichHeaderProps } from './types.js';
/**
* Renders a column header with basic stats.
* The list of stats is configurable, but we aren't exposing that in the table yet.
* Note that the size is fixed to accommodate only four, so we would need a dynamic header size.
*/
export declare const StatsColumnHeader: React.FC;