import * as React from 'react'; import * as Types from './types'; export declare const Cell: React.FC; export declare const enhance: (CellComponent: React.ComponentType) => React.FC>;