/** * Created by kisnows on 2016/9/12. */ import * as React from 'react'; import { BaseProps } from './PropsType'; export default class Cells extends React.Component { render(): JSX.Element; }