import React from 'react';
import { Props } from 'payload/components/views/Cell';
declare const Cell: React.FC<Props>;
export default Cell;
