///
import type { RichCellProps } from './types.js';
/**
* Default rendering of cell contents.
* Designed to look like a basic Excel-style sheet (e.g., right-align numbers by default).
* But with no fancy/costly visualization
*/
export declare const DefaultCell: React.FC;