import type { CellInstance } from '../../types/index.js';
export declare const Cell: {
    (props: CellInstance): import("react").JSX.Element;
    displayName: string;
};
