import { Grid } from '../../api';
import { t } from '../common';
export declare function mouseCell(grid: Grid, type: t.IGridMouse['type']): any;
