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