import { FormatterProps } from '../types'; export declare function SimpleCellFormatter({ row, column }: FormatterProps): JSX.Element;