import type { TableHeader } from './utils'; export declare const LeftCell: any; export declare const CenterCell: any; export declare const RightCell: any; export default function renderHeaderCell(header: TableHeader, rowIndex: number): any;