import { PresentationAttributes } from '../util/types'; export declare type Props = PresentationAttributes; declare function Cell(props: Props): null; declare namespace Cell { var displayName: string; } export default Cell;