import React from 'react';
import type { HeaderCellProps } from './types';
export declare const HeaderCell: React.FC<HeaderCellProps>;
