import React from 'react';
import type { Props } from './types';
declare const Cell: React.FC<Props>;
export default Cell;
//# sourceMappingURL=index.d.ts.map