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